Difference between revisions of "Betaprobe"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '=Timeline= {|style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" cellpadding="1" width="30%" ! align="center" style="border-style: solid…')
 
Line 35: Line 35:
  
 
=Development=
 
=Development=
 +
===Fix NeuroNav Module===
 +
* Removed bug and leaks
 +
* Add beeping function (threaded to avoid slowing down system)
 +
* Add crosshair reslicing
 +
 +
===Fix UDPServer Module===
 +
* Increase stability (flush buffer, refreshing rate, bug when not receiving data)
 +
* Synchronize UDPServer and BetaProbe timers
 +
* Add a sleep instruction when receiving data to have enough time to read data coming (reading buffer while socket is writing on it create issue)
 +
 +
===Create betaProbe Module===
 +
* Create module to record data from tracking system and betaprobe
 +
* Add UDPServer dependency (now required to compile BetaProbe)
  
 
=Tips=
 
=Tips=

Revision as of 21:07, 5 January 2012

Home < Betaprobe

Timeline

Task Status Deadline
Fix NeuroNav Module -
Fix UDPServer Module -
Create BetaProbe to record data -
Create Pivot Calibration system -
Test with BrainLab system -
Use Matlab to process data recorded and send image back -
Switch to BrainLab system -

Development

Fix NeuroNav Module

  • Removed bug and leaks
  • Add beeping function (threaded to avoid slowing down system)
  • Add crosshair reslicing

Fix UDPServer Module

  • Increase stability (flush buffer, refreshing rate, bug when not receiving data)
  • Synchronize UDPServer and BetaProbe timers
  • Add a sleep instruction when receiving data to have enough time to read data coming (reading buffer while socket is writing on it create issue)

Create betaProbe Module

  • Create module to record data from tracking system and betaprobe
  • Add UDPServer dependency (now required to compile BetaProbe)

Tips