Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/NickCondon/Nuclei-Cyto_MeasuringScipt
12 December 2024, 13:41:01 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    No releases to show
  • ebeb49b
  • /
  • README.md
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:e1cd14cf1e88e0c70a2f0830c1628a2b0357cc2e
origin badgedirectory badge
swh:1:dir:ebeb49b45b6cd858ebfde59a4fe67223864eb3ca
origin badgerevision badge
swh:1:rev:8c4e8e4f02d21c6545f75b864aec63f823abcfe7
origin badgesnapshot badge
swh:1:snp:8c22fe6af925fd65d3b9095a309f793a6ce70ebd

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 8c4e8e4f02d21c6545f75b864aec63f823abcfe7 authored by Nicholas Condon on 10 August 2020, 22:48:00 UTC
Update README.md
Tip revision: 8c4e8e4
README.md
# Nuclei & Cytoplasm Measuring Script

Developed by Dr Nicholas Condon.

[ACRF:Cancer Biology Imaging Facility](https://imb.uq.edu.au/microscopy), 
Institute for Molecular Biosciences, The University of Queensland
Brisbane, Australia 2019.

This script is written in the ImageJ1 Macro Language.


## Background
This script takes 2D images of Zebrafish and finds the nuclei for measuring. <br><br> 
It then converts  all Green labelling (ch1) into 32-bit, NaN background, before measuring the nuclei mean intensity. <br><br> 
A region around the nuclei is measured by creating a banding selection of a user defined distance. <br><br> 
Output files are saved into a results directory.

## Running the script

The first dialog box to appear explains the script, acknowledges the creator and the ACRF:Cancer Biology Imaging Facility.

The second window to open will warn the user about file selection and noting the file extension.

The next window to open will be the input file directory location.

The next dialog to open will prompt the user to select parameters for the script to run. These include, the expected file's extension (eg, .oir, .tif, etc), the cytoplasm band size and whether to run in batch mode (background).

The file extension is actually a file ‘filter’ running the command ‘ends with’ which means for example .tif may be different from .txt in your folder only opening .tif files. Perhaps you wish to process files in a folder containing <Filename>.tif and <Filename>+deconvolved.tif you could enter in the box here deconvolved.tif to select only those files. It also uses this information to tidy up file names it creates (i.e. no example.tif.avi)

Running the script in batch mode won’t open the files into your OS, instead it runs in the background, which is faster and more memory efficient.

The final dialog box is an alert to the user that the batch is completed.

## Output files

Files are put into a results directory called '_Results_<date&time>' within the chosen working directory. Files will be saved as either a .tif, .csv or .txt for the log file. Original filenames are kept and have tags appended to them based upon the chosen parameters.

A text file called log.txt is included which has the chosen parameters and date and time of the run.


## Turning off Bio-Formats Import Window

Preventing the Bio-formats Importer window from displaying:
1. Open FIJI
2. Navigate to Plugins > Bio-Formats > Bio-Formats Plugins Configuration
3. Select Formats
4. Select your desired file format (e.g. “Zeiss CZI”) and select “Windowless”
5. Close the Bio-Formats Plugins Configuration window

Now the importer window won’t open for this file-type. To restore this, simply untick ‘Windowless”

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API