Search found 24 matches
- Thu Mar 20, 2025 9:39 am America/New_York
- Forum: Home
- Question: Issue with PACE OCI L2 UAA NRT
- Replies: 1
Re: Issue with PACE OCI L2 UAA NRT
Hi, this is a known issue (a bug was introduced in the reprocessing of the Test product). We caught it yesterday and the team are working on identifying the cause and reprocessing.
- Mon Dec 16, 2024 2:59 pm America/New_York
- Forum: Home
- Question: Questions about PACE OCI Cloud product
- Replies: 1
Re: Questions about PACE OCI Cloud product
Hi, sorry for the delayed response - I thought I had notifications on but apparently not, have fixed that now. We don't have a lot of documentation about the cloud products now as they are still "test" status but are expecting it will be more complete in the next reprocessing as we move to...
- Thu May 10, 2018 1:14 pm America/New_York
- Forum: Home
- Question: SeaWiFS water vapour absorption/transmittance calculation in SeaDAS l2gen
- Replies: 1
SeaWiFS water vapour absorption/transmittance calculation in SeaDAS l2gen
Oh hang on, I think I'm an idiot and the numbers I was getting in the above were right. :) Mea culpa.The VIIRS/MODIS figures I had pulled for comparison were not what I thought they were. Going back to my code and getting the correct numbers, I get similar corrections of up to a few percent for ...
- Thu May 10, 2018 11:52 am America/New_York
- Forum: Home
- Question: SeaWiFS water vapour absorption/transmittance calculation in SeaDAS l2gen
- Replies: 1
SeaWiFS water vapour absorption/transmittance calculation in SeaDAS l2gen
Hi all,I’m trying to isolate the SeaWiFS trace gas absorption for water vapour as a sanity check on something. The calculation for two-way transmittance is a fairly simple expression in water_vapor.c within l2gen:/* Returns SeaWiFS water-vapor transmittance */float water_vapor (int iband, float uH2O...
- Thu Mar 08, 2018 12:05 pm America/New_York
- Forum: Home
- Question: Tilt flag/identification in SeaWiFS L1b data (via l1bgen)?
- Replies: 4
Tilt flag/identification in SeaWiFS L1b data (via l1bgen)?
Aha! Even better. :) Thanks! I scanned the flags for a tilt but it didn't click that NAVWARN would cover that. Mea culpa, I should read more closely!
Andy
Andy
- Thu Mar 08, 2018 10:53 am America/New_York
- Forum: Home
- Question: Tilt flag/identification in SeaWiFS L1b data (via l1bgen)?
- Replies: 4
Tilt flag/identification in SeaWiFS L1b data (via l1bgen)?
Thanks, Fred! Yes, that's a better solution. I'll do it that way.
Andy
Andy
- Thu Mar 08, 2018 10:10 am America/New_York
- Forum: Home
- Question: Tilt flag/identification in SeaWiFS L1b data (via l1bgen)?
- Replies: 4
Tilt flag/identification in SeaWiFS L1b data (via l1bgen)?
Hi all,I've been running l1bgen to convert SeaWiFS GAC L1a data to L1b (I don't need L2 data, just the L1b, hence l1bgen not l2gen). I'd like to be able to identify scan lines during which the spacecraft is tilting, so I can have a way to mask them out later (in case they give me trouble...
- Wed Mar 07, 2018 9:07 am America/New_York
- Forum: Home
- Question: Quick SeaWiFS l1bgen usage/calibration question
- Replies: 5
Quick SeaWiFS l1bgen usage/calibration question
Thanks, both of you. I appreciate the suggestions. In that case I'll give that a shot when SeaDAS 7.5 comes out. For the moment I can just pull the land mask from OCSSW (ocssw/run/data/common/landmask_GMT15ARC.nc) when I read in the L1b and use that directly to categorise pixels; I tested this m...
- Tue Mar 06, 2018 2:46 pm America/New_York
- Forum: Home
- Question: Quick SeaWiFS l1bgen usage/calibration question
- Replies: 5
Quick SeaWiFS l1bgen usage/calibration question
Thanks Sean, that is good to know! So to use the latest coefficients (until SeaDAS 7.5) my call looks like this:l1bgen ifile=/data15/asayer/aac/seawifs_input/l1a/S1997259070828.L1A_GAC.x.hdf ofile=/data15/asayer/aac/seawifs_input/l1b/S1997259070828.L1B_GAC.x.h5 gain="[1.0014, 0.9925, 0.9820, 0....
- Tue Mar 06, 2018 11:19 am America/New_York
- Forum: Home
- Question: Quick SeaWiFS l1bgen usage/calibration question
- Replies: 5
Quick SeaWiFS l1bgen usage/calibration question
Hi all,I have a quick question about command-line usage of l1bgen from SeaDAS 7.4. My goal is to take L1a files and make L1b files using the latest available calibration coefficients, etc. Reading the documentation I was not 100% sure whether I need to specify the calibration files etc or whether ju...