You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,29 @@ As this is a major release, not all changes and functions are listed below. For
9
9
### Added
10
10
11
11
* Various additions to `imcflibs.imagej.misc`:
12
-
*`imcflibs.imagej.misc.send_notification_email` to send email notifications upon completion of long-running scripts.
13
-
* Sends a mail with job details, such as recipient, file name, execution time & an optional message.
14
-
* To enable email notifications, the following preferences must be set in `~/.imagej/IJ_Prefs.txt`:
12
+
*`imcflibs.imagej.misc.send_notification_email` to send email notifications upon
13
+
completion of long-running scripts.
14
+
* Sends a mail with job details, such as recipient, file name, execution time & an
15
+
optional message.
16
+
* To enable email notifications, the following preferences must be set in
17
+
`~/.imagej/IJ_Prefs.txt`:
15
18
* .imcf.sender_email: sender's email address.
16
19
* .imcf.smtpserver: the SMTP server used for sending emails.
17
-
* If the sender email or SMTP server is not configured, method logs a message and exits.
18
-
*`imcflibs.imagej.misc.sanitize_image_title` to remove special chars and
19
-
various suffixes from an ImagePlus.
20
+
* If the sender email or SMTP server is not configured, method logs a message and
21
+
exits.
22
+
*`imcflibs.imagej.misc.sanitize_image_title` to remove special chars and various
23
+
suffixes from an ImagePlus.
20
24
*`imcflibs.imagej.misc.subtract_images` to subtract an image from another.
21
25
*`imcflibs.imagej.misc.close_images` for closing selected image windows.
22
-
*`imcflibs.imagej.misc.get_threshold_value_from_method` to get the value that a selected AutoThreshold method would be using.
23
-
*`imcflibs.imagej.misc.write_orderddict_to_csv` to write data from an ordered dictionary to a CSV file.
24
-
*`imcflibs.imagej.labelimage.binary_to_label` for segmenting a binary image
25
-
to get a label image (2D/3D).
26
-
*`imcflibs.imagej.misc.save_image_in_format` to save an ImagePlus image in a specified format, such as ImageJ-TIF or OME-TIFF etc., to a given directory.
27
26
*`imcflibs.imagej.misc.run_imarisconvert` to convert a given file to Imaris format using the utility ImarisConvert. Method uses `misc.locate_latest_imaris` to find the path to the Imaris installation.
27
+
*`imcflibs.imagej.misc.get_threshold_value_from_method` to get the value that a
28
+
selected AutoThreshold method would be using.
29
+
*`imcflibs.imagej.misc.write_orderddict_to_csv` to write data from an ordered
30
+
dictionary to a CSV file.
31
+
*`imcflibs.imagej.labelimage.binary_to_label` for segmenting a binary image to get a
32
+
label image (2D/3D).
33
+
*`imcflibs.imagej.misc.save_image_in_format` to save an ImagePlus image in a specified
34
+
format, such as ImageJ-TIF or OME-TIFF etc., to a given directory.
28
35
29
36
* New `imcflibs.imagej.objects3d` submodule, providing:
30
37
*`imcflibs.imagej.objects3d.population3d_to_imgplus` to turn
@@ -70,7 +77,6 @@ As this is a major release, not all changes and functions are listed below. For
70
77
71
78
*`imcflibs.pathtools.create_directory` to create a new directory at the specified path.
0 commit comments