innosat-mats / MATS-L1-processing

Python code for calibrating MATS images
MIT License
0 stars 1 forks source link

updating the test functions : #175

Closed Kernl67 closed 1 year ago

Kernl67 commented 1 year ago

updating test_calibration_output, as the artifact correction is now the first correction to be applied in l1a to l1b processing, changing the output order for L1_calibrate. adding test for artifact correction in the test_calibration_output function removing test for flatfield correction

Kernl67 commented 1 year ago

I commented the test for flatfield calibration out, because it didn't work with the calibration_output file downloaded from box, @lindamegner you might be more able to handle this if the flatfield has been changed in the latest L1b version

Kernl67 commented 1 year ago

Also I couldn't get the photometer test working, but it seems to be an issue on the testdata folder that is not updated on box rather than in the test file

OleMartinChristensen commented 1 year ago

Also I couldn't get the photometer test working, but it seems to be an issue on the testdata folder that is not updated on box rather than in the test file

Ok I will have a look at this and fix it (before we merge this thing in)

lindamegner commented 1 year ago

OK, I will try to see if I can get the flatfield working today.