IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2006, 3:44:28 PM (20 years ago)
Author:
Paul Price
Message:

Using megacam recipes for mcshort.

File:
1 edited

Legend:

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

    r8894 r8897  
    8080RECIPES         METADATA
    8181        # Recipes for ppImage
    82         PPIMAGE         STR     mcshort/ppImage.config          # Default: all (normal) options on
    83         PPIMAGE_O       STR     mcshort/ppImage_o.config        # Overscan only
    84         PPIMAGE_OB      STR     mcshort/ppImage_ob.config       # Overscan, bias only
    85         PPIMAGE_OBD     STR     mcshort/ppImage_obd.config      # Overscan, bias, dark only
    86         PPIMAGE_OBDF    STR     mcshort/ppImage_obdf.config     # Overscan, bias, dark, flat only
    87         PPIMAGE_B       STR     mcshort/ppImage_b.config        # Bias only
    88         PPIMAGE_D       STR     mcshort/ppImage_d.config        # Dark only
    89         PPIMAGE_F       STR     mcshort/ppImage_f.config        # Flat only
    90         PPIMAGE_J       STR     mcshort/ppImage_j.config        # JPEG only
     82        PPIMAGE         STR     megacam/ppImage.config          # Default: all (normal) options on
     83        PPIMAGE_O       STR     megacam/ppImage_o.config        # Overscan only
     84        PPIMAGE_OB      STR     megacam/ppImage_ob.config       # Overscan, bias only
     85        PPIMAGE_OBD     STR     megacam/ppImage_obd.config      # Overscan, bias, dark only
     86        PPIMAGE_OBDF    STR     megacam/ppImage_obdf.config     # Overscan, bias, dark, flat only
     87        PPIMAGE_B       STR     megacam/ppImage_b.config        # Bias only
     88        PPIMAGE_D       STR     megacam/ppImage_d.config        # Dark only
     89        PPIMAGE_F       STR     megacam/ppImage_f.config        # Flat only
     90        PPIMAGE_J       STR     megacam/ppImage_j.config        # JPEG only
    9191
    9292        # Recipes for ppMerge
    93         PPMERGE_BIAS    STR     mcshort/ppMerge_bias.config
     93        PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
     94        PPMERGE_BIAS    STR     megacam/ppMerge_bias.config
     95        PPMERGE_DARK    STR     megacam/ppMerge_dark.config
     96        PPMERGE_FLAT    STR     megacam/ppMerge_flat.config
     97       
    9498        # Other recipes
    95         PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
    96         PSPHOT          STR     mcshort/psphot.config           # psphot details
    97         PSASTRO         STR     mcshort/psastro.config          # psastro details
    98         PPSTATS         STR     mcshort/ppStats.config          # ppStats recipe
    99         PPSTATS_PHASE0  STR     mcshort/ppStats_phase0.config   # ppStats recipe for phase 0
     99        PSPHOT          STR     megacam/psphot.config           # psphot details
     100        PSASTRO         STR     megacam/psastro.config          # psastro details
     101        PPSTATS         STR     megacam/ppStats.config          # ppStats recipe
     102        PPSTATS_PHASE0  STR     megacam/ppStats_phase0.config   # ppStats recipe for phase 0
    100103END
    101104
     
    113116   ### use these entries to get the detrend images from specific files
    114117   PPIMAGE.MASK       INPUT mask.mef.fits                 {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    115    PPIMAGE.BIAS       INPUT bias_mc_1_0.{CHIP.NAME}.fit   {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    116    PPIMAGE.DARK       INPUT dark_mc_1_0.{CHIP.NAME}.fit   {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    117    PPIMAGE.FLAT       INPUT flat_mc_1_0.{CHIP.NAME}.fit   {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     118   PPIMAGE.BIAS       INPUT bias_{CHIP.NAME}_1_0.fit      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     119   PPIMAGE.DARK       INPUT dark_{CHIP.NAME}_2_0.fit      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     120   PPIMAGE.FLAT       INPUT flat_{CHIP.NAME}_3_0.fit      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    118121
    119122   ### use these entries to get the detrend images from the database
Note: See TracChangeset for help on using the changeset viewer.