IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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


Ignore:
Timestamp:
Apr 5, 2005, 12:13:28 PM (21 years ago)
Author:
Paul Price
Message:

Cleaning up stac.c to work with TESTING. shiftSize now working. Added stacWriteMaps.

File:
1 edited

Legend:

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

    r3666 r3667  
    192192// stacWrite.c
    193193
    194 // Write maps out
     194// Write map out
    195195bool stacWriteMap(const char *mapName,  // Filename to write to
    196196                  psPlaneTransform *map // Map to write
    197197    );
    198198
     199// Write multiple maps
     200bool stacWriteMaps(const psArray *names, // Filenames of the input images (will add ".map")
     201                   const psArray *maps  // Maps to write
     202    );
     203
    199204/************************************************************************************************************/
    200205
Note: See TracChangeset for help on using the changeset viewer.