Search found 160 matches
- 22 Oct 2024, 12:12
- Forum: Scripts
- Topic: Image Aberration Viewer
- Replies: 1
- Views: 1355
Image Aberration Viewer
A while ago, I asked Fabio if he could create a function in Astroart to generate 3x3 panels for analysis, including star shape analysis. Since I don't think Fabio has had time to work on it, and because he recently released a new version of Astroart with very fast GetPixel/SetPixel script functions,...
- 24 Jun 2024, 03:52
- Forum: Scripts
- Topic: Visualizaion and MultiScaleHighPass from script
- Replies: 1
- Views: 875
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...
- 24 Jun 2024, 03:48
- Forum: Scripts
- Topic: Visualizaion and MultiScaleHighPass from script
- Replies: 1
- Views: 875
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...
- 23 Jun 2024, 20:18
- Forum: Scripts
- Topic: SaveView TIFF (16 bit)
- Replies: 1
- Views: 1761
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...
- 25 May 2024, 06:59
- Forum: Image processing and analysis
- Topic: Negative/Inverted image
- Replies: 2
- Views: 1550
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
- 21 May 2024, 07:25
- Forum: Image processing and analysis
- Topic: Negative/Inverted image
- Replies: 2
- Views: 1550
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?
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?
- 24 Apr 2024, 03:43
- Forum: Image processing and analysis
- Topic: x/y coordinates of marked points
- Replies: 2
- Views: 1865
Re: x/y coordinates of marked points
Thanks Fabio! Just what I needed...
- 21 Apr 2024, 03:40
- Forum: Image processing and analysis
- Topic: x/y coordinates of marked points
- Replies: 2
- Views: 1865
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.
X/Y pixel coordinate will be fine.
- 31 Jan 2024, 16:49
- Forum: General
- Topic: AA8 User manual
- Replies: 4
- Views: 4123
Re: AA8 User manual
Thanks - got it now.
- 28 Jan 2024, 10:44
- Forum: General
- Topic: AA8 User manual
- Replies: 4
- Views: 4123
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.
One of my fellow amateur astronomers is also searching for his with AA8.
- 12 Dec 2023, 16:31
- Forum: Image processing and analysis
- Topic: Automating stacking and reduction in sets of 5 images
- Replies: 2
- Views: 2419
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, …)
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, …)
- 11 Oct 2023, 13:29
- Forum: Images, research, events
- Topic: Comet C/2023 P1 - Nishimura
- Replies: 2
- Views: 2977
Re: Comet C/2023 P1 - Nishimura
Wau!!! Very nice!!!