Changeset 37909
- Timestamp:
- Feb 14, 2015, 10:52:27 AM (11 years ago)
- Location:
- trunk/tools/dvodb_calib/SAS37calib
- Files:
-
- 1 added
- 3 edited
-
run.dvolens (added)
-
run.relphot (modified) (3 diffs)
-
run.relphot.diff (modified) (1 diff)
-
run.setphot (modified) (1 diff)
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 -
trunk/tools/dvodb_calib/SAS37calib/run.relphot.diff
r37884 r37909 24 24 set options = "$options -region 310 350 -15 15" 25 25 set options = "$options -boundary-tree tess.3pi.fits" 26 26 set options = "$options -is-diff-db -reset -update" 27 27 # set options = "$options -parallel" 28 28 -
trunk/tools/dvodb_calib/SAS37calib/run.setphot
r37884 r37909 16 16 set ubercal = ucalqy_bigflat.fits 17 17 18 echo setphot -update -ubercal - no-metadata -D CATDIR $catdir $ubercal19 setphot -update -ubercal - no-metadata -D CATDIR $catdir $ubercal18 echo setphot -update -ubercal -D CATDIR $catdir $ubercal 19 setphot -update -ubercal -D CATDIR $catdir $ubercal 20 20 #gene said no metadata if using ucalqy_bigflat.fits 21 21 endif
Note:
See TracChangeset
for help on using the changeset viewer.
