Changeset 13197 for trunk/ippScripts/scripts/isp_trans.pl
- Timestamp:
- May 3, 2007, 10:57:40 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/isp_trans.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/isp_trans.pl
r13150 r13197 11 11 $output = join (".", @words); 12 12 13 print "input: $input\n";14 print "output: $output\n";15 16 13 # use constant RECIPE => 'PPIMAGE_OBDSFRA'; # Recipe to use 17 $RECIPE = 'PPIMAGE_OA'; # Recipe to use (switch to OBDSFRA when detrend images are ready) 14 $RECIPE_PPIMAGE = 'PPIMAGE_OA'; # Recipe to use (switch to OBDSFRA when detrend images are ready) 15 $RECIPE_PSPHOT = 'PSPHOT.SUMMIT'; 18 16 $CALDIR = '/data/alala.0/ipp/ippRefs/catdir.synth.bright'; # source of photometric calibration data 19 17 $IMTABLE = 'images.dat'; # source of photometric calibration data 20 18 21 vsystem ("ppImage -file $input $output -recipe PPIMAGE $RECIPE -recipe PSPHOT PSPHOT.SUMMIT -trace psModules.astrom.pmAstromMatchFit 3");19 vsystem ("ppImage -file $input $output -recipe PPIMAGE $RECIPE_PPIMAGE -recipe PSPHOT $RECIPE_PSPHOT"); 22 20 if ($status) { die "failure running ppImage\n"; } 23 21
Note:
See TracChangeset
for help on using the changeset viewer.
