Maarten
Maarten
Thanks for the very quick response! I recorded some [example_data](https://github.com/nimne/readlif/files/5894977/example_data.zip) today: one file where I imaged in the x-z plane rather than x-y, and another one where I used the...
> I'm not sure exactly how to adapt the API to handle all of the dimensions. I don't know if having all of the options in get_frame makes sense? I...
> A design choice/limitation is that the function will always need to return a 2-dimension 'image' (even if that is a n x 1 dimension image) in order to use...
Hi Nick, This looks great already. I'll have a look and see if I can test this on some of my data tomorrow morning. > I called it `get_extended_frame`, although...
Good point that a slice isn't necessarily 2D, get_plane sounds pretty clear to me. [Here's some 2-channel test data](https://github.com/nimne/readlif/files/6085317/testdata_2channel_xz.zip), with an xz image, xzt series and xzy series.
> Before I forget to ask, would I be able to include all of these test files in the github repo / project as part of the unit tests? Yes,...