Search found 255 matches

by OB SeaDAS - dshea
Fri Mar 15, 2024 1:58 pm America/New_York
Forum: Questions/Comments
Question: l1bextract_oci TypeError
Replies: 2

Re: l1bextract_oci TypeError

Looks like I have the same problem.
It has been fixed and will be in the next tag T2024.14

don
by OB SeaDAS - dshea
Mon Dec 11, 2023 3:08 pm America/New_York
Forum: Questions/Comments
Question: Cannot install OCSSW Processors with SeaDAS 8.4.1
Replies: 4

Re: Cannot install OCSSW Processors with SeaDAS 8.4.1

Could you run

Code: Select all

/bin/bash -l
to see if you can run bash as a login shell. This is how seadas runs external commands.

don
by OB SeaDAS - dshea
Fri Aug 25, 2023 9:31 am America/New_York
Forum: Questions/Comments
Question: OCSSW installation error
Replies: 5

Re: OCSSW installation error

Unfortunately we are having problems delivering OCSSW binaries for the Mac M1/M2. Right now you have 2 choices. Use a Docker container to run OCSSW: https://seadas.gsfc.nasa.gov/client_server/ or build OCSSW on your mac. This is quite involved. For the mac you need to install XQuartz to get the X11 ...
by OB SeaDAS - dshea
Fri Jun 16, 2023 1:12 pm America/New_York
Forum: Questions/Comments
Question: L2gen Error - Error opening for writing, Unknown field with tag ...
Replies: 1

Re: L2gen Error - Error opening for writing, Unknown field with tag ...

I think you are asking for a non-existing product. Are you trying to get diatoms_hirata?

Could you send me the parameters you are giving l2gen.

don
by OB SeaDAS - dshea
Thu Jun 15, 2023 12:56 pm America/New_York
Forum: Questions/Comments
Question: geolocate_hawkeye path bug
Replies: 1

Re: geolocate_hawkeye path bug

geolocate_hawkeye does not take the normal command line parameters, it only has positional params. The error message you see is just an error message to the developer used to debug the problem. I have tired to get my name off of the source filename error printout, but I am the one who compiles the c...
by OB SeaDAS - dshea
Thu Jun 15, 2023 12:46 pm America/New_York
Forum: Questions/Comments
Question: SeaHawk/Hawkeye L1B geolocation issue
Replies: 3

Re: SeaHawk/Hawkeye L1B geolocation issue

For hawkeye you need to give the geo file also. This command should do the trick: l1bgen_generic ifile=/Volumes/Megalodon/SeaHawk/L1A/SEAHAWK1_HAWKEYE.20230512T213239.L1A.nc ofile=/Volumes/Megalodon/SeaHawk/L1B/SEAHAWK1_HAWKEYE.20230512T213239.L1B.nc geofile=/Volumes/Megalodon/SeaHawk/L1B/SEAHAWK1_H...
by OB SeaDAS - dshea
Tue May 02, 2023 11:04 am America/New_York
Forum: Questions/Comments
Question: HawkEye L2 coordinates - where are they stored?
Replies: 4

Re: HawkEye L2 coordinates - where are they stored?

There geolocation is not in the geophysical_data group. The lat/lon for each pixel is stored in the navigation_data group. Output from ncdump: group: navigation_data { variables: float longitude(number_of_lines, pixel_control_points) ; longitude:long_name = "Longitude" ; longitude:units = ...
by OB SeaDAS - dshea
Wed Apr 19, 2023 9:10 am America/New_York
Forum: Questions/Comments
Question: dynamic library error after updating to Tag V2023.1 and V2023.2
Replies: 2

Re: dynamic library error after updating to Tag V2023.1 and V2023.2

Yes, looks like a shared lib problem. The demangled name is just "string.find()" _std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char const*, unsigned long, unsigned long) const Could you try installing tag "T2023.9" I have fixed a few share...
by OB SeaDAS - dshea
Fri Mar 17, 2023 6:28 pm America/New_York
Forum: Questions/Comments
Question: Error in building OCSSW binaries; SeaDAS 8.2.0 Build from Source Code
Replies: 3

Re: Error in building OCSSW binaries; SeaDAS 8.2.0 Build from Source Code

with gcc11 you need some newer updates to the code. I have built opt/src and ocssw_src on ubuntu22.04 by installing tag T2023.5 install_ocssw -t T2023.5 --src cd $OCSSWROOT rm -rf build mkdir build cd build cmake .. make -j 20 install Your other option would be to install gcc-9, g++-9 and gfortran-9...
by OB SeaDAS - dshea
Fri Mar 03, 2023 8:45 am America/New_York
Forum: Questions/Comments
Question: Install OCSSW SeaDAS 8.3 Mac OS
Replies: 8

Re: Install OCSSW SeaDAS 8.3 Mac OS

Send me the output from the menu item:
SeaDAS-Toolbox->Software & System Info...

don