IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42057


Ignore:
Timestamp:
Feb 23, 2022, 4:18:42 PM (4 years ago)
Author:
eugene
Message:

adding example criteria files for ippCheck

Location:
branches/eam_branches/ipp-20211108/ippTests/ippCheck
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippTests/ippCheck/ippcheck.rc

    r42025 r42057  
    11
    2 $IPPCONFIG = /home/real/eugene/ippconfig
     2# uncomment to get lots of debug info
     3# opihi verbose on
     4
     5$CONFDIR = /home/panstarrs/eugene/ippconfig/ippcheck
    36
    47$PV3_CATDIR = /data/ipp105.0/eugene/3pi.dvo.masters/3pi.pv3.20170919
    58
    6 $PSF_FIELDS = $IPPCONFIG/psfFields.bk
    7 $PSF_KEYS   = $IPPCONFIG/psfKeys.bk
     9macro init.camera
     10  $PSF_FIELDS = $CONFDIR/psfFields.v1.bk
     11  $PSF_KEYS   = $CONFDIR/psfKeys.bk
     12  $HDR_KEYS   = $CONFDIR/hdrKeys.bk
     13  $NTESTS_CMF = 3065
     14end
    815
    9 $HDR_KEYS   = $IPPCONFIG/hdrKeys.bk
     16macro init.warp
     17   $PSF_FIELDS = $CONFDIR/warp.psfFields.v1.bk
     18   $PSF_KEYS   = $CONFDIR/warp.psfKeys.bk
     19   $HDR_KEYS   = $CONFDIR/warp.hdrKeys.bk
     20   $NTESTS_CMF = 28
     21end
    1022
     23# use these for a specific case (t0)
     24macro init.warp
     25#  $PSF_FIELDS = $CONFDIR/warp.psfFields.v1.bk
     26   $PSF_FIELDS = $CONFDIR/warp.psfFields.sn.bk
     27   $PSF_KEYS   = $CONFDIR/warp.psfKeys.t0.bk
     28   $HDR_KEYS   = $CONFDIR/warp.hdrKeys.t0.bk
     29   $NTESTS_CMF = 28
     30end
     31
     32macro init.diff
     33  $PSF_FIELDS = $CONFDIR/diff.psfFields.sn.bk
     34  $PSF_KEYS   = $CONFDIR/diff.psfKeys.bk
     35  $HDR_KEYS   = $CONFDIR/diff.hdrKeys.bk
     36  $NTESTS_CMF = 28
     37end
     38
     39# leave these default values here?
     40$PSF_FIELDS = $CONFDIR/psfFields.v1.bk
     41$PSF_KEYS   = $CONFDIR/psfKeys.bk
     42$HDR_KEYS   = $CONFDIR/hdrKeys.bk
  • branches/eam_branches/ipp-20211108/ippTests/ippCheck/ippconfig/hdrKeys.bk

    r42025 r42057  
    1515# general metadata
    1616IMAGEID                            IGNORE   D100  # IMAGEID could be any value for two analyses of the same data
     17PHOT_V                             IGNORE   D100
     18IMAGE_V                            IGNORE   D100
     19PSLIB_V                            IGNORE   D100
     20MODULE_V                           IGNORE   D100
     21STATS_V                            IGNORE   D100
     22ASTRO_V                            IGNORE   D100
    1723                                     
    1824# astrometric quality checks:
Note: See TracChangeset for help on using the changeset viewer.