Skip to content

Commit

Permalink
update CHANGELOG and docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandratrapani committed May 16, 2024
1 parent 38198d7 commit dfdf2c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

* Add InscopixImagingExtractor [#276](https://github.com/catalystneuro/roiextractors/pull/276)
* Updated testing workflows to include python 3.12, m1/intel macos, and dev tests to check neuroconv: [PR #317](https://github.com/catalystneuro/roiextractors/pull/317)
* Updated `parse_metadata()` from `scaimagetiff_utils` to include `scan_line_rate`, `grid_spacing`, `grid_spacing_unit`,`origin_coords`, `origin_coords_unit`

### Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ def parse_metadata(metadata: dict) -> dict:
- frames_per_slice
- channel_names
- num_channels
- scan_line_rate,
- grid_spacing,
- grid_spacing_unit,
- origin_coords,
- origin_coords_unit,
- roi_metadata,
Parameters
----------
Expand Down

0 comments on commit dfdf2c2

Please sign in to comment.