in sdap/processors/__init__.py [0:0]
def process(self, input_data): nexus_tile = self.parse_input(input_data) for data in self.process_nexus_tile(nexus_tile): yield data