IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13893


Ignore:
Timestamp:
Jun 19, 2007, 4:15:14 PM (19 years ago)
Author:
Paul Price
Message:

Making private function file-static.

File:
1 edited

Legend:

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

    r13772 r13893  
    125125// The region represents the maximum bounds of the full image
    126126
    127 psImage *readoutReadComponent(psImage *image, // Image into which to read
    128                               psFits *fits, // FITS file from which to read
    129                               const psRegion *fullImage, // full image region, read a subset
    130                               int readdir, // Read direction (1=rows, 2=cols)
    131                               int min,  // Minimum row/col number to read
    132                               int max,   // Maximum row/col number to read
    133                               int z,     // Image plane to read
    134                               float bad // Bad value
    135                              )
     127static psImage *readoutReadComponent(psImage *image, // Image into which to read
     128                                     psFits *fits, // FITS file from which to read
     129                                     const psRegion *fullImage, // full image region, read a subset
     130                                     int readdir, // Read direction (1=rows, 2=cols)
     131                                     int min,  // Minimum row/col number to read
     132                                     int max,   // Maximum row/col number to read
     133                                     int z,     // Image plane to read
     134                                     float bad // Bad value
     135    )
    136136{
    137137    assert(fits);
Note: See TracChangeset for help on using the changeset viewer.