Git Product home page Git Product logo

elisabethkugler / zfvascularquantification Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 0.0 3.21 MB

#ZVQ - Zebrafish Vascular Quantification - https://doi.org/10.1242/dev.199720

Home Page: https://www.elisabethkugler.com/

License: BSD 3-Clause "New" or "Revised" License

ImageJ Macro 100.00%
segmentation image-processing zebrafish vasculature registration quantification fiji-macro-language fiji openscience lightsheet

zfvascularquantification's Issues

ROI hard coded for segm and Q

Raised by @ImagingGuy:

  • when no ROIset exists for segmentation > "Tell me in which folder to find ROISet" >> need to let segmentation run without need for ROI
  • quantification step requires ROI >> need to let quantification run without need for ROI

multiscale TF

Issue raised by @ImagingGuy

  • can we examine multiscale TF in more depth? i.e. when vessel diameters span a large range, can multiscale be integrated
    (note EK: Frangi filter does not really work on the data we studied https://etheses.whiterose.ac.uk/27497/;
    that's why we went for Sato -- however it seems that the current TF/Sato implementation is not truly multiscale)

GitHub link as filepath not Windows compatible

Line 197 creates a directory which contains a link to the github repository. This link is not compatible for windows as the file path slashes point the wrong way.

The command File.separator; can be used to match the system file seperator if required (eg. fs = File.separator; ) but would likely result in excess subdirectories anyway.

Perhaps making a .txt file in the directory with the relevant github directory could be of use, or printing this info into the log window.

Spaces in FilePath Compatibility

Had a user attempt to run the ZFVascQuant_GUI_02122020.ijm macro file pointing at a directory path that contained spaces.

This can be overcome by modifying Line155 of that code to include [square brackets] around the path +filename
eg. run("Bio-Formats Importer", "open=[" + path + filelist[i] + "] autoscale color_mode=Default split_channels view=Hyperstack stack_order=XYCZT");

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.