Search found 301 matches

by OB SeaDAS - knowles
Wed Mar 07, 2018 8:08 am America/New_York
Forum: Home
Question: Quick SeaWiFS l1bgen usage/calibration question
Replies: 5

Quick SeaWiFS l1bgen usage/calibration question

Hi Andy,You are correct that you need quotes surrounding a command line option in order for it to be correctly parsed.   Sean's syntax is for a parameter file entry.  In this case your command would be:l1bgen ifile=/data15/asayer/aac/seawifs_input/l1a/S1997259070828.L1A_GAC.x.hdf ...
by OB SeaDAS - knowles
Tue Feb 13, 2018 11:24 am America/New_York
Forum: Home
Question: Batch Script 8D
Replies: 7

Batch Script 8D

by OB SeaDAS - knowles
Fri Feb 09, 2018 8:35 am America/New_York
Forum: Home
Question: L2bin CHL Suite
Replies: 2

L2bin CHL Suite

Yes.  If you specify a suite for l2bin then flaguse is automatically set based on the mission of the input file.   You can run the following command to display all the defaults associated with your specific example.  The argument dump_options does this.  It is a very useful ...
by OB SeaDAS - knowles
Fri Feb 02, 2018 9:02 am America/New_York
Forum: Home
Question: Display of L3m files - statistical adjustments
Replies: 4

Display of L3m files - statistical adjustments

I believe most of the answers to your questions can be found in The Case Study on SeaDAS Video tutorials which gwiii referred to in another of your question threads.  It compares a 3 month SST with an SST climatology.  Also watch the other videos.  They are helpful.Yes, you can adjust...
by OB SeaDAS - knowles
Thu Feb 01, 2018 8:38 am America/New_York
Forum: Home
Question: Display of L3m files - statistical adjustments
Replies: 4

Display of L3m files - statistical adjustments

SeaDAS 7.5 will feature a major upgrade to the Statistics Tool with "better" default plotting behavior and more user controls.  Of course regarding defaults, "better" is in the eye of the beholder.  The current default shows "all" the data, which in your speci...
by OB SeaDAS - knowles
Tue Jan 30, 2018 1:17 pm America/New_York
Forum: Home
Question: Binning of MODIS L2 files
Replies: 4

Binning of MODIS L2 files

In l2bin, you have to set sday and eday otherwise it defaults to the start and end of your file, so naturally your output files did not differ.To create  daily files and corresponding 8-day file for instance:Step 1. run l2bin with sday=2002185 and eday=2002185 , prodtype=day , ifile=files.txtwh...
by OB SeaDAS - knowles
Tue Jan 30, 2018 12:16 pm America/New_York
Forum: Home
Question: Clipping of MODIS L3m file according to Shapefile
Replies: 5

Clipping of MODIS L3m file according to Shapefile

Yes, masking is what you are looking for not cropping.  Note that the Statistics tool has masking capabilities.  If it is imagery which you want to mask out, you can do this with the Valid Pixel Expresson.  Of note: SeaDAS 7.5 is coming very soon and has major improvements to the stat...
by OB SeaDAS - knowles
Fri Jan 05, 2018 2:22 pm America/New_York
Forum: Home
Question: Old COASTZ processing flag
Replies: 11

Old COASTZ processing flag

When the OCSSW processors are not available the GUI installs and uses the ETOP file here on your machine:
~/.seadas/seadas-bathymetry-operator/auxdata/ETOPO1_ocssw.nc

Danny
by OB SeaDAS - knowles
Fri Dec 22, 2017 1:46 pm America/New_York
Forum: Home
Question: Graph Processing Tool execution error
Replies: 2

Graph Processing Tool execution error

There's a lot of bugs here.  Try this:gpt BandMaths.xml -p BandMaths_SST_nc.par -Ssource=A2006001084500.L2_LAC_SST.nc -t outfile.nc -f netCDF4-CFThere is so much going on in your program which I guess needs to be pointed out1.  you cannot put an expression where it is expecting a value...
by OB SeaDAS - knowles
Fri Dec 15, 2017 2:49 pm America/New_York
Forum: Home
Question: Binning of MODIS L2 files
Replies: 4

Binning of MODIS L2 files

Regarding "How can I generate a level 3 file representing the average of all included level 2 files?"The level3 file already DOES contain the aggregated average of the input files.  Regarding "Is there a way to create weekly/monthly/annual average files?"You can set the time...