MicroControl: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2"
{| border="0" align="center" width="95%" valign="top" cellspacing="7" cellpadding="2"
|-
|-
! width="33%"|
! width="50%"|
! |
! |
! width="33%"|
! width="50%"|
! |
! width="33%"|
|-  
|-  
|valign="top"|
|valign="top"|
== Features ==
== User documentation ==


* [[ MicroControl:Installation | Installation ]]
* [[ MicroControl:Installation | Installation ]]
* [[ MicroControl:Developer | Developer Documentation ]]
* [[ MicroControl#Usage | Usage ]]
* [[ MicroControl#Usage | Usage ]]
== Developer documentation ==
* [[ MicroControl:Developer | Implementation of diffeatuer Developer Documentation ]]
* [[ MicroControl:Design | Design and specifications ]]


This page is the home page
This page is the home page
All pages related to μControl (to be pronounced as micro-Control)
All pages related to μControl (to be pronounced as micro-Control)
[[category:MicroControl]]
[[category:MicroControl]]
= Usage =


=== Limitations ===
=== Limitations ===

Revision as of 22:11, 5 January 2011

Features

User documentation

Developer documentation

This page is the home page All pages related to μControl (to be pronounced as micro-Control)

Limitations

Currently all tests have been performed on LSM 510 series microscopes. I do have license for LSM 710 (zen) but it will require some more testing before deployment.

Zeiss API does not support exporting in latest LSM 5.X format. However it does support LSM 4.x format. It is also possible currently to map the desired channels to a single or multiple TIFF files.

Sandbox

Following is the test to see if source code insertion works

<source lang="php"> <? print("This is my PHP Code."); ?> </source>