Page MenuHomePhabricator

Replace redundant ImageTimeSelector code by SelectImageByTimeStep/TimePoint
Open, LowPublic

Description

There is a lot of redundant boiler plate code in our code base that uses ImageTimeSelector filter to get access to an specific time step image. With the introduction of the helper functions SelectImageByTimeStep and SelectImageByTimePoint most of this boiler plate code can be removed by on function code.

The code base should be checked for the use of ImageTimeSelector and be refactored using the helper functions where appropriate.