Hello Olivier,
You do the capture in 8bit. Normally it is better to use the full dynamic of the sensor for the SHG imaging (where you are looking at the centre of the absorbing line, that is dark). Yes, I know ... 8bt is faster than 16bit.
For the dropped frames ... as song as it is only a few ...
Search found 627 matches
- Wed May 14, 2025 8:01 pm
- Forum: Bug Reports
- Topic: Dropped frames in ROI at high fps
- Replies: 13
- Views: 232
- Wed May 14, 2025 7:33 pm
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello Robin,
Yes, the zenith is at the meridian ... and so it could have some limitation to slew to or from this point.
The other question is ... how GSServer selects the side of pier for a coordinate at the meridian ?
With an equatorial mount, it exists 2 set of coordinates for pointing in the ...
Yes, the zenith is at the meridian ... and so it could have some limitation to slew to or from this point.
The other question is ... how GSServer selects the side of pier for a coordinate at the meridian ?
With an equatorial mount, it exists 2 set of coordinates for pointing in the ...
- Tue May 13, 2025 5:54 pm
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello Robin,
If I do the following ...
- start SharpCap
- open the Test Camera 1
- connect the mount (GSServer starts automatically and the mount is in the Home position)
- click the "Tracking" button ... OK, tracking is ON, click on the button, tracking is OFF
Then copy the short script from ...
If I do the following ...
- start SharpCap
- open the Test Camera 1
- connect the mount (GSServer starts automatically and the mount is in the Home position)
- click the "Tracking" button ... OK, tracking is ON, click on the button, tracking is OFF
Then copy the short script from ...
- Mon May 12, 2025 6:30 pm
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello Robin,
Do you change something in the last 4.1.13314 version ?
When I start the following script:
import time
import clr
clr.AddReference("SharpCap")
mount_name = "ASCOM GS Sky Telescope"
for index, mount in enumerate(SharpCap.Mounts):
if str(mount) == mount_name:
break
SharpCap.Mounts ...
Do you change something in the last 4.1.13314 version ?
When I start the following script:
import time
import clr
clr.AddReference("SharpCap")
mount_name = "ASCOM GS Sky Telescope"
for index, mount in enumerate(SharpCap.Mounts):
if str(mount) == mount_name:
break
SharpCap.Mounts ...
- Sat May 10, 2025 7:23 pm
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello,
Yes, it seems to work only with some delay after the change to tracking off.
First I was thinking that it is necessary to open a camera for the command of the telescope, but it works without a camera open.
Here this code works on my system (GSServer Simulator and ASCOM Sky Simulator ...
Yes, it seems to work only with some delay after the change to tracking off.
First I was thinking that it is necessary to open a camera for the command of the telescope, but it works without a camera open.
Here this code works on my system (GSServer Simulator and ASCOM Sky Simulator ...
- Sat May 10, 2025 2:24 pm
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello,
I found the cause of the problem.
The GSServer does not go to the AltAz coordinates if the mount is tracking.
=> so do tracking = False before the command and it works :-)
But now I found something weird and that can confuse if you start to program ...
The order of the parameters seem to ...
I found the cause of the problem.
The GSServer does not go to the AltAz coordinates if the mount is tracking.
=> so do tracking = False before the command and it works :-)
But now I found something weird and that can confuse if you start to program ...
The order of the parameters seem to ...
- Sat May 10, 2025 1:51 pm
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello Philippe,
Can you confirm that you use the mount (SkyWatcher AZ-EQ5) in equatorial mode ?
Jean-Francois
Can you confirm that you use the mount (SkyWatcher AZ-EQ5) in equatorial mode ?
Jean-Francois
- Sat May 10, 2025 10:49 am
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello Philippe,
No, I guess it is some conversion error between the AltAz coordinates and the mount RA-DEC.
For the zenith: with an equatorial mount, you can have only 2 orientations of the mount ... tube East pointing up or tube West pointing up.
With an AltAz mount, you have an infinity position ...
No, I guess it is some conversion error between the AltAz coordinates and the mount RA-DEC.
For the zenith: with an equatorial mount, you can have only 2 orientations of the mount ... tube East pointing up or tube West pointing up.
With an AltAz mount, you have an infinity position ...
- Sat May 10, 2025 10:01 am
- Forum: Scripting
- Topic: Issue slewing to zenith via SharpCap IronPython script
- Replies: 29
- Views: 322
Re: Issue slewing to zenith via SharpCap IronPython script
Hello,
That is not so easy as expected ...
I have the error:
Exception: Exception has been thrown by the target of an invocation.
I tested with SynScanPro ... it was similar error ... until I set the maximum angle to 90°. After that it was possible to move with SynScanPro.
I changed back to ...
That is not so easy as expected ...
I have the error:
Exception: Exception has been thrown by the target of an invocation.
I tested with SynScanPro ... it was similar error ... until I set the maximum angle to 90°. After that it was possible to move with SynScanPro.
I changed back to ...
- Sat May 10, 2025 9:03 am
- Forum: QHY Cameras
- Topic: Script for occultation observation
- Replies: 26
- Views: 24624
Re: Script for occultation observation
Hello Joan,
Yes, the script for the occultation exists for several years now and it is generally available.
I updated it step by step. It has now some useful and interesting functions.
You can find here a collection of my scripts https://forums.sharpcap.co.uk/viewtopic.php?t=8182
Note that is for ...
Yes, the script for the occultation exists for several years now and it is generally available.
I updated it step by step. It has now some useful and interesting functions.
You can find here a collection of my scripts https://forums.sharpcap.co.uk/viewtopic.php?t=8182
Note that is for ...