Difference between revisions of "PRR processing instructions"

From Pnb
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Change directory to where you want to process the files.
 
Change directory to where you want to process the files.
  
 +
Review README_prr2lcd in /home/oceancolor/processing_scripts/PRR/ for creating lcd files.
  
type "process_prr('pb#')" and pick ud casts similar to AC9 or HS6.
+
Bring up a matlab prompt on the server in the file processing directory, type "process_prr('pb#')" and pick ud casts similar to AC9 or HS6.
 +
typically these files are processed in a "lcd" folder.
  
 
The file rqclist.txt must be present in the directory you're processing in.  This tells the scripts what channels to look for.
 
The file rqclist.txt must be present in the directory you're processing in.  This tells the scripts what channels to look for.
 
+
A copy of rqclist.txt is in the /home/oceancolor/processing_scripts/ directory.
  
 
<pre>#radq parameters for ED and LU were picked by examining
 
<pre>#radq parameters for ED and LU were picked by examining
Line 30: Line 32:
 
-a 2es665 0
 
-a 2es665 0
 
</pre>
 
</pre>
 +
 +
4-2014 updated new awk statement for prr_bt
 +
 +
4-2014 new QC being implemented for bad files

Latest revision as of 12:46, 24 May 2016

Change directory to where you want to process the files.

Review README_prr2lcd in /home/oceancolor/processing_scripts/PRR/ for creating lcd files.

Bring up a matlab prompt on the server in the file processing directory, type "process_prr('pb#')" and pick ud casts similar to AC9 or HS6. typically these files are processed in a "lcd" folder.

The file rqclist.txt must be present in the directory you're processing in. This tells the scripts what channels to look for. A copy of rqclist.txt is in the /home/oceancolor/processing_scripts/ directory.

#radq parameters for ED and LU were picked by examining
#a dozen profiles and picking where the profile turned to noise
#and averaging per wavelength
begin bbopradq parameters
-a 1ed412 0.0595 
-a 1ed443 0.0353
-a 1ed490 0.1631
-a 1ed510 0.1197
-a 1ed555 0.0313
-a 1ed665 0.0125
-a 1lu412 0.0003
-a 1lu443 0.0020
-a 1lu490 0.0011
-a 1lu510 0.0007
-a 1lu555 0.0002
-a 1lu665 0.0000
-a 2es412 0
-a 2es443 0
-a 2es490 0
-a 2es510 0
-a 2es555 0
-a 2es665 0

4-2014 updated new awk statement for prr_bt

4-2014 new QC being implemented for bad files