Submodule: overlay

Time_Stamp

class flika.process.overlay.Time_Stamp

time_stamp(framerate,show=True)

Adds a time stamp to a movie

Parameters:
  • framerate (float) – The number of frames per second
  • show (bool) – Turns on or off the time stamp
Returns:

None

ShowCheckbox

class flika.process.overlay.ShowCheckbox(opacity_slider, parent=None)

Scale_Bar

class flika.process.overlay.Scale_Bar

scale_bar(width_microns, width_pixels, font_size, color, background, location, show=True)

Parameters:
  • width_microns (float) – width in microns
  • width_pixels (float) – width in pixels
  • font_size (int) – size of the font
  • color (string) – [‘Black’, White’]
  • background (string) – [‘Black’,’White’, ‘None’]
  • location (string) – [‘Lower Right’,’Lower Left’,’Top Right’,’Top Left’]
  • show (bool) – controls whether the Scale_bar is displayed or not