Giter Club home page Giter Club logo

columbusimporter's People

Contributors

swarchal avatar

columbusimporter's Issues

Remove data from memory once file has been saved

Currently it's using a lot of memory after the csv file has been saved. This memory is not cleared even if the program is ran again to create a csv on a new dataset.

I think should should have been caught by the GC but there's a reference to the data hanging around somewhere which might need to be explicitly deleted.

get rid of pcre as a dependency

Causing too many problems as it's not included in the binary.

Since the regex is used on fixed-format filenames I can just hard-code the parsing functions.

Should fail when an incorrect parser is used for a filename

Currently it saves a csv file when the incucyte parser is used on CV8000 paths.

This is because the metadata parsing is simply slicing strings at fixed positions.

There should be some sanity checks for the filepaths and an error should be returned if the paths don't look like what the parser is expecting.

yokoparse should handle filenames with two "."

If we're using the output from FNet then the filename will contain a filename:
EXPERIMENT_WELL_T001F001L01A01Z01C01.fnet_name.tiff
which causes the parser to fail when extracting the metadata.

Maybe a more robust approach would be to only take the filename before the first ..

Possibility of inserting a measurements file (.mrf) if not present

The measurements file is used to get the image resolution, but if we're faking images acquired by the CV8000 then this will not be present.

If it's not present then it would be useful to insert a fake .mrf file for the correct objective to get the x-y image resolution.

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.