Script Classes
The following section describes all available script methods and data members that are included with the Mira Pro Script distribution. The table below contains links to the Class Description pages where you will find links to all of their class members. For a description of how to interpret the Reference Pages, see Format of Reference Pages.
Classes used by Mira Pro Script
Used for performing aperture photometry measurements on images. |
|
Used for working with indexed arrays, such as vectors of numbers. However, members can be numbers, strings, or other types of objects. |
|
Used for measuring centroid positions. Holds data that controls centroid measurement and provides methods for computing the centroid. |
|
Used for working with colors. Holds color data members and provides methods for working with the colors. |
|
Used for working with text files (not usually for image files). |
|
Creates configurable Open and Save dialogs for gathering file names for oprning or saving files. |
|
Searches for files in a folder having names that match a template. |
|
Used for computing the FWHM and related parameters in images. |
|
Used for working with images. Interfaces to the Mira image object and provides a large number of methods for processing, measuring, and interrogating images. |
|
Maintains a list of images, used by some methods or classes that work with a list of images rather than a single image. |
|
Used for displaying images in a MIRA image view window. This class also access the CImageSet of the window, which maintains multiple images in the window. The class also provides access to Image window components such as the image cursor and display tools. |
|
Performs image combining, or merging procedures on the images of a CImageSet. |
|
Adds markers and labels to displayed images. |
|
Used for working with 2-dimensional indexed arrays as a sparse matrix. Matrix elements may be numbers, strings, or other types of values. |
|
Used for plotting 1-dimensional data from images, displayed images, matrices, and data sets. |
|
Manages a set of polynomial coefficients. |
|
Used for working with rectangles. Includes descriptive data and numerous methods for creating, interrogating, and doing math on rectangles. |
|
Methods for saving and retrieving values using the Windows Registry. |
|
Used for working with path components such as the file name, folder, extension, etc. |
|
Used for working with lists using insertion and removal to manipulate the set. Members can be numbers, strings, or other types of objects. |
|
Used for measuring statistics inside a rectangular region of an image. Includes methods for many types of statistics. |
|
Parses strings into shorter strings (tokens) based on separator characters. |
|
Manages Mira Text Editor windows used for displaying text output and messages. |
|
|
Protocol for Using Classes, Comparison with C and C++, Editing Scripts,