Changeset 2627
- Timestamp:
- Dec 3, 2004, 9:23:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/shell/src/gosexphot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/shell/src/gosexphot
r70 r2627 11 11 set outfile = $2 12 12 13 set name="gosexphot.sex" 13 # find the appropriate script file 14 set confdir=`gconfig CONFDIR` 15 16 set name = "gosexphot.sex" 17 set param = "gosexphot.param" 18 14 19 if ($#argv == 3) then 15 20 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" 17 26 endif 18 27 if ("$3" == "-deep") then 19 set name ="gosexdeep.sex"28 set name = "gosexdeep.sex" 20 29 endif 21 30 endif 22 23 # find the appropriate script file24 set confdir=`gconfig CONFDIR`25 31 26 32 # sextractor needs full paths to:
Note:
See TracChangeset
for help on using the changeset viewer.
