@@ -37,7 +37,6 @@ class PlateAdapter(Resource):
3737 dz: The z-coordinate offset for well positioning, i.e. the outside-bottom of a well.
3838 adapter_item_dx: The x-dimension spacing of wells. Defaults to 9.0.
3939 adapter_item_dy: The y-dimension spacing of wells. Defaults to 9.0.
40- site_pedestal_z: The z-coordinate of the site pedestal. Defaults to None.
4140 category: The category of the PlateAdapter. Defaults to "plate_adapter".
4241 model: The model of the PlateAdapter. Defaults to None.
4342
@@ -70,7 +69,6 @@ def __init__(
7069 adapter_hole_size_x : float ,
7170 adapter_hole_size_y : float ,
7271 adapter_hole_size_z : float ,
73- site_pedestal_z : float ,
7472 adapter_hole_dx : float = 9.0 ,
7573 adapter_hole_dy : float = 9.0 ,
7674 plate_z_offset : float = 0.0 ,
@@ -97,7 +95,6 @@ def __init__(
9795 self .adapter_hole_dx = adapter_hole_dx
9896 self .adapter_hole_dy = adapter_hole_dy
9997 self .plate_z_offset = plate_z_offset
100- self .site_pedestal_z = site_pedestal_z
10198
10299 def compute_plate_location (self , resource : Plate ) -> Coordinate :
103100 """Compute the location of the `Plate` child resource in relationship to the `PlateAdapter` to
0 commit comments