-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ric Rodriguez
committed
Jul 5, 2017
1 parent
3e80960
commit 18cf04d
Showing
3 changed files
with
29 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
# Laser Analysis software | ||
|
||
This software is to analyse the waveform output of the laser. It plots the gain as a function of x and y, and the minumum voltage as a function of x and y. | ||
|
||
## Getting Started | ||
|
||
Clone the repo and set the paths for the waveform and TCTAnalyse libraries. | ||
|
||
### Prerequisites | ||
|
||
TCTAnalyse Version 2.0 available here http://www.particulars.si/TCTAnalyse/TCTAnalyse-Downloads.html | ||
|
||
ROOT available here https://root.cern.ch/downloading-root | ||
|
||
### Installing | ||
|
||
Unzip the files and execute the type of analysis you would like | ||
|
||
``` | ||
root plot.C | ||
``` | ||
|
||
## Deployment | ||
|
||
For the analysis files: | ||
|
||
Set the path in line 3 to point at your PSTCT .sl or .dll file | ||
|
||
Set the path in line 5 to point at your waveform.rtct file | ||
|
||
|
||
# Laser Analysis software | ||
|
||
This software is used to calculate the beam spot size of a Particulars TCT laser. | ||
|
||
## Getting Started | ||
|
||
Clone the repo and set the paths for the waveform and TCTAnalyse libraries. | ||
|
||
### Prerequisites | ||
|
||
TCTAnalyse Version 2.0 available here http://www.particulars.si/TCTAnalyse/TCTAnalyse-Downloads.html | ||
|
||
ROOT available here https://root.cern.ch/downloading-root | ||
|
||
|
||
### Usage | ||
|
||
``` | ||
root focusing.C | ||
``` | ||
|
||
## Deployment | ||
|
||
For the analysis file: | ||
|
||
Set the path in line 15 to point towards the waveform file | ||
|
||
|
||
|