IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2009, 3:52:09 PM (17 years ago)
Author:
beaumont
Message:

Additional developments in pmStackVisual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090215/psModules/src/imcombine/pmStackVisual.c

    r22419 r22722  
    4242}
    4343
    44 
    4544/** Display a test image
    4645 * @param image to plot
     
    4847 */
    4948bool pmStackVisualPlotTestImage(psImage *image, char *name) {
    50 
    5149    if (!pmVisualIsVisual() || !plotTestImage) return true;
    5250    if (!pmVisualInitWindow(&kapa, "pmStack:Images")) return false;
    5351
    54     pmVisualScaleImage(kapa, image, name, 0, true);
     52    if(!pmVisualScaleImage(kapa, image, (const char*)name, 0, true)) return false;
    5553    pmVisualAskUser(&plotTestImage);
    5654    return true;
    5755}
    58 
    5956
    6057#else
Note: See TracChangeset for help on using the changeset viewer.