Search found 64 matches

by gfireman
Wed Mar 04, 2020 9:40 am America/New_York
Forum: Questions/Comments
Question: Thank you for olci_L1B_extract.py
Replies: 1

Thank you for olci_L1B_extract.py

You're welcome!  :grin:
- Gwyn
by gfireman
Mon Feb 24, 2020 11:10 am America/New_York
Forum: Questions/Comments
Question: HDF5 error while running BuildIt
Replies: 5

HDF5 error while running BuildIt

Please, PLEASE submit large files as attachments!  Including them in message text is visual clutter and makes the forum hard to read.
by gfireman
Fri Feb 21, 2020 2:11 pm America/New_York
Forum: Questions/Comments
Question: Problem with modis_L1A.py downloaded on February 17, 2020
Replies: 6

Problem with modis_L1A.py downloaded on February 17, 2020

You should include the partial minute in the pcf.
by gfireman
Mon Feb 17, 2020 2:07 pm America/New_York
Forum: Questions/Comments
Question: terra LUTS
Replies: 1

terra LUTS

The incorrect LUTs were put in place on 2020-01-22.  That said, you should check your L2 file metadata to find the first instance of "xcal_modist_txc_oc_v1.37c", and reprocess from then until "xcal_modist_txc_oc_v1.38b" appears.
by gfireman
Fri Feb 14, 2020 2:28 pm America/New_York
Forum: Questions/Comments
Question: atteph failing
Replies: 2

atteph failing

Brock,This failure is related to this post.  If my fix to allow 3 atteph files has not yet been released, you can download the new files from this forum post.  We do not anticipate ever being able to use four atteph files.There may be a bug in the way the parfile is parsed; we'll look ...
by gfireman
Tue Oct 22, 2019 12:22 pm America/New_York
Forum: Questions/Comments
Question: Unrecoverable error in l0fix_modis
Replies: 2

Unrecoverable error in l0fix_modis

BTW, I've moved your post to a new topic.
by gfireman
Tue Oct 22, 2019 12:16 pm America/New_York
Forum: Questions/Comments
Question: Unrecoverable error in l0fix_modis
Replies: 2

Unrecoverable error in l0fix_modis

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.txt1.  You're running debug binaries, which tells me that you've recompiled the OCSSW software.  Why...
by gfireman
Tue Sep 10, 2019 10:17 am America/New_York
Forum: Questions/Comments
Question: ocssw 7.5 modis_L1A.py failed to process some pds
Replies: 3

ocssw 7.5 modis_L1A.py failed to process some pds

Pavel -You have found a bug!  In code that I wrote, even. In operational processing, we need to make sure the last scan is processed even if it's partial, so we round the granule endtimes to the nearest 5-min boundary.  It turns out that approach doesn't always work - in your examp...
by gfireman
Tue Jul 30, 2019 11:53 am America/New_York
Forum: Questions/Comments
Question: Did something change in VIIRS day_night_flag in 2017?
Replies: 3

Did something change in VIIRS day_night_flag in 2017?

P. S. - Use "h5dump -A" to see the datatype of attributes; "ncdump -h" won't do it.
by gfireman
Tue Jul 30, 2019 11:47 am America/New_York
Forum: Questions/Comments
Question: Did something change in VIIRS day_night_flag in 2017?
Replies: 3

Did something change in VIIRS day_night_flag in 2017?

Hi, Barney -There is a problem with reading string attributes with the H5 interface.The new netcdf library (netcdflibversion=xx.xxx.xx.xx|hdf5libversion=1.8.18) writes strings with type CSET H5T_CSET_UTF8;the older version wrote them as CSET H5T_CSET_ASCII.Our version of IDL (and, apparently, yours)...