| 
 | On Mon, 16 Feb 2015 13:44:26 -0600, Mitchell Holman wrote: 
 >
 >    What software does that?
 >
 
 I used the "notch" script from Fred Weinhaus's ImageMagick
 scripts:
 
 http://www.fmwconcepts.com/imagemagick/notch/index.php
 
 The script needs a lot of tuning via the parameters to work
 well and therefore you should a good background in 2D FFT.
 
 I believe that Photoshop has FFT plugins available but these
 plugins require manual processing.  The "notch" script does
 everything automatically.
 
 In case you want to try it, the parameters I used for the
 "notch" script were:
 
 notch -r 7 -t 9 -c 200 -v 0 -h 100 -o 0 PBY-ColdBay-Aleutians.jpg
 
 ImageMagick is found here:
 
 http://www.imagemagick.org
 
 
 | 
 
 |