www.pixinsight.com
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
This forum is closed since 5 March 2020
PixInsight Forum is now available at:
https://pixinsight.com/forum/
News:
Home
Help
Search
Login
Register
PixInsight Forum (historical)
»
PixInsight
»
Tutorials and Processing Examples
»
Tips & Tricks
»
Batch Median Filter
« previous
next »
Print
Pages: [
1
]
Author
Topic: Batch Median Filter (Read 6525 times)
jwstang31
Newcomer
Posts: 2
Batch Median Filter
«
on:
2012 February 27 09:46:43 »
Hello,
I have hundreds if not thousands of frames which need a circular median filter applied. Is there a simple way, such as a basic script routine, to open each image from a specific location, apply the filter, save and close?
Logged
Enzo De Bernardini
PTeam Member
PixInsight Addict
Posts: 274
Resistance is futile.
Re: Batch Median Filter
«
Reply #1 on:
2012 February 27 14:23:10 »
What you need is to create a
ImageContainer
:
http://www.harrysastroshed.com/Container.html
Greetings,
Enzo.
Logged
jwstang31
Newcomer
Posts: 2
Re: Batch Median Filter
«
Reply #2 on:
2012 February 29 10:48:13 »
Thanks Enzo, the ImageContainer is what I needed for multiple images in a single folder. Next I need to figure out how to run the median filter on images in multiple sub-folders, such as a looping script. It does no look like the image container can handle more than one folder at a time. Any more thoughts would be appreciated!
Logged
Print
Pages: [
1
]
« previous
next »
PixInsight Forum (historical)
»
PixInsight
»
Tutorials and Processing Examples
»
Tips & Tricks
»
Batch Median Filter