IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2018, 9:10:37 AM (8 years ago)
Author:
mhuber
Message:

mod to pstamp to provide multiple images for all overlapping pixels in the ROI for byexp and skycoords request using last open OPTION_MASK 8192 value (ie MOPS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r38073 r40389  
    248248        $command .= " -stage $stage";
    249249        $command .= " -forheader $calibfile" if $calibfile;
     250        ## MEH hack for centeroffchip -- needs constraint for coord_mask 0 all in sky values..
     251        $command .= " -centeroffchip" if ($options & $PSTAMP_MULTI_OVERLAP_IMAGE);
     252
    250253        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    251254            run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.