IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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


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.c

    r3610 r3660  
    2727    // Set trace levels
    2828    psTraceSetLevel(".",0);
    29     psTraceSetLevel(".psLib", 0);
    3029    psTraceSetLevel("stac.checkMemory",10);
    3130    psTraceSetLevel("stac.config",10);
     
    5554    psTrace("stac.time", 1, "I/O completed at %f seconds\n", getTime() - startTime);
    5655
    57     // Get size
    58     stacSize(config, inputs, maps);
     56    // Get size, if not input
     57    if (config->outnx == 0 || config->outny == 0) {
     58        stacSize(config, inputs, maps);
     59    }
    5960
    6061    // Invert maps
Note: See TracChangeset for help on using the changeset viewer.