IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24698


Ignore:
Timestamp:
Jul 7, 2009, 10:45:38 AM (17 years ago)
Author:
eugene
Message:

add censor recipe and filerule entries

Location:
trunk/ippconfig
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/Makefile.am

    r24477 r24698  
    2222        ppSub.config \
    2323        dvocorr.config \
     24        censor.config \
    2425        jpeg.mdc \
    2526        ppStatsFromMetadata.config \
  • trunk/ippconfig/recipes/filerules-mef.mdc

    r24004 r24698  
    132132PPSIM.INPUT             INPUT    @FILES        FPA        IMAGE     
    133133PPSIM.REAL.SOURCES      INPUT    @FILES        CHIP       CMF       
     134
     135## files used by ppNoiseMap
     136PPNOISEMAP.INPUT        INPUT    @FILES        CHIP       IMAGE
     137
     138## files used by censorObject
     139CENSOR.INPUT            INPUT    @FILES        CHIP       CMF
     140CENSOR.INPUT.MASK       INPUT    @FILES        CHIP       MASK
    134141
    135142### output file definitions
     
    276283TRACE.IMFILE            OUTPUT {OUTPUT}.{CHIP.NAME}.trace        TEXT      NONE       CHIP       TRUE      NONE
    277284TRACE.EXP               OUTPUT {OUTPUT}.trace                    TEXT      NONE       FPA        TRUE      NONE
     285
     286PPNOISEMAP.OUTPUT       OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     NONE       CHIP       TRUE      NONE
     287
     288CENSOR.OUTPUT           OUTPUT {OUTPUT}.des.smf                  CMF       NONE       FPA        TRUE      MEF
     289
  • trunk/ippconfig/recipes/filerules-simple.mdc

    r24004 r24698  
    9595PPSIM.INPUT             INPUT    @FILES        FPA        IMAGE     
    9696PPSIM.REAL.SOURCES      INPUT    @FILES        CHIP       CMF       
     97
     98## files used by ppNoiseMap
     99PPNOISEMAP.INPUT        INPUT    @FILES        CHIP       IMAGE
     100
     101## files used by censorObject
     102CENSOR.INPUT            INPUT    @FILES        CHIP       CMF
     103CENSOR.INPUT.MASK       INPUT    @FILES        CHIP       MASK
    97104
    98105### output file definitions
     
    224231TRACE.IMFILE            OUTPUT {OUTPUT}.imfile.trace TEXT      NONE       FPA        TRUE      NONE
    225232TRACE.EXP               OUTPUT {OUTPUT}.exp.trace    TEXT      NONE       FPA        TRUE      NONE
     233
     234PPNOISEMAP.OUTPUT       OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     NONE       CHIP       TRUE      NONE
     235
     236CENSOR.OUTPUT           OUTPUT {OUTPUT}.des.smf                  CMF       NONE       FPA        TRUE      MEF
  • trunk/ippconfig/recipes/filerules-split.mdc

    r24487 r24698  
    106106PPSIM.REAL.SOURCES      INPUT    @FILES        CHIP       CMF       
    107107
    108 ## files used by ppImage
     108## files used by ppNoiseMap
    109109PPNOISEMAP.INPUT        INPUT    @FILES        CHIP       IMAGE
     110
     111## files used by censorObject
     112CENSOR.INPUT            INPUT    @FILES        CHIP       CMF
     113CENSOR.INPUT.MASK       INPUT    @FILES        CHIP       MASK
    110114
    111115### output file definitions
     
    247251PPNOISEMAP.OUTPUT       OUTPUT {OUTPUT}.{CHIP.NAME}.fits         IMAGE     NONE       CHIP       TRUE      NONE
    248252
     253CENSOR.OUTPUT           OUTPUT {OUTPUT}.des.smf                  CMF       NONE       FPA        TRUE      MEF
     254
    249255# {FPA.OBS}
    250256# {FPA.NAME}
  • trunk/ippconfig/system.config

    r24474 r24698  
    5353        PPSKYCELL       STR             recipes/ppSkycell.config  # JPEGs of skycells
    5454        PPNOISEMAP      STR             recipes/ppNoiseMap.config # used to create the noise map
     55        CENSOR          STR             recipes/censor.config # used to create the noise map
    5556END
Note: See TracChangeset for help on using the changeset viewer.