Changeset 36695 for trunk/tools
- Timestamp:
- Apr 25, 2014, 3:34:56 PM (12 years ago)
- Location:
- trunk/tools/dvodb_calib
- Files:
-
- 4 edited
-
gene.run.relastro.part1 (modified) (1 diff)
-
gene.run.relphot.3pinew (modified) (4 diffs)
-
gene.run.relphot.mdnew (modified) (4 diffs)
-
run.relastro.part1 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/dvodb_calib/gene.run.relastro.part1
r35584 r36695 5 5 endif 6 6 7 set REALRUN = 1 8 7 set REALRUN = 0 9 8 set catdir_3pi = $argv[1] 10 9 -
trunk/tools/dvodb_calib/gene.run.relphot.3pinew
r36657 r36695 18 18 set filters = "g,r,i,z,y" 19 19 20 set options = "-im freeze -mosaic"20 set options = "-images -imfreeze -mosaic" 21 21 set options = "$options -D MAG_LIM 32.0" 22 22 set options = "$options -D SIGMA_LIM 0.1" … … 35 35 36 36 ## 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" 38 38 39 39 set options = "$options $filters" … … 75 75 set filters = "g,r,i,z,y" 76 76 77 set options = "-im freeze -mosaic"77 set options = "-images -imfreeze -mosaic" 78 78 set options = "$options -D MAG_LIM 32.0" 79 79 set options = "$options -D SIGMA_LIM 0.1" … … 89 89 90 90 ## 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" 92 92 set options = "$options -nloop 0" 93 93 -
trunk/tools/dvodb_calib/gene.run.relphot.mdnew
r36657 r36695 18 18 set filters = "g,r,i,z,y" 19 19 20 set options = "-im freeze -mosaic"20 set options = "-images -imfreeze -mosaic" 21 21 set options = "$options -D MAG_LIM 32.0" 22 22 set options = "$options -D SIGMA_LIM 0.1" … … 35 35 36 36 ## 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" 38 38 39 39 set options = "$options $filters" … … 75 75 set filters = "g,r,i,z,y" 76 76 77 set options = "-im freeze -mosaic"77 set options = "-images -imfreeze -mosaic" 78 78 set options = "$options -D MAG_LIM 32.0" 79 79 set options = "$options -D SIGMA_LIM 0.1" … … 89 89 90 90 ## 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" 92 92 set options = "$options -nloop 0" 93 93 -
trunk/tools/dvodb_calib/run.relastro.part1
r35584 r36695 22 22 # try 1000 meas per deg^2, but if memory if available, go to more 23 23 if (1) then 24 set options = "- update-chips"24 set options = "-images -update-chips" 25 25 set options = "$options -D RELASTRO_SRC_MEAS_TOOFEW 1" 26 26 set options = "$options -D RELASTRO_SIGMA_LIM 0.1"
Note:
See TracChangeset
for help on using the changeset viewer.
