Seperate exposure settings for plate solving.

Got an idea for something that SharpCap should do? Share it here.
Forum rules
'+1' posts are welcome in this area of the forums to indicate your support for a particular feature suggestion. Suggestions that get the most +1's will be seriously considered for inclusion in future versions of SharpCap.
kaymann
Posts: 215
Joined: Thu Jun 16, 2022 2:59 pm
Location: https://azkayfes.blogspot.com/

Re: Seperate exposure settings for plate solving.

#11

Post by kaymann »

kaymann wrote: Wed Jan 29, 2025 1:39 pm Robin, in most circumstances I would have the typical Light Train:

Antlia Triband RGB Ultra Filter or Optolong L-Pro or..., HyperStar C9.25, EQ mount, ZWO ASI 533MC Pro 30 Seconds Gain 105, latest weekly SC.

Most all times SC PS &/or Sync fails so I then go to gain and shove it up to 200 - 300 and PS/Sync works and then shove the gain back down.

YMMV but I am constantly adjusting gain/exposure to get SC PS working. I do have the additional catalog installed, I do have my precise LATLON entered, I do have the precise FL installed...
User avatar
admin
Site Admin
Posts: 14968
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Seperate exposure settings for plate solving.

#12

Post by admin »

Hi,

interesting - I can't see an obvious reason why you wouldn't get the option to reduce exposure when running the 'Goto Catalog Target' tool in that situation, as shown below.
Screenshot 2025-01-30 150100.jpg
It's also odd that increasing the gain helps - all that does is boost the brightness of the image (and the noise), basically by a multiplier that comes from the gain increase applied - it doesn't actually collect any extra photons... Now, the reason why this weird is that the SharpSolve code does an automatic stretch on the image that is being plate solved - that automatic stretch would normally be weaker in the case of an image that has already been boosted with extra gain than it would be for the lower gain image, so it's surprising that it makes much difference to the star detection (which is presumably what is causing the failure/success pattern you are seeing).

If you get a chance, grab me a couple of sample frames that fail to solve at lower gain, and the corresponding 'working' ones of the same field at higher gain and I will have a check to see if the auto-stretch or something else in the star detection/plate solving isn't quite working how it should.

cheers,

Robin
You do not have the required permissions to view the files attached to this post.
kaymann
Posts: 215
Joined: Thu Jun 16, 2022 2:59 pm
Location: https://azkayfes.blogspot.com/

Re: Seperate exposure settings for plate solving.

#13

Post by kaymann »

admin wrote: Thu Jan 30, 2025 3:07 pm Hi,

interesting - I can't see an obvious reason why you wouldn't get the option to reduce exposure when running the 'Goto Catalog Target' tool in that situation, as shown below.

Screenshot 2025-01-30 150100.jpg

It's also odd that increasing the gain helps - all that does is boost the brightness of the image (and the noise), basically by a multiplier that comes from the gain increase applied - it doesn't actually collect any extra photons... Now, the reason why this weird is that the SharpSolve code does an automatic stretch on the image that is being plate solved - that automatic stretch would normally be weaker in the case of an image that has already been boosted with extra gain than it would be for the lower gain image, so it's surprising that it makes much difference to the star detection (which is presumably what is causing the failure/success pattern you are seeing).

If you get a chance, grab me a couple of sample frames that fail to solve at lower gain, and the corresponding 'working' ones of the same field at higher gain and I will have a check to see if the auto-stretch or something else in the star detection/plate solving isn't quite working how it should.

cheers,

Robin
I have done some experimentation tonight and when selecting an object from the full catalog or from coordinates, that red arrow option pointed out above is not always available. I trying to pin down under which circumstances it disappears... Could you elaborate under which circumstances that option disappears as I have had it completely gone under many recent goto's
User avatar
admin
Site Admin
Posts: 14968
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Seperate exposure settings for plate solving.

#14

Post by admin »

Hi,

the conditions set up in the code are:

* Exposure is currently more than 5s (not equal to 5, more than)
* A gain control is available and it is numeric (not a drop down list of gains like you get from some DSLR drivers)

there is also a requirement for both the exposure and gain to have an option to be manually controlled rather than being only automatic, but I can't even think of a camera that would have exposure of more than 5s and *not* allow manual control, so that is not really relevant.

cheers,

Robin
kaymann
Posts: 215
Joined: Thu Jun 16, 2022 2:59 pm
Location: https://azkayfes.blogspot.com/

Re: Seperate exposure settings for plate solving.

#15

Post by kaymann »

admin wrote: Sat Feb 01, 2025 10:19 am Hi,

the conditions set up in the code are:

* Exposure is currently more than 5s (not equal to 5, more than)
* A gain control is available and it is numeric (not a drop down list of gains like you get from some DSLR drivers)

