CNES / MAJA

Level-2A processor used for atmospheric correction and cloud-detection. The active repository is the one below, this one is kept to leave access to the older issues.
https://gitlab.orfeo-toolbox.org/maja/maja
Apache License 2.0
137 stars 25 forks source link

[reprog-rc1] Generating workplan with 1 backward product #47

Closed jerome-colin closed 4 years ago

jerome-colin commented 4 years ago

Bug in the creation of a workplan with 12 products found but only 1 set for backward.

File "/softs/projets/maccs/MAJA_INSTALL/4.1.0/lib/python/orchestrator/processor/l2_backward_processor.py", line 93, in scientific_processing raise MajaDataException("L2BackwardProcessing need more than one input L1 image product.")

Workplan:

2020-03-02 17:30:58,858 [INFO ] 12 workplan(s) successfully created:
               DATE |  TILE |     MODE |                                                             L1-PRODUCT | ADDITIONAL INFO
2018-04-03 10:40:19 | 31TFJ | BACKWARD |      S2B_MSIL1C_20180403T104019_N0206_R008_T31TFJ_20180403T132754.SAFE | Backward of 1 products
2018-04-05 10:30:21 | 31TFJ |  NOMINAL |      S2A_MSIL1C_20180405T103021_N0206_R108_T31TFJ_20180405T141122.SAFE | L2 from previous
2018-04-08 10:40:21 | 31TFJ |  NOMINAL |      S2A_MSIL1C_20180408T104021_N0206_R008_T31TFJ_20180408T124948.SAFE | L2 from previous
2018-04-10 10:30:19 | 31TFJ |  NOMINAL |      S2B_MSIL1C_20180410T103019_N0206_R108_T31TFJ_20180410T131717.SAFE | L2 from previous
2018-04-13 10:40:19 | 31TFJ |  NOMINAL |      S2B_MSIL1C_20180413T104019_N0206_R008_T31TFJ_20180413T115514.SAFE | L2 from previous
2018-04-15 10:30:21 | 31TFJ |  NOMINAL |      S2A_MSIL1C_20180415T103021_N0206_R108_T31TFJ_20180415T142301.SAFE | L2 from previous
2018-04-18 10:40:21 | 31TFJ |  NOMINAL |      S2A_MSIL1C_20180418T104021_N0206_R008_T31TFJ_20180418T125356.SAFE | L2 from previous
2018-04-20 10:30:19 | 31TFJ |  NOMINAL |      S2B_MSIL1C_20180420T103019_N0206_R108_T31TFJ_20180420T114307.SAFE | L2 from previous
2018-04-23 10:40:19 | 31TFJ |  NOMINAL |      S2B_MSIL1C_20180423T104019_N0206_R008_T31TFJ_20180423T114954.SAFE | L2 from previous
2018-04-25 10:30:21 | 31TFJ |  NOMINAL |      S2A_MSIL1C_20180425T103021_N0206_R108_T31TFJ_20180425T174016.SAFE | L2 from previous
2018-04-28 10:40:21 | 31TFJ |  NOMINAL |      S2A_MSIL1C_20180428T104021_N0206_R008_T31TFJ_20180428T125712.SAFE | L2 from previous
2018-04-30 10:30:19 | 31TFJ |  NOMINAL |      S2B_MSIL1C_20180430T103019_N0206_R108_T31TFJ_20180430T113518.SAFE | L2 from previous
petket-5 commented 4 years ago

Will take a look at this now. This is independent of the version used in Maja as it's clearly a bug in Start_maja.

Peter

petket-5 commented 4 years ago

Hi Jerome,

I realised I hadn't updated the Start_maja repo. I updated it now, the bug should be fixed. Can you check please?

Thank you! Peter

jerome-colin commented 4 years ago

It works, thank you Peter !