Search found 1496 matches

by OB.DAACx - SeanBailey
Wed Feb 22, 2017 6:59 pm America/New_York
Forum: Home
Question: reducing noisy Rrs retrieval with l2gen atmospheric correction for landsat
Replies: 1

reducing noisy Rrs retrieval with l2gen atmospheric correction for landsat

The l2gen program has the ability to apply filters to the data during processing.  These are controlled by the filter options:  filter_opt (boolean) (default=false) = filtering input data option  filter_file (ifile) (default=$OCDATAROOT/sensor/sensor_filter.dat) = data file for input ...
by OB.DAACx - SeanBailey
Mon Feb 20, 2017 7:19 pm America/New_York
Forum: Home
Question: Why would a_qaa be an "Invalid product name?"
Replies: 6

Why would a_qaa be an "Invalid product name?"

You need to load a file (enter an input file) for the GUI to know what wavelengths you've got to work with...
by OB.DAACx - SeanBailey
Mon Feb 20, 2017 4:28 pm America/New_York
Forum: Home
Question: Why would a_qaa be an "Invalid product name?"
Replies: 6

Why would a_qaa be an "Invalid product name?"

You're welcome...BTW, the GUI *does* indicate the product is wavelength specific:
by OB.DAACx - SeanBailey
Mon Feb 20, 2017 2:58 pm America/New_York
Forum: Home
Question: Why would a_qaa be an "Invalid product name?"
Replies: 6

Why would a_qaa be an "Invalid product name?"

The product is wavelength-specific, you need to specify the wavelength of interest:a_nnn_qaabb_nnn_qaawhere nnn is replaced by the integer wavelength (e.g. a_412_qaa).If you leave nnn it will try to generate products for bands for which it cannot.But you can replace nnn with vvv to get all the visib...
by OB.DAACx - SeanBailey
Fri Feb 17, 2017 1:21 pm America/New_York
Forum: Home
Question: Crop and subset
Replies: 6

Crop and subset

Because they are scaled integers.

sst = scale_factor * scaled integer + add_offset
by OB.DAACx - SeanBailey
Fri Feb 17, 2017 12:03 pm America/New_York
Forum: Home
Question: Crop and subset
Replies: 6

Crop and subset

The chlorophyll product is stored as a floating point value in the L3 SMI files, the sst product is stored as a scaled integer.If Matlab is not applying the scale and offset to the scaled integers (although, George is correct in saying it should), youwill have to do so yourself to get the geophysica...
by OB.DAACx - SeanBailey
Fri Feb 17, 2017 8:11 am America/New_York
Forum: Home
Question: Installation Issue with Seadas 7.3.2 and processing programs.
Replies: 10

Installation Issue with Seadas 7.3.2 and processing programs.

The problem is that the GUI needs updating as well.  That update is coming soon.
You will have to manually update the OCSSW processors until the next GUI release.

Sean
by OB.DAACx - SeanBailey
Thu Feb 16, 2017 6:47 pm America/New_York
Forum: Home
Question: visualization installer - download error
Replies: 1

visualization installer - download error

Yes, seems there was a misconfiguration that garbled the URLs.  This has been fixed.

Regards,
Sean
by OB.DAACx - SeanBailey
Wed Feb 15, 2017 3:37 pm America/New_York
Forum: Home
Question: L1A to modis_geo to L1B problem
Replies: 11

L1A to modis_geo to L1B problem

Glad it's working :grin:Unless you set the environment in your .bashrc it will only live as long as the terminal window does, so that probably explains why you needed to reset it.We are finalizing an update to the GUI to resolve the https connection issues within the JAVA code (and add some new ...
by OB.DAACx - SeanBailey
Wed Feb 15, 2017 11:03 am America/New_York
Forum: Home
Question: L1A to modis_geo to L1B problem
Replies: 11

L1A to modis_geo to L1B problem

> Error! could not establish a network connection. Check your network connectionThis message is where we should be focusing.  Lets start simple.  From a command-line try the following:$ cd $OCSSWROOT/run/scripts$ git statusThat *should* show:On branch v7.3Your branch is up-to-date with ...