Search found 619 matches

by OB SeaDAS - xuanyang02
Mon Nov 22, 2021 9:55 am America/New_York
Forum: Questions/Comments
Question: L3 Browser extract data error
Replies: 12

Re: L3 Browser extract data error

Select input_files.txt as your ifile in l3bin GUI. See the attached image. Screen Shot 2021-11-22 at 9.46.31 AM.png The content of your input_files.txt should be: AQUA_MODIS.20160101_20161231.L3b.YR.SST.nc AQUA_MODIS.20170101_20171231.L3b.YR.SST.nc AQUA_MODIS.20180101_20181231.L3b.YR.SST.nc AQUA_MOD...
by OB SeaDAS - xuanyang02
Mon Nov 22, 2021 9:21 am America/New_York
Forum: Questions/Comments
Question: Why does hicO's Lt(top of atmosphere) data exceed 1?
Replies: 9

Re: Why does hicO's Lt(top of atmosphere) data exceed 1?

The unit of Lt in HICO L1B is W/m^2/micrometer/sr.
by OB SeaDAS - xuanyang02
Mon Nov 22, 2021 9:09 am America/New_York
Forum: Questions/Comments
Question: How to generate L3M product from L1B data source?
Replies: 3

Re: How to generate L3M product from L1B data source?

l2bin creates a Level 3 bin file (L3b) from one or more Level 2 input files, and l3mapgen creates a Level 3 mapped image (L3m) from a Level 3 bin file. See https://seadas.gsfc.nasa.gov/help-8.1.0/processors/ProcessL2bin.html https://seadas.gsfc.nasa.gov/help-8.1.0/processors/ProcessL3mapgen.html htt...
by OB SeaDAS - xuanyang02
Mon Nov 15, 2021 3:48 pm America/New_York
Forum: Questions/Comments
Question: OCSSW: Remote server is down
Replies: 11

Re: OCSSW: Remote server is down

To process SeaDAS OCSSW in Windows, you need to do client-server configuration first. Please follow the instructions in https://seadas.gsfc.nasa.gov/client_server/ to
1. Installing an OCSSW Server
2. Configure the Virtual Machine
3. Deploy the OCSSW Web Services Package
by OB SeaDAS - xuanyang02
Mon Nov 15, 2021 11:28 am America/New_York
Forum: Questions/Comments
Question: Re: Hawkeye L1A files are different after Oct.25th ?
Replies: 2

Re: Hawkeye L1A files are different after Oct.25th ?

Thanks for reporting the bug, we just fixed it. It'll be in the next operational tag of OCSSW.
by OB SeaDAS - xuanyang02
Mon Nov 15, 2021 10:31 am America/New_York
Forum: Questions/Comments
Question: Issue with l2bin and Meris level 2 files
Replies: 1

Re: Issue with l2bin and Meris level 2 files

Can you run

Code: Select all

seadas_info
on your terminal and post the result here?

Can you also

Code: Select all

ls -l outputfile.nc
or

Code: Select all

ncdump -h outputfile.nc
and see if outputfile.nc was generated?

Can you also provide the content of inputfile.nc, so we can reproduce the error?
by OB SeaDAS - xuanyang02
Fri Nov 12, 2021 4:54 pm America/New_York
Forum: Questions/Comments
Question: Call l2bin with Python
Replies: 2

Re: Call l2bin with Python

A1: I think you are doing the right way to call 'l2bin' from python code. There is an example of calling 'l2bin' in $OCSSWROOT/bin/multilevel_processor.py: def run_l2bin(proc): """ Set up for and perform L2 binning. """ prog = os.path.join(proc.ocssw_bin, 'l2bin') if no...
by OB SeaDAS - xuanyang02
Fri Nov 12, 2021 9:06 am America/New_York
Forum: Questions/Comments
Question: modis_L1B.py ERROR
Replies: 2

Re: modis_L1B.py ERROR

In SeaDAS 7.5, modis_L1B.py is in $OCSSWROOT/scripts. In SeaDAS 8.1.0, modis_L1B is in $OCSSWROOT/bin. Notice .py is dropped.

Try

Code: Select all

$ modis_L1B A2021247033000.L1A_LAC_04sep.sub A2021247033000.GEO.sub
See https://seadas.gsfc.nasa.gov/help-8.1.0 ... s_L1B.html
by OB SeaDAS - xuanyang02
Wed Nov 10, 2021 10:43 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

It seems that you have 'aqua', 'terra', 'seawifs', 'viirsn', 'viirsj1' installed, but have problems with update_luts? SeaDAS points to /Users/bcollist/opt/anaconda3/bin/python3. Can you try /Users/bcollist/opt/anaconda3/bin/python3 -m pip install requests You need Python requests package v2.18.0 or ...
by OB SeaDAS - xuanyang02
Tue Nov 09, 2021 2:41 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 8 install_OCSSW problem with python requests
Replies: 45

Re: SeaDAS 8 install_OCSSW problem with python requests

In your SeaDAS GUI, can you do SeaDAS-OCSSW -> SeaDAS/System Info and copy and paste the result here?