IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 4:43:36 PM (20 years ago)
Author:
jhoblitt
Message:

rename:

ppRawFrame -> rawScienceFrame
ppRawFrameFree() -> rawScienceFrameFree()
ppRawFrameAlloc() -> rawScienceFrameAlloc()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2rawToPending.c

    r6210 r6221  
    1010
    1111    for (int i = 0; i < rawFrames->n; i++) {
    12         ppRawFrame *rawFrame = rawFrames->data[i];
     12        rawScienceFrame *rawFrame = rawFrames->data[i];
    1313
    1414        p2PendingExpRow *pendingExposure = p2PendingExpRowAlloc(
Note: See TracChangeset for help on using the changeset viewer.