Search found 65 matches

by gfireman
Thu May 08, 2025 10:57 am America/New_York
Forum: Home
Question: PACE OCI data analysis
Replies: 1

Re: PACE OCI data analysis

Which tools are you using?

First thing to try:

Code: Select all

ncdump -h $file
will print the NetCDF4 metadata, so you can determine the file structure.

That will tell you that the OCI Rrs product is 3-dimensional, the third dimension being a function of wavelength.
by gfireman
Fri Jun 16, 2023 10:41 am America/New_York
Forum: Home
Question: Cannot read L3 files from http://oceancolor.gsfc.nasa.gov !
Replies: 1

Re: Cannot read L3 files from http://oceancolor.gsfc.nasa.gov !

Most likely you are trying to read an L3b file, which contains binned data that cannot be displayed. Try the L3m files, which contain mapped data.
by gfireman
Wed Feb 15, 2023 1:10 pm America/New_York
Forum: Home
Question: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code
Replies: 8

Re: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code

One of the install scripts relies on csh - do you have that shell installed?
Please:

Code: Select all

echo $SHELL
ls -l $(which sh) $(which csh)
by gfireman
Wed Feb 15, 2023 11:39 am America/New_York
Forum: Home
Question: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code
Replies: 8

Re: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code

This is very puzzling. I wonder what is deleting your directories. Please do the following: cd /home/reema/Desktop/ocssw_src/opt/src/sdptk/ pwd -P /bin/rm -rf TOOLKIT install_ocssw --status tar xf SDPTK5.2.20v1.01.tar.Z ls -l /home/reema/Desktop/ocssw_src/opt/src/sdptk/TOOLKIT/bin/INSTALL-Toolkit ls...
by gfireman
Tue Feb 14, 2023 4:02 pm America/New_York
Forum: Home
Question: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code
Replies: 8

Re: SDP Toolkit Installation Error in SeaDAS 8.2.0 Build from source code

Did you perhaps run this twice, in parallel windows or processes? Our installation script will unpack source code directories from the tar file, run the installation, then delete source directories - unless it's run in debug mode, triggered by export OCSSW_DEBUG=1 What happens when you try to build ...
by gfireman
Fri Aug 05, 2022 11:33 am America/New_York
Forum: Home
Question: Missing attitude files!
Replies: 15

Re: Missing attitude files!

by gfireman
Mon May 10, 2021 5:22 pm America/New_York
Forum: Home
Question: Why does this not return a second eph2
Replies: 2

Re: Why does this not return a second eph2

This was in fact an incomplete L0 file. A full-size replacement is now available from https://oceandata.sci.gsfc.nasa.gov (/MODIS-Aqua/L0/2021/118/)]. Please note that this version was compressed with xz instead of our usual bzip2.
by gfireman
Mon May 10, 2021 1:36 pm America/New_York
Forum: Home
Question: Why does this not return a second eph2
Replies: 2

Re: Why does this not return a second eph2

Each "refined" Aqua ephemeris covers 24 hours, so for most granules only one is needed. By contrast, the refined attitude files cover only two hours, so each granule adjacent to an even hour (UTC) will require two attitude files to ensure coverage of the last/first scan lines. In this case...
by gfireman
Thu Jun 18, 2020 12:03 pm America/New_York
Forum: Home
Question: Reproducing chlor_a from oc3m and CI
Replies: 4

Reproducing chlor_a from oc3m and CI

Dirk -

On the command line, you can run
install_ocssw.py --src
to install source code in your SeaDAS directory (install_ocssw.py --help to see all options).

I'm sure there's a GUI way to do this too, but I don't use the GUI much :)

- Gwyn
by gfireman
Tue May 26, 2020 5:34 pm America/New_York
Forum: Home
Question: Problem Files?
Replies: 6

Problem Files?

I hope so.  IIUC, our production staff will let the atteph production people know that there's a problem, and they'll take it from there.