Skip to content

Releases: ryhattori/PatchWarp

v1.3.3

26 Sep 17:23
7cac630
Compare
Choose a tag to compare

Fixed a bug for 2-channel imaging data.

v1.3.2

21 Sep 23:11
22fab00
Compare
Choose a tag to compare

Bug fix.

v1.3.1

16 Aug 17:14
a4a69ed
Compare
Choose a tag to compare
  • Added an option to denoise periodic noise from the template images for rigid registrations. This function improves the registration accuracy for images with low S/N and high PMT noise.
  • Minor bug fix.

v1.3.0

05 Apr 01:07
36afcda
Compare
Choose a tag to compare

Organized input parameters for "patchwarp" function into a structure variable.

v1.2.6

28 Mar 09:22
ff2532b
Compare
Choose a tag to compare

Added an option to disable the creation of temporary image files when reading tiff in a network drive (applicable for only Linux and Mac users).

v1.2.5

11 Mar 23:21
1178aa9
Compare
Choose a tag to compare
  • Image reading speed for files in a network drive improved for Windows users.
  • Warp step can now handle a session with only 1 tiff stack.
  • Previous version cropped image dimensions after warp correction. Now, the warped images maintain the original image dimensions.
  • It now allows users to specify the number of workers for parallel processing to avoid 'Out-of-Memory' issue.

v1.2.4

24 Feb 20:39
582f571
Compare
Choose a tag to compare

Further improvement on the stability of warp correction by decreasing the learning rate for gradient descent.

v1.2.3

16 Feb 20:14
55d2e30
Compare
Choose a tag to compare
  • Improved the stability of the warped images.
  • Improved the performance of the across-session registration.

v1.2.2

29 Dec 09:16
2ed5193
Compare
Choose a tag to compare

Minor format fix.

v1.2.1

29 Dec 08:29
263494a
Compare
Choose a tag to compare
  • There was a bug that temporary files were not deleted when ScanimageTiffreader was used in Windows system for images on network drive. This bug was causing memory overflow. This bug was fixed in this version.
  • Previous versions did not work when the target directory had less than 3 tif stack files. It now works when the directory has 1 or 2 tif stack files.
  • Some other minor bug fixes.