IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 10:16:36 AM (12 years ago)
Author:
eugene
Message:

updates from eam_branches/ipp-21040610

Location:
trunk/Ohana/src/dvosplit/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvosplit/src/dvosplit.c

    r33963 r37043  
    1616  ConfigInit (&argc, argv);
    1717  args (argc, argv);
     18
     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");
     24  exit (2);
     25  */
    1826
    1927  CATDIR = strcreate (argv[1]);
  • trunk/Ohana/src/dvosplit/src/split_averages.c

    r33656 r37043  
    11# include "dvosplit.h"
    2 # define NROWS 100000 /* ~10MB per block for measures */
     2# define NROWS 1000000 /* ~10MB per block for measures */
    33# define DNOUT 1000
    44
  • trunk/Ohana/src/dvosplit/src/split_measures.c

    r33656 r37043  
    11# include "dvosplit.h"
    2 # define NROWS 100000 /* ~10MB per row for measures */
     2# define NROWS 1000000 /* ~10MB per row for measures */
    33# define DNOUT 1000
    44
     
    1919
    2020  // split out the measure entries:
    21   incatalog[0].catflags = LOAD_MEAS;
     21  incatalog[0].catflags = LOAD_MEAS | LOAD_AVES | LOAD_SECF;
     22
    2223  // if ((incatalog[0].catformat == DVO_FORMAT_ELIXIR) || (incatalog[0].catformat == DVO_FORMAT_LONEOS)) {
    2324  //   // 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.