File: create_image.py

package info (click to toggle)
doris 5.0.3~beta%2Bdfsg-19
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 6,944 kB
  • sloc: cpp: 43,560; python: 8,213; csh: 3,636; sh: 2,527; ansic: 649; makefile: 337; xml: 208
file content (14 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This function creates images based on complex or real input data.
# Input parameters are:
# - Input matrix
# - datatype
# - Image scaling (are pixels for example 1x2 km or 3x1 km?) scaling is azimuth / range.
# - Use of logscaling?
# - Plot amplitude / phase / both (not relevant for real values...)

# If you want to save your data as a geotiff or netcdf file use the read_write_data.py script. This will enable
# visualization in for example QGIS or ArcGIS
# If you want to do multilooking first apply the multilook.py script.

def create_image():
    pass