IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20887


Ignore:
Timestamp:
Dec 4, 2008, 10:06:26 AM (17 years ago)
Author:
Paul Price
Message:

Need to read the headers when opening, so we can have the concepts available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeFiles.c

    r18756 r20887  
    5858        }
    5959        psFree(fileView);
     60
     61        // Read the headers, so we can have the concepts available
     62        pmCell *cell = pmFPAviewThisCell(view, input->fpa); // Cell of interest
     63        if (!pmCellReadHeaderSet(cell, input->fits, config)) {
     64            psError(PS_ERR_UNKNOWN, false, "Unable to read headers for image %d", num);
     65            return false;
     66        }
    6067    }
    6168    bool mdok;          // Status of MD lookup
Note: See TracChangeset for help on using the changeset viewer.