Search found 464 matches

by fabdev
05 May 2020, 01:22
Forum: Scripts
Topic: saving directly keyed instructions as short scripts
Replies: 1
Views: 2127

Re: saving directly keyed instructions as short scripts

Hello, I don't understand well the question, do you mean a Macro ? There's the commands "Define Macro" and "Apply Macro", then you can launch them with the "1" "2" "3" "4" buttons. inside a script you could use: Image.Macro(n) to launch a macro. or Image.Formula() Or maybe you meant that from the Se...
by fabdev
01 May 2020, 13:15
Forum: General
Topic: bias fits vs data fits frames with cmos camera
Replies: 2
Views: 2419

Re: bias fits vs data fits frames with cmos camera

Hello, are you sure about the 8000? Usually when there's a signed/unsigned problem in supporting FITS the background is wrongly read as 32000. By the way: unsigned data does not exist in the FITS standard, if an image has a range 0..65535 (like your light images) then the ADUs must be shifted into t...
by fabdev
29 Apr 2020, 21:55
Forum: General
Topic: Slew to star of given magnitude
Replies: 3
Views: 2539

Re: Slew to star of given magnitude

OK.
Using the fullframe autofocus there's no need to search for a bright star, just autofocus on the same field of the subject. The combined measure of all stars of the field can actually be better and safer than a single measure on a brighter star.
by fabdev
29 Apr 2020, 19:47
Forum: General
Topic: Slew to star of given magnitude
Replies: 3
Views: 2539

Re: Slew to star of given magnitude

Hello, usually there is no need to use a bright reference star. For automatic surveys is simpler to do: 1) An approximate telescope GOTO. 2) A short exposure (5 seconds). 3) Plate solve. 4) Telescope Sync. 5) Small GOTO to the correct position. The steps 3-5 can be done in one click with the command...
by fabdev
27 Apr 2020, 16:15
Forum: Instrumentation
Topic: My Camera is not listed
Replies: 3
Views: 2615

Re: My Camera is not listed

The problem is that the D80 is not supported by the c++ Nikon SDK. The D80 only comes with a separate c SDK from 2008, this means that to support this camera a new plugin should be developed from scratch. The Astroart plugin for Nikon only works in Bulb mode for long exposures, so for cameras before...
by fabdev
27 Apr 2020, 12:54
Forum: Instrumentation
Topic: My Camera is not listed
Replies: 3
Views: 2615

Re: My Camera is not listed

Hello, the D80 cannot be supported. It's also not supported by the latest Nikon SDK c++. the D5000 can be supported if you have the DSUSB cable (because the camera cannot start Bulb exposures via USB), you will need to download an additional file, if you are interested please write me by PM or email...
by fabdev
25 Apr 2020, 20:29
Forum: Image processing and analysis
Topic: Add and Average images
Replies: 8
Views: 4718

Re: Add and Average images

I think that it means "... it can be corrected with a bias frame (if you don't use dark frames)".
So I suggest to try with Light Images and Dark Frames only (taken at the same temperature and same exposure time).
by fabdev
25 Apr 2020, 12:11
Forum: Image processing and analysis
Topic: Using FFT to remove Newton Rings in solar image?
Replies: 2
Views: 2237

Re: Using FFT to remove Newton Rings in solar image?

Hello, the FFT can detect and correct a pattern only if it's present on the whole image, but here unfortunately it's present only on a side of the sun.
I cannot imagine any automatic processing which could correct something like that..
by fabdev
21 Apr 2020, 22:26
Forum: Instrumentation
Topic: Feature request: Connect All button
Replies: 2
Views: 2278

Re: Feature request: Connect All button

OK thanks, it will be added to SP4.
Fabio.
by fabdev
21 Apr 2020, 22:22
Forum: Image processing and analysis
Topic: Add and Average images
Replies: 8
Views: 4718

Re: Add and Average images

Hello, the problem is visible also on the single image, it's only masked by noise. For example, in the last image of the first post, if you remove stars with the command "Ring Median" radius = 60 then the problem is visible. You can verify if it's amplifier glow or charge accumulation if the problem...
by fabdev
20 Apr 2020, 17:11
Forum: Image processing and analysis
Topic: AA7: no alignment, no star registration with sample data
Replies: 2
Views: 2028

Re: AA7: no alignment, no star registration with sample data

Hi, as shown on the Astroart status bar, these are peculiar floating point images with the range 0.00 - 1.00 (?) So the stars will have a S/N of almost zero. To align and/or collect stars you need to recover an acceptable ADU range, so after having opened the images press CTRL+N (or the button "X") ...
by fabdev
19 Apr 2020, 18:57
Forum: Image processing and analysis
Topic: Add and Average images
Replies: 8
Views: 4718

Re: Add and Average images

Maybe the defect is "inside" the flats/darks/bias : try the same preprocessing without any of those.