Changeset 35307
- Timestamp:
- Mar 12, 2013, 2:15:12 PM (13 years ago)
- Location:
- trunk/tools
- Files:
-
- 3 edited
-
run.relastro (modified) (4 diffs)
-
run.relphot (modified) (1 diff)
-
run.setphot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/run.relastro
r34870 r35307 6 6 endif 7 7 8 set REALRUN = 08 set REALRUN = 1 9 9 10 10 set catdir = $argv[1] … … 21 21 # -update-chips : determine improved astrometry calibrations 22 22 # try 1000 meas per deg^2, but if memory if available, go to more 23 if ( 1) then23 if (0) then 24 24 set options = "-update-chips" 25 25 set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1" … … 34 34 35 35 # enable parallel operations for parallel databases 36 #set options = "$options -parallel"36 set options = "$options -parallel" 37 37 38 38 set region = "-region $ra_min $ra_max $dec_min $dec_max" … … 54 54 55 55 # enable parallel operations for parallel databases 56 #set options = "$options -parallel"56 set options = "$options -parallel" 57 57 58 58 set region = "-region $ra_min $ra_max $dec_min $dec_max" -
trunk/tools/run.relphot
r34875 r35307 40 40 41 41 # activate parallel mode when catdir is parallel 42 #set options = "$options -parallel"42 set options = "$options -parallel" 43 43 44 44 # option to change the schema -
trunk/tools/run.setphot
r34870 r35307 6 6 endif 7 7 8 set REALRUN = 08 set REALRUN = 1 9 9 10 10 set catdir = $argv[1] … … 22 22 23 23 # activate parallel mode when catdir is parallel 24 #set options = "$options -parallel"24 set options = "$options -parallel" 25 25 26 26 # the new ubercal file includes Eddie's offsets relative to JT (so, no need to supply -zpt-offsets)
Note:
See TracChangeset
for help on using the changeset viewer.
