IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13197


Ignore:
Timestamp:
May 3, 2007, 10:57:40 AM (19 years ago)
Author:
eugene
Message:

adding seeing script, updating isp script

Location:
trunk/ippScripts/scripts
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/isp_trans.pl

    r13150 r13197  
    1111$output = join (".", @words);
    1212
    13 print "input: $input\n";
    14 print "output: $output\n";
    15 
    1613# 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';
    1816$CALDIR  = '/data/alala.0/ipp/ippRefs/catdir.synth.bright'; # source of photometric calibration data
    1917$IMTABLE = 'images.dat'; # source of photometric calibration data
    2018
    21 vsystem ("ppImage -file $input $output -recipe PPIMAGE $RECIPE -recipe PSPHOT PSPHOT.SUMMIT -trace psModules.astrom.pmAstromMatchFit 3");
     19vsystem ("ppImage -file $input $output -recipe PPIMAGE $RECIPE_PPIMAGE -recipe PSPHOT $RECIPE_PSPHOT");
    2220if ($status) { die "failure running ppImage\n"; }
    2321
Note: See TracChangeset for help on using the changeset viewer.