IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 20, 2014, 6:03:37 PM (12 years ago)
Author:
mhuber
Message:

update config for MD IQ and skycal

File:
1 edited

Legend:

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

    r37152 r37274  
    450450STATICSKY_NIGHTCAL   METADATA
    451451#   PSASTRO.CATDIR                  STR   PS1.REF.20120524  # reset here to ensure same catalog is used when reprocessing set uniformly
    452    PSASTRO.CATDIR               STR     PS1.REF.20140605
     452#   PSASTRO.CATDIR                  STR   PS1.REF.20140605 (BAD catalog)
     453   PSASTRO.CATDIR                  STR   PS1.REF.20140713
    453454   REFSTAR_MASK                    BOOL  FALSE
    454455   PSASTRO.SAVE.REFMATCH           BOOL  FALSE
     
    487488STATICSKY_DEEPCAL   METADATA
    488489   #PSASTRO.CATDIR                  STR   PS1.REF.20120524  # reset here to ensure same catalog is used when reprocessing set uniformly
    489    PSASTRO.CATDIR                  STR   PS1.REF.20140605  # ensure same catalog is used when reprocessing MD set uniformly
     490   #PSASTRO.CATDIR                  STR   PS1.REF.20140605  # ensure same catalog is used when reprocessing MD set uniformly (BAD catalog)
     491   PSASTRO.CATDIR                  STR   PS1.REF.20140713
    490492   REFSTAR_MASK                    BOOL  FALSE
    491493   PSASTRO.SAVE.REFMATCH           BOOL  FALSE
     
    520522END
    521523
     524## if defined for MD, needs to have MD name in group so shouldn't be modified except for MD work
     525## -- ad hoc limit for NREF due to issues fainter than 19 mag in all filters and brighter than 17.0 mag (except y ~16.5) in MD
     526## -- better solution and other issues need to really be dealt with for PV3
     527STATICSKY_MD_DEEPCAL   METADATA
     528   PSASTRO.CATDIR                  STR   PS1.REF.20140713
     529   REFSTAR_MASK                    BOOL  FALSE
     530   PSASTRO.SAVE.REFMATCH           BOOL  FALSE
     531   PSASTRO.FIX.CHIPS               BOOL  FALSE
     532   PSASTRO.USE.MODEL               BOOL  FALSE
     533   PSASTRO.MOSAIC.MODE             BOOL  FALSE
     534   ZERO.POINT.USE.MEAN             BOOL  TRUE
     535   PSASTRO.FIELD.PADDING           F32   0.01   # skycells are well defined, don't need large padding. 1% of 6400 is 64 pixels
     536   PSASTRO.MAX.NRAW                S32   1500   # include more than MAX.NREF to account for extras like false-positives
     537   PSASTRO.MAX.NREF                S32   150    # if edge skycell ~10% then try ~50 to match. increase to help odd bulk offsets
     538   PSASTRO.MIN.INST.MAG.RAW        F32   -25.0  #
     539   PSASTRO.MAX.INST.MAG.RAW        F32   -5.0
     540   PSASTRO.GRID.SEARCH             BOOL  FALSE  # skycell/stack and astrom well known, when used could cause problems and not help
     541
     542   DVO.GETSTAR.MAX.RHO             F32   6000.0  # N/sqdeg, slightly larger than MAX.NREF
     543   DVO.GETSTAR.MIN.MAG.INST        F32   -25.0   # set absurd range to cover large range of exptime, then clamp...
     544   DVO.GETSTAR.MIN.MAG             F32   17.0    # only used if keyword problem so also using CLAMP_MAG_MIN
     545   REFSTAR_CLAMP_MAG_MIN           F32   17.0    # saturation in MD ~14 even in y-band, so toss out brighter in the list. seeing offset in brighter stars
     546   DVO.GETSTAR.FIXED.ZEROPT        F32   0.0     # not really needed, exptime overly dominates
     547
     548   ## for skycell/stack astrom well known, radius shouldn't need to be as large as 90 pixel default. in deeper stacks can be problems
     549   PSASTRO.MATCH.RADIUS.N0         F32   5
     550   PSASTRO.MATCH.RADIUS.N1         F32   3
     551   PSASTRO.MATCH.RADIUS.N2         F32   1
     552   PSASTRO.MATCH.RADIUS.N3         F32   0.5
     553   PSASTRO.MATCH.FIT.NITER         S32   4
     554   PSASTRO.MAX.ERROR               F32   0.2  # in arcsec units, still liberal limit for well known astrometry for skycells
     555   PSASTRO.MIN.NSTAR               S32   10   # edges may not have many and require special treatment
     556
     557END
     558
     559
     560
Note: See TracChangeset for help on using the changeset viewer.