Search found 623 matches

by OB SeaDAS - xuanyang02
Tue Mar 01, 2022 4:20 pm America/New_York
Forum: Questions/Comments
Question: modis_GEO cannot detect platform short name
Replies: 6

Re: modis_GEO cannot detect platform short name

Where did you get your L1A files?

Can you do the following command and see if ASSOCIATEDPLATFORMSHORTNAME is in the metadata of your L1A file?

Code: Select all

ncdump -h A2016212184500.L1A_LAC |grep "ASSOCIATEDPLATFORMSHORTNAME"
by OB SeaDAS - xuanyang02
Mon Feb 28, 2022 6:48 pm America/New_York
Forum: Questions/Comments
Question: modis_GEO cannot detect platform short name
Replies: 6

Re: modis_GEO cannot detect platform short name

I am assuming you are using SeaDAS 8.1.0. What tag of OCSSW are you using? You can run the following command and post the result here.

Code: Select all

/home/gbourdin/ocssw/bin/seadas_info
Please also share the name of your L1A file(s).
by OB SeaDAS - xuanyang02
Thu Feb 10, 2022 2:16 pm America/New_York
Forum: Questions/Comments
Question: Multilevel_processor issues
Replies: 8

Re: Multilevel_processor issues

Can you show me the image of the 4 L2 files you created through the modis_GEO -> modis_L1B -> l2gen step by step process instead of through multilevel_processor? A2004291221000.L2_LAC_OC.x.hdf A2004292211500.L2_LAC_OC.x.hdf A2004003203000.L2_LAC_OC.x.hdf A2004001204500.L2_LAC_OC.x.hdf Here is the he...
by OB SeaDAS - xuanyang02
Thu Feb 10, 2022 2:03 pm America/New_York
Forum: Questions/Comments
Question: Multilevel_processor issues
Replies: 8

Re: Multilevel_processor issues

I also attached the image of the 4 corresponding L2 files downloaded from https://oceandata.sci.gsfc.nasa.gov A2004291221000.L2_LAC_OC.nc A2004292211500.L2_LAC_OC.nc A2004003203000.L2_LAC_OC.nc A2004001204500.L2_LAC_OC.nc The geographic area looks consistent with the L2 files generated by multilevel...
by OB SeaDAS - xuanyang02
Thu Feb 10, 2022 1:52 pm America/New_York
Forum: Questions/Comments
Question: Multilevel_processor issues
Replies: 8

Re: Multilevel_processor issues

I tried multilevel_processor GUI with your setting, with the content of _inputFiles.lst as following -- corresponding to the files 119, 120, 121 and 122 on your attached image: /Users/***/Scenes/MODIS_AQUA/forum/A2004291221000.L1A_LAC /Users/***/Scenes/MODIS_AQUA/forum/A2004292211500.L1A_LAC /Users/...
by OB SeaDAS - xuanyang02
Thu Feb 10, 2022 10:19 am America/New_York
Forum: Questions/Comments
Question: import modules.ProcUtils as ProcUtils
Replies: 3

Re: import modules.ProcUtils as ProcUtils

Please change your script to call /home/andy/ocssw/bin/modis_GEO You can also do export OCSSWROOT=/home/andy/ocssw source $OCSSWROOT/OCSSW_bash.env and then call $OCSSWROOT/bin/modis_GEO in your script You need to add the following lines to your .bashrc file to configure your command line environmen...
by OB SeaDAS - xuanyang02
Fri Feb 04, 2022 5:51 pm America/New_York
Forum: Questions/Comments
Question: VIIRS l2gen error in initialization
Replies: 2

Re: VIIRS l2gen error in initialization

You can try to extract the L1A file to your region of interest, generate a geolocation file for the extracted L1A file, and then process the extracted L1A/GEO data with l2gen using the same par file content except the north/south/east/west options
by OB SeaDAS - xuanyang02
Fri Feb 04, 2022 4:29 pm America/New_York
Forum: Questions/Comments
Question: import modules.ProcUtils as ProcUtils
Replies: 3

Re: import modules.ProcUtils as ProcUtils

In SeaDAS 7, modis_GEO.py and getanc.py are in $OCSSWROOT/scripts, and anc_utils.py is in $OCSSWROOT/scripts/modules. In SeaDAS 8, modis_GEO and getanc are in $OCSSWROOT/bin, anc_utils.py is in $OCSSWROOT/bin/seadasutils. You need to call $OCSSWROOT/bin/modis_GEO rather than modis_GEO.py What was th...
by OB SeaDAS - xuanyang02
Thu Feb 03, 2022 5:54 pm America/New_York
Forum: Questions/Comments
Question: Multilevel_processor issues
Replies: 8

Re: Multilevel_processor issues

I did modis_GEO, modis_L1B and l2gen step by step on A2004006210000.L1A_LAC and created A2004006210000step.L2_LAC_OC And I tried multilevel_processor GUI with your setting(with A2004006210000.L1A_LAC being the context of _inputFiles.lst), and created A2004006210000mlp.L2_LAC_OC. This is Rrs_469 in A...
by OB SeaDAS - xuanyang02
Thu Feb 03, 2022 10:05 am America/New_York
Forum: Questions/Comments
Question: Multilevel_processor issues
Replies: 8

Re: Multilevel_processor issues

Please let us know a few things so we can replicate the error:

1. what version of SeaDAS and what tag of OCSSW you are using.
2. the name of an L1A file you processed
3. the input settings for the processors if not default
4. command line or GUI