IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2008, 12:25:38 PM (18 years ago)
Author:
Paul Price
Message:

New API for reading images.

File:
1 edited

Legend:

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

    r18030 r18166  
    165165                    #define READ_CHUNK(NAME,TYPE) { \
    166166                        pmFPAfile *file = pmFPAfileSelectSingle(config->files, NAME, i); \
    167                         if (!pmReadoutReadChunk##TYPE(inRO, file->fits, 0, rows, 0, config->database)) { \
     167                        if (!pmReadoutReadChunk##TYPE(inRO, file->fits, 0, rows, 0, config)) { \
    168168                            psError(PS_ERR_IO, false, "Unable to read chunk %d for file %s %d", \
    169169                                    numChunk, NAME, i); \
     
    219219                    #define MORE_CHUNK(NAME,TYPE) { \
    220220                        pmFPAfile *file = pmFPAfileSelectSingle(config->files, NAME, i); \
    221                         more &= pmReadoutMore##TYPE(inRO, file->fits, 0, rows, config->database); \
     221                        more &= pmReadoutMore##TYPE(inRO, file->fits, 0, rows, config); \
    222222                    }
    223223
Note: See TracChangeset for help on using the changeset viewer.