Skip to content

Commit 4923bf9

Browse files
Update README to remove unnecessary attributes and clarify optional links
1 parent ce5d70d commit 4923bf9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ classDiagram
4545
--------------------------------------
4646
attributes
4747
--------------------------------------
48-
excitation_wavelength_in_nm : numeric
49-
excitation_mode : txt
5048
description : text
5149
--------------------------------------
5250
links
5351
--------------------------------------
54-
excitation_source : ExcitationSource, optional
52+
excitation_source : ExcitationSource
5553
excitation_filter : OpticalFilter, optional
5654
dichroic_mirror : DichroicMirror, optional
5755
}
@@ -61,7 +59,6 @@ classDiagram
6159
--------------------------------------
6260
attributes
6361
--------------------------------------
64-
emission_wavelength_in_nm : numeric
6562
description : text
6663
--------------------------------------
6764
groups
@@ -70,7 +67,7 @@ classDiagram
7067
--------------------------------------
7168
links
7269
--------------------------------------
73-
photodetector : Photodetector, optional
70+
photodetector : Photodetector
7471
emission_filter : OpticalFilter, optional
7572
dichroic_mirror : DichroicMirror, optional
7673
}
@@ -82,6 +79,7 @@ classDiagram
8279
--------------------------------------
8380
illumination_type : text
8481
excitation_wavelength_in_nm : float
82+
excitation_mode: text
8583
power_in_W : float, optional
8684
intensity_in_W_per_m2 : float, optional
8785
exposure_time_in_s : float, optional

0 commit comments

Comments
 (0)