Changeset 37909 for trunk/tools/dvodb_calib/SAS37calib/run.relphot
- Timestamp:
- Feb 14, 2015, 10:52:27 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/dvodb_calib/SAS37calib/run.relphot (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/dvodb_calib/SAS37calib/run.relphot
r37884 r37909 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] … … 17 17 # to use is: /data/ipp064.0/eugene/relastro.20140923/tess.3pi.fits 18 18 19 if (1) then19 #if (1) then 20 20 set options = "" 21 21 set options = "$options -v" … … 41 41 echo relphot $options 42 42 relphot $options 43 if ($status) then 44 echo "ERROR: failure running relphot" 45 echo -n "--done with relphot -- ";date 46 endif 43 #endif 47 44
Note:
See TracChangeset
for help on using the changeset viewer.
