retroam / Calcium-analysis

Python implementation of calcium imaging analysis pipeline for cardiac myocytes
0 stars 0 forks source link

Add Command Line Interface to Application #14

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

This PR introduces a command line interface (CLI) to the application, allowing users to run the calcium imaging analysis pipeline directly from the command line.

The main changes include:

To use the new CLI, users can now run the application with the following command:

python -m calcium_analysis --image_fld IMAGE_FLD --save_fld SAVE_FLD --sd SD

Where IMAGE_FLD is the path to the image folder, SAVE_FLD is the path to the save folder, and SD is the standard deviation value.

Fixes #9.