Search found 32 matches

by han59
Sun Nov 05, 2023 9:25 am
Forum: What's New
Topic: New Feature : SharpSolve - SharpCap's new built-in plate solver
Replies: 56
Views: 189080

Re: New Feature : SharpSolve - SharpCap's new built-in plate solver

my quads are the complex sort - I set up a co-ordinate system based on the two stars that are further from each other and then (with a couple of tweaks to ensure that the hash codes are not disturbed by mirror imaging) the co-ordinates of the two remaing stars make your hash codes. Actually the slo...
by han59
Sat Nov 04, 2023 4:48 pm
Forum: What's New
Topic: New Feature : SharpSolve - SharpCap's new built-in plate solver
Replies: 56
Views: 189080

Re: New Feature : SharpSolve - SharpCap's new built-in plate solver

As I explained to Jean-Francois above, I think the speed is helped by the fact that I am doing quite a bit of the spherical geometry calculations before writing the index. One of the biggest parts of what is left is calculating the invariant properties (hash code values) of the quads - this require...
by han59
Sat Nov 04, 2023 2:52 pm
Forum: What's New
Topic: New Feature : SharpSolve - SharpCap's new built-in plate solver
Replies: 56
Views: 189080

Re: New Feature : SharpSolve - SharpCap's new built-in plate solver

Hello Robin, I have experimented with your SharpSolve in simulation. It works very well. Congratulation with the very good performance! Out of curiosity I have experimented with the SharpSolve performance at very short exposure times v.s. ASTAP (my creation). They perform very similar. So the star d...
by han59
Wed Aug 16, 2023 8:16 am
Forum: Feature Suggestions
Topic: Solving, enter FOV instead of focal length
Replies: 1
Views: 384

Solving, enter FOV instead of focal length

SharpCap has this input window: https://docs.sharpcap.co.uk/4.0/SharpCapUserManual_files/image389.jpg The solver requires only FOV. Entering the focal length requires the correct pixel size from the camera drive. Is it not more efficient (and reliable) to enter the FOV directly. That makes helping n...
by han59
Fri Jun 09, 2023 8:51 am
Forum: Bug Reports
Topic: ASI178MC Plate Solve too many stars
Replies: 6
Views: 507

Re: ASI178MC Plate Solve too many stars

Hi Robin, Hi Graem, The bleeding effect I made visible here: https://sourceforge.net/p/astap-program/discussion/general/thread/b25ef74481/0b0b/attachment/fits%20vs%20png.png beta to send FITS files to Astap rather than PNG, but if the difference is down to the debayering process then that will proba...
by han59
Wed Apr 12, 2023 1:07 pm
Forum: General Discussions
Topic: CFA or not CFA that is the question ...
Replies: 5
Views: 1089

Re: CFA or not CFA that is the question ...

Both TIFF and PNG support deflate (ZIP) as best standard looseness compression algorithm, so I don't think there is much to gain with PNG. Secondly PNG is limited to 16 bit only. What about the other header info? Only if you have a free format you could store all fits KEYWORDS but then you do the sa...
by han59
Wed Apr 12, 2023 10:55 am
Forum: General Discussions
Topic: CFA or not CFA that is the question ...
Replies: 5
Views: 1089

Re: CFA or not CFA that is the question ...

David is suggesting two options: Option 1: Writing Exif metadata tags to a TIFF IDF via the TIFF Private Tag 0x8769 which is standarized . Option 2 Using TIFF private tags for e.g CFA is standardized in TIFF/EP ISO 12234-2:200. This could be utilized but will it fulfill all requirements? For stackin...
by han59
Tue Jan 17, 2023 11:11 pm
Forum: Tutorials
Topic: Understanding Binning
Replies: 24
Views: 42944

Re: Understanding Binning

I know this is a very old topic, but it is a good start for me to discuss the S/N for the dominant sky noise case: 1) binning increases the signal-to-noise-ratio (SNR) of an image 2) CMOS style software binning increases the SNR in proportion to the N (of NxN binning), so 2x2 doubles the SNR, 3x3 tr...
by han59
Mon Jul 04, 2022 7:41 pm
Forum: Feature Suggestions
Topic: Revisiting a Mac OS version
Replies: 10
Views: 1906

Re: Revisiting a Mac OS version

I have only one RPI4. But you can just swap the SD card in the RPi4. Installing Win11 on the RPI4, 4 gbyte mem was easy but slow and takes two or more hours. Performance of Win11 on the RPi4 was not great but sufficient for testing. Yes a Win11 ARM64 laptop would be better for testing. For the recor...
by han59
Mon Jul 04, 2022 6:24 pm
Forum: Feature Suggestions
Topic: Revisiting a Mac OS version
Replies: 10
Views: 1906

Re: Revisiting a Mac OS version

Just for info, I have just created a Windows ARM64 version of the ASTAP command line solver. It is 375% faster then the X86 version. I tested it under Win11 running on a Raspberry Pi. Compiling the GUI version of ASTAP was not successful. So X86 emulation slows down a lot.

Han