Skip to content
Snippets Groups Projects

Feature/improve l1 b reader

Closed Theres Küster requested to merge feature/improve_L1B_Reader into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
@@ -68,6 +67,9 @@ class Test_L1B_Reader(unittest.TestCase):
snr_swir=os.path.join(tmpdir, "SNR_D2.hdr"))
self.assertIsInstance(L1_obj, EnMAPL1Product_SensorGeo)
def test_bandnumbers(self):
print("bast scho")
if __name__ == "__main__":
unittest.main()
Loading