Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buyer's guide #486

Merged
merged 5 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Welcome to `recOrder`'s documentation

**I want to buy hardware for a polarized-light installation:** start with the [buyers guide](./buyers-guide.md).

**I would like to install `recOrder` on my microscope:** start with the [microscope installation guide](./microscope-installation-guide.md).

**I would like to use the `napari plugin`:** start with the [plugin guide](./napari-plugin-guide.md).
Expand Down
39 changes: 39 additions & 0 deletions docs/buyers-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Buyer's Guide

## Quantitative phase imaging:

You can use a transmitted light source (LED or a lamp) and a condenser commonly available on almost all microscopes. In addition to the transmitted light imaging path, you will need a motorized stage for acquiring through-focus image stacks.

## Quantitative polarization imaging (PolScope):

The following list of components assumes that you already have a transmitted light source (LED or a lamp) and a condenser.

Buyers have two options:
1. buy a complete hardware kit from the OpenPolScope project, or
2. assemble your own kit piece by piece.

### Buy a kit from the OpenPolScope project

- Read about the [OpenPolScope Hardware Kit](https://openpolscope.org/pages/OPS_Hardware.htm).
- Complete the [OpenPolScope information request form](https://openpolscope.org/pages/Info_Request_Form.htm).

### Buy individual components

The components are listed in the order in which they process light. See the build video here to see how to assemble these components on your microscope.

https://github.com/user-attachments/assets/a0a8bffb-bf81-4401-9ace-3b4955436b57

talonchandler marked this conversation as resolved.
Show resolved Hide resolved
| Part | Approximate Price | Notes |
|--------------------------|-------------------|-----------------------------|
| Illumination filter | $200 | We suggest [a Thorlabs CWL = 530 nm, FWHM = 10 nm notch filter](https://www.thorlabs.com/thorproduct.cfm?partnumber=FBH530-10).|
| Circular polarizer | $350 | We suggest [a Thorlabs 532 nm, left-hand circular polarizer](https://www.thorlabs.com/thorproduct.cfm?partnumber=CP1L532).|
| Liquid crystal compensator | $6,000 | Meadowlark optics LVR-42x52mm-VIS-ASSY. Although near-variants are listed in the [Meadowlowlark catalog](https://www.meadowlark.com/product/liquid-crystal-variable-retarder/), this is a custom part with two liquid crystals in a custom housing. [Contact Meadowlark](https://www.meadowlark.com/contact-us/) for a quote.|
| Liquid crystal control electronics | $2,000 | [Meadowlark optics D5020-20V](https://www.meadowlark.com/product/liquid-crystal-digital-interface-controller/). Choose the high-voltage 20V version.
| Liquid crystal adapter | $25-$500 | A 3D printed part that aligns the liquid crystal compensator in a microscope stand's illumination path. Check for your stand among the [OpenPolScope `.stl` files](https://github.com/amitabhverma/Microscope-LC-adapters/tree/main/stl_files) or [contact us](compmicro@czbiohub.org) for more options.|
| Circular analyzer (opposite handedness) | $350 | We suggest [a Thorlabs 532 nm, right-hand circular polarizer](https://www.thorlabs.com/thorproduct.cfm?partnumber=CP1R532).|

If you need help selecting or assembling the components, please start an issue on this GitHub repository or contact us at compmicro@czbiohub.org.

## Quantitative phase and polarization imaging (QLIPP):

Combining the Z-stage and the PolScope components listed above enables joint phase and polarization imaging with `recOrder`.
Loading