Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couple more periods that should be colons #25

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ Note that in the above examples, `--output-directory` is an optional argument. I
### Making movies of tracked cells
To provide some sort of visual confirmation that the segmentation and cell tracking was done successfully, there are also scripts for adding animations of cell trajectories to the tracked cells using the napari plugin [napari-animation](https://github.com/napari/napari-animation). Here the choice for which script to run depends on the type of vessel used in the experiment.

To create animations of tracked cells in 384- or 1536-well plates at 20 fps.
To create animations of tracked cells in 384- or 1536-well plates at 20 fps:
```bash
python src/chlamytracker/scripts/make_movies_of_wells.py \
/path/to/directory/of/nd2/files/ \
--framerate 20
--output-directory /path/to/writeable/storage/location/
```

To create animations of tracked cells in agar microchamber pools at 30 fps.
To create animations of tracked cells in agar microchamber pools at 30 fps:
```bash
python src/chlamytracker/scripts/make_movies_of_pools.py \
/path/to/directory/of/nd2/files/ \
Expand Down
Loading