Changeset 20031 for trunk/Mars/hawc/processing/run-star.sh
- Timestamp:
- 01/07/21 14:38:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/processing/run-star.sh
r20028 r20031 1 1 #!/bin/bash 2 3 4 # Specify the telescope for which to run the script. Replace '1' 5 # by $1 if the telesocpe number is supplied as an option to the script 6 TELESCOPE=1 2 7 3 8 # The data is expected to be found in /data/raw and data/callisto … … 19 24 NIGHT, RUNID 20 25 FROM 21 Calibration_new 26 Calibration 27 WHERE 28 Telescope=${TELESCOPE} 22 29 ORDER BY 23 30 NIGHT, RUNID\
Note:
See TracChangeset
for help on using the changeset viewer.