IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2014, 5:37:10 AM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/pstamp/scripts/psmkreq

    r36250 r36827  
    2929my ($ra, $dec, $x, $y, $list, $output, $req_name, $req_name_base);
    3030
    31 my ($image, $mask, $variance, $jpeg, $cmf, $psf, $backmdl, $inverse);
     31my ($image, $mask, $variance, $jpeg, $cmf, $psf, $backmdl, $inverse, $restorebackground);
    3232my ($convolved, $unconvolved, $uncompressed, $use_imfile_id, $no_wait);
    3333
     
    120120    'convolved'         => \$convolved,
    121121    'uncompressed'      => \$uncompressed,
     122    'restorebackground' => \$restorebackground,
    122123    'use_imfile_id'     => \$use_imfile_id,
    123124    'do_not_wait'       => \$no_wait,
     
    224225        $option_mask |= $PSTAMP_USE_IMFILE_ID   if $use_imfile_id;
    225226        $option_mask |= $PSTAMP_SELECT_INVERSE  if $inverse;
     227        $option_mask |= $PSTAMP_RESTORE_BACKGROUND  if $restorebackground;
    226228    }
    227229    $option_mask |= $PSTAMP_NO_WAIT_FOR_UPDATE if $no_wait;
Note: See TracChangeset for help on using the changeset viewer.