Parent Topic: SST
Create a sea surface temperature map from a NOAA-14 data set. Use the PCI-provided sensor file. All 3 channels of thermal data must be used to calculate the temperature. Print the report to the terminal. The output results will be written to the same file.
EASI>FILI="NOAA14.PIX" EASI>FILO="NOAA14.PIX" EASI>AVHRRCHA=3,4,5 EASI>DBOC=1 EASI>AVHRRSEG= | SST will look for the AVHRR text segment EASI>SENSFILE="sstnoa14.dat" EASI>MCCLAIN= | defaults to values in sstnoa14.dat EASI>REPORT="TERM" EASI>RUN SSTExample 2
Create a sea surface temperature map using only channel 5 from a NOAA-9 data set (by setting appropriate McClain coefficients to zero). Write the results to a second file.
EASI>FILI="NOAA9.PIX" EASI>FILO="SST.PIX" EASI>AVHRRCHA=3,4,5 EASI>DBOC=1 EASI>AVHRRSEG= EASI>SENSFILE="sstnoa9.dat" EASI>MCCLAIN= 0, 0, 1.2, -268.92 EASI>REPORT="TERM EASI>RUN SST