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/src/ppstampMakeStamp.c

    r36060 r40389  
    592592    }
    593593
    594     if (onChip) {
     594    //MEH add hack for ROI not to include center on chip
     595    if (onChip || options->centeroffchip ) {
    595596        if (options->roip.celestialRange) {
    596597            findBoundingBox(options, input->fpa, chip, center);
Note: See TracChangeset for help on using the changeset viewer.