IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15227


Ignore:
Timestamp:
Oct 5, 2007, 12:46:34 PM (19 years ago)
Author:
Paul Price
Message:

Concepts writing should now be done at a higher level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r15213 r15227  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-10-04 04:23:32 $
     5 *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-10-05 22:46:34 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    168168    *thisView = *view;
    169169
    170     if (!pmConceptsWriteFPA(fpa, PM_CONCEPT_SOURCE_HEADER, true, NULL)) {
    171         psError(PS_ERR_IO, false, "Unable to write concepts for fpa");
    172         psFree(thisView);
    173         return false;
    174     }
    175170    for (int i = 0; i < fpa->chips->n; i++) {
    176171        pmChip *chip = fpa->chips->data[i];
     
    192187    *thisView = *view;
    193188
    194     if (!pmConceptsWriteChip(chip, PM_CONCEPT_SOURCE_HEADER, true, true, NULL)) {
    195         psError(PS_ERR_IO, false, "Unable to write concepts for chip");
    196         psFree(thisView);
    197         return false;
    198     }
    199189    for (int i = 0; i < chip->cells->n; i++) {
    200190        pmCell *cell = chip->cells->data[i];
     
    216206    *thisView = *view;
    217207
    218     if (!pmConceptsWriteCell(cell, PM_CONCEPT_SOURCE_HEADER, true, NULL)) {
    219         psError(PS_ERR_IO, false, "Unable to write concepts for cell");
    220         psFree(thisView);
    221         return false;
    222     }
    223208    for (int i = 0; i < cell->readouts->n; i++) {
    224209        pmReadout *readout = cell->readouts->data[i];
Note: See TracChangeset for help on using the changeset viewer.