-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
47,051 additions
and
42,458 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2,452 changes: 2,452 additions & 0 deletions
2,452
202305 - CavityReconstructionDemo/SLS201L_Spectrum_reformatted.csv
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
34,805 changes: 34,805 additions & 0 deletions
34,805
202307 - ExploratoryDataAnalysis-MLpipelineExperimentation.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
9,619 changes: 9,619 additions & 0 deletions
9,619
202308 - Thesis-results-generation-AblationStudy.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<PlusConfiguration version="2.0"> | ||
|
||
<DataCollection StartupDelaySec="2.0" > | ||
<DeviceSet | ||
Name="PlusServer: ThorLabs spectrometer and tracking" | ||
Description="Broadcasting acquired spectrum through OpenIGTLink. First image row contains wavelength value, second image row contains intensities." /> | ||
<Device | ||
Id="VideoDevice" | ||
Type="ThorLabsVideo" | ||
AcquisitionRate="30" | ||
IntegrationTimeSec="0.01" | ||
AveragedItemsForFiltering="20" | ||
> <!-- IntegrationTimeSec default="0.05" --> <!-- AcquisitionRate Default="30" --> <!-- AveragedItemsForFiltering Default="20"--> | ||
<DataSources> | ||
<DataSource | ||
Type="Video" | ||
Id="Video" | ||
|
||
/> <!-- ClipRectangleSize = [0 0 0] --> | ||
</DataSources> | ||
<OutputChannels> | ||
<OutputChannel Id="VideoStream" VideoDataSourceId="Video" /> | ||
</OutputChannels> | ||
</Device> | ||
<Device | ||
Id="TrackerDevice" | ||
Type="Ascension3DG" | ||
FilterAcWideNotch="1" | ||
ToolReferenceFrame="Tracker" > | ||
<DataSources> | ||
<DataSource Type="Tool" Id="Probe" PortName="0" /> | ||
<!-- <DataSource Type="Tool" Id="Reference" PortName="1" /> --> | ||
</DataSources> | ||
<OutputChannels> | ||
<OutputChannel Id="TrackerStream" > | ||
<DataSource Id="Probe"/> | ||
<!-- <DataSource Id="Reference"/> --> | ||
</OutputChannel> | ||
</OutputChannels> | ||
</Device> | ||
<Device | ||
Id="TrackedVideoDevice" | ||
Type="VirtualMixer" > | ||
<InputChannels> | ||
<InputChannel Id="TrackerStream" /> | ||
<InputChannel Id="VideoStream" /> | ||
</InputChannels> | ||
<OutputChannels> | ||
<OutputChannel Id="TrackedVideoStream"/> | ||
</OutputChannels> | ||
</Device> | ||
</DataCollection> | ||
|
||
<PlusOpenIGTLinkServer | ||
MaxNumberOfIgtlMessagesToSend="1" | ||
MaxTimeSpentWithProcessingMs="50" | ||
ListeningPort="18944" | ||
SendValidTransformsOnly="true" | ||
OutputChannelId="TrackedVideoStream" > | ||
<DefaultClientInfo> | ||
<MessageTypes> | ||
<Message Type="IMAGE" /> | ||
<Message Type="TRANSFORM" /> | ||
</MessageTypes> | ||
<ImageNames> | ||
<Image Name="Image" EmbeddedTransformToFrame="Image" /> | ||
</ImageNames> | ||
<TransformNames> | ||
<Transform Name="ProbeToTracker" /> | ||
<!-- <Transform Name="ReferenceToTracker" /> --> | ||
<!-- <Transform Name="ProbeToReference" /> --> | ||
</TransformNames> | ||
</DefaultClientInfo> | ||
</PlusOpenIGTLinkServer> | ||
|
||
</PlusConfiguration> |
Oops, something went wrong.