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

Method redisplayPowerSpectrum

ij/src/main/java/ij/plugin/FFT.java:455–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

453 }
454
455 void redisplayPowerSpectrum() {
456 FHT fht = (FHT)imp.getProperty("FHT");
457 if (fht==null)
458 {IJ.error("FFT", "Frequency domain image required"); return;}
459 ImageProcessor ps = fht.getPowerSpectrum();
460 imp.setProcessor(null, ps);
461 }
462
463 public static void swapQuadrants(ImageProcessor ip) {
464 long time0 = System.currentTimeMillis();

Callers 1

runMethod · 0.95

Calls 4

errorMethod · 0.95
getPowerSpectrumMethod · 0.95
getPropertyMethod · 0.45
setProcessorMethod · 0.45

Tested by

no test coverage detected