IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2018, 6:37:06 PM (8 years ago)
Author:
mhuber
Message:

allow update for old pstamp web request.php to access multiple images in ROI option and increase number of sample points for different images in ROI to help avoid the missing image if position in chip gap with limits for boundary issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/psmkreq

    r37887 r40421  
    2929my ($ra, $dec, $x, $y, $list, $output, $req_name, $req_name_base);
    3030
    31 my ($image, $mask, $variance, $jpeg, $cmf, $psf, $backmdl, $inverse, $restorebackground);
     31my ($image, $mask, $variance, $jpeg, $allroi, $cmf, $psf, $backmdl, $inverse, $restorebackground);
    3232my ($exptime, $expnum, $exptimejpeg, $expnumjpeg);
    3333my ($convolved, $unconvolved, $uncompressed, $use_imfile_id, $no_wait);
     
    113113    'mask'              => \$mask,
    114114    'jpeg'              => \$jpeg,
     115    'allroi'            => \$allroi,
    115116    'variance'          => \$variance,
    116117    'cmf'               => \$cmf,
     
    218219        $option_mask |= $PSTAMP_SELECT_VARIANCE if $variance;
    219220        $option_mask |= $PSTAMP_SELECT_JPEG     if $jpeg;
     221        $option_mask |= $PSTAMP_MULTI_OVERLAP_IMAGE     if $allroi;
    220222
    221223        # if no image was requested make a stamp of the image
Note: See TracChangeset for help on using the changeset viewer.