CImSynthInfo:Class Description


The CImSynthInfo class holds properties for creating a synthetic image using the CImage:CreateSynth method. The synthetic image contains signal and noise from various sources plus optional stars (Gaussian point sources) for purposes of algorithm testing and simulation.

Usage

Construction

Object = CImSynthInfo:new()

Object = CImSynthInfo:new( CImSynthInfo )

Destruction

Object:delete()

Class Properties

These properties hold data used by each instance of a CImSynthInfo object.

Construction

new

Creates a new instance of the CImSynthInfo class.

delete

Deletes the instance of the CImSynthInfo object.

Operations

Open

Opens the system registry and loads CImSynthInfo properties.

Save

Saves the CImSynthInfo properties to the system Registry.

Related Topics

CImage:CreateSynth

Script Classes