IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9893


Ignore:
Timestamp:
Nov 7, 2006, 11:26:52 AM (20 years ago)
Author:
Paul Price
Message:

Adding shutter correction (turned off for megacam) and fringe correction recipes

Location:
trunk/ippconfig
Files:
5 added
1 deleted
12 edited

Legend:

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

    r9503 r9893  
    8787        # Recipes for ppImage
    8888        PPIMAGE         STR     megacam/ppImage.config          # Default: all (normal) options on
    89         PPIMAGE_O       STR     megacam/ppImage_o.config        # Overscan only
    90         PPIMAGE_OB      STR     megacam/ppImage_ob.config       # Overscan, bias only
    91         PPIMAGE_OBD     STR     megacam/ppImage_obd.config      # Overscan, bias, dark only
    92         PPIMAGE_OBDF    STR     megacam/ppImage_obdf.config     # Overscan, bias, dark, flat only
     89        PPIMAGE_O       STR     megacam/ppImage_o.config        # Overscan
     90        PPIMAGE_OB      STR     megacam/ppImage_ob.config       # Overscan, bias
     91        PPIMAGE_OBD     STR     megacam/ppImage_obd.config      # Overscan, bias, dark
     92        PPIMAGE_OBDS    STR     megacam/ppImage_obds.config     # Overscan, bias, dark, shutter, flat
     93        PPIMAGE_OBDSF   STR     megacam/ppImage_obdsf.config    # Overscan, bias, dark, shutter, flat
     94        PPIMAGE_OBDSFR  STR     megacam/ppImage_obdsfr.config   # Overscan, bias, dark, shutter, flat, fringe
    9395        PPIMAGE_B       STR     megacam/ppImage_b.config        # Bias only
    9496        PPIMAGE_D       STR     megacam/ppImage_d.config        # Dark only
     97        PPIMAGE_S       STR     megacam/ppImage_n.config        # NOTHING --- no need for shutter yet
    9598        PPIMAGE_F       STR     megacam/ppImage_f.config        # Flat only
     99        PPIMAGE_R       STR     megacam/ppImage_r.config        # Fringe only
    96100        PPIMAGE_J1      STR     megacam/ppImage_j1.config       # JPEG only; binning 1
    97101        PPIMAGE_J2      STR     megacam/ppImage_j2.config       # JPEG only; binning 2
     
    103107        PPMERGE_DARK    STR     megacam/ppMerge_dark.config
    104108        PPMERGE_FLAT    STR     megacam/ppMerge_flat.config
     109        PPMERGE_FRINGE  STR     megacam/ppMerge_fringe.config
    105110
    106111        # Other recipes
     
    156161   PPIMAGE.DARK       INPUT MegaCam.dark.2.0.{CHIP.NAME}.fits      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    157162   PPIMAGE.FLAT       INPUT MegaCam.flat.3.0.{CHIP.NAME}.fits      {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
     163   PPIMAGE.FRINGE     INPUT MegaCam.fringe.4.0.{CHIP.NAME}.fits    {CHIP.NAME}   {CHIP.NAME}  NONE         CHIP       IMAGE     
    158164
    159165   ### use these entries to get the detrend images from the database
  • trunk/ippconfig/megacam/camera.config

    r9503 r9893  
    8888        # Recipes for ppImage
    8989        PPIMAGE         STR     megacam/ppImage.config          # Default: all (normal) options on
    90         PPIMAGE_O       STR     megacam/ppImage_o.config        # Overscan only
    91         PPIMAGE_OB      STR     megacam/ppImage_ob.config       # Overscan, bias only
    92         PPIMAGE_OBD     STR     megacam/ppImage_obd.config      # Overscan, bias, dark only
    93         PPIMAGE_OBDF    STR     megacam/ppImage_obdf.config     # Overscan, bias, dark, flat only
     90        PPIMAGE_O       STR     megacam/ppImage_o.config        # Overscan
     91        PPIMAGE_OB      STR     megacam/ppImage_ob.config       # Overscan, bias
     92        PPIMAGE_OBD     STR     megacam/ppImage_obd.config      # Overscan, bias, dark
     93        PPIMAGE_OBDS    STR     megacam/ppImage_obds.config     # Overscan, bias, dark, shutter, flat
     94        PPIMAGE_OBDSF   STR     megacam/ppImage_obdsf.config    # Overscan, bias, dark, shutter, flat
     95        PPIMAGE_OBDSFR  STR     megacam/ppImage_obdsfr.config   # Overscan, bias, dark, shutter, flat, fringe
    9496        PPIMAGE_B       STR     megacam/ppImage_b.config        # Bias only
    9597        PPIMAGE_D       STR     megacam/ppImage_d.config        # Dark only
     98        PPIMAGE_S       STR     megacam/ppImage_n.config        # NOTHING --- no need for shutter yet
    9699        PPIMAGE_F       STR     megacam/ppImage_f.config        # Flat only
     100        PPIMAGE_R       STR     megacam/ppImage_r.config        # Fringe only
    97101        PPIMAGE_J1      STR     megacam/ppImage_j1.config       # JPEG only; binning 1
    98102        PPIMAGE_J2      STR     megacam/ppImage_j2.config       # JPEG only; binning 2
     
    104108        PPMERGE_DARK    STR     megacam/ppMerge_dark.config
    105109        PPMERGE_FLAT    STR     megacam/ppMerge_flat.config
     110        PPMERGE_FRINGE  STR     megacam/ppMerge_fringe.config
    106111
    107112        # Other recipes
  • trunk/ippconfig/megacam/ppImage.config

    r8067 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    TRUE            # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    TRUE            # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_b.config

    r8615 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    FALSE           # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_d.config

    r8615 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    FALSE           # Overscan subtraction
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    TRUE            # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_f.config

    r8615 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    FALSE           # Overscan subtraction
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    TRUE            # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_j1.config

    r8972 r9893  
    1111BIAS            BOOL    FALSE           # Bias subtraction
    1212DARK            BOOL    FALSE           # Dark subtraction
     13SHUTTER         BOOL    FALSE           # Shutter correction
    1314FLAT            BOOL    FALSE           # Flat-field normalisation
    1415FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_j2.config

    r8972 r9893  
    1111BIAS            BOOL    FALSE           # Bias subtraction
    1212DARK            BOOL    FALSE           # Dark subtraction
     13SHUTTER         BOOL    FALSE           # Shutter correction
    1314FLAT            BOOL    FALSE           # Flat-field normalisation
    1415FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_n.config

    r9208 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    FALSE           # Overscan subtraction
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_o.config

    r9208 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    FALSE           # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_ob.config

    r9208 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    FALSE           # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
  • trunk/ippconfig/megacam/ppImage_obd.config

    r9208 r9893  
    33# List of tasks to perform
    44MASK            BOOL    FALSE           # Mask bad pixels
    5 MASK.VALUE      U8      0x10            # only mask pixels matching this bitmask
     5MASK.VALUE      U8      0xff            # only mask pixels matching this bitmask
    66NONLIN          BOOL    FALSE           # Non-linearity correction
    77OVERSCAN        BOOL    TRUE            # Overscan subtraction
    88BIAS            BOOL    TRUE            # Bias subtraction
    99DARK            BOOL    TRUE            # Dark subtraction
     10SHUTTER         BOOL    FALSE           # Shutter correction
    1011FLAT            BOOL    FALSE           # Flat-field normalisation
    1112FRINGE          BOOL    FALSE           # Fringe subtraction
Note: See TracChangeset for help on using the changeset viewer.