taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Add getWellStatus() function to Plate #255

Closed SynbioLucas closed 8 years ago

SynbioLucas commented 8 years ago

Takes well number as input, returns status indicator for one of the three following statuses:

  1. Well has a function
  2. Well has no function
  3. Well is deselected

Used by drawPlate to draw wells correctly.

SynbioLucas commented 8 years ago

We decided not to change the display of a well when it has a function applied to it, so this function isn't really necessary.