Skip to content

Commit cfe1557

Browse files
committed
format
1 parent 49b4713 commit cfe1557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

heracles/catalog/filters.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def __call__(self, page):
6161

6262
class FootprintFilter:
6363
"""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."""
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."""
6767

6868
def __init__(self, footprint, lon, lat):
6969
"""Filter using the given footprint map and position columns."""

0 commit comments

Comments
 (0)