ROI
Re: ROI
I tried ROI on M82 this night, but there seems to be a offset error for each scanline - or what?
Am I doing something wrong? I checked all settings, but I couldn't find anything, that I might have to change.
The fit file is here:
https://www.dropbox.com/s/dc7h0sbxpp6zp ... L.fit?dl=0
Am I doing something wrong? I checked all settings, but I couldn't find anything, that I might have to change.
The fit file is here:
https://www.dropbox.com/s/dc7h0sbxpp6zp ... L.fit?dl=0
/Rudi
Re: ROI
Hello, this could be a bug in the 1600mm ASCOM driver, verify if a new version is available.
You can solve selecting the option "Disable subframes" in the Astroart ASCOM plugin 2.10, this will force the download of full frames from the camera and the ROI will be cropped by software (the download will be slower though).
If you use scripts, you may obtain the same result with the command: Image.Crop(x1,y1,x2,y2) after the image has been downloaded.
You can solve selecting the option "Disable subframes" in the Astroart ASCOM plugin 2.10, this will force the download of full frames from the camera and the ROI will be cropped by software (the download will be slower though).
If you use scripts, you may obtain the same result with the command: Image.Crop(x1,y1,x2,y2) after the image has been downloaded.
Re: ROI
Thanks Fabio, I have just updated "ASICamera ASCOM Driver 1.0.3.22" to 1.0.3.23.
I will let you know the results once I have tested it.
Changelog for 1.0.3.23 simply says:
I will let you know the results once I have tested it.
Changelog for 1.0.3.23 simply says:
Code: Select all
v1.0.3.23
-------------------------------------
- Fix some bugs
/Rudi