new trait for FRB called canvas_edges that defines the x and y low and high values for the frb
on changes in this trait, function called buffer_changed in fixed_res_buffer.js is triggered. This creates a new frb object and deposits it into the varmesh
The FRBViewer class in image_canvas.py now has a function called setup_controls() that returns an accordion with colormap and navigation widgets linked to the colormap and navigation-related traits in the FRB. These include:
Has the following features:
buffer_changed
infixed_res_buffer.js
is triggered. This creates a new frb object and deposits it into the varmeshFRBViewer
class inimage_canvas.py
now has a function calledsetup_controls()
that returns an accordion with colormap and navigation widgets linked to the colormap and navigation-related traits in the FRB. These include:Resolves #8