Terminology#
- Acquisition#
The date of SAR acquisition or image, expressed as a
datetime.datetimeobject.- Pair/Pairs#
A pair is a combination of two SAR acquisitions in acquisition order.
Note
In FanInSAR, pairs will be ordered automatically.
- Loop/Loops#
A loop contains a list of edge pairs and one diagonal pair. See paper [1] for more details.
- TripletLoop/TripletLoops#
triplet loop is a special loop that contains three pairs. See paper [1] for more details.
- CRS#
A coordinate reference system (CRS) is a coordinate-based local, regional, or global system used to locate geographical entities. In FanInSAR, the CRS is handled by the
rasterioandpyprojpackages. A valid CRS input for FanInSAR can be any type supported by thepyproj.crs.CRS.from_user_input()method.