Changeset 20031 for trunk/Mars/hawc/processing/run-root2sql.sh
- Timestamp:
- 01/07/21 14:38:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/processing/run-root2sql.sh
r20026 r20031 1 1 #/bin/bash 2 3 # Specify the telescope for which to run the script. Replace '1' 4 # by $1 if the telesocpe number is supplied as an option to the script 5 TELESCOPE=1 2 6 3 7 # Path where the data is stored... can be callisto or star … … 61 65 -C ${RESOURCE} \ 62 66 --table=${TABLE} \ 67 --const.Telescope=${TELESCOPE} \ 63 68 --const.NIGHT=${NIGHT} \ 64 69 --const.RUNID=${RUNID} \
Note:
See TracChangeset
for help on using the changeset viewer.