IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2014, 5:21:42 PM (12 years ago)
Author:
eugene
Message:

fix dvosplit for ps1_v5 changes, not really tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/dvosplit/src/split_measures.c

    r33656 r36935  
    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.