IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35307


Ignore:
Timestamp:
Mar 12, 2013, 2:15:12 PM (13 years ago)
Author:
heather
Message:

run.stuff is turned on by default and parallel by default

Location:
trunk/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/run.relastro

    r34870 r35307  
    66endif
    77
    8 set REALRUN = 0
     8set REALRUN = 1
    99
    1010set  catdir = $argv[1]
     
    2121# -update-chips : determine improved astrometry calibrations
    2222# try 1000 meas per deg^2, but if memory if available, go to more
    23 if (1) then
     23if (0) then
    2424  set options = "-update-chips"
    2525  set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1"
     
    3434
    3535  # enable parallel operations for parallel databases
    36   # set options = "$options -parallel"
     36  set options = "$options -parallel"
    3737
    3838  set region = "-region $ra_min $ra_max $dec_min $dec_max"
     
    5454
    5555  # enable parallel operations for parallel databases
    56   # set options = "$options -parallel"
     56  set options = "$options -parallel"
    5757
    5858  set region = "-region $ra_min $ra_max $dec_min $dec_max"
  • trunk/tools/run.relphot

    r34875 r35307  
    4040
    4141  # activate parallel mode when catdir is parallel
    42   # set options = "$options -parallel"
     42  set options = "$options -parallel"
    4343
    4444  # option to change the schema
  • trunk/tools/run.setphot

    r34870 r35307  
    66endif
    77
    8 set REALRUN = 0
     8set REALRUN = 1
    99
    1010set  catdir = $argv[1]
     
    2222
    2323# activate parallel mode when catdir is parallel
    24 # set options = "$options -parallel"
     24set options = "$options -parallel"
    2525
    2626# 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.