Class: LabwareCreators::QuadrantStampBase
- Inherits:
-
MultiStamp
- Object
- Base
- MultiStamp
- LabwareCreators::QuadrantStampBase
- Defined in:
- app/models/labware_creators/quadrant_stamp_base.rb
Overview
Basic quadrant stamp behaviour, applies no special request filters See MultiStamp for further documentation
Handles the generation of 384 well plates from 1-4 96 well plates.
Briefly, 96 well plates get stamped onto 384 plates in an interpolated pattern eg. where P1-4 is Plate 1-4 --
–--
–--
–+–~ |P1|P3|P1|P3|P1|P3|P1 |A1|A1|A2|A2|A3|A3|A4 --
–--
–--
–+–~ |P2|P4|P2|P4|P2|P4|P1 |A1|A1|A2|A2|A3|A3|A4 --
–--
–--
–+–~ |P1|P3|P1|P3|P1|P3|P1 |B1|B1|B2|B2|B3|B3|B4 --
–--
–--
–+–~ |P2|P4|P2|P4|P2|P4|P1 |B1|B1|B2|B2|B3|B3|B4
The transfers layout ‘quadrant’ described above is implemented client side.
Direct Known Subclasses
Constructor Details
This class inherits a constructor from LabwareCreators::Base