IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 24, 2013, 1:37:30 PM (13 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20130509
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130509

  • branches/eam_branches/ipp-20130509/ippconfig

  • branches/eam_branches/ipp-20130509/ippconfig/gpc1/ppStack.config

    r35492 r35594  
    8181END
    8282
    83 STACK_ALLDEEP    METADATA                  # N>>20 inputs, typically MD fields, no cuts
     83
     84STACK_MD_REF       METADATA  ## revised config for MD refstacks vs PS1_REFERENCE above after ppStack mods 5/03/13
    8485    OUTPUT.NOCOMP           BOOL  TRUE
    8586    OUTPUT.LOGFLUX          BOOL  FALSE
    8687    OUTPUT.REPLICATE        BOOL  TRUE
     88    STACK.TYPE              STR   DEEP_STACK  ## needed?
     89    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     90    PSF.INPUT.MAX           F32   6.0   # never really want >6 pixels in refstack
     91    PSF.INPUT.CLIP.NSIGMA   F32   1.0   # sample typically on rising side of distribution (set even smaller?)
     92    PSF.INPUT.THRESH        F32   NAN
     93    PSF.INPUT.ASYMMETRY     F32   NAN
     94    MATCH.REJ               F32   4.0 # need ot tune?
     95    SAFE                    BOOL  FALSE
     96END
     97
     98STACK_MD_DEEP     METADATA   ## revised config for MD deepstack above after ppStack mods 5/03/13
     99    OUTPUT.NOCOMP           BOOL  TRUE
     100    OUTPUT.LOGFLUX          BOOL  FALSE
     101    OUTPUT.REPLICATE        BOOL  TRUE
     102    STACK.TYPE              STR   DEEP_STACK
     103    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     104    PSF.INPUT.MAX           F32   10.0
     105    PSF.INPUT.CLIP.NSIGMA   F32   100.0
     106    PSF.INPUT.THRESH        F32   NAN
     107    PSF.INPUT.ASYMMETRY     F32   NAN
     108    MATCH.REJ               F32   4.0 # need ot tune?
     109    SAFE                    BOOL  FALSE
     110END
     111
     112STACK_ALLDEEP      METADATA     # no cuts, everything in changes after ppStack mods 5/03/13
     113    OUTPUT.NOCOMP           BOOL  TRUE
     114    OUTPUT.LOGFLUX          BOOL  FALSE
     115    OUTPUT.REPLICATE        BOOL  TRUE
     116    STACK.TYPE              STR   DEEP_STACK
     117    PSF.INPUT.CLIP.SIMPLE   BOOL  True
     118    PSF.INPUT.MAX           F32   100.0
     119    PSF.INPUT.CLIP.NSIGMA   F32   100.0
     120    PSF.INPUT.THRESH        F32   NAN
     121    PSF.INPUT.ASYMMETRY     F32   NAN
     122    MATCH.REJ               F32   4.0 # need ot tune?
     123    SAFE                    BOOL  FALSE
    87124END
    88125
  • branches/eam_branches/ipp-20130509/ippconfig/gpc1/psphot.config

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20130509/ippconfig/recipes/ppStack.config

    r35529 r35594  
    164164END
    165165
     166STACK_MD_REF    METADATA
     167END
     168
     169STACK_MD_DEEP   METADATA
     170END
     171
    166172STACK_ALLDEEP   METADATA
    167173END
     174
     175
     176
    168177
    169178TEST1 METADATA
  • branches/eam_branches/ipp-20130509/ippconfig/recipes/ppSub.config

    r35562 r35594  
    108108END
    109109
     110# test setup for nodual case
     111DIFF_NODUAL    METADATA   
     112        DUAL             BOOL    FALSE    # Dual convolution?
     113        INVERSE          BOOL    TRUE    # Generate inverse subtraction?
     114        PHOTOMETRY       BOOL    TRUE    # Perform photometry?
     115        CONVOLVE.TARGET  STR     SINGLE_AUTO
     116
     117        @ISIS.WIDTHS    F32     1.5  3.0  6.0   # Gaussian kernel FWHM values
     118        @ISIS.ORDERS    S32     6    4    2     # Polynomial orders for ISIS kernels
     119
     120        SCALE.REF       F32     5.0             # FWHM reference for kernel parameter scaling
     121        KERNEL.SIZE     S32     20              # Kernel half-size (pixels)
     122        STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
     123END
     124
    110125# Difference of two warps
    111126WARPWARP        METADATA
  • branches/eam_branches/ipp-20130509/ippconfig/recipes/psphot.config

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20130509/ippconfig/recipes/reductionClasses.mdc

    r35562 r35594  
    299299END
    300300
     301# sweetspot no dual test case
     302SWEETSPOT_NODUAL            METADATA
     303        DIFF_PPSUB        STR     DIFF_NODUAL
     304        DIFF_PSPHOT       STR     SSTF_DIFF
     305        JPEG_BIN1         STR     PPIMAGE_J1
     306        JPEG_BIN2         STR     PPIMAGE_J2
     307END
    301308
    302309CONSTANT_WEIGHTPHOT             METADATA
     
    544551END
    545552
     553## MD refstack
     554MD_REF_STACK            METADATA
     555      STACK_PPSTACK           STR     STACK_MD_REF
     556      STACK_PPSUB             STR     STACK
     557      STACK_PSPHOT            STR     STACK
     558      STACKPHOT_PSPHOT        STR     STACKPHOT
     559      STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
     560END
     561
     562## MD deepstack
     563MD_DEEP_STACK            METADATA
     564      STACK_PPSTACK           STR     STACK_MD_DEEP
     565      STACK_PPSUB             STR     STACK
     566      STACK_PSPHOT            STR     STACK
     567      STACKPHOT_PSPHOT        STR     STACKPHOT
     568      STATICSKY_CALIBRATION   STR     STATICSKY_DEEPCAL
     569END
    546570
    547571# quick stacks
Note: See TracChangeset for help on using the changeset viewer.