Skip to content

Commit

Permalink
Finish QuickStart
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmclean committed Jun 2, 2024
1 parent 2316ef3 commit 5937aa3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
Binary file added graphics/TripoliManageSessionMenuSelection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You've probably needed this information before to install software on your compu
2. Whether you have a 64-bit (probably) or a 32-bit processor (much older)
3. Does your processor use the x86 or ARM architecture?

Newer Apple products use Apple Silicon (e.g., the M1, M2, etc chips) with an ARM architecture, and older Apple products with Intel chips and Windows machines usually use an x86-compatible architecture. For more information, google how to figure out to determine what kind of processor is in your computer, then whether it is x86 or ARM.
Newer Apple products use Apple Silicon (e.g., the M1, M2, etc chips) with an ARM architecture, and older Apple products with Intel chips and Windows machines usually use an x86-compatible architecture. For more information, google how to determine what type of processor is in your computer, then whether it is x86 or ARM.

# Download a Java Distribution

Expand Down
44 changes: 42 additions & 2 deletions setup/03-QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The security settings on your Mac are likely configured so that you get a warnin

Click the "Open Anyway" button, enter your password if needed, and the Tripoli application will open.

You only need to go to Privacy and Security settings once to open this .jar file. Double-clicking on it in the future will just open Tripoli. However, when you download a new version of Tripoli with a new version number and filename, you'll need to repeat the process. Or, you can
You only need to go to Privacy and Security settings once to open this .jar file. Double-clicking on it in the future will just open Tripoli. However, when you download a new version of Tripoli with a new version number and filename, you'll need to repeat the process. Or, you can open Tripoli from the command line using the instructions in the [Starting Tripoli](../using_Tripoli/05-StartingTripoli.md "Starting Tripoli") section.

## PC:

Expand Down Expand Up @@ -93,4 +93,44 @@ The Tripoli "Analysis Manager" window behind your plots now shows details about
:align: center
```

An interactive panel at the bottom of the window contains checkboxes for showing or hiding different measured isotope ratios or intensities. At the bottom of the Analysis Manager, there are buttons to launch the plot window as well as to export the (U-Pb) data to ET_Redux and to the clipboard.
An interactive panel at the bottom of the window contains checkboxes for showing or hiding different measured isotope ratios or intensities. At the bottom of the Analysis Manager, there are buttons to launch the plot window as well as to export the (U-Pb) data to ET_Redux and to the clipboard.

# Manage Your Session

You can load more than one mass spectrometer file into Tripoli at a time. Close the plot window if it's open, and then drag another mass spectrometer data file onto the main Tripoli window. The new file and plots should open immediately.

To see both anayses in your new session, go to the menu at the top of the Tripoli window and choose Session -> Manage Session.

```{image} ../graphics/TripoliManageSessionMenuSelection.png
:alt: Tripoli Session Manager
:width:
:align: center
```

You can name your session, see a list of the analyses included in this session, and add notes. To save the entire session, including the data, data rejection, and data visualization choices for all analyses, go to Session -> Save Session as... The resulting session file will have the .tripoli extension.

# Recap

Now you're ready to load more mass spectrometry data files, examine the results, and export your data interpretations. Tripoli is still under active development. If you findn issues or bugs, go to the main Tripoli menu and find Help -> Contribute an Issue on GitHub. If you have a question or want to start a discussion about new features to add, go to the main Tripoli menu and find Help -> Visit Tripoli Discussions on GitHub. Note that both require a GitHub username and password (these are very handy!).

For more detailed information on starting Tripoli, loading data, and making plots, please see the next section of the manual, Using Tripoli.

# Read More:

::::{grid} 1 1 2 3

:::{card}
:header: [Starting Tripoli](../using_Tripoli/05-StartingTripoli.md "Starting Tripoli")
Get Tripoli started using Java, from your file broswer or the command line.
:::

:::{card}
:header: [Loading Data](../using_Tripoli/06-LoadingData.md "Loading Data")
Learn what kinds of mass spectrometer files Tripoli will load and what Tripoli can do with your data.
:::

:::{card}
:header: [Making Plots](../using_Tripoli/07-MakingPlots.md "Making Plots")
Navigate the plot window, including interactions like zooming and data rejection.
:::
::::

0 comments on commit 5937aa3

Please sign in to comment.