Skip to content

Commit

Permalink
Removed since not implemented.
Browse files Browse the repository at this point in the history
I guess this method is a remnant from the time that the parent class (DataAccessor) had self.header defined. This is apparently no longer the case.
  • Loading branch information
HannoSpreeuw committed Oct 24, 2024
1 parent 7529c36 commit 4867a43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sourcefinder/accessors/lofarhdf5image.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ def __init__(self, source, plane=False, beam=False):
pipeline_version = source.attrs['PIPELINE_VERSION']
notes = source.attrs['NOTES']

def get_header(self):
# Preserved for API compatibility.
return self.header

def _read_data(self, source):
self.data = numpy.squeeze(source["map"])

Expand Down

0 comments on commit 4867a43

Please sign in to comment.