Copyright (c) 2014, Marcelo Augusto Cordeiro, Milstein Lab, University of Toronto This ImageJ plugin was developed for the Milstein Lab at the University of Toronto, with the help of Professor Josh Milstein during the summer of 2014, as part of the Science Without Borders research opportunity program. This plugin uses a variant of the Huang algorithm to quickly determine the temporal median of each pixel across a number of frames within an image stack. The program then creates a new stack with the running median subtracted. With a Forward Window, the program selects a window from frames [i] to [i + Window Size] to find the median. With a Radial Window, the window ranges from frames [i - Window Size] to [i + Window Size]. If "Intensity Normalization" is activated, the program also accounts for shifts in overall intensity by scaling all pixels according to the mean intensity of each frame. To install the plugin, follow these steps: 1 - Download the JAVA file 2 - Open ImageJ 3 - Open the stack file 4 - Go to "Plugins" -> "Install..." 5 - Select the JAVA file and save it in the folder "Filters" To use the plugin, open the stack file and go to "Plugins" -> "Filters" -> "Fast Temporal Median". If "Fast Temporal Median" is not listed, go to "Help" -> "Refresh Menus" and try again. Simply select the start frame and end frame of the stack, running window size, forward or radial window, and if intensity normalization is to be used. This plugin currently works only with 16-bit grayscale stacks. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.