IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2022, 4:40:26 PM (4 years ago)
Author:
eugene
Message:

make PATTERN.ROW correction the default for older formats (20100122, 20100228); DVO.GETSTAR.MAXRHO returned to 10k (both gpc1 and gpc2); default additional orders for inverse astrometry tranforms is 3; output formats appropriate to quite deep UNIONS DR3 outputs; photometry and stack recipe options for UNIONS DR3; save sample_median CERROR stats on sigma_dec (rms is saved on sigma_ra); add PEAKS_USE_SIGNAL_IMAGE and LMM_FIT_USE_REWEIGHTING psphot options (default to false)

Location:
trunk/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/recipes/fitstypes.mdc

    r39174 r42100  
    130130
    131131# Compressed exposure image
     132# NOTE: only allows exposure times up to 6553.6 seconds
     133# (too small for UNIONS and other deep stacks)
    132134EXP     METADATA
    133135        BITPIX          S32     16
     
    146148END
    147149
     150# Deep Compressed log flux image for stacks.
     151# allows real images values up to 10^8 DN
     152STK_UNIONS_RAW     METADATA
     153        BITPIX          S32     -32
     154        SCALING         STR     MANUAL
     155        BSCALE          F32     1.0
     156        BZERO           F32     0.0
     157        COMPRESSION     STR     NONE
     158        TILE.X          S32     0
     159        TILE.Y          S32     1
     160        TILE.Z          S32     1
     161        NOISE           S32     8
     162END
     163
     164STK_UNIONS_COMP     METADATA
     165        BITPIX          S32     16
     166        SCALING         STR     ASINH_MANUAL
     167        BSCALE          F32     0.00061 # 2^15 ~ 100M DN
     168        BZERO           F32     0.0     # symmetric about 0.0 DN
     169        BOFFSET         F32     0.0     # symmetric about 0.0 DN
     170        BSOFTEN         F32     1.0     # bend the curve at 1 DN
     171        COMPRESSION     STR     RICE
     172        TILE.X          S32     0
     173        TILE.Y          S32     1
     174        TILE.Z          S32     1
     175        NOISE           S32     8
     176END
     177
     178# Deep compressed exposure image
     179# NOTE: only allows exposure times up to 65536 seconds
     180# (OK for UNIONS but not MD deep stacks)
     181EXP_UNIONS METADATA
     182        BITPIX          S32     16
     183        SCALING         STR     MANUAL
     184        FUZZ            BOOL    FALSE
     185        # Note: TRUE = BZERO + BSCALE * DISK
     186        BSCALE          F32     1       # Disk is stored as 1/10th sec
     187        BZERO           F32     32768   # Store unsigned zero as zero
     188        # switch to NONE to work around ticket 1411
     189        #COMPRESSION    STR     NONE
     190        COMPRESSION     STR     GZIP
     191        TILE.X          S32     0
     192        TILE.Y          S32     1
     193        TILE.Z          S32     1
     194        NOISE           S32     8
     195END
     196
    148197# Compressed number image
    149198EXPNUM  METADATA
Note: See TracChangeset for help on using the changeset viewer.