IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35024


Ignore:
Timestamp:
Jan 22, 2013, 4:58:53 PM (13 years ago)
Author:
mhuber
Message:

psastro.config more mods for skycal MD stacks

File:
1 edited

Legend:

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

    r35023 r35024  
    419419
    420420
    421 # revised setup for MD nightly stack inputs, should work for 2-30
    422 # - same as DEEPCAL for now until decide if need to deal with differently such as for edge skycells
     421# revised setup for MD nightly stack inputs, should work for case of N~2-30
     422# - similar to DEEPCAL except for MIN.NSTAR 5 to attemp more edge skycells if poorer
    423423STATICSKY_NIGHTCAL   METADATA
    424    PSASTRO.CATDIR                  STR   PS1.REF.20120524  # reset here to make sure same catalog is used when reprocessing set uniformly
     424   PSASTRO.CATDIR                  STR   PS1.REF.20120524  # reset here to ensure same catalog is used when reprocessing set uniformly
    425425   REFSTAR_MASK                    BOOL  FALSE
    426426   PSASTRO.SAVE.REFMATCH           BOOL  FALSE
     
    453453   PSASTRO.MATCH.FIT.NITER         S32   5
    454454   PSASTRO.MAX.ERROR               F32   0.2  # in arcsec units, still liberal limit for well known astrometry for skycells
    455    PSASTRO.MIN.NSTAR               S32   10   # edges may not have many and require special treatment
    456 END
    457 
    458 
    459 # revised setup for DEEP/MDS stacks with range of inputs, should work for 2(edges)-500 inputs with MIN/MAX.INST.MAG.RAW
     455   PSASTRO.MIN.NSTAR               S32   5    # edges may not have many and require special treatment
     456END
     457
     458
     459# revised setup for DEEP/MDS stacks with range of inputs, should work for N~2(edges)-500 inputs with large MIN/MAX.INST.MAG.RAW
    460460STATICSKY_DEEPCAL   METADATA
    461    PSASTRO.CATDIR                  STR   PS1.REF.20120524  # reset here to make sure same catalog is used when reprocessing set uniformly
     461   PSASTRO.CATDIR                  STR   PS1.REF.20120524  # reset here to ensure same catalog is used when reprocessing set uniformly
    462462   REFSTAR_MASK                    BOOL  FALSE
    463463   PSASTRO.SAVE.REFMATCH           BOOL  FALSE
     
    478478   DVO.GETSTAR.MAX.RHO             F32   2600.0  # slightly larger than MAX.NREF
    479479   DVO.GETSTAR.MIN.MAG.INST        F32   -25.0   # set absurd range to cover large range of exptime, then clamp...
    480    DVO.GETSTAR.MIN.MAG             F32   14.5    # only used if keyword problem, instead
     480   DVO.GETSTAR.MIN.MAG             F32   14.5    # only used if keyword problem so also using CLAMP_MAG_MIN
    481481   REFSTAR_CLAMP_MAG_MIN           F32   14.5    # saturation in MD ~14 even in y-band, so toss out brighter in the list
    482482   DVO.GETSTAR.FIXED.ZEROPT        F32   0.0     # not really needed, exptime overly dominates
Note: See TracChangeset for help on using the changeset viewer.