IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2008, 9:41:16 AM (18 years ago)
Author:
Paul Price
Message:

Fixing source mask: we want to make saturated stars (the magnitude
just may not be exactly right).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmReadoutFake.c

    r19211 r19233  
    2626#define MODEL_TYPE "PS_MODEL_RGAUSS"    // Type of model to use
    2727#define MAX_AXIS_RATIO 20.0             // Maximum axis ratio for PSF model
    28 #define SOURCE_MASK (PM_SOURCE_MODE_FAIL | PM_SOURCE_MODE_DEFECT | PM_SOURCE_MODE_SATURATED | \
     28#define SOURCE_MASK (PM_SOURCE_MODE_FAIL | PM_SOURCE_MODE_BADPSF | PM_SOURCE_MODE_DEFECT | \
    2929                     PM_SOURCE_MODE_CR_LIMIT) // Mask to apply to input sources
    3030
Note: See TracChangeset for help on using the changeset viewer.