me again
when I use the following script (using simulator mode for image and guide camera)
I get no counts of stars.
If I uncomment the first 4 commands and use the find stars command on the hires.fit image
then rerun th script I get the same count as in the star table
How can I run the find stars command from a script on the image - what am I missing in my ignorant novice world!?
Code: Select all
Camera.Binning(1)
Camera.Start(1)
Camera.Wait
Image.Rename("Hires.fit")
wx, wy = Image.FWHM
Image,Photometry
Image.Find()
Print wx
Print wy
wstars = Image.Stars.COUNT
Print wx,wy,wstars