Click or drag to resize
Accord.NET (logo)

FITSImageInfoMaxDataValue Property

Maximum data value found during parsing FITS image.

Namespace:  Accord.Imaging.Formats
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public double MaxDataValue { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

Minimum and maximum data values are used to scale image's data converting them from original bits per pixel format to supported bits per pixel format.

See Also