Skip to content

Commit

Permalink
Reorganized the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
16djm10 committed Dec 5, 2023
1 parent c9b1364 commit a27fc44
Show file tree
Hide file tree
Showing 33 changed files with 47,051 additions and 42,458 deletions.
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 202305 - CavityReconstructionDemo/SLS201L_Spectrum_reformatted.csv

Large diffs are not rendered by default.

File renamed without changes.
34,805 changes: 34,805 additions & 0 deletions 202307 - ExploratoryDataAnalysis-MLpipelineExperimentation.ipynb

Large diffs are not rendered by default.

9,619 changes: 9,619 additions & 0 deletions 202308 - Thesis-results-generation-AblationStudy.ipynb

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions Config/ThorLabsAscension - Copy.xml
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>
Loading

0 comments on commit a27fc44

Please sign in to comment.