allen-cell-animated / colorizer-data

example scripts and utilities for preparing data for the time series colorizer app
Other
1 stars 0 forks source link

feature: Simplified dataset conversion API (pt. 1) #61

Closed ShrimpCryptid closed 1 day ago

ShrimpCryptid commented 1 week ago

Initial implementation for #44, "reduce data script complexity."

Creates a single method call for converting DataFrames to TFE datasets. This PR implements most of the API, but is still missing handling for background images and additional unit tests.

Most of the code logic is copied from our existing example data scripts, which you can reference for faster review.

Estimated review size: medium, 30 minutes

Changes

Spin-off PRs: