- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/relphot/src/relphot_objects.c
r21508 r27840 3 3 int relphot_objects () { 4 4 5 int i, j, k, m;5 off_t i, j, k, m; 6 6 int Nsecfilt; 7 7 … … 11 11 12 12 // load the current sky table (layout of all SkyRegions) 13 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE);13 sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE); 14 14 SkyTableSetFilenames (sky, CATDIR, "cpt"); 15 15 … … 68 68 69 69 if (VERBOSE) fprintf (stderr, "saving catalog %s\n", catalog.filename); 70 71 // we can optionally convert output format here 72 // but it would be better to define a dvo crawler program to do this 73 // catalog.catformat = DVO_FORMAT_PS1_V1; 70 74 dvo_catalog_save (&catalog, VERBOSE); 71 75 dvo_catalog_unlock (&catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
