IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2627


Ignore:
Timestamp:
Dec 3, 2004, 9:23:11 PM (22 years ago)
Author:
eugene
Message:

copied cfht version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/shell/src/gosexphot

    r70 r2627  
    1111set outfile = $2
    1212
    13 set name="gosexphot.sex"
     13# find the appropriate script file
     14set confdir=`gconfig CONFDIR`
     15
     16set name = "gosexphot.sex"
     17set param = "gosexphot.param"
     18
    1419if ($#argv == 3) then
    1520    if ("$3" == "-shallow") then
    16         set name="gosexshallow.sex"
     21        set name  = "gosexshallow.sex"
     22    endif
     23    if ("$3" == "-stds") then
     24        set name  = "gosexstds.sex"
     25        set param = "gosexstds.param"
    1726    endif
    1827    if ("$3" == "-deep") then
    19         set name="gosexdeep.sex"
     28        set name  = "gosexdeep.sex"
    2029    endif
    2130endif
    22 
    23 # find the appropriate script file
    24 set confdir=`gconfig CONFDIR`
    2531
    2632# sextractor needs full paths to:
Note: See TracChangeset for help on using the changeset viewer.