IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2009, 4:39:36 PM (17 years ago)
Author:
Paul Price
Message:

Moving in some stuff from pap_branch_20081216 to set the image and source identifiers in FITS files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileFitsIO.c

    r18601 r21279  
    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.