IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36695


Ignore:
Timestamp:
Apr 25, 2014, 3:34:56 PM (12 years ago)
Author:
heather
Message:

final pv1

Location:
trunk/tools/dvodb_calib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/dvodb_calib/gene.run.relastro.part1

    r35584 r36695  
    55endif
    66
    7 set REALRUN = 1
    8 
     7set REALRUN = 0
    98set  catdir_3pi = $argv[1]
    109
  • trunk/tools/dvodb_calib/gene.run.relphot.3pinew

    r36657 r36695  
    1818  set filters = "g,r,i,z,y"
    1919
    20   set options = "-imfreeze -mosaic"
     20  set options = "-images -imfreeze -mosaic"
    2121  set options = "$options -D MAG_LIM 32.0"
    2222  set options = "$options -D SIGMA_LIM 0.1"
     
    3535
    3636  ## note the boundary tree location is hard-wired
    37   set options = "$options -boundary-tree ~ippdvo/tess.3pi.fits"
     37  set options = "$options -boundary-tree ~ippdvo/tesstables/tess.3pi.fits"
    3838
    3939  set options = "$options $filters"
     
    7575  set filters = "g,r,i,z,y"
    7676
    77   set options = "-imfreeze -mosaic"
     77  set options = "-images -imfreeze -mosaic"
    7878  set options = "$options -D MAG_LIM 32.0"
    7979  set options = "$options -D SIGMA_LIM 0.1"
     
    8989
    9090  ## note the boundary tree location is hard-wired
    91   set options = "$options -boundary-tree ~ippdvo/RINGS.V3.tree.v2.fits"
     91  set options = "$options -boundary-tree ~ippdvo/tesstables/tess.3pi.fits"
    9292  set options = "$options -nloop 0"
    9393
  • trunk/tools/dvodb_calib/gene.run.relphot.mdnew

    r36657 r36695  
    1818  set filters = "g,r,i,z,y"
    1919
    20   set options = "-imfreeze -mosaic"
     20  set options = "-images -imfreeze -mosaic"
    2121  set options = "$options -D MAG_LIM 32.0"
    2222  set options = "$options -D SIGMA_LIM 0.1"
     
    3535
    3636  ## note the boundary tree location is hard-wired
    37   set options = "$options -boundary-tree ~ippdvo/RINGS.V3.tree.v2.fits"
     37  set options = "$options -boundary-tree ~ippdvo/tesstables/tess.md.fits"
    3838
    3939  set options = "$options $filters"
     
    7575  set filters = "g,r,i,z,y"
    7676
    77   set options = "-imfreeze -mosaic"
     77  set options = "-images -imfreeze -mosaic"
    7878  set options = "$options -D MAG_LIM 32.0"
    7979  set options = "$options -D SIGMA_LIM 0.1"
     
    8989
    9090  ## note the boundary tree location is hard-wired
    91   set options = "$options -boundary-tree ~ippdvo/tess.md.fits"
     91  set options = "$options -boundary-tree ~ippdvo/tesstables/tess.md.fits"
    9292  set options = "$options -nloop 0"
    9393
  • trunk/tools/dvodb_calib/run.relastro.part1

    r35584 r36695  
    2222# try 1000 meas per deg^2, but if memory if available, go to more
    2323if (1) then
    24   set options = "-update-chips"
     24  set options = "-images -update-chips"
    2525  set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1"
    2626  set options = "$options -D RELASTRO_SIGMA_LIM 0.1"
Note: See TracChangeset for help on using the changeset viewer.