Giter Site home page Giter Site logo

inscopix / py_isx Goto Github PK

View Code? Open in Web Editor NEW
6.0 5.0 2.0 1.07 MB

Experimentlal pure-python API to read Inscopix data

Home Page: https://inscopix.github.io/py_isx/

License: Other

Makefile 2.96% Python 94.54% Shell 2.50%
api calcium-imaging inscopix isxd

py_isx's People

Contributors

bendichter avatar nosheen-adil avatar sg-s avatar zachary-ip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

bendichter

py_isx's Issues

Make sure license file is visible on PyPI

problem

setup.py file should contain something like this:

license_files = ('LICENSE.txt',),

but this isn't being created by our automatic generation of the setup.py file

PyPi package name mirrors API package name

Both the API distributed with IDPS and the PyPi package share the package name 'isx'
This can cause ambiguity as to which package is installed when trying to automate package installation and dependency checking using setup tools or another method. Perhaps the API shipped with IDPS should be renamed to isx_api or something similar in future releases.

Cheers!

get cellset timestamps

I'm not sure if this is a duplicate of #13, but what is the recommended way to get the frame times from a cellset file?

Support dropped/cropped/blank frames

isxd movies can have invalid frames of the following type: dropped, cropped, blank.

They are not stored on disk, the only indication of them is in the json metadata. Currently this api breaks when trying to access the last frame of a movie with dropped frames because it's not correctly recalculating the "true" frame index on disk.

We need to update the Timing class to have these properties and update the read/write functions to support these invalid frames.

Movie frame data type inconsistent between operating systems

For reading "movie_u8.isxd" and "movie_longer_than_3_min.isxd" on unix operating systems, Movie.read(file_path).get_frame_data(0).dtype results in dtype('int64') , however on Windows, the dtype is dtype('int32'). Is this the intended behavior?

Upgrades py_isx

support for VesselSets

  • write classes for isx.VesselSet
  • structure VesselSet classes and methods like it is in the original isx (IDPS) implementation
  • use the isx.CellSet in py_isx as a reference

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.