IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37909


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

sas37 calibration scripts

Location:
trunk/tools/dvodb_calib/SAS37calib
Files:
1 added
3 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
  • trunk/tools/dvodb_calib/SAS37calib/run.relphot.diff

    r37884 r37909  
    2424  set options = "$options -region 310 350 -15 15"
    2525  set options = "$options -boundary-tree tess.3pi.fits"
    26 
     26  set options = "$options -is-diff-db -reset -update"
    2727#  set options = "$options -parallel"
    2828
  • trunk/tools/dvodb_calib/SAS37calib/run.setphot

    r37884 r37909  
    1616  set ubercal = ucalqy_bigflat.fits
    1717 
    18   echo setphot -update -ubercal -no-metadata -D CATDIR $catdir $ubercal
    19        setphot -update -ubercal -no-metadata -D CATDIR $catdir $ubercal
     18  echo setphot -update -ubercal -D CATDIR $catdir $ubercal
     19       setphot -update -ubercal -D CATDIR $catdir $ubercal
    2020       #gene said no metadata if using ucalqy_bigflat.fits
    2121endif
Note: See TracChangeset for help on using the changeset viewer.