You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The version of Eventdisplay for this repository can be found in the files [IRFVE
9
9
10
10
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).
11
11
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:
13
13
14
14
```bash
15
15
./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\_
18
18
19
19
Total download size is about 190 GBytes.
20
20
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).
22
22
23
23
Following directories and files are available:
24
24
25
-
Parameter Files
25
+
ParameterFiles:
26
26
27
27
- parameter files required for running most steps of Eventdisplay
28
28
- EVNDISP.global.runparameter (global parameters like VERITAS position; URL of VERITAS DB; location of VERITAS raw data archive)
@@ -43,13 +43,13 @@ AstroData:
43
43
44
44
- example catalogs and typical Crab Nebula spectra
45
45
46
-
Calibration
46
+
Calibration:
47
47
48
48
- low-gain calibration files required for Eventdisplay analysis
49
49
- pulse-shapes used in CARE simulations (Calibration/CareSimulations)
50
50
- example file for calibration list to be used to overwrite DB flasher/laser values in the analysis (Calibration/calibrationlist.dat)
51
51
52
-
DetectorGeometry
52
+
DetectorGeometry:
53
53
54
54
- configuration files for pixel and telescope positions
55
55
@@ -67,24 +67,24 @@ For version changes, the following files need to be changed:
67
67
68
68
### Uploading IRF files
69
69
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)
71
71
72
72
```bash
73
-
./pack_irfs_for_ucla.sh
73
+
./transfer/pack_irfs_for_ucla.sh
74
74
```
75
75
76
76
2. Inspect tar packages in the directory `tar_packages` and move them to the directory `archive`
77
77
78
-
3. Upload files to UCLA
78
+
3. Upload files to UCLA (scripts are located in the `transfer/` directory)
79
79
80
80
```bash
81
-
./put_irfs_to_ucla.sh
81
+
./transfer/put_irfs_to_ucla.sh
82
82
```
83
83
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):
0 commit comments