IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2013, 4:01:35 PM (13 years ago)
Author:
bills
Message:

add new recipe options to ppImage to control application of an auxiliary
mask. This is intended to be a more selective mask that will be used by M31
and STS projects for their reprocessing. This masking is added to the
mask constructed during detrending after the cells have bee mosaiced.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r35081 r35531  
    188188            ESCAPE("Unable to mosaic chip");
    189189        }
     190
     191        if (!ppImageAuxiliaryMask(config, view, options)) {
     192            ESCAPE("Unable to apply auxiliary mask");
     193        }
     194
    190195        timeDetrend += psTimerClear(TIMER_DETREND);
    191196
Note: See TracChangeset for help on using the changeset viewer.