Skip to content

Commit

Permalink
Merge pull request #15 from catalystneuro/update_diagram
Browse files Browse the repository at this point in the history
update diagram
  • Loading branch information
CodyCBakerPhD authored Jun 27, 2024
2 parents 5d6129c + f8922fd commit 6e4614a
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 6e4614a

Please sign in to comment.