Map coefficient of variation (CV) and standard deviation (STD)

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
miketaku111
Posts: 9
Joined: Fri Oct 04, 2024 2:43 am America/New_York
Answers: 0
Been thanked: 1 time

Map coefficient of variation (CV) and standard deviation (STD)

by miketaku111 » Tue Oct 08, 2024 8:51 am America/New_York

jcfischer wrote:
> Dear colleagues, the command combination l2bin + l3mapgen enables the
> creation of level 3 mapped image files out of level 2 files. The combined
> run of those two commands will result in mapped images of the mean of a
> selected product (in my case Kd_490) representing an indicated period of
> time (e.g. days, 8-days, months, years, ...). I would like to know whether
> there is an opportunity in SeaDAS to create the similar files but this time
> mapping the coefficient of variation (CV) and the standard variation (STD).
> This information is already there but how can I display those two
> statistical variables in a map like the one for the mean? Is there a way to
> calculate this from the created mean files or how else can this be done?
> Thanks in advance! Your help is highly appreciated. Greetings, JC

Is it possible in SeaDAS to map the coefficient of variation (CV) and standard deviation (STD) for a product like Kd_490, similar to how the mean is mapped using l2bin and l3mapgen?

Filters:

OB SeaDAS - dshea
Subject Matter Expert
Subject Matter Expert
Posts: 271
Joined: Thu Mar 05, 2009 10:25 am America/New_York
Answers: 0
Been thanked: 2 times

Re: Map coefficient of variation (CV) and standard deviation (STD)

by OB SeaDAS - dshea » Fri Oct 11, 2024 10:45 am America/New_York

You can add a modifier to the product requested to get different values out of the bin file. From the l3mapgen help:

Code: Select all

   product (string) = comma separated list of products.
        Each product can have an optional colon and modifier appended.
        For example, "product=chlor_a,chlor_a:stdev,Kd_490:nobs"
        Available modifiers:
            avg       average value (default)
            stdev     standard deviation
            var       variance
            nobs      number of observations in the bin
            nscenes   number of contributing scenes
            obs_time  average observation time (TAI93)
            bin_num   bin ID number
don

Post Reply