MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / set_pixel_or_pos

Method set_pixel_or_pos

pyxrf/model/draw_image.py:372–374  ·  view source on GitHub ↗
(self, pixel_or_pos)

Source from the content-addressed store, hash-verified

370 self.show_image()
371
372 def set_pixel_or_pos(self, pixel_or_pos):
373 self.pixel_or_pos = pixel_or_pos
374 self.show_image()
375
376 def set_grid_interpolate(self, grid_interpolate):
377 self.grid_interpolate = grid_interpolate

Callers

nothing calls this directly

Calls 1

show_imageMethod · 0.95

Tested by

no test coverage detected