IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39216


Ignore:
Timestamp:
Dec 3, 2015, 4:05:35 PM (11 years ago)
Author:
eugene
Message:

add -apply-offsets to relastro

Location:
trunk/tools/dvodb_calib/SAS40calib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/dvodb_calib/SAS40calib/run.relastro

    r39137 r39216  
    55  exit 2
    66endif
    7 
    87
    98set catdir = $argv[1]
     
    1817  set options = "$options -D CATDIR $catdir"
    1918  set options = "$options -basic-image-search"
     19  set options = "$options -apply-offsets"
    2020  set options = "$options -update"
    2121  set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1"
  • trunk/tools/dvodb_calib/SAS40calib/run.relphot

    r39137 r39216  
    11#!/bin/csh -f
    22
    3 #if ($#argv !=1) then
    4   echo "usage: run.relphot (catdir)"
    5   exit 2
    6 #endif
     3if ($#argv != 1) then
     4  echo "usage: run.relphot (catdir)"
     5  exit 2
     6endif
    77
    88set catdir = $argv[1]
    9 
    10 
    11 
    129
    1310# run relphot -images
     
    4239       relphot $options
    4340#endif
    44 
Note: See TracChangeset for help on using the changeset viewer.