Commit d45c38e7 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Updates tests for high latitudes and accounts for ISIS offset issues

parent 2c4576b9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -368,7 +368,6 @@ class ISISSensor(BaseSensor):

        """
        res = self._point_info(sample, line, "image", allowoutside=allowoutside)

        if isinstance(sample, (collections.abc.Sequence, np.ndarray)):
            lon_list = list()
            lat_list = list()
@@ -381,7 +380,6 @@ class ISISSensor(BaseSensor):
        else:
            lons = self._get_value(res[lontype])
            lats = self._get_value(res[lattype])

        return lons, lats   

    def lonlat2xyz(self, lon, lat):