You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change `grid_spacing_in_um` in `pixel_size_in_um` and `voxel_size_in_um` (and relative doc string) to better represent the physical dimension of the fundamental unit of the image (pixel or voxel).
5
+
6
+
## Bug Fixes
7
+
8
+
## Features
4
9
10
+
## Improvements
5
11
- New illumination pattern classes to represent different microscopy scanning methods:
6
12
-`IlluminationPattern`: Base class for describing the illumination pattern used to acquire images
7
13
-`LineScan`: Line scanning method commonly used in two-photon microscopy
@@ -16,14 +22,7 @@
16
22
17
23
- Updated example notebooks to demonstrate the use of different scanning methods
18
24
19
-
### Changed
20
-
21
-
- Modified the YAML specification to include new neurodata type definitions and relationships
22
-
- Updated Python implementation files to expose the new classes in the API
23
-
- Enhanced test files to verify the new classes work correctly
24
-
- Change `grid_spacing_in_um` in `pixel_size_in_um` and `voxel_size_in_um` (and relative doc string) to better represent the physical dimension of the fundamental unit of the image (pixel or voxel).
25
-
26
-
### Notes
25
+
## Notes
27
26
28
27
- These changes are backward compatible and add new functionality without removing existing features
29
28
- The `illumination_pattern` parameter is now required when creating `ImagingSpace` objects
0 commit comments