Skip to content

Commit

Permalink
Remove fixme lines, reported in #1729 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jun 14, 2021
1 parent 1d738d2 commit d3519c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions satpy/readers/msi_safe.py
Expand Up @@ -71,7 +71,6 @@ def _read_from_file(self):
@staticmethod
def _calibrate(proj):
proj = proj.where(proj > 0)
# FIXME: get this from MTD_MSIL1C.xml
quantification_value = 10000.
return proj / quantification_value * 100

Expand Down Expand Up @@ -156,8 +155,6 @@ def _do_interp(minterp, xcoord, ycoord):

def interpolate_angles(self, angles, resolution):
"""Interpolate the angles."""
# FIXME: interpolate in cartesian coordinates if the lons or lats are
# problematic
from geotiepoints.multilinear import MultilinearInterpolator

geocoding = self.root.find('.//Tile_Geocoding')
Expand Down

0 comments on commit d3519c3

Please sign in to comment.