IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20548


Ignore:
Timestamp:
Nov 5, 2008, 4:37:26 AM (18 years ago)
Author:
Sebastian Jester
Message:

add MOSAICNAME and GRID_TOOFEW which are now required; be less
tolerant in ADDSTAR_RADIUS (1 arcsec instead of 2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/sdssmosaic/dvo.config

    r18197 r20548  
    1 DVO.CAMERADIR           /home/jester/IPP/ippconfig/sdssmosaic
     1# DVO.CAMERADIR         /home/jester/IPP/ippconfig/sdssmosaic
     2# Previous one not needed any more?
    23
    34# location of DVO database tables
    4 CATDIR                  /disk1/jester/data/SDSS/stripe82/coadd/catdir
     5CATDIR                  /IPP/data/SDSS/stripe82/coadd/prod/catdir_default
     6MOSAICNAME              SDSSmosaic
    57
    68# keywords used by DVO to interpret the headers
     
    4345
    4446# correlation radius (arcseconds)
    45 ADDSTAR_RADIUS          2.0
     47ADDSTAR_RADIUS          1.0
    4648
    4749# scaled correlation radius
     
    5355STAR_CHISQ              10.0   # mark stars POOR if Xm > STAR_CHISQ
    5456STAR_TOOFEW              3     # mark star FEW if N(good) < STAR_TOOFEW
     57GRID_TOOFEW             10     # keep grid FROZEN if N(good) < GRID_TOOFEW
    5558IMAGE_TOOFEW            10     # mark image FEW if N(good) < IMAGE_TOOFEW
    5659IMAGE_GOOD_FRACTION     0.05   # mark image FEW if N(good) < IMAGE_GOOD_FRACTION * Nstars
Note: See TracChangeset for help on using the changeset viewer.