IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37581


Ignore:
Timestamp:
Nov 11, 2014, 6:03:59 PM (12 years ago)
Author:
mhuber
Message:

tweak to CNP PV3 config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/psastro.config

    r37560 r37581  
    399399
    400400CNP_ASTRO_PV3 METADATA
    401    ZERO.POINT.USE.MEAN         BOOL  TRUE
    402    PSASTRO.MAX.ALLOWED.FWHM    F32   25
     401   PSASTRO.MAX.ALLOWED.FWHM    F32   25  # larger number typical >12, so include 2x larger
    403402   PSASTRO.CATDIR              STR   PS1.REF.20140713
    404    ZERO.POINT.USE.MEAN         BOOL  TRUE 
    405403   PSASTRO.GRID.MIN.ANGLE      F32   -20
    406404   PSASTRO.GRID.MAX.ANGLE      F32   +20
    407405   PSASTRO.GRID.DEL.ANGLE      F32   0.5
    408406   PSASTRO.FIELD.PADDING       F32   0.5
    409    ## -- cannot clamp mag max as may be need for astrom 
    410    #REFSTAR_CLAMP_MAG_MAX       F32   20.0
     407   DVO.GETSTAR.MAX.RHO         F32   5000.0  # globally changed to 10k, huge numbers in soln and larger sigma
     408   DVO.GETSTAR.MIN.MAG         F32   8.0     # can go brighter in marginal nights (like MD done every night as possible)
     409   PSASTRO.GRID.NREF.MAX       S32   1600    # defaults for now
     410   PSASTRO.GRID.NRAW.MAX       S32   800   
     411   PSASTRO.MIN.INST.MAG.RAW       F32     -15.0   # min instrumental magnitude for stars accepted for fitting
     412   PSASTRO.MAX.INST.MAG.RAW       F32      -8.5   # reduce instrumental faint end a bit (cuts most if rho>5k anyways)
     413   PSASTRO.GRID.MIN.INST.MAG.RAW  F32     -15.0   # min instrumental magnitude for stars accepted for grid search
     414   PSASTRO.GRID.MAX.INST.MAG.RAW  F32      -8.0   # max instrumental magnitude for stars accepted for grid search
     415
     416   ZERO.POINT.USE.MEAN         BOOL  TRUE 
     417   ## refcat -- want to be able to further limit for ZP, general settings
     418   ## -- concern w/ new refcat >20 extra sources w/ larger merr can over-dominating scatter in ZP
     419   ## -- CLAMP will limit both astrom and zp -- CNP are shorter exposures
     420   REFSTAR_CLAMP_MAG_MAX       F32   20.0 
     421   REFSTAR.ZP.MIN.MAG          F32   8.0   
     422   REFSTAR.ZP.MAX.MAG          F32   20.0
     423   ## for ZP need extra restriction by filter to avoid poorer photometry scatter on faint end
     424   ## -- ZP is by exposure so can easily reduce numbers 
     425   ## -- cannot restrict on bright end due to possible marginal nights
     426   ## -- set for merr<0.03 in refcat, similar to MD
     427#   PHOTCODE.DATA MULTI UPDATE
     428   PHOTCODE.DATA MULTI   
     429   PHOTCODE.DATA METADATA
     430     FILTER   STR g
     431     PHOTCODE STR g
     432     REFSTAR.ZP.MAX.MAG    F32  19.0
     433   END
     434   PHOTCODE.DATA METADATA
     435     FILTER   STR r
     436     PHOTCODE STR r
     437     REFSTAR.ZP.MAX.MAG    F32  18.5
     438   END
     439   PHOTCODE.DATA METADATA
     440     FILTER   STR i
     441     PHOTCODE STR i
     442     REFSTAR.ZP.MAX.MAG    F32  18.0
     443   END
     444   PHOTCODE.DATA METADATA
     445     FILTER   STR z
     446     PHOTCODE STR z
     447     REFSTAR.ZP.MAX.MAG    F32  18.0
     448   END
     449   PHOTCODE.DATA METADATA
     450     FILTER   STR y
     451     PHOTCODE STR y
     452     REFSTAR.ZP.MAX.MAG    F32  17.0
     453   END
    411454END
    412455
     
    414457   ZERO.POINT.BY.EXPOSURE      BOOL  TRUE
    415458   ZERO.POINT.USE.MEAN         BOOL  TRUE
    416    DVO.GETSTAR.MAX.RHO         F32   6000.0  # was globally changed to 10k, to much and problem w/ more fainter refcat sources in MD
    417    PSASTRO.GRID.NREF.MAX       S32   1000    # max stars accepted for grid search from ref catalog (5-600 typically matched now, some bright lost)
    418    PSASTRO.GRID.NRAW.MAX       S32   1200    # max stars accepted for grid search from raw image to account for junk also
    419    DVO.GETSTAR.MIN.MAG         F32   12.0    # leave similar to default as MD done in marginal weather and can lose 1-3 mags at times
     459   DVO.GETSTAR.MAX.RHO         F32   6000.0  # was globally changed to 10k, problem w/ fainter refcat sources in MD
     460   PSASTRO.GRID.NREF.MAX       S32   1000    # max stars for grid search from ref catalog (5-600 typically matched, some brighter lost)
     461   PSASTRO.GRID.NRAW.MAX       S32   1200    # max stars for grid search from raw image (account for junk?),limited by NRAW.MAX to 1k?
     462   DVO.GETSTAR.MIN.MAG         F32   12.0    # leave similar to default, MD in marginal weather and can lose 1-3 mags
    420463   DVO.GETSTAR.MIN.MAG.INST    F32   -25.0
    421464   PSASTRO.CATDIR              STR   PS1.REF.20140713
     
    426469   REFSTAR.ZP.MIN.MAG          F32   12.0
    427470   REFSTAR.ZP.MAX.MAG          F32   20.0
    428    ## for ZP need extra clamp by filter to avoid poorer photometry scatter on faint end
     471   ## for ZP need extra limit by filter to avoid poorer photometry scatter on faint end
    429472   ## -- cannot restrict on bright end due to possible marginal nights
    430473   ## -- set for merr<0.02-0.03 in refcat, ~similar for each MD field
Note: See TracChangeset for help on using the changeset viewer.