Changeset 39216
- Timestamp:
- Dec 3, 2015, 4:05:35 PM (11 years ago)
- Location:
- trunk/tools/dvodb_calib/SAS40calib
- Files:
-
- 2 edited
-
run.relastro (modified) (2 diffs)
-
run.relphot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/dvodb_calib/SAS40calib/run.relastro
r39137 r39216 5 5 exit 2 6 6 endif 7 8 7 9 8 set catdir = $argv[1] … … 18 17 set options = "$options -D CATDIR $catdir" 19 18 set options = "$options -basic-image-search" 19 set options = "$options -apply-offsets" 20 20 set options = "$options -update" 21 21 set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1" -
trunk/tools/dvodb_calib/SAS40calib/run.relphot
r39137 r39216 1 1 #!/bin/csh -f 2 2 3 #if ($#argv !=1) then4 #echo "usage: run.relphot (catdir)"5 #exit 26 #endif3 if ($#argv != 1) then 4 echo "usage: run.relphot (catdir)" 5 exit 2 6 endif 7 7 8 8 set catdir = $argv[1] 9 10 11 12 9 13 10 # run relphot -images … … 42 39 relphot $options 43 40 #endif 44
Note:
See TracChangeset
for help on using the changeset viewer.
