IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2021, 7:20:08 AM (5 years ago)
Author:
eugene
Message:

modify a comment in pswarp.config; sigma_dec now uses sample median; replace COMBINE.MIN.RANGE with COMBINE.REJECT.FRACTION; default of 3 extra orders for WCS; DVO.GETSTAR.MAX.RHO returned to 10k

Location:
branches/eam_branches/ipp-20211108/ippconfig
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippconfig/gpc1/psastro.config

    r41898 r41936  
    135135
    136136DVO.GETSTAR.PHOTCODE        STR      i
    137 DVO.GETSTAR.MAX.RHO         F32      3000.0
     137# EAM 2021.11.11: return to 10k (was 3k on processing tag since July swap)
     138DVO.GETSTAR.MAX.RHO         F32      10000.0
    138139DVO.GETSTAR.MIN.MAG         F32     -10.0
    139140DVO.GETSTAR.MIN.MAG.INST    F32     -45.0
  • branches/eam_branches/ipp-20211108/ippconfig/gpc1/pswarp.config

    r40800 r41936  
    33BKG.XGRID               S32     50
    44BKG.YGRID               S32     50
    5 ADDITIONAL_WCS_ORDERS   S32     4               # By default, use a bilevel astrometric model with 4 additional orders.
     5ADDITIONAL_WCS_ORDERS   S32     3               # By default, use a bilevel astrometric model with 4 additional orders.
    66
    77WARP_GAUSS      METADATA
  • branches/eam_branches/ipp-20211108/ippconfig/gpc2/psastro.config

    r41752 r41936  
    129129
    130130DVO.GETSTAR.PHOTCODE        STR      i
    131 DVO.GETSTAR.MAX.RHO         F32      3000.0
     131# EAM 2021.11.11: return to 10k (was 3k on processing tag since July swap)
     132DVO.GETSTAR.MAX.RHO         F32      10000.0
    132133DVO.GETSTAR.MIN.MAG         F32     -10.0
    133134DVO.GETSTAR.MIN.MAG.INST    F32     -45.0
  • branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStack.config

    r41898 r41936  
    99COMBINE.DISCARD F32     0.2             # Discard fraction for Olympic weighted mean
    1010
    11 COMBINE.PERCENT   BOOL  FALSE           # Use a single percentile clipping?
    12 COMBINE.MIN.RANGE F32   0.16            # Minimum fraction for percentile clipping
    13 COMBINE.MAX.RANGE F32   0.84            # Maximum fraction for percentile clipping
     11COMBINE.PERCENT         BOOL  FALSE     # Use a single percentile clipping?
     12COMBINE.REJECT.FRACTION F32   0.32      # fraction of outliers to reject in percentile clipping
     13                                        # Note this is the total both above and below the median
    1414
    1515MASK.VAL        STR     MASK.VALUE,CONV.BAD,GHOST # Mask value of input bad pixels
  • branches/eam_branches/ipp-20211108/ippconfig/recipes/ppStatsFromMetadata.config

    r41071 r41936  
    271271  TYPE   VAL  KEYWORD             TYPE STATISTIC         FLAG
    272272  ENTRY  VAL  CERROR              F32  RMS              -sigma_ra         
    273   ENTRY  VAL  CERROR              F32  RMS              -sigma_dec         
     273  ENTRY  VAL  CERROR              F32  SAMPLE_MEDIAN    -sigma_dec         
    274274  ENTRY  VAL  DT_ASTR             F32  SUM              -dtime_astrom     
    275275  ENTRY  VAL  NASTRO              S32  SUM              -n_astrom         
  • branches/eam_branches/ipp-20211108/ippconfig/recipes/pswarp.config

    r41902 r41936  
    2929BKG.YGRID              S32    4
    3030
    31 ADDITIONAL_WCS_ORDERS S32     3                # By default, use a bilevel astrometric model with 4 additional orders.
     31ADDITIONAL_WCS_ORDERS S32     3                # By default, use a bilevel astrometric model with 3 additional orders.
    3232
    3333# Default recipe for warping
Note: See TracChangeset for help on using the changeset viewer.