emit-sds / emit-ghg

Mapping of greenhouse gases with EMIT.
Apache License 2.0
34 stars 14 forks source link

Per pixel uncertainty DO NOT MERGE, use per pixel uncertainty from dev #15

Open jfahlen opened 8 months ago

jfahlen commented 8 months ago

Adds an output file that is the standard deviation of the concentration length estimate (matched filter).

jfahlen commented 5 months ago

Updates the uncertainty metric to be the same as the one I'm putting in the uncertainty paper.

1) The uncertainty output is produced only when the optional parameter --noise_parameters_file is provided. Since I don't know of a central location where this is stored, this PR does not currently use this parameter. So, by default executing this PR will NOT produce the uncertainty metric. The uncertainty output file will be produced, but it will be all -9999

2) The uncertainty metric is incorrect for the standard EMIT wavelength range 500-2450, so this PR uses my recommended range, which is '--wavelength_range', '500', '1340', '1500', '1790', '2032', '2450'. @pgbrodrick suggested changing 2032 to 1900, but this doesn't work so I'm leaving it here for now.