Search found 162 matches
- 09 Dec 2024, 05:27
- Forum: Scripts
- Topic: Image Aberration Viewer
- Replies: 6
- Views: 1869
Re: Image Aberration Viewer
Thanks Bernd - yes, I have tested the script with both color and monochrome images, seems to work fine with both, when your working on r, g and b channels.
- 05 Dec 2024, 05:23
- Forum: Scripts
- Topic: Image Aberration Viewer
- Replies: 6
- Views: 1869
Re: Image Aberration Viewer
Thanks for the feedback Peter and Dieder! I'm glad You find the script usefull. What I meant by this: ... Disclaimer: I'm not done testing AA9, so I'm not 100% sure, that the function isn't already in AA :oops: ... was that I asked Fabio for such a function, build in to Astroart, and that I hadn't h...
- 22 Oct 2024, 12:12
- Forum: Scripts
- Topic: Image Aberration Viewer
- Replies: 6
- Views: 1869
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: 1069
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: 1069
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: 1968
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: 1792
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: 1792
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: 2107
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: 2107
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: 4390
Re: AA8 User manual
Thanks - got it now.
- 28 Jan 2024, 10:44
- Forum: General
- Topic: AA8 User manual
- Replies: 4
- Views: 4390
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.