olivierhagolle / Start_maja

To process a Sentinel-2 time series with MAJA cloud detection and atmospheric correction processor
Other
51 stars 15 forks source link

MAJA 3.1.1 README file has nothing #24

Closed dorbodwolf closed 5 years ago

dorbodwolf commented 5 years ago

About Documentation

I installed maja by MAJA-3.1.1_MuscateOnly.run in Ubuntu 16.04, and it is succeed.

Creating directory /opt/maja/3.1.1 Verifying archive integrity... 100% All good. Uncompressing MAJA 3.1.1 100%
You can now run /opt/maja/3.1.1/bin/maja List of spectral camera enabled: More documentation can be found in /opt/maja/3.1.1/README

I can run maja by ./maja, but the README file has almost nothing just one line:

HOWTO INSTALL

Who can tell me where to find the documentation of version 3.1.1 I only have documentation of version v1.0 written in 2017-01-20(SETG-MU-MAJA-010-CS).

Thanks.

About Test MAJA

I test MAJA following test documentation by commend line: /opt/maja/3.1.1/bin# ./maja -i '.../S2_NOMINAL/input_maja1.0' -o '.../S2_NOMINAL/output_maja1.0' -m L2NOMINAL -ucs '.../S2_NOMINAL/userconf' -TileId 36JTT but it give me ERROR of unknown TileId

The following '-TileId' option is unknown !! [000000015167] [W] Application handler initialization: Parser command line : bad argument! 2018-12-25T10:13:49.034411 dorbodwolf-Precision-Tower-3620 maja-processing-3.1.1 3.1 [000000015167] [E] vns::Data::ERROR: : ResourceProbeHandler::GetInstance(): Internal error. Cannot get ResourceProbeHandler Instance : instance was not yet created. [vnsResourceProbeHandler.h:GetInstance:97] 2018-12-25T10:13:49.034455 dorbodwolf-Precision-Tower-3620 maja-processing-3.1.1 3.1 [000000015167] [E] Unable to gather information from the context [vnsMajaMainProcessor.cxx:main:73]

Thanks.

olivierhagolle commented 5 years ago

Hi Dorbodwolf, Sorry for replying late ... christmas break

You might try --TileId (with double dash). But my better advice would be to try using MAJA with the start_maja.py utility, which handles the parameterization of MAJA, and its various modes (backward, nominal) much better.

Best regards, Olivier

dorbodwolf commented 5 years ago

Hi Dorbodwolf, Sorry for replying late ... christmas break

You might try --TileId (with double dash). But my better advice would be to try using MAJA with the start_maja.py utility, which handles the parameterization of MAJA, and its various modes (backward, nominal) much better.

Best regards, Olivier

Thank you, Olivier Hagolle , I will use start_maja.py.