Changeset 36935
- Timestamp:
- Jun 22, 2014, 5:21:42 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src
- Files:
-
- 3 edited
-
dvosplit.c (modified) (1 diff)
-
split_averages.c (modified) (1 diff)
-
split_measures.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/dvosplit.c
r36902 r36935 17 17 args (argc, argv); 18 18 19 fprintf (stderr, "this program has the ability to split dvo catalogs one file (cpt, cpm, etc) at a time. however, new updates to the cpm format requires the average RA,DEC coords to load the measures. update the code to handle that first"); 19 /* 20 fprintf (stderr, 21 "this program has the ability to split dvo catalogs one file (cpt, cpm, etc) at a time. 22 however, new updates to the cpm format requires the average RA,DEC coords to load the 23 measures. update the code to handle that first"); 20 24 exit (2); 25 */ 21 26 22 27 CATDIR = strcreate (argv[1]); -
branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_averages.c
r33656 r36935 1 1 # include "dvosplit.h" 2 # define NROWS 100000 /* ~10MB per block for measures */2 # define NROWS 1000000 /* ~10MB per block for measures */ 3 3 # define DNOUT 1000 4 4 -
branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_measures.c
r33656 r36935 1 1 # include "dvosplit.h" 2 # define NROWS 100000 /* ~10MB per row for measures */2 # define NROWS 1000000 /* ~10MB per row for measures */ 3 3 # define DNOUT 1000 4 4 … … 19 19 20 20 // split out the measure entries: 21 incatalog[0].catflags = LOAD_MEAS; 21 incatalog[0].catflags = LOAD_MEAS | LOAD_AVES | LOAD_SECF; 22 22 23 // if ((incatalog[0].catformat == DVO_FORMAT_ELIXIR) || (incatalog[0].catformat == DVO_FORMAT_LONEOS)) { 23 24 // // for these two formats, we need the average and secfilt values around until we do the measures...
Note:
See TracChangeset
for help on using the changeset viewer.
