Author: Wayne Rasband (wsr at nih.gov) History: 2001/02/1: First version
2009/02/12: Changed default Increment to 1Limitations: Does not work with hyperstacks Source: Slice_Remover.java Installation: Download Slice_Remover.class to the plugins folder and restart ImageJ. Description: This plugin deletes slices from a stack. It can, for example, remove the odd slices (Increment=2), remove the first 50 slices (First Slice=1, Last Slice=50), or remove the last 10 slices (First Slice=<stack size>-9, Last Slice=<stack size>).