Skip to content

Releases: scopetools/cudadecon

v0.7.0

18 Jul 21:13
2605b8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0

v0.6.2

20 Feb 21:28
c76c221
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

04 Nov 18:04
578e2c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Nov 17:30
4bddf84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.0.11

28 May 22:07
6eb2acd
Compare
Choose a tag to compare

just changes the name of the linux lib from liblibcudaDecon.so to libcudaDecon.so

v0.0.10

01 Apr 16:36
Compare
Choose a tag to compare
Fix TIFF Image Description tag (#7)

* Update geometryTransform.cu
Deskew does interpolate (within a slice).  Keeps same voxel pitch as original data

* Make VS project more portable.
Make these paths relative for ALL configs (of course!)

* TIFF tag fixes.
Consolidate all of the (duplicated!) TIFF Image Description generation into a single function.  Make the Image Description output mirror ImageJ output including:
# of images
# of slices (because it's volume data)
spacing (the z pitch)
This will allow Arivis to load the .tiff files.
Also corrected the voxel size of the MIPs in the TIFF header.

* Fixing tiff description
Something weird with "description" getting changed to the file path.
1. I changed the variable name from "description" to "tiff_description" just in case there was some weird overwritting of this.
2. Used std:string, and converted to c_str at the last moment.

v0.0.9

09 Dec 22:12
Compare
Choose a tag to compare

Dan's build artifacts prior to repo merge