IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41530 for trunk


Ignore:
Timestamp:
Apr 3, 2021, 12:08:34 PM (5 years ago)
Author:
eugene
Message:

minor whitespace changes; add PR_NOPATTERN to gpc2

Location:
trunk/ippconfig
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/camera.config

    r36375 r41530  
    116116# Recipe options
    117117RECIPES         METADATA
    118         PPIMAGE         STR     gpc1/ppImage.config
    119         PPMERGE         STR     gpc1/ppMerge.config
    120         PSASTRO         STR     gpc1/psastro.config
    121         PSPHOT          STR     gpc1/psphot.config
    122         PSWARP          STR     gpc1/pswarp.config
     118        PPIMAGE         STR     gpc1/ppImage.config
     119        PPMERGE         STR     gpc1/ppMerge.config
     120        PSASTRO         STR     gpc1/psastro.config
     121        PSPHOT          STR     gpc1/psphot.config
     122        PSWARP          STR     gpc1/pswarp.config
    123123        PSVIDEOPHOT     STR     gpc1/psvideophot.config
    124         REJECTIONS      STR     gpc1/rejections.config       # rejection recipe
    125         PPSTACK         STR     gpc1/ppStack.config
     124        REJECTIONS      STR     gpc1/rejections.config       # rejection recipe
     125        PPSTACK         STR     gpc1/ppStack.config
    126126END
    127127
  • trunk/ippconfig/gpc1/ppStack.config

    r38230 r41530  
     1#
    12PSF.MODEL       STR     PS_MODEL_PS1_V1 # Model for PSF generation
    23BACKGROUND.MODEL BOOL   F
  • trunk/ippconfig/gpc2/camera.config

    r40891 r41530  
    155155#       PSVIDEOPHOT     STR     gpc2/psvideophot.config
    156156#       REJECTIONS      STR     gpc2/rejections.config       # rejection recipe
    157         PPSTACK         STR     gpc2/ppStack.config
     157        PPSTACK         STR     gpc2/ppStack.config
    158158END
    159159
  • trunk/ippconfig/gpc2/ppImage.config

    r41231 r41530  
    375375     END
    376376  END
     377END
     378
     379# Standard chip processing (NOTE: when changing this be sure to check whether changes should be applied to
     380# CHIP_PRESERVE_BG CHIP_AUXMASK or CHIP_PRESERVE_BG_AUXMASK
     381PR_NOPATTERN METADATA
     382  BASE.FITS          BOOL    FALSE           # Save base detrended image?
     383  BASE.MASK.FITS     BOOL    FALSE           # Save base detrended image?
     384  BASE.VARIANCE.FITS BOOL    FALSE           # Save base detrended image?
     385  CHIP.FITS          BOOL    TRUE            # Save chip-mosaic-ed image?
     386  CHIP.MASK.FITS     BOOL    TRUE            # Save chip-mosaic-ed image?
     387  CHIP.VARIANCE.FITS BOOL    TRUE            # Save chip-mosaic-ed image?
     388  OVERSCAN           BOOL    TRUE            # Overscan subtraction
     389  NONLIN             BOOL    FALSE           # apply non-linearity correction
     390  BIAS               BOOL    FALSE           # Bias subtraction
     391  DARK               BOOL    TRUE            # Dark subtraction
     392  NOISEMAP           BOOL    FALSE           # Apply noise read map
     393  REMNANCE           BOOL    FALSE           # Remnance masking
     394  SHUTTER            BOOL    FALSE           # Shutter correction
     395  FLAT               BOOL    TRUE            # Flat-field normalisation
     396  MASK               BOOL    TRUE            # Mask bad pixels
     397  MASK.BUILD         BOOL    TRUE            # Build internal mask?
     398  MASK.BURNTOOL      BOOL    FALSE           # Mask potential burntool trails
     399  MASK.AUXMASK       BOOL    FALSE           # augment mask with more restrictive auxiliary mask
     400  PATTERN.ROW        BOOL    FALSE           # Row pattern correction
     401  PATTERN.CELL       BOOL    FALSE           # Cell pattern correction
     402  PATTERN.CONTINUITY BOOL    FALSE           # Cell pattern correction using edge continuity
     403  FRINGE             BOOL    FALSE           # Fringe subtraction
     404  BIN1.FITS          BOOL    TRUE            # Save 1st binned chip image?
     405  BIN2.FITS          BOOL    TRUE            # Save 2nd binned chip image?
     406  PHOTOM             BOOL    TRUE            # Source identification and photometry
     407  ASTROM.CHIP        BOOL    FALSE           # Astrometry per chip?
     408  ASTROM.MOSAIC      BOOL    FALSE           # Astrometry for mosaic?
     409  BACKGROUND         BOOL    FALSE           # Subtract background?
     410  CROSSTALK.MEASURE  BOOL    FALSE           # Subtract model background?
    377411END
    378412
  • trunk/ippconfig/system.config

    r41417 r41530  
    4242
    4343RECIPES         METADATA                # Site-level recipes
    44         MASKS           STR             recipes/masks.16bit.config      # Mask values
    45         REJECTIONS      STR             recipes/rejections.config # Rejection for detrend creation
     44        MASKS           STR             recipes/masks.16bit.config      # Mask values
     45        REJECTIONS      STR             recipes/rejections.config # Rejection for detrend creation
    4646        PPIMAGE         STR             recipes/ppImage.config  # Image reduction
    47         PPMERGE         STR             recipes/ppMerge.config  # Image combination
    48         PPSTATS         STR             recipes/ppStats.config  # Image statistics
    49         PSPHOT          STR             recipes/psphot.config   # Photometry
    50         PSASTRO         STR             recipes/psastro.config  # Astrometry
    51         PPSTACK         STR             recipes/ppStack.config  # Combination
    52         PSWARP          STR             recipes/pswarp.config   # Warping
    53         PPSIM           STR             recipes/ppSim.config    # Simulations
    54         PPSUB           STR             recipes/ppSub.config    # Subtraction
    55         GDIFF           STR             recipes/gDiff.config    # Subtraction
    56         ADDSTAR         STR             recipes/addstar.config  # addstar to dvodb
    57         JPEG            STR             recipes/jpeg.mdc        # JPEG creation
    58         PPSTATS_METADATA STR            recipes/ppStatsFromMetadata.config # Image statistics
    59         DQSTATS         STR             recipes/dqStatsTool.config # data quality statistics
    60         DVOCORR         STR             recipes/dvocorr.config # Image statistics
    61         PPSKYCELL       STR             recipes/ppSkycell.config  # JPEGs of skycells
    62         PPNOISEMAP      STR             recipes/ppNoiseMap.config # used to create the noise map
     47        PPMERGE         STR             recipes/ppMerge.config  # Image combination
     48        PPSTATS         STR             recipes/ppStats.config  # Image statistics
     49        PSPHOT          STR             recipes/psphot.config   # Photometry
     50        PSASTRO         STR             recipes/psastro.config  # Astrometry
     51        PPSTACK         STR             recipes/ppStack.config  # Combination
     52        PSWARP          STR             recipes/pswarp.config   # Warping
     53        PPSIM           STR             recipes/ppSim.config    # Simulations
     54        PPSUB           STR             recipes/ppSub.config    # Subtraction
     55        GDIFF           STR             recipes/gDiff.config    # Subtraction
     56        ADDSTAR         STR             recipes/addstar.config  # addstar to dvodb
     57        JPEG            STR             recipes/jpeg.mdc        # JPEG creation
     58        PPSTATS_METADATA STR            recipes/ppStatsFromMetadata.config # Image statistics
     59        DQSTATS         STR             recipes/dqStatsTool.config # data quality statistics
     60        DVOCORR         STR             recipes/dvocorr.config # Image statistics
     61        PPSKYCELL       STR             recipes/ppSkycell.config  # JPEGs of skycells
     62        PPNOISEMAP      STR             recipes/ppNoiseMap.config # used to create the noise map
    6363        CENSOR          STR             recipes/censor.config # used to create the noise map
    6464        PPSMOOTH        STR             recipes/ppSmooth.config  # stand-alone image smoothing
Note: See TracChangeset for help on using the changeset viewer.