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

Method saveFile

Astronomy_/src/main/java/astroj/IJU.java:1192–1194  ·  view source on GitHub ↗
(ImagePlus imp, String path)

Source from the content-addressed store, hash-verified

1190 }
1191
1192 public static boolean saveFile(ImagePlus imp, String path) {
1193 return saveFile(imp, path, false, false, "");
1194 }
1195
1196 public static void replaceImageInWindow(ImagePlus imp, String imageName) {
1197 ImagePlus openImp = WindowManager.getImage(imageName);

Callers 4

processImageMethod · 0.95
actionPerformedMethod · 0.95
solveMethod · 0.95
actionPerformedMethod · 0.95

Calls 14

isFitsFileMethod · 0.95
runPlugInMethod · 0.95
saveMethod · 0.95
logMethod · 0.95
showMessageMethod · 0.95
substringMethod · 0.80
readMethod · 0.65
writeMethod · 0.65
closeMethod · 0.65
equalsMethod · 0.45
trimMethod · 0.45
existsMethod · 0.45

Tested by

no test coverage detected