IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13795


Ignore:
Timestamp:
Jun 13, 2007, 11:56:27 AM (19 years ago)
Author:
Paul Price
Message:

Actually, no, don't read concepts at multiple levels --- they only
need to be read if they're required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsLoop.c

    r13794 r13795  
    108108            return PS_EXIT_DATA_ERROR;
    109109        }
    110         pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_ALL, true, config->database);
     110        pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_ALL, false, config->database);
    111111        getMetadata(cellResults, cell->concepts, data->concepts);
    112112    }
     
    304304            return PS_EXIT_DATA_ERROR;
    305305        }
    306         pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_ALL, true, true, config->database);
     306        pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_ALL, false, false, config->database);
    307307        getMetadata(chipResults, chip->concepts, data->concepts);
    308308    }
     
    382382            return NULL;
    383383        }
    384         pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_ALL, true, config->database);
     384        pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_ALL, false, config->database);
    385385        getMetadata(newResults, fpa->concepts, data->concepts);
    386386    }
Note: See TracChangeset for help on using the changeset viewer.