fiji_timesavers

A Collection of Scripts for Streamlining ImageJ/FIJI Analysis

https://github.com/maxshcherbina/fiji_timesavers

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

A Collection of Scripts for Streamlining ImageJ/FIJI Analysis

Basic Info
  • Host: GitHub
  • Owner: maxshcherbina
  • Language: ImageJ Macro
  • Default Branch: main
  • Homepage:
  • Size: 51.8 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

FIJI/ImageJ Timesavers: A Collection of Scripts for Streamlining Image Analysis

How to Install the Macros:

Download the .ijm file to your macros folder:

FIJIINSTALL_FOLDER\Fiji.app\macros

For example: C:\Users\[YOUR_USERNAME]\Documents\FIJI\Fiji.app\macros

Add the Macro to the default Macro list:

Once you have done that, find the StartupMacros.fiji.ijm and scroll to the bottom.

Add this line:

java macro "Z Project New [F1]" { runMacro("ZProjectNew.ijm"); }

| Code | Explanation | | ------------- | ------------- | | Z Project New | Just a name, can be anything. | | F1 | A shortcut. You can put any F# or letter, or numberpad(n#) | | ZProjectNew.ijm | The filename of the macro you installed. |

Available Macros

openLifAndSaveTiffs

image

Do you ask yourself: "Which of these .lif files has that one image?" and then have to ruffle through different .lif files to find the right imaage? Well this macro is for you.

It takes a lif file and saves the images inside as .tif files in a folder. This happens automatically. Do you want to save seperate channels as .tif files too? There's a checkbox for that! The macro will even look through the metadata and try to find the name of the LUT you used, so youll know "Channel 1 Blue" is your blue channel. You can even name the channels whatever you want with the check of a button!

ZProjectNew

image

Changes the default ZProject into a more robust implimentation which keeps the metadata of the original file and renames the Zprojection to include the frames of the Z stack. No more second guessing which slices you chose!

SaveChannels

image

After creating a Z Project, you may want to save your image in multiple ways - all channels compositied together, with a scale bar, each channel seperately... etc. The scalebar also adjusts based on the width and height of your image.

This plugin will automatically save your ZProject as: * Composite (All Channels) * Composite Scalebar * Each channel seperately * Extras: - Composite 1+2 Channels (Example: DAPI + GFP) - Composite 2+4 Channels - More can be added in the macro code. Just adjust this: channelIndex = newArray("1100","0101");

Refresh FIJI's Macros:

FIJI needs to be refreshed before it can read the macros. Click on the red arrows as shown in the photo, and select "Restore Startup tools":

image

Owner

  • Name: Max Shcherbina
  • Login: maxshcherbina
  • Kind: user
  • Company: University of Toronto

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Shcherbina
    given-names: Maksym
title: "FIJI Timesavers"
version: 1.0.0
date-released: 2023-08-21

GitHub Events

Total
Last Year