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_fpa/camera.config

    r8894 r8897  
    1616RECIPES         METADATA
    1717        # Recipes for ppImage
    18         PPIMAGE         STR     mcshort/ppImage.config          # Default: all (normal) options on
    19         PPIMAGE_O       STR     mcshort/ppImage_o.config        # Overscan only
    20         PPIMAGE_OB      STR     mcshort/ppImage_ob.config       # Overscan, bias only
    21         PPIMAGE_OBD     STR     mcshort/ppImage_obd.config      # Overscan, bias, dark only
    22         PPIMAGE_OBDF    STR     mcshort/ppImage_obdf.config     # Overscan, bias, dark, flat only
    23         PPIMAGE_B       STR     mcshort/ppImage_b.config        # Bias only
    24         PPIMAGE_D       STR     mcshort/ppImage_d.config        # Dark only
    25         PPIMAGE_F       STR     mcshort/ppImage_f.config        # Flat only
    26         PPIMAGE_J       STR     mcshort/ppImage_j.config        # JPEG only
     18        PPIMAGE         STR     megacam/ppImage.config          # Default: all (normal) options on
     19        PPIMAGE_O       STR     megacam/ppImage_o.config        # Overscan only
     20        PPIMAGE_OB      STR     megacam/ppImage_ob.config       # Overscan, bias only
     21        PPIMAGE_OBD     STR     megacam/ppImage_obd.config      # Overscan, bias, dark only
     22        PPIMAGE_OBDF    STR     megacam/ppImage_obdf.config     # Overscan, bias, dark, flat only
     23        PPIMAGE_B       STR     megacam/ppImage_b.config        # Bias only
     24        PPIMAGE_D       STR     megacam/ppImage_d.config        # Dark only
     25        PPIMAGE_F       STR     megacam/ppImage_f.config        # Flat only
     26        PPIMAGE_J       STR     megacam/ppImage_j.config        # JPEG only
    2727
    2828        # Recipes for ppMerge
    29         PPMERGE_BIAS    STR     mcshort/ppMerge_bias.config
     29        PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
     30        PPMERGE_BIAS    STR     megacam/ppMerge_bias.config
     31        PPMERGE_DARK    STR     megacam/ppMerge_dark.config
     32        PPMERGE_FLAT    STR     megacam/ppMerge_flat.config
     33
    3034        # Other recipes
    31         PPMERGE         STR     ppMerge_template.config         # ppMerge recipe
    32         PSPHOT          STR     mcshort/psphot.config           # psphot details
    33         PSASTRO         STR     mcshort/psastro.config          # psastro details
    34         PPSTATS         STR     mcshort/ppStats.config          # ppStats recipe
    35         PPSTATS_PHASE0  STR     mcshort/ppStats_phase0.config   # ppStats recipe for phase 0
     35        PSPHOT          STR     megacam/psphot.config           # psphot details
     36        PSASTRO         STR     megacam/psastro.config          # psastro details
     37        PPSTATS         STR     megacam/ppStats.config          # ppStats recipe
     38        PPSTATS_PHASE0  STR     megacam/ppStats_phase0.config   # ppStats recipe for phase 0
    3639END
    3740
     
    4952   ### use these entries to get the detrend images from specific files
    5053   PPIMAGE.MASK       INPUT mask.mef.fits                 {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    51    PPIMAGE.BIAS       INPUT bias_mc_1_0.{CHIP.NAME}.fit   {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    52    PPIMAGE.DARK       INPUT dark_mc_1_0.{CHIP.NAME}.fit   {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    53    PPIMAGE.FLAT       INPUT flat_mc_1_0.{CHIP.NAME}.fit   {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     54   PPIMAGE.BIAS       INPUT bias_{CHIP.NAME}_1_0.fit      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     55   PPIMAGE.DARK       INPUT dark_{CHIP.NAME}_2_0.fit      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     56   PPIMAGE.FLAT       INPUT flat_{CHIP.NAME}_3_0.fit      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    5457
    5558   ### use these entries to get the detrend images from the database
Note: See TracChangeset for help on using the changeset viewer.