Changeset 35350 for branches/eam_branches/ipp-20130307/tools/run.relastro
- Timestamp:
- Apr 2, 2013, 3:01:21 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/run.relastro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307
- Property svn:mergeinfo changed
/trunk (added) merged: 35269-35270,35277,35294-35295,35297-35302,35304-35308,35311,35315,35317-35318,35325,35328-35332,35334-35335,35337
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/tools/run.relastro
r34870 r35350 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"
Note:
See TracChangeset
for help on using the changeset viewer.
