Unrecoverable error in l0fix_modis

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
swathy
Posts: 12
Joined: Wed Jun 22, 2016 11:00 am America/New_York
Answers: 0

Unrecoverable error in l0fix_modis

by swathy » Mon Oct 21, 2019 2:07 am America/New_York

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.

Tags:

gfireman
Posts: 64
Joined: Thu Jan 07, 2010 2:59 pm America/New_York
Answers: 0

Unrecoverable error in l0fix_modis

by gfireman » Tue Oct 22, 2019 12:16 pm America/New_York

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.

gfireman
Posts: 64
Joined: Thu Jan 07, 2010 2:59 pm America/New_York
Answers: 0

Unrecoverable error in l0fix_modis

by gfireman » Tue Oct 22, 2019 12:22 pm America/New_York

BTW, I've moved your post to a new topic.

Post Reply