Original request (comment from #543), from Loren Frank's lab in 2023: Allow creating an ImageSeries that references a sequence of consecutive frames from a video file that does not start at the first frame and/or does not go to the last frame. I am creating a new issue because the main issue of #543 is being resolved.
Proposed solution from @CodyCBakerPhD in #543: Add frame_index_range, a list of length-2 tuples, each tuple being start frame index and end frame index respectively, as an optional attribute to ImageSeries. If using entire video, this would become (0, num_frames_in_that_video). Applies only when format='external'.
The original request was deemed not very important from the Frank Lab. If additional use cases arise, we should consider implementing this.
Original request (comment from #543), from Loren Frank's lab in 2023: Allow creating an
ImageSeriesthat references a sequence of consecutive frames from a video file that does not start at the first frame and/or does not go to the last frame. I am creating a new issue because the main issue of #543 is being resolved.Proposed solution from @CodyCBakerPhD in #543: Add
frame_index_range, a list of length-2 tuples, each tuple being start frame index and end frame index respectively, as an optional attribute toImageSeries. If using entire video, this would become(0, num_frames_in_that_video). Applies only whenformat='external'.The original request was deemed not very important from the Frank Lab. If additional use cases arise, we should consider implementing this.