IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3660 for trunk/stac/src/stac.h


Ignore:
Timestamp:
Apr 4, 2005, 6:15:21 PM (21 years ago)
Author:
Paul Price
Message:

Adding shiftSize to calculate (without doing the whole stac procedure) the size of the output image. Moving the help stuff out to separate files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.h

    r3610 r3660  
    217217    );
    218218
     219
     220
     221/************************************************************************************************************/
     222
     223// stacWrite.c
     224
     225// Write maps out
     226bool stacWriteMaps(const psArray *maps, // Maps to write
     227                   const stacConfig *config // Configuration
     228    );
     229
     230/************************************************************************************************************/
     231
    219232#endif
Note: See TracChangeset for help on using the changeset viewer.