Changes between Version 8 and Version 9 of AnalysisTutorial
- Timestamp:
- 06/02/14 20:45:29 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnalysisTutorial
v8 v9 23 23 output:: 24 24 YYYYMMDD_SSS-images.root (plots), YYYYMMDD_FFF_I.root (one per run) 25 26 === star === 27 what is done?:: 28 merge auxiliary information to data 29 macro:: 30 Mars/fact/analysis/merpp.C 31 input:: 32 sequence file, YYYYMMDD_FFF_I.root 33 output:: 34 YYYYMMDD_FFF_I.root (one per run) 25 35 26 36 === ganymed === … … 49 59 dataset:: 50 60 a collection of data runs 61 YYYYMMDD:: night (date of sunset is used) 51 62 FFF:: file number (starts with 0 every night 52 63 SSS:: sequence number (number of first run in sequence) … … 59 70 set root environment:: 60 71 source /pathtoroot/bin/thisroot.sh 72 rawdata in wü:: /fact/raw/YYYY/MM/DD/YYYYMMDD_FFF.fits.fz 73 callisto in Wü:: /scratch/local/dorner/data.2013.05.11/callisto/YYYY/MM/DD/ (temporary path, will be changed) 74 star in Wü:: /scratch/local/dorner/data.2013.05.11/star/YYYY/MM/DD/ (temporary path, will be changed) 75 sequences in Wü:: /scratch/local/dorner/sequences/YYYY/MM/DD/ (temporary path, will be changed) 76 77 === exercises === 78 79 1. run callisto for a sequence (check the macro to find out how to call the macro) 80 2. run star for the same sequence 81 3. run merpp for the same sequence 82 4. write a dataset file 83 5. run ganymed for this dataset file