IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25408


Ignore:
Timestamp:
Sep 15, 2009, 4:04:29 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/20090715/ippconfig
Files:
1 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ippconfig/gpc1/Makefile.am

    r23813 r25408  
    2020        psastro.config \
    2121        pswarp.config \
    22         ppStack.config \
    2322        rejections.config
    2423
  • branches/eam_branches/20090715/ippconfig/gpc1/camera.config

    r23820 r25408  
    132132  CMF.XSRC STR {CHIP.NAME}.xsrc # use .PSF and .EXT?
    133133  CMF.XFIT STR {CHIP.NAME}.xfit # use .PSF and .EXT?
     134  CMF.DETEFF STR {CHIP.NAME}.deteff
    134135
    135136  PSF.HEAD  STR {CHIP.NAME}.hdr
  • branches/eam_branches/20090715/ippconfig/gpc1/format_20090220.config

    r25022 r25408  
    185185        FPA.ALT         STR     ALT
    186186        FPA.AZ          STR     AZ
    187         FPA.TEMP        STR     DETTEM
     187        # FPA.TEMP        STR     DETTEM
    188188        FPA.M1X         STR     M1X
    189189        FPA.M1Y         STR     M1Y   
     
    501501# How to translation PS concepts into database lookups
    502502DATABASE        METADATA
     503        # this rule is fragile : does not match the camera
     504        FPA.TEMP        STR     SELECT ccd_temp FROM rawExp WHERE dateobs >= '{FPA.DATE}' and abs(timediff(dateobs, cast('{FPA.TIME}' as datetime))) < 2
    503505END
    504506
  • branches/eam_branches/20090715/ippconfig/recipes/masks.16bit.config

    r23498 r25408  
    2020
    2121# Mask values which represent non-astronomical structures
     22BURNTOOL        U16     0x0080          # Pixel may contain uncorrected streak.
    2223CR              U16     0x0100          # Pixel contains a cosmic ray
    2324SPIKE           U16     0x0200          # Pixel contains a diffraction spike
  • branches/eam_branches/20090715/ippconfig/recipes/ppImage.config

    r25022 r25408  
    1616MASK.SATURATED     BOOL    TRUE            # Mask the saturated pixels
    1717MASK.LOW           BOOL    TRUE            # Mask pixels below valid range
     18MASK.BURNTOOL      BOOL    TRUE            # Mask potential burntool trails
    1819VARIANCE.BUILD     BOOL    FALSE           # Build internal variance image
    1920PATTERN            BOOL    FALSE           # Fit and remove pattern noise?
     
    5455## if we use multithreaded detrending, detrend this number of rows per thread
    5556SCAN.ROWS        S32     100
     57
     58BURNTOOL.TRAILS U16 0x01
    5659
    5760# Non-linearity correction
  • branches/eam_branches/20090715/ippconfig/recipes/ppStack.config

    r25022 r25408  
    2121SKIP.BG.SUB     BOOL    FALSE           # Bypass background subtraction?
    2222
    23 RENORM          BOOL    FALSE           # Renormalise variance maps?
    24 RENORM.NUM      S32     10000           # Number of samples for renormalisation
    25 RENORM.MEAN     STR     ROBUST_MEDIAN   # Statistic to use for mean in renormalisation
    26 RENORM.STDEV    STR     ROBUST_STDEV    # Statistic to use for stdev in renormalisation
    27 RENORM.WIDTH    F32     2.2             # Gaussian width for normalisation
     23RENORM          BOOL    TRUE            # Renormalise weight maps?
     24RENORM.NUM      S32     100000          # Number of samples for renormalisation
     25RENORM.MIN      F32     NAN             # Minimum value for renormlisation
     26RENORM.MAX      F32     NAN             # Maximum value for renormalisation
    2827
    2928### The PHOT mode is intended as a quick and dirty stopgap; it should disappear soon.
  • branches/eam_branches/20090715/ippconfig/recipes/ppSub.config

    r25022 r25408  
    3737OPTIMUM.ORDER   S32     2               # Maximum polynomial order for optimum search
    3838
    39 RENORM          BOOL    FALSE           # Renormalise weight maps?
    40 RENORM.NUM      S32     10000           # Number of samples for renormalisation
    41 RENORM.MEAN     STR     ROBUST_MEDIAN   # Statistic to use for mean in renormalisation
    42 RENORM.STDEV    STR     ROBUST_STDEV    # Statistic to use for stdev in renormalisation
    43 RENORM.WIDTH    F32     2.2             # Gaussian width for normalisation
     39RENORM          BOOL    TRUE            # Renormalise weight maps?
     40RENORM.NUM      S32     100000          # Number of samples for renormalisation
     41RENORM.MIN      F32     0.6             # Minimum value for renormlisation
     42RENORM.MAX      F32     1.5             # Maximum value for renormalisation
    4443
    4544INTERPOLATION   STR     LANCZOS3        # Interpolation mode for bad pixels
    46 
    47 VARIANCE.RESCALE           BOOL FALSE   # empirically rescale the variance?
    48 VARIANCE.RESCALE.NSAMPLE   S32  100000  # number of pixels to select from image for measurement
    49 VARIANCE.RESCALE.MIN.VALID F32  0.66    # do not rescale the variance if the measured sigma less than this value (where 1.0 is expected)
    50 VARIANCE.RESCALE.MAX.VALID F32  1.50    # do not rescale the variance if the measured sigma more than this value (where 1.0 is expected)
    5145
    5246DUAL            BOOL    FALSE           # Dual convolution?
  • branches/eam_branches/20090715/ippconfig/recipes/psastro.config

    r24654 r25408  
    33PSASTRO.ONLY.REFSTARS      BOOL FALSE  # skip all but refstar matches
    44PSASTRO.SAVE.REFMATCH      BOOL FALSE  # save refstar matches as table in output smf file
     5
     6# select which WCS style to use on output images.
     7PSASTRO.WCS.USECDKEYS    BOOL FALSE
    58
    69# perform single-chip astrometry?
  • branches/eam_branches/20090715/ippconfig/recipes/psphot.config

    r25391 r25408  
    266266PSPHOT.CR.NSIGMA.SOFTEN             F32   0.0025          # Softening parameter for weights
    267267
     268# Detection efficiency
     269EFF.NUM                             S32   500                   # Number of fake sources per bin
     270@EFF.MAG                            F32   -2.0 -1.0 -0.5 -0.25 -0.1 -0.05 0.0 0.05 0.1 0.25 0.5 1.0 2.0 # Magnitude of fake sources relative to limit
    268271
    269272# Recipe overrides for CHIP
  • branches/eam_branches/20090715/ippconfig/vysos5/psastro.config

    r21502 r25408  
    1212PSASTRO.GRID.NSTAR.MAX S32     800 # max stars accepted for fitting
    1313
    14 PSASTRO.MAX.NRAW      S32       500   # max stars accepted for fitting (0 for all)
     14PSASTRO.MAX.NRAW      S32      1000   # max stars accepted for fitting (0 for all)
    1515PSASTRO.MAX.NREF      S32      2000   # max stars accepted for fitting (0 for all)
    1616
     
    2626# PSASTRO.GRID.MAX.ANGLE F32 360.0
    2727# PSASTRO.GRID.DEL.ANGLE F32  1.0
    28 PSASTRO.GRID.MIN.ANGLE F32 -10.0 # start angle (degrees)
     28PSASTRO.GRID.MIN.ANGLE F32 +6.0 # start angle (degrees)
    2929PSASTRO.GRID.MAX.ANGLE F32 +10.0
    30 PSASTRO.GRID.DEL.ANGLE F32  2.5
     30PSASTRO.GRID.DEL.ANGLE F32  1.0
    3131
    3232#
    33 PSASTRO.GRID.MIN.SCALE F32  0.90
    34 PSASTRO.GRID.MAX.SCALE F32  1.10
    35 PSASTRO.GRID.DEL.SCALE F32  0.025
     33PSASTRO.GRID.MIN.SCALE F32  0.99
     34PSASTRO.GRID.MAX.SCALE F32  1.01
     35PSASTRO.GRID.DEL.SCALE F32  0.01
    3636
    3737# single-chip radius match in pixels
     
    7171DVO.GETSTAR.PHOTCODE        STR      r
    7272
     73PHOTCODE.DATA MULTI
     74PHOTCODE.DATA METADATA
     75  FILTER   STR r
     76  ZEROPT   F32 19.0
     77  PHOTCODE STR r_SYNTH
     78  GHOST_MAX_MAG                   F32 -20.0
     79END
     80PHOTCODE.DATA METADATA
     81  FILTER   STR g
     82  ZEROPT   F32 15.0
     83  PHOTCODE STR g_SYNTH
     84  GHOST_MAX_MAG                   F32 -20.0
     85END
     86
    7387PSASTRO.PLOT.REF.MAG.MIN  F32 +5.0
    7488PSASTRO.PLOT.REF.MAG.MAX  F32 +12.0
    7589
     90# PSASTRO.MATCH.LUMFUNC  BOOL     TRUE
     91
    7692# DVO.GETSTAR.MAG.MAX         F32      20.0
    7793# XXX need to be able to limit the density!
Note: See TracChangeset for help on using the changeset viewer.