Skip to content

Commit

Permalink
Merge branch 'add_multichannel_volume' into all_previous_prs_and_vari…
Browse files Browse the repository at this point in the history
…able_depth_static
  • Loading branch information
CodyCBakerPhD authored Jun 27, 2024
2 parents 22836ed + f9c93a2 commit a00fa42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classDiagram
links
--------------------------------------
microscope : Microscope
light_source : LightSource
light_source : MicroscopyLightSource
optical_channel : MicroscopyOpticalChannel
}
Expand Down Expand Up @@ -149,7 +149,7 @@ classDiagram
emission_wavelength_in_nm : numeric, optional
}
class LightSource{
class MicroscopyLightSource{
<<Device>>
--------------------------------------
Expand Down Expand Up @@ -183,7 +183,7 @@ classDiagram
PlanarImagingSpace *-- ImagingSpace : extends
VolumetricImagingSpace *-- ImagingSpace : extends
MicroscopySeries ..> Microscope : links
MicroscopySeries ..> LightSource : links
MicroscopySeries ..> MicroscopyLightSource : links
MicroscopySeries ..> MicroscopyOpticalChannel : links
```

Expand Down

0 comments on commit a00fa42

Please sign in to comment.