Search found 159 matches

by Rudi
24 Jun 2024, 03:52
Forum: Scripts
Topic: Visualizaion and MultiScaleHighPass from script
Replies: 1
Views: 559

Re: Visualizaion and MultiScaleHighPass from script

Sorry for the trouble. Found the solution here, after some more Googling after some new keywords :oops: : https://www.astroart-forum.net/forum/viewtopic.php?t=440 Image.Macro(n) fitsFiles = FindFiles(folder, "*.tif") N = Count(fitsFiles) for i = 1 to N Image.Open(folder + fitsFiles{i}) 'Visualizatio...
by Rudi
24 Jun 2024, 03:48
Forum: Scripts
Topic: Visualizaion and MultiScaleHighPass from script
Replies: 1
Views: 559

Visualizaion and MultiScaleHighPass from script

I have made a macro to run with the following lines: Visualization(0, 65535) MultiscalehighPass(5, 6, 2, 1.46) This works great, but I would like to automate it a bit more and run it from a script. Are the above two functions available as script functions? Or is it perhaps possible to run a macro fr...
by Rudi
23 Jun 2024, 20:18
Forum: Scripts
Topic: SaveView TIFF (16 bit)
Replies: 1
Views: 1216

SaveView TIFF (16 bit)

How do I make the Astroart script function Image.SaveView save in 16-bit TIFF? The code below opens 16-bit FIT files, but the script saves in 8 bit TIFF. fitsFiles = FindFiles(folder, "*.fit") N = Count(fitsFiles) for i = 1 to N Image.Open(folder + fitsFiles{i}) Image.SaveView(folder + "out\" + fits...
by Rudi
25 May 2024, 06:59
Forum: Image processing and analysis
Topic: Negative/Inverted image
Replies: 2
Views: 1212

Re: Negative/Inverted image

Thanks a lot, and sorry for the question, I had a strange Deja’Vu feeling, searched and searched, but couldn’t find anything here on forum about it. But Im still certain, that I have asked the same before ;-)
by Rudi
21 May 2024, 07:25
Forum: Image processing and analysis
Topic: Negative/Inverted image
Replies: 2
Views: 1212

Negative/Inverted image

How do I save an inverted image?

Pressing F12 seems to only affect the visualization of the image.
Changing histogram etc still operates on the positive image.

Also, saving an inverted image, is positive again when re-opening.

So, is there a way to negate the image permanently?
by Rudi
24 Apr 2024, 03:43
Forum: Image processing and analysis
Topic: x/y coordinates of marked points
Replies: 2
Views: 1516

Re: x/y coordinates of marked points

Thanks Fabio! Just what I needed...
by Rudi
21 Apr 2024, 03:40
Forum: Image processing and analysis
Topic: x/y coordinates of marked points
Replies: 2
Views: 1516

x/y coordinates of marked points

Is there a way to get a list of all marked points in an image?
X/Y pixel coordinate will be fine.
by Rudi
31 Jan 2024, 16:49
Forum: General
Topic: AA8 User manual
Replies: 4
Views: 3642

Re: AA8 User manual

Thanks - got it now.
by Rudi
28 Jan 2024, 10:44
Forum: General
Topic: AA8 User manual
Replies: 4
Views: 3642

Re: AA8 User manual

I can't find the pdf manual either?
One of my fellow amateur astronomers is also searching for his with AA8.
by Rudi
12 Dec 2023, 16:31
Forum: Image processing and analysis
Topic: Automating stacking and reduction in sets of 5 images
Replies: 2
Views: 2076

Re: Automating stacking and reduction in sets of 5 images

May I ask what You want to obtain by this?
Why not just stack all, that will give the best s/n ratio.

Is it to create an animation of an object that moves? (Asteroid, comet, …)
by Rudi
11 Oct 2023, 13:29
Forum: Images, research, events
Topic: Comet C/2023 P1 - Nishimura
Replies: 2
Views: 2431

Re: Comet C/2023 P1 - Nishimura

Wau!!! Very nice!!!
by Rudi
11 Oct 2023, 06:11
Forum: General
Topic: Sun orientation marker
Replies: 1
Views: 1876

Sun orientation marker

I really find the Sun marker usefull. However, it is in the 2D plane the picture is taken in. Would it be possible, to supply further information in order to get the 3D direction to the Sun? The angle into or out of the plane? The comet tail might be much longer into the picture. Off course, this wo...