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
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,16 +62,22 @@ The following plug-ins are currently available:
62
62
__Acquisition Systems:__
63
63
|Name | Description |
64
64
|-----|-----|
65
+
|[PhytoOCT](https://github.com/spectralcode/PhytoOCT)| A portable and low-cost OCT system.|
65
66
|[Virtual OCT System](octproz_project/octproz_plugins/octproz_virtual_oct_system)| Can be used to load already acquired OCT raw data from the disk|
66
67
67
68
68
69
__Extensions:__
69
-
|Name | Description |
70
-
|-----|-----|
70
+
| Name | Description |
71
+
|------|-------------|
72
+
|[Axial PSF Analyzer](https://github.com/spectralcode/AxialPsfAnalyzerExtension)| Measuring the FWHM of the axial point spread function.|
73
+
|[Camera](https://github.com/spectralcode/CameraExtension)| Displays live view from a webcam.|
71
74
|[Demo Extension](octproz_project/octproz_plugins/octproz_demo_extension)| This demo extension is for developers. It has no useful functionality, but the code can be used as a template for developing custom extensions.|
72
-
|[Image Statistics](https://github.com/spectralcode/ImageStatisticsExtension)| Displays useful image statistics, such as a histogram, in real time of currently acquired B-scans |
73
-
|[Socket Stream](https://github.com/spectralcode/SocketStreamExtension)|Streaming of OCT data via TCP/IP. Just for slow OCT acquisitions.|
75
+
|[Image Statistics](https://github.com/spectralcode/ImageStatisticsExtension)| Displays useful image statistics, such as a histogram, in real time of currently acquired B-scans.|
76
+
|[Peak Detector](https://github.com/spectralcode/PeakDetectorExtension)|Detects and displays the position of the highest peak in an A-scan.|
74
77
|[Phase Extraction](https://github.com/spectralcode/PhaseExtractionExtension)| Can be used to determine a suitable resampling curve for k-linearization.|
78
+
|[Signal Monitor](https://github.com/spectralcode/SignalMonitorExtension)| Displays signal intensity. Useful during optical alignment for maximizing intensity on detector.|
79
+
|[Socket Stream](https://github.com/spectralcode/SocketStreamExtension)| Controlling OCTproZ remotely and streaming OCT data via TCP/IP, Websocket, IPC.|
80
+
75
81
76
82
The easiest way to develop custom plug-ins is to clone/download the entire OCTproZ project, compile the DevKit and OCTproZ and use the existing examples as templates. Have a look at the [plugin developer guide](https://spectralcode.github.io/OCTproZ/developer.html).
0 commit comments