Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.01 KB

File metadata and controls

36 lines (23 loc) · 1.01 KB

Loon Utilities Package

A suite of tools (PyPi Package) to help convert your cell microscopy data for visualization in Loon.

Loon is a data visualization software for cell microscopy data.

Loon expects data in a specified format in order to be visualized.

Quick Start

1. Install via command line

pip install loon-utils

2. Test

  • Run Any Loon Utility Function in a Python session

    from loon_utils import hello
    hello()
  • Or, run any of them from the command line

    hello

Convert Data From Trackmate

``` convert_trackmate ```

Convert

Contributing

To help develop or add conversion tools, open an issue or submit a descriptive pull request here