MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / saveImage

Method saveImage

ij/src/main/java/ij/plugin/FITS_Writer.java:130–132  ·  view source on GitHub ↗
(ImagePlus imp, String path)

Source from the content-addressed store, hash-verified

128 }
129
130 public static void saveImage(ImagePlus imp, String path) {
131 saveImage(imp, path, ".fits");
132 }
133
134 public static void saveImage(ImagePlus imp, String path, String extension) {
135 saveImage(imp, path, -1, extension);

Callers 5

runMethod · 0.95
saveFolderMethod · 0.95
processImageMethod · 0.95
buildMenubarMethod · 0.95
actionPerformedMethod · 0.95

Calls 15

showStatusMethod · 0.95
fileNameWithoutExtMethod · 0.95
getDirectoryMethod · 0.95
getFileNameMethod · 0.95
compressionModesMethod · 0.95
setTotalSizeInBytesMethod · 0.95
makeHDUMethod · 0.95
getTypeMethod · 0.95
getHeaderMethod · 0.95
createMethod · 0.95
getKeyMethod · 0.95
containsKeyMethod · 0.95

Tested by

no test coverage detected