there is also a requirement for both the exposure and gain to have an option to be manually controlled rather than being only automatic, but I can't even think of a camera that would have exposure of more than 5s and *not* allow manual control, so that is not really relevant.

cheers,

Robin
I think I have the root cause of my difficulties. I start every session with a SC PA using my PoleMaster Camera installed directly into the mounts PA Viewer hole. I connect to the PoleMaster using a profile appropriate to the PM camera and your plate solving requirements. I set the PN very fast and high gain so all adjustments are immediately recognized. After finishing SC PA (ultra accurate as this method seems to give me fantastic tracking, no cone effect(?)), I then use your go to tool to find an object. I switch the camera and profile before the tool button and it seems SC takes a while to realize I have switched and follows your rules above and excludes your red arrow option above. I did experiment being more mindful about the timing of the camera and profile switch before activating your Go To tool and did not once fail to see the Red arrow option. Also for some reason the default for my ASI533MC Pro defaults to 4s which could have something to do with it...
User avatar
admin
Site Admin
Posts: 14968
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Seperate exposure settings for plate solving.

#16

Post by admin »

Hi,

well the 4s default would definitely stop the option from appearing, but in that case it's OK since it will only reduce the exposure down to 4s anyway, so the change would be minimal.

I can't see anything in the code that would make it sensitive how recently you have opened the camera - it just asks the camera for the current exposure. Definitely an odd one.

cheers,

Robin
kaymann
Posts: 215
Joined: Thu Jun 16, 2022 2:59 pm
Location: https://azkayfes.blogspot.com/

Re: Seperate exposure settings for plate solving.

#17

Post by kaymann »

admin wrote: Mon Feb 03, 2025 9:47 am Hi,

well the 4s default would definitely stop the option from appearing, but in that case it's OK since it will only reduce the exposure down to 4s anyway, so the change would be minimal.

I can't see anything in the code that would make it sensitive how recently you have opened the camera - it just asks the camera for the current exposure. Definitely an odd one.

cheers,

Robin
I am sure it is somehow user error. I will be more careful in the future and my uptake on profiles is seriously reducing a lot of my user errors!
kaymann
Posts: 215
Joined: Thu Jun 16, 2022 2:59 pm
Location: https://azkayfes.blogspot.com/

Re: Seperate exposure settings for plate solving.

#18

Post by kaymann »

admin wrote: Mon Feb 03, 2025 9:47 am Hi,

well the 4s default would definitely stop the option from appearing, but in that case it's OK since it will only reduce the exposure down to 4s anyway, so the change would be minimal.

I can't see anything in the code that would make it sensitive how recently you have opened the camera - it just asks the camera for the current exposure. Definitely an odd one.

cheers,

Robin
Okay I have it figured out! I was changing my settings to get good numbers for autofocus! and leaving them thinking it would help with plate solving. That habit was killed tonight and instead I reload my profile for EAA/DSO and everything worked perfectly as expected. Question could the procedure for PSing be used in autofocus? Either way all good and loving SC!
User avatar
admin
Site Admin
Posts: 14968
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Seperate exposure settings for plate solving.

#19

Post by admin »

Hi,

I guess it could be used for autofocus, but I think I would expect most people to set up things for focus to suit the equipment, and messing with the settings automatically would probably be unwelcome. Also, a messed up autofocus run wastes considerable time, but a failed plate solve can be repeated quite quickly.

My approach tends to be to use the 'Exposure/Gain Shift' control when I want reduced exposures for something like focus - as you move it to the left, it reduces exposure but increases gain to compensate, keeping the image brightness roughly constant. Move it from zero to -3 and your exposure is divided by 8, but the gain increased to make the image 8x brighter - net result a noisier but same brightness image. Now do a focus run (or whatever), then move back from -3 to zero and the old exposure/gain are put back.

cheers,

Robin
kaymann
Posts: 215
Joined: Thu Jun 16, 2022 2:59 pm
Location: https://azkayfes.blogspot.com/

Re: Seperate exposure settings for plate solving.

#20

Post by kaymann »

admin wrote: Thu Feb 06, 2025 3:12 pm Hi,

I guess it could be used for autofocus, but I think I would expect most people to set up things for focus to suit the equipment, and messing with the settings automatically would probably be unwelcome. Also, a messed up autofocus run wastes considerable time, but a failed plate solve can be repeated quite quickly.

My approach tends to be to use the 'Exposure/Gain Shift' control when I want reduced exposures for something like focus - as you move it to the left, it reduces exposure but increases gain to compensate, keeping the image brightness roughly constant. Move it from zero to -3 and your exposure is divided by 8, but the gain increased to make the image 8x brighter - net result a noisier but same brightness image. Now do a focus run (or whatever), then move back from -3 to zero and the old exposure/gain are put back.

cheers,

Robin
Perfect - given that my DSO's are now requiring 90s and above exposures for lights quite a bit too long for AF!
Post Reply