mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2026-02-17 08:18:53 +01:00
Re-Arranged lots of stuff
This commit is contained in:
@@ -16,29 +16,6 @@
|
||||
*
|
||||
*=========================================================================*/
|
||||
|
||||
|
||||
import ij.*;
|
||||
import ij.io.*;
|
||||
import ij.plugin.*;
|
||||
import ij.plugin.filter.PlugInFilter;
|
||||
import ij.process.*;
|
||||
import ij.gui.*;
|
||||
import java.awt.*;
|
||||
import java.lang.Math;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
import javax.swing.tree.DefaultMutableTreeNode;
|
||||
|
||||
import ncsa.hdf.object.*; // the common object package
|
||||
import ncsa.hdf.object.h5.*; // the HDF5 implementation
|
||||
import ncsa.hdf.hdf5lib.exceptions.HDF5Exception;
|
||||
import ncsa.hdf.hdflib.HDFException;
|
||||
|
||||
public class HDF5_Batch_
|
||||
{
|
||||
public static void run(String arg)
|
||||
@@ -17,14 +17,10 @@
|
||||
*=========================================================================*/
|
||||
|
||||
|
||||
import ij.IJ;
|
||||
import ij.Prefs;
|
||||
import ij.gui.GenericDialog;
|
||||
import ij.plugin.PlugIn;
|
||||
import java.util.regex.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.lang.String;
|
||||
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
*
|
||||
*=========================================================================*/
|
||||
|
||||
import ij.IJ;
|
||||
import ij.Prefs;
|
||||
import ij.plugin.PlugIn;
|
||||
import java.util.regex.*;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
@@ -32,10 +32,7 @@ import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
// for scrollbar
|
||||
import java.awt.*;
|
||||
import java.awt.image.*;
|
||||
import java.io.*;
|
||||
|
||||
import ncsa.hdf.object.*; // the common object package
|
||||
import ncsa.hdf.object.h5.*; // the HDF5 implementation
|
||||
@@ -19,15 +19,9 @@
|
||||
|
||||
import ij.*;
|
||||
import ij.io.*;
|
||||
import ij.plugin.*;
|
||||
import ij.plugin.filter.PlugInFilter;
|
||||
import ij.process.*;
|
||||
import ij.gui.*;
|
||||
import java.awt.*;
|
||||
import java.lang.Math;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
@@ -37,7 +31,6 @@ import javax.swing.tree.DefaultMutableTreeNode;
|
||||
import ncsa.hdf.object.*; // the common object package
|
||||
import ncsa.hdf.object.h5.*; // the HDF5 implementation
|
||||
import ncsa.hdf.hdf5lib.exceptions.HDF5Exception;
|
||||
import ncsa.hdf.hdflib.HDFException;
|
||||
|
||||
public class HDF5_Writer_ implements PlugInFilter
|
||||
{
|
||||
@@ -18,9 +18,6 @@
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
//import java.util.Iterator;
|
||||
//import java.util.List;
|
||||
|
||||
|
||||
public class TimeFrame implements Comparable
|
||||
{
|
||||
5
src/main/resources/plugins.config
Normal file
5
src/main/resources/plugins.config
Normal file
@@ -0,0 +1,5 @@
|
||||
File>Import, "HDF5...", HDF5_Reader_
|
||||
File>Save As, "HDF5", HDF5_Writer_
|
||||
Plugins>HDF5, "Load HDF5 File", HDF5_Reader_
|
||||
Plugins>HDF5, "Save HDF5 File", HDF5_Writer_
|
||||
Plugins>HDF5, "HDF5 Preferences", HDF5_Config
|
||||
Reference in New Issue
Block a user