Script TheSky  Version 1.32
Public Slots | Properties | List of all members
ImageLink Class Reference

TheSky ImageLink object. More...

Inheritance diagram for ImageLink:

Public Slots

void execute ()
 Execute the ImageLink. More...
 

Properties

QString pathToFITS
 This property holds the path to the file to on which to perform the ImageLink.
 
double scale
 This property holds scale to the image. More...
 
bool unknownScale
 This property holds whether or not the image scale is unknown. More...
 

Detailed Description

TheSky ImageLink object.

TheSky ImageLink object allows a scripted, cross platform access to TheSky's ImageLink capabilities. The result of the ImageLink.execute() is held in the ImageLinkResults object.

Member Function Documentation

◆ execute

void ImageLink::execute ( )
slot

Execute the ImageLink.

The result is held in the ImageLinkResults object.

Property Documentation

◆ scale

double ImageLink::scale
readwrite

This property holds scale to the image.

Even if you set unknownScale=1, you should still set scale to your best guess.

◆ unknownScale

bool ImageLink::unknownScale
readwrite

This property holds whether or not the image scale is unknown.

If unknownScale=1, ImageLink.excute() will use a broader search algorithum and can take more time as compared to when unknownScale=0. In the latter case, a more refined search is performed.

ScriptTheSkyX Examples
(C) Software Bisque, Inc. All rights reserved.