FIDUCEO / FCDR_HIRS

Other
1 stars 2 forks source link

Global source attribute gets overwritten #319

Closed gerritholl closed 5 years ago

gerritholl commented 5 years ago

The global source attribute gets overwritten within generate_fcdr.py:

grep -wn source generate_fcdr.py
630:        piece_easy.attrs["source"] = ("Produced with HIRS_FCDR code, "
760:        easy.attrs["source"] = src_filenames

As a consequence, I do not have the original L1B as I should.