At the moment it's only possible to load a single channel with the load_frame function. It would be nice to be able to say something like load_frame(channel=None, frame=0) or load_frame(channel=['cherry', 'GFP'], frame=0) to load all or several channels at once.
At the moment it's only possible to load a single channel with the
load_framefunction. It would be nice to be able to say something likeload_frame(channel=None, frame=0)orload_frame(channel=['cherry', 'GFP'], frame=0)to load all or several channels at once.