IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25299 for trunk/ippconfig


Ignore:
Timestamp:
Sep 8, 2009, 5:32:55 PM (17 years ago)
Author:
watersc1
Message:

Merge my branch back into the trunk. This includes:

ipp_cleanup.pl : and associated edits to allow cleanup to work
burntool : updated to newest version, ipp_apply_burntool.pl modified to use persist=t options
ppImageBurntoolMask.c : masks region burntool identifies
psastro : allow selection of wcs header format
addtool : splits addstar step off from the camera stage

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippconfig/gpc1/format_20090220.config

    r24895 r25299  
    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
  • trunk/ippconfig/recipes/masks.16bit.config

    r23498 r25299  
    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
  • trunk/ippconfig/recipes/ppImage.config

    r24904 r25299  
    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
  • trunk/ippconfig/recipes/psastro.config

    r24654 r25299  
    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?
Note: See TracChangeset for help on using the changeset viewer.