Description Arguments Slots See Also Examples
A class to handle a collection of synthetic aperture radar (SAR) records. Objects of this class are lists.
elements |
List or vector of |
.DataList or vector of SAR-class or subclass objects.
centerLatNumeric.
centerLonNumeric.
cornerLonNumeric vector.
cornerLatNumeric vector.
satelliteCharacter.
crsCRS-class object
extentObject of Extent-class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # orbits 130 and 57
master <- new('Sentinel', address=system.file('extdata/S1A_IW_GRDH_1SDV_20151220T155517.SAFE',
package='ragram'))
slave <- new('Sentinel', address=system.file('extdata/S1A_IW_GRDH_1SDV_20151215T154711.SAFE',
package='ragram'))
# alternatively
master <- sarRecord(system.file('extdata/S1A_IW_GRDH_1SDV_20151220T155517.SAFE', package='ragram'),
satellite = 'sentinel')
slave <- sarRecord(system.file('extdata/S1A_IW_GRDH_1SDV_20151215T154711.SAFE', package='ragram'),
satellite = 'sentinel')
master@orbit
master@polarization
master@node
kiliSetAsc <- new('SARSet', c(master, slave))
# alternatively
kiliSetAsc <- sarSet(c(master, slave))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.