IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34788 for trunk/ippconfig


Ignore:
Timestamp:
Dec 11, 2012, 9:09:45 AM (14 years ago)
Author:
bills
Message:

Compare the number of sources in y band to number of sources in i and r.
If the ratio Ny/Ni > 0.4 and the ratio Ny/Nr > 0.6 assume that the y
band stack is suspect and turn off the matchAll feature where forced
detections are created for all missing y band sources. This prevents
large amounts of garbage measurements in about 2% of LAP skycells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/psphot.config

    r34769 r34788  
    384384# Note: if an input has a filter not in this list it will be processed after all of the others with MATCH.ALL = FALSE
    385385PSPHOT.STACK.MATCH.FILTERS   METADATA
    386     TYPE        PSPHOT_STACK.MATCH.FILTER FILTER.ID ORDER MATCH.ALL
    387     gband       PSPHOT_STACK.MATCH.FILTER   g        4       FALSE
    388     rband       PSPHOT_STACK.MATCH.FILTER   r        2       FALSE
    389     iband       PSPHOT_STACK.MATCH.FILTER   i        1       FALSE
    390     zband       PSPHOT_STACK.MATCH.FILTER   z        3       FALSE
    391     yband       PSPHOT_STACK.MATCH.FILTER   y        5       TRUE
    392     wband       PSPHOT_STACK.MATCH.FILTER   w        0       FALSE
     386    TYPE        PSPHOT_STACK.MATCH.FILTER FILTER.ID ORDER MATCH.ALL Y.RATIO.MAX
     387    gband       PSPHOT_STACK.MATCH.FILTER   g        4       FALSE      0
     388    rband       PSPHOT_STACK.MATCH.FILTER   r        2       FALSE      0.6
     389    iband       PSPHOT_STACK.MATCH.FILTER   i        1       FALSE      0.4
     390    zband       PSPHOT_STACK.MATCH.FILTER   z        3       FALSE      0
     391    yband       PSPHOT_STACK.MATCH.FILTER   y        5       TRUE       0
     392    wband       PSPHOT_STACK.MATCH.FILTER   w        0       FALSE      0
    393393END
    394394
Note: See TracChangeset for help on using the changeset viewer.