IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 11:51:26 AM (21 years ago)
Author:
Paul Price
Message:

Removing stac-specific configuration out of functions so that I can use them in other programs. Program appears to work as it did before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacRead.c

    r3610 r3666  
    66#define BUFFER 100                      // Size of buffer for incrementally reading coordinates
    77
    8 psArray *stacReadImages(stacConfig *config)
     8psArray *stacReadImages(psArray *filenames // The file names of the images
     9    )
    910{
    10     psArray *filenames = config->inputs;// The file names
    1111    int nFiles = filenames->n;          // The number of input files
    1212    psArray *images = psArrayAlloc(nFiles); // The input files, to be returned
     
    162162
    163163
    164 psArray *stacReadMaps(stacConfig *config)
     164psArray *stacReadMaps(psArray *filenames // The file names of the images whose maps are to be read
     165    )
    165166{
    166     psArray *filenames = config->inputs;// The file names
    167167    int nFiles = filenames->n;          // The number of input files
    168168    psArray *maps = psArrayAlloc(nFiles); // The maps, to be returned
Note: See TracChangeset for help on using the changeset viewer.