Thanks for sharing your SeaDAS info. It says you are running on MacOS 10.16, which I doubt. Could you please find out your Mac version by "About This Mac" on the Apple menu?
I am able to run l2gen successfully on the above mentioned file with OCSSW V2022.3 on MacOS 12.6.
Search found 470 matches
- Wed Mar 01, 2023 5:41 pm America/New_York
- Forum: Questions/Comments
- Question: L2gen failed with Segmentation fault
- Replies: 5
- Wed Mar 01, 2023 4:45 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen on landsat 8 collection 2
- Replies: 7
Re: l2gen on landsat 8 collection 2
We replicated the error and are looking into the issue. Thanks for reporting the bug.
- Tue Feb 28, 2023 5:08 pm America/New_York
- Forum: Questions/Comments
- Question: L2gen failed with Segmentation fault
- Replies: 5
Re: L2gen failed with Segmentation fault
You probably are not using the latest tag of SeaDAS science processing package (OCSSW). The latest tag is V2022.3.
Can you do SeaDAS-Toolbox -> Software & System Info and post the result here if you are using SeaDAS 8.3.0?
Can you do SeaDAS-Toolbox -> Software & System Info and post the result here if you are using SeaDAS 8.3.0?
- Mon Feb 27, 2023 2:36 pm America/New_York
- Forum: Questions/Comments
- Question: Color Scales
- Replies: 3
Re: Color Scales
If you are talking about the Range for Color Manipulation, you can change the Max value as you need.
- Fri Feb 24, 2023 5:55 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel 2B SeaDAS with blank Rrs
- Replies: 8
Re: Sentinel 2B SeaDAS with blank Rrs
l2gen on S2B_MSIL1C_20220423T135109_N0400_R024_T20HPB_20220423T172721.SAFE went through with no error, but I did get blank Rrs.
l2gen on S2B_MSIL1C_20180314T154009_N0206_R011_T18SVF_20180314T205107.SAFE went through with valid Rrs values.
l2gen on S2B_MSIL1C_20180314T154009_N0206_R011_T18SVF_20180314T205107.SAFE went through with valid Rrs values.
- Fri Feb 24, 2023 3:55 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel 2B SeaDAS with blank Rrs
- Replies: 8
Re: Sentinel 2B SeaDAS with blank Rrs
It turns out I am able to do l2gen on the MSI_S2A file you provided and created an L2 file with valid Rrs data
- Thu Feb 23, 2023 11:08 am America/New_York
- Forum: Questions/Comments
- Question: l2gen bug in setting subsetting options
- Replies: 2
Re: l2gen bug in setting subsetting options
Yes, it's a known bug. For resolution=250, 500, the work around is to do l1aextrract_modis first and the do l2gen without subset.
Here is a post that might be helpful -- viewtopic.php?p=11063&hilit=l2gen#p11029
Here is a post that might be helpful -- viewtopic.php?p=11063&hilit=l2gen#p11029
- Fri Feb 17, 2023 10:37 am America/New_York
- Forum: Questions/Comments
- Question: Sentinel 2B SeaDAS with blank Rrs
- Replies: 8
Re: Sentinel 2B SeaDAS with blank Rrs
You don't need to alter anything if you want to do l2gen on GUI with default values. However, if you want to do l2gen with "Multi-scattering with MUMM correction and MUMM NIR calculation", you need to choose "-10: Multi-scattering with MUMM correction and MUMM NIR calculation" fo...
- Fri Feb 17, 2023 10:24 am America/New_York
- Forum: Questions/Comments
- Question: Problem on MODIS L2 data processed
- Replies: 1
Re: Problem on MODIS L2 data processed
Please share what version of SeaDAS and what tag of SeaDAS Science Processing Package (OCSSW) you are using. Please also share the name of your L1A file, so we can try to replicate the error.
- Mon Feb 13, 2023 10:43 am America/New_York
- Forum: Questions/Comments
- Question: How to average images with clouds and ignore these cloud pixels?
- Replies: 11
Re: How to average images with clouds and ignore these cloud pixels?
Thanks George for pointing out the difference between the average of geophysical parameters and the math average. Hope I get it right this time -- ((chlor_a_M >= 0.0 ? chlor_a_M : 0) +( chlor_a_D0 >= 0.0 ? chlor_a_D0 : 0) + (chlor_a_D1 >= 0.0 ? chlor_a_D1 : 0)) / (((chlor_a_M >= 0.0 ? 1 : 0) + (chlo...