IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2021, 3:30:26 PM (5 years ago)
Author:
eugene
Message:

improved plots, option to restrict to camera-confirmed sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/teleff/teleff.pro

    r41719 r41720  
    7070
    7171  # use a larger match radius for the asteroids
    72   $MATCH_RADIUS = 3.0
     72  # MATCH_RADIUS is in pixels : this should probably be even larger
     73  $MATCH_RADIUS = 8.0
    7374  $OUTVERSION = MPC
    7475  $COPYMASKS = 0
    7576
    76   make.truth.sources gpc1 $expname $mpcfile MPC
     77  make.truth.sources gpc1 $expname $mpcfile MPC; # sets the value of REFSOURCE
    7778  get.camera.eff     gpc1 $expname EU.nightlyscience $REFSOURCE
    7879  get.warp.eff       gpc1 $expname $camID            $REFSOURCE
    7980  get.diff.eff       gpc1 $expname $warpID           $REFSOURCE
     81  # load data from cam stage output:
     82  $USE_CAMSOURCE = 1
     83  get.warp.eff       gpc1 $expname $camID            $CAMSOURCE
     84  get.diff.eff       gpc1 $expname $warpID           $CAMSOURCE
    8085
    8186  return
Note: See TracChangeset for help on using the changeset viewer.