IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13054


Ignore:
Timestamp:
Apr 26, 2007, 5:09:41 PM (19 years ago)
Author:
Paul Price
Message:

Getting simulations with ppSim working properly. Astrometry doesn't work yet.

Location:
trunk/ippconfig
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSim.config

    r12929 r13054  
    1010SKY.RATE        F32     10.0            # Sky illumination rate (e/s)
    1111STARS.LUM       F32     -1.5            # Stellar luminosity function slope
    12 STARS.MAG       F32     15.0            # Brightest magnitude for fake stars
    13 STARS.DENSITY   F32     2.0             # Stellar density (per square degree) at the brightest magnitude
     12STARS.MAG       F32     13.0            # Brightest magnitude for fake stars
     13STARS.DENSITY   F32     1.0             # Stellar density (per square degree) at the brightest magnitude
    1414
    1515### The following options are used if not defined by the concepts (e.g., usually read from headers)
  • trunk/ippconfig/simmosaic/Makefile.am

    r13021 r13054  
    44install_files = \
    55        camera.config \
    6         format_chip_cell.config \
    7         format_chip_none.config \
     6        format_split.config \
    87        ppImage.config \
    98        psastro.config \
  • trunk/ippconfig/simtest/camera.config

    r12911 r13054  
    4343        PPIMAGE         STR     simtest/ppImage.config   # Default: all (normal) options on
    4444        PSPHOT          STR     simtest/psphot.config   # psphot details
     45        PSASTRO         STR     simmosaic/psastro.config        # psastro details
    4546END
    4647
     
    5253        BIAS    LIMITS  *       0               1               20              0.5             20              0               3               20              0                       0               0       0.5
    5354        DARK    LIMITS  *       0               1               0               0.5             0               0               3               20              0                       0               0       0.5
    54         SHUTTER LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       20.0
     55        SHUTTER LIMITS  *       0               0               0               0               0               0               0               0               0                       0               0       0
    5556        FLAT    LIMITS  *       0               0               0               0               0               0               0               0               3                       0               0       0
    5657#       FLAT    LIMITS  u       0               0               0               0               0               0               0               0               3                       0               0       0
     
    151152# user can set the colormap, scaling method, scaling range (JPEG only)
    152153# user can set the extension name for the data and header segments (CMF only)
     154
     155EXTNAME.RULES METADATA
     156  CMF.HEAD STR {CHIP.NAME}.hdr
     157  CMF.DATA STR {CHIP.NAME}.psf # use .PSF and .EXT?
     158END
     159
  • trunk/ippconfig/simtest/format.config

    r12911 r13054  
    4444        CELL.DARKTIME   STR     DARKTIME
    4545        CELL.TIME       STR     DATE-OBS UTC-OBS        # Date and time
     46        CELL.XBIN       STR     XBIN
     47        CELL.YBIN       STR     YBIN
    4648END
    4749
     
    6264        CELL.XSIZE      S32     2048
    6365        CELL.YSIZE      S32     2048
    64         CELL.XBIN       S32     1
    65         CELL.YBIN       S32     1
    6666        CELL.GAIN       F32     1.0
    6767        CELL.READNOISE  F32     10.0
  • trunk/ippconfig/simtest/ppImage.config

    r12367 r13054  
    1616OVERSCAN.SINGLE         BOOL    FALSE           # Reduce overscan to a single value?
    1717OVERSCAN.FIT            STR     POLYNOMIAL      # NONE | POLYNOMIAL | SPLINE
    18 OVERSCAN.ORDER          S32     3               # Order of polynomial fit
     18OVERSCAN.ORDER          S32     7               # Order of polynomial fit
    1919OVERSCAN.STAT           STR     MEAN            # MEAN | MEDIAN
    2020
     
    4343# Overscan subtraction only
    4444PPIMAGE_O         METADATA
    45   OVERSCAN        BOOL    FALSE           # Overscan subtraction
     45  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    4646  BIAS            BOOL    FALSE           # Bias subtraction
    4747  DARK            BOOL    FALSE           # Dark subtraction
     
    8585# Overscan, bias, dark
    8686PPIMAGE_OBD      METADATA
    87   OVERSCAN        BOOL    FALSE           # Overscan subtraction
     87  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    8888  BIAS            BOOL    TRUE            # Bias subtraction
    8989  DARK            BOOL    TRUE            # Dark subtraction
     
    9999# Overscan, bias, dark, shutter
    100100PPIMAGE_OBDS      METADATA
    101   OVERSCAN        BOOL    FALSE           # Overscan subtraction
     101  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    102102  BIAS            BOOL    TRUE            # Bias subtraction
    103103  DARK            BOOL    TRUE            # Dark subtraction
     
    113113# Overscan, bias, dark, shutter, flat-field
    114114PPIMAGE_OBDSF     METADATA
    115   OVERSCAN        BOOL    FALSE           # Overscan subtraction
     115  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    116116  BIAS            BOOL    TRUE            # Bias subtraction
    117117  DARK            BOOL    TRUE            # Dark subtraction
     
    127127# Overscan, bias, dark, shutter, flat-field, fringe
    128128PPIMAGE_OBDSFR    METADATA
    129   OVERSCAN        BOOL    FALSE           # Overscan subtraction
     129  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    130130  BIAS            BOOL    TRUE            # Bias subtraction
    131131  DARK            BOOL    TRUE            # Dark subtraction
     
    141141# Overscan, bias, dark, shutter, flat-field, fringe, photom
    142142PPIMAGE_OBDSFRP   METADATA
    143   OVERSCAN        BOOL    FALSE           # Overscan subtraction
     143  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    144144  BIAS            BOOL    TRUE            # Bias subtraction
    145145  DARK            BOOL    TRUE            # Dark subtraction
     
    148148  MASK            BOOL    FALSE           # Mask bad pixels
    149149  FRINGE          BOOL    FALSE           # Fringe subtraction
    150   PHOTOM          BOOL    FALSE           # Source identification and photometry
    151   ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
     150  PHOTOM          BOOL    TRUE            # Source identification and photometry
     151  ASTROM.CHIP     BOOL    TRUE            # Astrometry per chip?
    152152  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    153153END
     
    162162  MASK            BOOL    FALSE           # Mask bad pixels
    163163  FRINGE          BOOL    FALSE           # Fringe subtraction
    164   PHOTOM          BOOL    FALSE           # Source identification and photometry
    165   ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
     164  PHOTOM          BOOL    TRUE            # Source identification and photometry
     165  ASTROM.CHIP     BOOL    TRUE            # Astrometry per chip?
    166166  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    167167END
  • trunk/ippconfig/simtest/psastro.config

    r12140 r13054  
    1 
    2 # astrometry matching parameters
    3 
    4 # nominal plate scale (microns / pixel)
    5 # PSASTRO.PLATE.SCALE    F32  13.5
    6 PSASTRO.PLATE.SCALE    F32  1.0
    7 
    8 # pmAstromGridMatch:
    9 PSASTRO.GRID.MIN.ANGLE F32 -0.0851
    10 PSASTRO.GRID.MAX.ANGLE F32 +0.0851
    11 PSASTRO.GRID.DEL.ANGLE F32  0.0170
    12 
    13 # pmAstromGridAngle
    14 # max grid offset in FP units (microns)
    15 # use plate-scale to make this in pixels?
    16 # PSASTRO.GRID.OFFSET    F32  10000.
    17 # PSASTRO.GRID.SCALE     F32    500.
    18 PSASTRO.GRID.OFFSET    F32   1000.
    19 PSASTRO.GRID.SCALE     F32     50
    20 
    21 # these tweak are in FP units (pixels, currently)
    22 PSASTRO.TWEAK.SCALE     F32      1
    23 PSASTRO.TWEAK.RANGE     F32     75
    24 PSASTRO.TWEAK.SMOOTH    F32      2
    25 PSASTRO.TWEAK.NSIGMA    F32      3
    26 
    27 # pmAstromRadiusMatch
    28 # use plate-scale to make this in pixels?
    29 PSASTRO.MATCH.RADIUS   F32    8
    30 
    31 # pmAstromMatchFit
    32 PSASTRO.CHIP.NX        S32      1  # fit order
    33 PSASTRO.CHIP.NY        S32      1  # fit order
    34 PSASTRO.CHIP.NITER     S32      3  # fit clipping iterations
    35 PSASTRO.CHIP.NSIGMA    F32      3  # fit clipping sigmas
    36 
     1DVO.CATDIR      STR     /data/alala.0/ipp/ippRefs/catdir.2mass/
Note: See TracChangeset for help on using the changeset viewer.