Script TheSky
Version 1.32
|
TheSky ImageLink object. More...
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... | |
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.
|
slot |
Execute the ImageLink.
The result is held in the ImageLinkResults object.
|
readwrite |
This property holds scale to the image.
Even if you set unknownScale=1, you should still set scale to your best guess.
|
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.