IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2015, 10:52:27 AM (11 years ago)
Author:
heather
Message:

sas37 calibration scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/dvodb_calib/SAS37calib/run.relphot

    r37884 r37909  
    11#!/bin/csh -f
    22
    3 if ($#argv !=1) then
    4     echo "usage: run.relphot (catdir)"
    5     exit 2
    6 endif
     3#if ($#argv !=1) then
     4#    echo "usage: run.relphot (catdir)"
     5#    exit 2
     6#endif
    77
    88set catdir = $argv[1]
     
    1717# to use is: /data/ipp064.0/eugene/relastro.20140923/tess.3pi.fits
    1818
    19 if (1) then
     19#if (1) then
    2020  set options = ""
    2121  set options = "$options -v"
     
    4141  echo relphot $options
    4242       relphot $options
    43   if ($status) then
    44        echo "ERROR: failure running relphot"
    45        echo -n "--done with relphot -- ";date
    46 endif
     43#endif
    4744
Note: See TracChangeset for help on using the changeset viewer.