Author Topic: Batch Median Filter  (Read 6525 times)

Offline 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?

Offline Enzo De Bernardini

  • PTeam Member
  • PixInsight Addict
  • ***
  • Posts: 274
  • Resistance is futile.
    • Astronomí­a Sur
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.

Offline 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!