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
<li>APERTURE > Has to be a float in this format 1<A<22</li>
105
+
<li>APERTURE > Has to be a float in this format 1.0<A<22.0</li>
108
106
<li>FOCAL_LENGTH > has to be an int in this format 1<F<1000</li>
109
107
</ul>
110
108
111
109
```python
112
110
PIXEL_PITCH=6.423611111111111
113
-
PIXEL_PITCH=""
111
+
PIXEL_PITCH=
114
112
115
-
PIXEL_WIDTH=""
113
+
PIXEL_WIDTH=
116
114
PIXEL_WIDTH=3456
117
115
118
-
PHYSICAL_WIDTH=""
116
+
PHYSICAL_WIDTH=
119
117
PHYSICAL_WIDTH=22.2
120
118
```
121
119
<ul>
122
-
<li>PIXEL_PITCH > Has to be a float in this format 0.1<A<100</li>
120
+
<li>PIXEL_PITCH > Has to be a float in this format 0.1<A<100.0</li>
123
121
<li>PIXEL_WIDTH > has to be an int in this format 1<F<8192</li>
124
-
<li>PHYSICAL_WIDTH > has to be a float in this format 0.1<P<100</li>
122
+
<li>PHYSICAL_WIDTH > has to be a float in this format 0.1<P<100.0</li>
125
123
</ul>
126
124
127
-
#### ~~Pixel Pitch Differentiation~~
125
+
#### Pixel Pitch Differentiation
128
126
129
-
##### ~~Know Pixel Pitch~~
127
+
##### Know Pixel Pitch
130
128
```python
131
129
PIXEL_PITCH=6.423611111111111
132
130
133
-
PIXEL_WIDTH=""
134
-
PHYSICAL_WIDTH=""
131
+
PIXEL_WIDTH=
132
+
PHYSICAL_WIDTH=
135
133
```
136
134
137
-
##### ~~Don't Know Pixel Pitch~~
135
+
##### Don't Know Pixel Pitch
138
136
```python
139
-
PIXEL_PITCH=""
137
+
PIXEL_PITCH=
140
138
141
139
PIXEL_WIDTH=3456
142
140
PHYSICAL_WIDTH=22.2
143
141
```
144
-
<h3>Not Currently implemented</h3>
142
+
* Essentially - If you enter a manual value for pixel pitch, the programme will use this - and ignore the values for Pixel and Physical Width.
145
143
146
144
<!-- CONTRIBUTING -->
147
145
## Contributing
148
146
149
-
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
150
-
151
147
1. Fork the Project
152
148
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
153
149
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
@@ -159,11 +155,9 @@ Contributions are what make the open source community such an amazing place to b
159
155
160
156
Distributed under the MIT License. See `LICENSE` for more information.
0 commit comments