IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37987


Ignore:
Timestamp:
Mar 20, 2015, 11:22:49 PM (11 years ago)
Author:
mhuber
Message:

fix md configs

Location:
trunk/ippconfig
Files:
2 edited

Legend:

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

    r37986 r37987  
    679679END
    680680
     681## MD version
     682## 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
     683STATICSKY_MD_DEEPCAL   METADATA
     684   #PSASTRO.CATDIR                  STR   PS1.REF.20120524  # reset here to ensure same catalog is used when reprocessing set uniformly
     685   #PSASTRO.CATDIR                  STR   PS1.REF.20140605  # ensure same catalog is used when reprocessing MD set uniformly (BAD catalog)
     686   PSASTRO.CATDIR                  STR   PS1.REF.20140713
     687   REFSTAR_MASK                    BOOL  FALSE
     688   PSASTRO.SAVE.REFMATCH           BOOL  FALSE
     689   PSASTRO.FIX.CHIPS               BOOL  FALSE
     690   PSASTRO.USE.MODEL               BOOL  FALSE
     691   PSASTRO.MOSAIC.MODE             BOOL  FALSE
     692   ZERO.POINT.USE.MEAN             BOOL  TRUE
     693   PSASTRO.FIELD.PADDING           F32   0.01   # skycells are well defined, don't need large padding. 1% of 6400 is 64 pixels
     694   PSASTRO.MAX.NRAW                S32   1500   # include more than MAX.NREF to account for extras like false-positives
     695   PSASTRO.MAX.NREF                S32   1000   # if edge skycell ~10% then try ~50 to match. increase to help odd bulk offsets
     696   PSASTRO.MIN.INST.MAG.RAW        F32   -25.0  #
     697   PSASTRO.MAX.INST.MAG.RAW        F32   -5.0
     698   PSASTRO.GRID.SEARCH             BOOL  FALSE  # skycell/stack and astrom well known, when used could cause problems and not help
     699   #PSASTRO.GRID.NRAW.MAX           S32   2000
     700   #PSASTRO.GRID.NREF.MAX           S32   2000
     701   #PSASTRO.GRID.MIN.INST.MAG.RAW   F32   -21.0
     702   #PSASTRO.GRID.MAX.INST.MAG.RAW   F32   -14.0
     703   DVO.GETSTAR.MAX.RHO             F32   6000.0  # N/sqdeg, slightly larger than MAX.NREF
     704   DVO.GETSTAR.MIN.MAG.INST        F32   -25.0   # set absurd range to cover large range of exptime, then clamp...
     705   DVO.GETSTAR.MIN.MAG             F32   16.5    # only used if keyword problem so also using CLAMP_MAG_MIN
     706   REFSTAR_CLAMP_MAG_MIN           F32   16.5    # saturation in MD ~14 even in y-band, so toss out brighter in the list. seeing offset in brighter stars
     707   DVO.GETSTAR.FIXED.ZEROPT        F32   0.0     # not really needed, exptime overly dominates
     708 
     709   ## for skycell/stack astrom well known, radius shouldn't need to be as large as 90 pixel default. in deeper stacks can be problems
     710   PSASTRO.MATCH.RADIUS.N0         F32   5
     711   PSASTRO.MATCH.RADIUS.N1         F32   3
     712   PSASTRO.MATCH.RADIUS.N2         F32   1
     713   PSASTRO.MATCH.RADIUS.N3         F32   0.5
     714   PSASTRO.MATCH.FIT.NITER         S32   4
     715   PSASTRO.MAX.ERROR               F32   0.2  # in arcsec units, still liberal limit for well known astrometry for skycells
     716   PSASTRO.MIN.NSTAR               S32   10   # edges may not have many and require special treatment
     717
     718   KH.CORRECT.APPLY              BOOL     FALSE
     719END
     720
     721
    681722## if defined for MD, needs to have MD name in group so shouldn't be modified except for MD work
    682723## -- was ad hoc limit for NREF~150, rho~6000 due to issues fainter than 19 mag in all filters and brighter than 17.0 mag (except y ~16.5) in MD
  • trunk/ippconfig/recipes/reductionClasses.mdc

    r37986 r37987  
    14681468        BACKGROUND_PSWARP       STR     BACKGROUND
    14691469        PSVIDEOPHOT             STR     PSVIDEOPHOT
    1470         STATICSKY_CALIBRATION   STR     STATICSKY_MD_DEEPCAL_PV3
     1470        STATICSKY_CALIBRATION   STR     STATICSKY_MD_PV3_DEEPCAL
    14711471END
    14721472
Note: See TracChangeset for help on using the changeset viewer.