Commit bcd2b0d1 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

merging with master

parents aa3ec45c 561f0640
Loading
Loading
Loading
Loading

.gitattributes

0 → 100644
+2 −0
Original line number Original line Diff line number Diff line
*.cu gitlab-language=cpp
*.cuh gitlab-language=cpp
 No newline at end of file

LICENSE

0 → 100644
+674 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Original line Diff line number Diff line
This is a set of Elphel plugins for ImageJ 1.x as a Maven project with specified
This is a set of Elphel plugins for ImageJ 1.x as a Maven project with specified
dependencies,
dependencies.
If cloned and imported as existent Maven project into Eclipse IDE, it allows to launch
If cloned and imported as existent Maven project into Eclipse IDE, it allows to launch
ImageJ with plugins in both run and debug modes.
ImageJ with plugins in both run and debug modes.


+1 −1
Original line number Original line Diff line number Diff line
@@ -742,7 +742,7 @@ public class EyesisCorrections {
			if (path!=null){
			if (path!=null){
				path+=Prefs.getFileSeparator()+imp.getTitle()+".tiff";
				path+=Prefs.getFileSeparator()+imp.getTitle()+".tiff";
	 			 if (this.debugLevel>0) System.out.println("Saving equirectangular result to "+path);
	 			 if (this.debugLevel>0) System.out.println("Saving equirectangular result to "+path);
				(new EyesisTiff()).saveTiff(
				(new EyesisTiff(correctionsParameters.tiffCompression)).saveTiff(
						imp,
						imp,
						path,
						path,
						correctionsParameters.equirectangularFormat,
						correctionsParameters.equirectangularFormat,
+137 −116

File changed.

Preview size limit exceeded, changes collapsed.

Loading