IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26108


Ignore:
Timestamp:
Nov 12, 2009, 2:43:43 PM (16 years ago)
Author:
Paul Price
Message:

addstar runs from this directory, so ptolemy.rc needs to have everything in it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/operations/addstar/ptolemy.rc

    r26099 r26108  
    44PANTASKS_SERVER         ippdb00
    55PASSWORD                foobar
     6
     7### Here follows the regular ~/.ptolemyrc
     8### This is required because the addstar task runs from this directory,
     9### so it picks up this configuration.
     10
     11CONFDIR                 /home/panstarrs/ipp/psconfig/ipp-svn.lin64/share/ippconfig
     12CAMERA                  default
     13
     14# location of DVO database tables
     15CATDIR                  default
     16
     17# location of possible data sources
     182MASS_DIR_AS            /data/ipp004.0/elixir/srcdir/refs/2mass.allsky
     192MASS_DIR_DR2           /data/ipp004.0/elixir/srcdir/refs/2mass.dr2
     20GSCDIR                  NONE
     21USNO_A_DIR              NONE
     22USNO_B_DIR              NONE
     23TYCHO_DIR               NONE
     24
     25PHOTCODE_FILE           $CONFDIR/dvo.photcodes
     26GSCFILE                 $CONFDIR/GSCregions.tbl
     27CATMODE                 SPLIT
     28CATFORMAT               PS1_V1
     29SKY_DEPTH               3
     30# SKY_TABLE             this may be used to override GSCFILE
     31ZERO_PT                 25.0
     32
     33# default values - overridden for specific cameras
     34ADDSTAR_RADIUS          1.0
     35IMAGE_SCATTER           0.075  # mark images POOR if stdev(Mcal) > IMAGE_SCATTER
     36STAR_SCATTER            0.005  # mark stars POOR if stdev(Mrel) > STAR_SCATTER
     37IMAGE_OFFSET            0.100  # mark images POOR if abs(delta(Mcal)) > IMAGE_OFFSET
     38STAR_CHISQ              10.0   # mark stars POOR if Xm > STAR_CHISQ
     39STAR_TOOFEW              3     # mark star FEW if N(good) < STAR_TOOFEW
     40IMAGE_TOOFEW            10     # mark image FEW if N(good) < IMAGE_TOOFEW
     41IMAGE_GOOD_FRACTION     0.05   # mark image FEW if N(good) < IMAGE_GOOD_FRACTION * Nstars
     42
     43PM_DT_MIN               0.25
     44PM_TOOFEW               4
     45POS_TOOFEW              1
     46
     47RELPHOT_GRID_BINNING    256
     48RELPHOT_GRID_X 6
     49RELPHOT_GRID_Y 14
     50
     51SCATTER_LIM             15.0
     52MAG_LIM                 20.0   # select stars brighter than this for relphot analysis
     53SIGMA_LIM               0.015  # select measurements with dM < SIGMA_LIM for relphot analysis
     54
     55# access control for client/server addstar mode
     56# PASSWORD
     57# HOSTNAME
     58# VALID_IP
     59
     60# camera dependent parameter files:
     61FILTER_LIST             $CONFDIR/$CAMERA/dvo.filters
     62CAMERA_CONFIG           $CONFDIR/$CAMERA/dvo.layout
     63DETREND_RECIPES         $CONFDIR/$CAMERA/dvo.recipe
     64
     65# load the camera-specific configuration files
     66input                   $CONFDIR/$CAMERA/dvo.config
     67
Note: See TracChangeset for help on using the changeset viewer.