We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b4713 commit cfe1557Copy full SHA for cfe1557
heracles/catalog/filters.py
@@ -61,9 +61,9 @@ def __call__(self, page):
61
62
class FootprintFilter:
63
"""Filter a catalogue using a footprint map.
64
- This rempoves the pixels that are not in the footprint map.
65
- Moreover, it removes the pixels which have NaN values in the
66
- longitude and latitude columns."""
+ This rempoves the pixels that are not in the footprint map.
+ Moreover, it removes the pixels which have NaN values in the
+ longitude and latitude columns."""
67
68
def __init__(self, footprint, lon, lat):
69
"""Filter using the given footprint map and position columns."""
0 commit comments