Color Image | Imports an image from a selected file. The image can be used like an additional channel. |
Binary from ND2 | Imports a binary layer from a selected ND2 file (a Nikon camera image file format, not a Miata). |
Binary from CSV | Imports a binary layer from a selected comma-separated values file. |
Table from CSV | Imports a table from a selected comma-separated values file. |
Table from HDF5 | Imports a table from a selected hierarchical data format 5 file (a file type meant for storing lots of data that contains multidimensional array data and array containers). |
Color to Single TIFs | Exports a color layer to a tag image file format file of the specified name in the specified location, which is a file type good for storing metadata. For multi-frame images, numbering needs to be set to store all the data as separate tiff files. |
Split to Multipoint | Converts a single image into multiple ND2 images using an input table to determine multipoint regions. Can set width and height of multipoints. |
Table to CSV | Exports an input table as a comma-separated values file in the specified location. |
Table to HDF5 | Exports an input table as a hierarchical data format 5 file (a file type meant for storing lots of data that contains multidimensional array data and array containers) in the specified location. |
Load Last Color | Gets a previous color image from a loop stored with Save Last Color. Could be useful for tracking changes between frames. |
Save Last Color | Temporarily stores the current frame so it can be used by Load Last Color and must be connected to it. Could be useful for tracking changes between frames. |
Load Last Binary | Loads a temporary binary layer from the previous frame of a loop stored with Save Last Binary. Could be useful for tracking changes. |
Save Last Binary | Temporarily stores a binary layer in the current frame that can be recalled later by Load Last Binary and must be connected to it. Could be useful for tracking changes between frames. |
Load Last Table | Loads a temporarily stored table from Save Last Table. Could be useful for tracking changes between frames. |
Save Last Table | Temporarily saves a table from the current frame that can be used later by Load Last Table and must be connected to it. Could be useful for tracking images between frames. |