IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36838 for trunk


Ignore:
Timestamp:
Jun 8, 2014, 9:29:13 AM (12 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20140423: add Koppehoefer correction recipe values to gpc1, require 0.3 arcsec scatter for success on gpc1

Location:
trunk/ippconfig
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

  • trunk/ippconfig/gpc1/psastro.config

    r36771 r36838  
    6666PSASTRO.USE.MODEL             BOOL     TRUE
    6767
     68# apply Koppenhoefer Correction to this camera?
     69KH.CORRECT.APPLY              BOOL     TRUE
     70KH.CORRECT.ENDDATE            STR      2011/05/11,00:00:00
     71
    6872# PSASTRO.FIX.CHIPS             BOOL     TRUE
    6973PSASTRO.PIXEL.TOLERANCE       F32      3.0
     
    8387PSASTRO.MOSAIC.MAX.ERROR.N3 F32    0.00 # max allow error for valid solution (arcsec)
    8488PSASTRO.MOSAIC.MAX.ERROR.N4 F32    0.00 # max allow error for valid solution (arcsec)
    85 PSASTRO.MOSAIC.MAX.ERROR.N5 F32    5.00 # max allow error for valid solution (arcsec)
     89PSASTRO.MOSAIC.MAX.ERROR.N5 F32    0.30 # max allow error for valid solution (arcsec)
    8690
    8791# mosaic radius match in pixels (do these make sense?)
  • trunk/ippconfig/recipes/filerules-mef.mdc

    r36799 r36838  
    111111PSASTRO.WCS             INPUT    @FILES        CHIP       CMF
    112112PSASTRO.MODEL           INPUT    @DETDB        FPA        ASTROM
     113PSASTRO.KH.CORRECT      INPUT    @DETDB        FPA        KH.CORRECT
    113114
    114115PSASTRO.EXTRACT.ASTROM  INPUT    @FILES        CHIP       CMF
  • trunk/ippconfig/recipes/filerules-simple.mdc

    r36799 r36838  
    8181PSASTRO.WCS               INPUT    @FILES        CHIP       CMF
    8282PSASTRO.MODEL             INPUT    @DETDB        FPA        ASTROM
     83PSASTRO.KH.CORRECT        INPUT    @DETDB        FPA        KH.CORRECT
    8384
    8485PSASTRO.EXTRACT.ASTROM    INPUT    @FILES        CHIP       CMF
  • trunk/ippconfig/recipes/filerules-split.mdc

    r36799 r36838  
    101101PSASTRO.WCS               INPUT    @FILES        CHIP       WCS
    102102PSASTRO.MODEL             INPUT    @DETDB        FPA        ASTROM
     103PSASTRO.KH.CORRECT        INPUT    @DETDB        FPA        KH.CORRECT
    103104                         
    104105PSASTRO.EXTRACT.ASTROM    INPUT    @FILES        CHIP       CMF
  • trunk/ippconfig/recipes/ppSub.config

  • trunk/ippconfig/recipes/psastro.config

    r36441 r36838  
    230230PSASTRO.USE.MODEL             BOOL     FALSE
    231231
     232# apply Koppenhoefer Correction to this camera?
     233KH.CORRECT.APPLY              BOOL     FALSE
     234KH.CORRECT.ENDDATE            STR      NONE
     235
    232236PSASTRO.PIXEL.TOLERANCE       F32      3.0
    233237PSASTRO.ANGLE.TOLERANCE       F32      1.0
  • trunk/ippconfig/recipes/reductionClasses.mdc

Note: See TracChangeset for help on using the changeset viewer.