CImage:Object


The Object method returns the object description from the image header. This is taken from the FITS format OBJECT keyword.

Syntax

sObject = CImage:Object()

bullet.gif    where sObject is a string describing the observation or image.

bullet.gif    On failure, this method returns nil.

Example

Suppose a CImage object I is attached to an image and has the description "An interesting observation". Then

     Printf( "Object: '%s'", I:Object() )

prints the following:

     Object: 'An interesting observation'

Related Topics

CImage


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.