Version: 2.27 (Full & Lite)
Author: Dr Nicholas Condon (n.condon@uq.edu.au)
Affiliation: Institute for Molecular Bioscience (IMB) Microscopy Facility, The University of Queensland
Date: June 2025
ReMInD assists researchers in capturing and organizing essential metadata for imaging experiments. It generates structured ReadME.txt files and JSON exports that can be stored alongside raw data to support good research data management (RDM) practices and future reuse.
The tool is especially useful for users of light microscopy and other imaging systems, helping to ensure that contextual information is not lost after acquisition. It features automatic metadata extraction from microscopy file formats to streamline the documentation process.
- GUI-based metadata form with tooltips for each field
- Controlled vocabulary dropdowns (e.g. microscope type, immersion media)
- Timestamp insertion in Notes field
- Template system for pre-filling common fields
- Load existing ReadME.txt files to edit and update metadata
- Export to multiple formats: human-readable
ReadME.txtand structured JSON
- Automatic metadata extraction from microscopy files:
- CZI files (Zeiss) - acquisition settings, microscope info, channels
- LIF files (Leica) - system details, imaging parameters
- ND2 files (Nikon) - experimental setup, time series, Z-stacks
- Smart field mapping - automatically populates relevant form fields
- Raw metadata display - view complete extracted metadata
- Round-trip compatibility - reload metadata when opening saved ReadME files
- Responsive design - adapts to different screen resolutions (1024x768+)
- Scrollable interface for low-resolution displays
- Scalable fonts (A+/A- buttons)
- Two-row button layout for narrow screens
- UQ InstGateway connectivity - automatic detection of available RDM projects
- Visual indicators for network connectivity status
- Manual entry fallback when not connected to institutional systems
- Python 3.7+
- Tkinter (included with most Python installations)
- Additional libraries for metadata extraction:
*Only needed for editing and testing the Python code
- Complete feature set including RDM connectivity
- UQ InstGateway integration for institutional users
- Recommended for University of Queensland researchers
- Streamlined version without RDM connectivity
- All metadata extraction features included
- Suitable for general use and other institutions
- Install PyInstaller
pip install pyinstaller
- Place the python file into its own directory with no spaces
- In Command Prompt navigate to this directory with the script
- Run the following command replacing with your own (or e.g. Remind_v2.27.py)
pyinstaller --onefile --windowed --name "executablename" --add-data "CZI_MetadataGUI.py;." --add-data "LIF_MetadataGUI.py;." --add-data "ND2_v2a.py;." <scriptname>.py- Your single executable will be within the dist directory that was created.
- The Remind.exe file can be downloaded and is fully self contained for Windows 11
- If using the custom icon file (provided) you will need to create a shortcut to the Remind.exe to use custom icons in Windows 11