Page 1 of 1

Unrecoverable error in l0fix_modis

Posted: Mon Oct 21, 2019 2:07 am America/New_York
by swathy
Hi,
I was trying to process MODIS L0 to L1A data. I got the following error message

swathy@swathy:~/test$ for file in *.PDS; do modis_L1A.py $file; done
Running debug binaries...
  /home/swathy/seadas-7.4/ocssw/bin
l0fix_modis: Unrecoverable error in l0fix_modis!

Earlier this used to work. I have no idea why this is happening. It will be great if any of you can help.

Unrecoverable error in l0fix_modis

Posted: Tue Oct 22, 2019 12:16 pm America/New_York
by gfireman
You need to narrow down the issue, and provide more information so we can help you.

0.  Which version of Seadas are you running?
    cat /home/swathy/seadas-7.4/VERSION.txt
1.  You're running debug binaries, which tells me that you've recompiled the OCSSW software.  Why?  Are you sure the build completed correctly?
2.  Which granule does it fail on?  Try running with:
    for file in *.PDS; do echo; echo $file; modis_L1A.py --verbose --log $file; done
3.  Look in the Log* files for the affected granule for clues.

If you still don't have the answer, please post whatever new information you have.

Unrecoverable error in l0fix_modis

Posted: Tue Oct 22, 2019 12:22 pm America/New_York
by gfireman
BTW, I've moved your post to a new topic.