IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2008, 4:37:03 PM (18 years ago)
Author:
Paul Price
Message:

Attempting to get image and source identifiers into headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20081216/psModules/src/camera/pmFPAfileFitsIO.c

    r18601 r21022  
    178178          pmChip *chip = pmFPAviewThisChip(view, fpa); // Chip of interest, or NULL
    179179          pmCell *cell = pmFPAviewThisCell(view, fpa); // Cell of interest, or NULL
    180           if (!pmFPAUpdateNames(fpa, chip, cell)) {
     180          if (!pmFPAUpdateNames(fpa, chip, cell, file->imageId, file->sourceId)) {
    181181              psError(PS_ERR_UNKNOWN, false, "Unable to update names in header.");
    182182              return false;
Note: See TracChangeset for help on using the changeset viewer.