(ImagePlus imp)
| 43 | |
| 44 | |
| 45 | public StackWindow(ImagePlus imp) { |
| 46 | this(imp, null); |
| 47 | } |
| 48 | |
| 49 | @AstroImageJ(reason = "Add check for autoConvert pref before calling show(); add draw call", modified = true) |
| 50 | public StackWindow(ImagePlus imp, ImageCanvas ic) { |
nothing calls this directly
no test coverage detected