Skip to content

Commit 98e49d5

Browse files
committed
readme improvements
1 parent 0eecb22 commit 98e49d5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The version of Eventdisplay for this repository can be found in the files [IRFVE
99

1010
The analysis requires additional IRF files (lookup tables, gamma-hadron BDT trees, etc) which are too big for this repository. These files are available through the UCLA archive or direct download from DESY disks (restricted access).
1111

12-
To download and unpack the IRFs from the UCLA archive, run in the Eventdisplay\_AnalysisFiles directory:
12+
To download and unpack the IRFs from the UCLA archive, run in the Eventdisplay\_AnalysisFiles\_VTS directory:
1313

1414
```bash
1515
./download_irfs.sh transfer/file_list_V6.dat
@@ -18,11 +18,11 @@ To download and unpack the IRFs from the UCLA archive, run in the Eventdisplay\_
1818

1919
Total download size is about 190 GBytes.
2020

21-
Further information on this release see the [Eventdisplay v491 release page](https://github.com/VERITAS-Observatory/EventDisplay_Release_v491/blob/main/README.md) (restricted access).
21+
For further information on this release, see the [Eventdisplay v491 release page](https://github.com/VERITAS-Observatory/EventDisplay_Release_v491/blob/main/README.md) (restricted access).
2222

2323
Following directories and files are available:
2424

25-
Parameter Files
25+
ParameterFiles:
2626

2727
- parameter files required for running most steps of Eventdisplay
2828
- EVNDISP.global.runparameter (global parameters like VERITAS position; URL of VERITAS DB; location of VERITAS raw data archive)
@@ -43,13 +43,13 @@ AstroData:
4343

4444
- example catalogs and typical Crab Nebula spectra
4545

46-
Calibration
46+
Calibration:
4747

4848
- low-gain calibration files required for Eventdisplay analysis
4949
- pulse-shapes used in CARE simulations (Calibration/CareSimulations)
5050
- example file for calibration list to be used to overwrite DB flasher/laser values in the analysis (Calibration/calibrationlist.dat)
5151

52-
DetectorGeometry
52+
DetectorGeometry:
5353

5454
- configuration files for pixel and telescope positions
5555

@@ -67,24 +67,24 @@ For version changes, the following files need to be changed:
6767

6868
### Uploading IRF files
6969

70-
1. Pack IRF files into several tar packages
70+
1. Pack IRF files into several tar packages (scripts are located in the `transfer/` directory)
7171

7272
```bash
73-
./pack_irfs_for_ucla.sh
73+
./transfer/pack_irfs_for_ucla.sh
7474
```
7575

7676
2. Inspect tar packages in the directory `tar_packages` and move them to the directory `archive`
7777

78-
3. Upload files to UCLA
78+
3. Upload files to UCLA (scripts are located in the `transfer/` directory)
7979

8080
```bash
81-
./put_irfs_to_ucla.sh
81+
./transfer/put_irfs_to_ucla.sh
8282
```
8383

84-
4. Test some uploads with downloading script (modify, to not download again everything):
84+
4. Test some uploads with the downloading script (modify to avoid downloading everything again):
8585

8686
```bash
87-
./download_irfs_from_ucla.sh transfer/file_list_V6.dat
87+
./download_irfs.sh transfer/file_list_V6.dat
8888
```
8989

9090
Note that for DESY users, the tar packages are not downloaded but copied from their archive location.

0 commit comments

Comments
 (0)