Description Usage Arguments Value Note Author(s) See Also Examples
This function reads the output from readAVHRR and compares AVHRR images generated by different processing chains to visualize any important differences in processing. An image is created.
1 | compareAVHRRimages(x, y, channel=1, map=TRUE, method="N")
|
x |
R object (list) returned by readAVHRR |
channel |
channel identification |
map |
logical telling whether coast lines should be added |
merthod |
letter specifying how to combine channels ("D" is difference, "R" is ratio, "N" is none) |
None
The current version supports map overlay only for the standard map projection of the OSISAF HL centre. That is Polar Stereographic correct at 60 degrees North and not rotated.
Øystein Godøy (o.godoy@met.no)
readAVHRR, createAVHRRimage, compareAVHRRchains
1 2 3 4 5 6 | # Read a AVHRR image from processing chain 1
t1 <- readAVHRR(file="/data/avhrr/noaa18_03452_200610191134.h5")
# Read a AVHRR image from processing chain 2
t2 <- readAVHRR(file="/data/avhrr_old/noaa18_03452_200610191134_03456.h5")
# Generate image on graphical device
compareAVHRRimages(t1,t2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.