Difference between revisions of "Team:Cambridge-JIC/Make Your Own"

(Undo revision 232360 by MariaFMBalson (talk))
Line 153: Line 153:
 
                     1: "Okay!"
 
                     1: "Okay!"
 
                 });
 
                 });
                 step1 = new q.step("Besides bright-field, do you want dark-field imaging?", {
+
                 step1 = new q.step("Besides bright-field, do you need dark-field imaging?", {
 
                     0: "Yes",
 
                     0: "Yes",
 
                     1: "No"
 
                     1: "No"
Line 174: Line 174:
 
                     2: "Both",
 
                     2: "Both",
 
                 });
 
                 });
                 step4 = new q.step("Do you want the microscope to be fully battery-powered? This is ideal for field-work.", {
+
                 step4 = new q.step("Do you need your microscope to be fully battery-powered, e.g. for fieldwork?", {
 
                     0: "Yes",
 
                     0: "Yes",
 
                     1: "No"
 
                     1: "No"

Revision as of 11:15, 14 September 2015

Make Your Own

If you want to make your very own OpenScope, this is the page for you!

OpenScope is a modular microscope: you can use it in manual mode, or you can add motors for finer control. It is very easy to swap between manual and motorized modes.

You can also use bright-field imaging only, or extend the microscope to include fluorescence imaging or dark-field imaging.

It is also possible to make the microscope fully battery-powered (ideal for fieldwork!).