PlateDIB.Render() Method

Renders the FITS image into gray scale or false color using the given minimum and maximum pixel values for intensity scaling.

Syntax

PlateDIB.Render(MaxVal, MinVal)

The method syntax has these parts:

Part Description
MaxVal (Long) Intensity value in original FITS image above which pixels in the DIB will be rendered white
MinVal (Long) Intensity value in original FITS image below which pixels in the DIB will be rendered black.
Return (Nothing) Does not return a value.

Remarks