IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42027


Ignore:
Timestamp:
Feb 8, 2022, 9:21:27 AM (4 years ago)
Author:
eugene
Message:

add UNIONS_DR3 recipe blocks; add new psphot options (PEAKS_USE_SIGNAL_IMAGE, LMM_FIT_USE_REWEIGHTING) both set to false by default (previous behavoir)

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

Legend:

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

    r41668 r42027  
    123123  FULL_FIT_SN_LIM                     F32   200.0
    124124END
     125
     126UNIONS_DR3 METADATA
     127  PEAKS_NSIGMA_LIMIT                  F32   100.0            # peak significance threshold
     128  PSF.TREND.NX                        S32   1
     129  PSF.TREND.NY                        S32   1
     130  PEAKS_USE_SIGNAL_IMAGE              BOOL  TRUE             # significance peaks have a central divot
     131  LMM_FIT_USE_REWEIGHTING             BOOL  TRUE             # use IRLS-style reweighting (TRUE) or ordinary LMM
     132  EXT_MODEL                           STR   PS_MODEL_RGAUSS
     133END
  • branches/eam_branches/ipp-20211108/ippconfig/recipes/psphot.config

    r41668 r42027  
    5858                                                          # input pixels contribute less than this fraction of the flux
    5959PEAKS_NMAX_TOTAL                    S32   0               # maximum allowed number of peaks 0 == unlimited
     60PEAKS_USE_SIGNAL_IMAGE              BOOL  FALSE           # on first pass, use signal image not signficance image to find peaks
    6061
    6162# parameters which adjust the footprint analysis
     
    111112LMM_FIT_CHISQ_CONVERGENCE           BOOL  TRUE            # use the (old) chisq convergence or the new parameter one
    112113LMM_FIT_GAIN_FACTOR_MODE            S32   0               # there are 3 options to determine the gain factor (0,1,2)
     114LMM_FIT_USE_REWEIGHTING             BOOL  FALSE           # use IRLS-style reweighting (TRUE) or ordinary LMM
    113115
    114116PSF_FIT_ITER                        S32   50              # Maximum number of fitting iterations for PSF
     
    10421044M31_DEEP METADATA
    10431045END
     1046
     1047UNIONS_DR3 METADATA
     1048END
Note: See TracChangeset for help on using the changeset viewer.