IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2013, 10:25:29 AM (13 years ago)
Author:
bills
Message:

Rework of auxiliary masking. The initial implementation did not use the pmFPA system
because the files provided by MPG were not recognized as GPC1 and were not in a mask
format. This was the wrong thing to do.

  1. Resolve auxiliary mask using pmFPA system
  2. Use DETREND.CONSTRAINTS to select different set of masks for M31 and STS.
  3. Convert the auxiliary video mask to type PS_TYPE_IMAGE_MASK
  4. Change recipes for STS to use CHIP_AUXMASK recipe which uses det_type AUXMASK_STS
  5. Change M31 recipes to use det_type AUXMASK_HEAVY
File:
1 edited

Legend:

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

    r35685 r36169  
    7272                               PM_FPA_FILE_MASK, PM_DETREND_TYPE_VIDEOMASK)) {
    7373            psError(PS_ERR_IO, false, "Can't find a mask image source");
     74            psFree(options);
     75            return NULL;
     76        }
     77      }
     78      if (options->doAuxMask) {
     79        if (!ppImageDefineFile(config, input->fpa, "PPIMAGE.AUXMASK", "MASK",
     80                               PM_FPA_FILE_MASK, PM_DETREND_TYPE_AUXMASK)) {
     81            psError(PS_ERR_IO, false, "Can't find a auxillary mask image source");
    7482            psFree(options);
    7583            return NULL;
Note: See TracChangeset for help on using the changeset viewer.