SYMBOL INDEX (718 symbols across 36 files) FILE: pyroSAR/ERS/auxil.py function passdb_create (line 24) | def passdb_create(ers1passes, ers2passes, dbname): function passdb_query (line 83) | def passdb_query(satellite, acqtime, dbname=None): FILE: pyroSAR/ERS/mapping.py function get_resolution_nesz (line 254) | def get_resolution_nesz( FILE: pyroSAR/S1/auxil.py function init_parser (line 49) | def init_parser(): class OSV (line 79) | class OSV(object): method __init__ (line 102) | def __init__(self, osvdir=None, timeout=300): method __enter__ (line 121) | def __enter__(self): method __exit__ (line 124) | def __exit__(self, exc_type, exc_val, exc_tb): method _init_dir (line 127) | def _init_dir(self): method _parse (line 135) | def _parse(self, file): method _reorganize (line 140) | def _reorganize(self): method _typeEvaluate (line 168) | def _typeEvaluate(self, osvtype): method __catch_aux_sentinel (line 189) | def __catch_aux_sentinel(self, sensor, start, stop, osvtype='POE'): method __catch_step_auxdata (line 224) | def __catch_step_auxdata(self, sensor, start, stop, osvtype='POE'): method __catch_gnss (line 269) | def __catch_gnss(self, sensor, start, stop, osvtype='POE'): method catch (line 383) | def catch(self, sensor, osvtype='POE', start=None, stop=None, url_opti... method date (line 437) | def date(self, file, datetype): method clean_res (line 455) | def clean_res(self): method getLocals (line 466) | def getLocals(self, osvtype='POE'): method maxdate (line 483) | def maxdate(self, osvtype='POE', datetype='stop'): method mindate (line 503) | def mindate(self, osvtype='POE', datetype='start'): method match (line 523) | def match(self, sensor, timestamp, osvtype='POE'): method retrieve (line 566) | def retrieve(self, products, pbar=False): method sortByDate (line 633) | def sortByDate(self, files, datetype='start'): method _subdir (line 651) | def _subdir(self, file): function removeGRDBorderNoise (line 677) | def removeGRDBorderNoise(scene, method='pyroSAR'): FILE: pyroSAR/S1/linesimplify.py function simplify (line 28) | def simplify(x, y, maxpoints=20): function createPoly (line 60) | def createPoly(xn, yn, xmax, ymax, plot=False): function reduce (line 103) | def reduce(seq, maxpoints=20, straighten=False, plot=False): FILE: pyroSAR/S1/polysimplify.py function triangle_area (line 38) | def triangle_area(p1, p2, p3): function triangle_areas_from_array (line 45) | def triangle_areas_from_array(arr): function remove (line 82) | def remove(s, i): class VWSimplifier (line 92) | class VWSimplifier(object): method __init__ (line 93) | def __init__(self, pts): method build_thresholds (line 103) | def build_thresholds(self): method from_threshold (line 188) | def from_threshold(self, threshold): method from_number (line 191) | def from_number(self, n): method from_ratio (line 199) | def from_ratio(self, r): class WKTSimplifier (line 206) | class WKTSimplifier(VWSimplifier): method __init__ (line 211) | def __init__(self, *args, **kwargs): method set_precision (line 219) | def set_precision(self, precision): method wkt_from_threshold (line 231) | def wkt_from_threshold(self, threshold, precision=None): method wkt_from_number (line 237) | def wkt_from_number(self, n, precision=None): method wkt_from_ratio (line 247) | def wkt_from_ratio(self, r, precision=None): class GDALSimplifier (line 258) | class GDALSimplifier(object): method __init__ (line 263) | def __init__(*args, **kwargs): method __init__ (line 285) | def __init__(self, geom, precision=None, return_GDAL=True): method pt2str (line 336) | def pt2str(self, pt): method linebuild (line 340) | def linebuild(self): method line2wkt (line 343) | def line2wkt(self, pts): method linemask (line 346) | def linemask(self, threshold): method polybuild (line 354) | def polybuild(self): method poly2wkt (line 361) | def poly2wkt(self, list_of_pts): method polymask (line 364) | def polymask(self, threshold): method multibuild (line 373) | def multibuild(self): method multi2wkt (line 383) | def multi2wkt(self, list_of_list_of_pts): method multimask (line 389) | def multimask(self, threshold): method notimplemented (line 404) | def notimplemented(self, n): method from_threshold (line 407) | def from_threshold(self, threshold): method from_number (line 415) | def from_number(self, n): method from_ratio (line 423) | def from_ratio(self, r): class GDALSimplifier (line 275) | class GDALSimplifier(object): method __init__ (line 263) | def __init__(*args, **kwargs): method __init__ (line 285) | def __init__(self, geom, precision=None, return_GDAL=True): method pt2str (line 336) | def pt2str(self, pt): method linebuild (line 340) | def linebuild(self): method line2wkt (line 343) | def line2wkt(self, pts): method linemask (line 346) | def linemask(self, threshold): method polybuild (line 354) | def polybuild(self): method poly2wkt (line 361) | def poly2wkt(self, list_of_pts): method polymask (line 364) | def polymask(self, threshold): method multibuild (line 373) | def multibuild(self): method multi2wkt (line 383) | def multi2wkt(self, list_of_list_of_pts): method multimask (line 389) | def multimask(self, threshold): method notimplemented (line 404) | def notimplemented(self, n): method from_threshold (line 407) | def from_threshold(self, threshold): method from_number (line 415) | def from_number(self, n): method from_ratio (line 423) | def from_ratio(self, r): function fancy_parametric (line 432) | def fancy_parametric(k): FILE: pyroSAR/ancillary.py function groupby (line 40) | def groupby( function groupbyTime (line 73) | def groupbyTime( function multilook_factors (line 111) | def multilook_factors( function seconds (line 217) | def seconds(filename: str) -> float: function parse_datasetname (line 237) | def parse_datasetname( function find_datasets (line 282) | def find_datasets( function getargs (line 332) | def getargs(func: Callable[..., Any]) -> list[str]: function hasarg (line 348) | def hasarg(func: Callable[..., Any], arg: str) -> bool: function windows_fileprefix (line 366) | def windows_fileprefix( class Lock (line 396) | class Lock(object): method __new__ (line 456) | def __new__( method __init__ (line 477) | def __init__( method __enter__ (line 513) | def __enter__(self) -> Self: method __exit__ (line 516) | def __exit__( method is_used (line 524) | def is_used(self) -> bool: method remove (line 533) | def remove( class LockCollection (line 558) | class LockCollection(object): method __init__ (line 572) | def __init__( method __enter__ (line 580) | def __enter__(self) -> Self: method __exit__ (line 583) | def __exit__( FILE: pyroSAR/archive.py class SceneArchive (line 57) | class SceneArchive(Protocol): method __enter__ (line 66) | def __enter__(self) -> SceneArchive: method __exit__ (line 72) | def __exit__( method close (line 83) | def close(self) -> None: method select (line 92) | def select( class Archive (line 134) | class Archive(SceneArchive): method __init__ (line 223) | def __init__( method add_tables (line 334) | def add_tables( method __init_data_table (line 369) | def __init_data_table(self) -> None: method __init_duplicates_table (line 409) | def __init_duplicates_table(self) -> None: method __load_spatialite (line 423) | def __load_spatialite(dbapi_conn: sqlite3.Connection, connection_recor... method __prepare_insertion (line 452) | def __prepare_insertion(self, scene: str | ID) -> Any: method __select_missing (line 492) | def __select_missing(self, table: str) -> list[str]: method insert (line 515) | def insert( method is_registered (line 603) | def is_registered(self, scene: str | ID) -> bool: method __is_registered_in_duplicates (line 631) | def __is_registered_in_duplicates(self, scene: str | ID) -> bool: method cleanup (line 654) | def cleanup(self) -> None: method to_str (line 664) | def to_str(string: str | bytes, encoding: str = 'utf-8') -> str: method export2shp (line 670) | def export2shp(self, path: str, table: str = 'data') -> None: method filter_scenelist (line 719) | def filter_scenelist(self, scenelist: list[str | ID]) -> list[str | ID]: method get_colnames (line 749) | def get_colnames(self, table: str = 'data') -> list[str]: method get_tablenames (line 763) | def get_tablenames(self, return_all: bool = False) -> list[str]: method get_unique_directories (line 797) | def get_unique_directories(self) -> list[str]: method import_outdated (line 811) | def import_outdated(self, dbfile: str | Archive) -> None: method move (line 841) | def move(self, scenelist: list[str], directory: str, pbar: bool = Fals... method select (line 904) | def select( method select_duplicates (line 1117) | def select_duplicates( method size (line 1173) | def size(self) -> tuple[int, int]: method __enter__ (line 1187) | def __enter__(self) -> Archive: method close (line 1190) | def close(self) -> None: method __exit__ (line 1197) | def __exit__( method drop_element (line 1205) | def drop_element( method drop_table (line 1272) | def drop_table(self, table: str) -> None: method __is_open (line 1300) | def __is_open(ip: str, port: str | int) -> bool: method __check_host (line 1327) | def __check_host(self, ip: str, port: str | int) -> bool: function drop_archive (line 1352) | def drop_archive(archive: Archive) -> None: FILE: pyroSAR/auxdata.py function dem_autoload (line 43) | def dem_autoload(geometries, demType, vrt=None, buffer=None, username=None, function dem_create (line 242) | def dem_create(src, dst, t_srs=None, tr=None, threads=None, class DEMHandler (line 408) | class DEMHandler: method __init__ (line 420) | def __init__(self, geometries): method __enter__ (line 434) | def __enter__(self): method __exit__ (line 437) | def __exit__(self, exc_type, exc_val, exc_tb): method __applybuffer (line 441) | def __applybuffer(extent, buffer): method __find_first (line 450) | def __find_first(self, dem_type, product): method __buildvrt (line 469) | def __buildvrt(tiles, vrtfile, pattern, vsi, extent, src_nodata=None, method __commonextent (line 537) | def __commonextent(self, buffer=None): method __create_dummy_dem (line 563) | def __create_dummy_dem(filename, extent): method intrange (line 592) | def intrange(extent, step): method __get_resolution (line 622) | def __get_resolution(self, dem_type, y): method __local_index (line 642) | def __local_index(self, dem_type): method __retrieve (line 717) | def __retrieve( method __retrieve_ftp (line 764) | def __retrieve_ftp(url, filenames, outdir, username, password, method config (line 817) | def config(self): method load (line 1043) | def load(self, dem_type, vrt=None, buffer=None, username=None, method remote_ids (line 1257) | def remote_ids(self, extent, dem_type, product='dem', username=None, p... function getasse30_hdr (line 1443) | def getasse30_hdr(fname): function get_dem_options (line 1493) | def get_dem_options(require_auth=None): function get_egm_lookup (line 1521) | def get_egm_lookup(geoid, software): class ImplicitFTP_TLS (line 1592) | class ImplicitFTP_TLS(ftplib.FTP_TLS): method __init__ (line 1598) | def __init__(self, *args, **kwargs): method sock (line 1603) | def sock(self): method sock (line 1608) | def sock(self, value): function vrt_check_sources (line 1615) | def vrt_check_sources(fname): FILE: pyroSAR/config.py class Singleton (line 26) | class Singleton(type): method __init__ (line 32) | def __init__(cls, name, bases, attrs, **kwargs): method __call__ (line 36) | def __call__(cls, *args, **kwargs): class ConfigHandler (line 42) | class ConfigHandler(metaclass=Singleton): method __init__ (line 78) | def __init__(self): method __create_config (line 94) | def __create_config(self): method __str__ (line 109) | def __str__(self): method __getitem__ (line 126) | def __getitem__(self, section): method sections (line 132) | def sections(self): method keys (line 135) | def keys(self, section): method open (line 151) | def open(self): method add_section (line 164) | def add_section(self, section): method file (line 185) | def file(self): method set (line 188) | def set(self, section, key, value, overwrite=False): method remove_option (line 219) | def remove_option(self, section, key): method remove_section (line 243) | def remove_section(self, section): method write (line 259) | def write(self): FILE: pyroSAR/datacube_util.py class Dataset (line 68) | class Dataset(object): method __init__ (line 80) | def __init__(self, filename, units='DN'): method __add__ (line 170) | def __add__(self, dataset): method __radd__ (line 196) | def __radd__(self, dataset): method __extent_convert (line 216) | def __extent_convert(extent, xkey, ykey): method __enter__ (line 244) | def __enter__(self): method __exit__ (line 247) | def __exit__(self, exc_type, exc_val, exc_tb): method __get_measurement_attr (line 250) | def __get_measurement_attr(self, attr): method filenames (line 267) | def filenames(self): method identifier (line 278) | def identifier(self): method units (line 289) | def units(self): method units (line 300) | def units(self, value): method close (line 328) | def close(self): class Product (line 332) | class Product(object): method __init__ (line 349) | def __init__(self, definition=None, name=None, product_type=None, method __enter__ (line 380) | def __enter__(self): method __exit__ (line 383) | def __exit__(self, exc_type, exc_val, exc_tb): method __str__ (line 386) | def __str__(self): method __getattr__ (line 389) | def __getattr__(self, item): method __setattr__ (line 400) | def __setattr__(self, key, value): method close (line 411) | def close(self): method __add_measurement (line 414) | def __add_measurement(self, name, dtype, nodata, units): method __initialize (line 440) | def __initialize(self, name, product_type, description): method __check_dict_keys (line 469) | def __check_dict_keys(keys, reference): method __fixture_fields (line 473) | def __fixture_fields(self): method __fixture_measurement (line 484) | def __fixture_measurement(self): method __fixture_metadata (line 495) | def __fixture_metadata(self): method __fixture_storage (line 506) | def __fixture_storage(self): method __validate (line 516) | def __validate(self): method add (line 537) | def add(self, dataset): method check_integrity (line 569) | def check_integrity(self, dataset, allow_new_measurements=False): method export_indexing_yml (line 610) | def export_indexing_yml(self, dataset, outdir): method export_ingestion_yml (line 665) | def export_ingestion_yml(self, outname, product_name, ingest_location,... method measurements (line 738) | def measurements(self): method write (line 748) | def write(self, ymlfile): FILE: pyroSAR/drivers.py function identify (line 62) | def identify(scene): function identify_many (line 117) | def identify_many(scenes, pbar=False, sortkey=None, cores=1): function filter_processed (line 179) | def filter_processed(scenelist, outdir, recursive=False): class ID (line 202) | class ID(object): method __init__ (line 207) | def __init__(self, metadict): method __getattr__ (line 219) | def __getattr__(self, item): method __str__ (line 222) | def __str__(self): method bbox (line 234) | def bbox(self, outname=None, driver=None, overwrite=True, buffer=None): method geometry (line 269) | def geometry(self, outname=None, driver=None, overwrite=True): method compression (line 323) | def compression(self): method export2dict (line 341) | def export2dict(self): method examine (line 351) | def examine(self, include_folders=False): method findfiles (line 376) | def findfiles(self, pattern, include_folders=False): method gdalinfo (line 411) | def gdalinfo(self): method getCorners (line 462) | def getCorners(self): method getFileObj (line 478) | def getFileObj(self, filename): method getGammaImages (line 494) | def getGammaImages(self, directory=None): method getHGT (line 521) | def getHGT(self): method is_processed (line 547) | def is_processed(self, outdir, recursive=False): method outname_base (line 568) | def outname_base(self, extensions=None): method parse_date (line 596) | def parse_date(x): method quicklook (line 614) | def quicklook(self, outname, format='kmz'): method start_dt (line 639) | def start_dt(self) -> datetime: method stop_dt (line 650) | def stop_dt(self) -> datetime: method summary (line 660) | def summary(self): method scanMetadata (line 671) | def scanMetadata(self): method unpack (line 687) | def unpack(self, directory, overwrite=False, exist_ok=False): method _unpack (line 706) | def _unpack(self, directory, offset=None, overwrite=False, exist_ok=Fa... class BEAM_DIMAP (line 791) | class BEAM_DIMAP(ID): method __init__ (line 799) | def __init__(self, scene): method scanMetadata (line 810) | def scanMetadata(self): method unpack (line 940) | def unpack(self, directory, overwrite=False, exist_ok=False): class CEOS_ERS (line 944) | class CEOS_ERS(ID): method __init__ (line 957) | def __init__(self, scene): method unpack (line 973) | def unpack(self, directory, overwrite=False, exist_ok=False): method scanMetadata (line 984) | def scanMetadata(self): class CEOS_PSR (line 1068) | class CEOS_PSR(ID): method __init__ (line 1124) | def __init__(self, scene): method _getLeaderfileContent (line 1144) | def _getLeaderfileContent(self): method _img_get_coordinates (line 1150) | def _img_get_coordinates(self): method _parseSummary (line 1175) | def _parseSummary(self): method led_filename (line 1188) | def led_filename(self): method scanMetadata (line 1191) | def scanMetadata(self): method unpack (line 1433) | def unpack(self, directory, overwrite=False, exist_ok=False): class EORC_PSR (line 1438) | class EORC_PSR(ID): method __init__ (line 1455) | def __init__(self, scene): method _getHeaderfileContent (line 1468) | def _getHeaderfileContent(self): method _img_get_coordinates (line 1475) | def _img_get_coordinates(self): method _parseFacter_m (line 1500) | def _parseFacter_m(self): method header_filename (line 1512) | def header_filename(self): method scanMetadata (line 1515) | def scanMetadata(self): method unpack (line 1584) | def unpack(self, directory, overwrite=False, exist_ok=False): class ESA (line 1589) | class ESA(ID): method __init__ (line 1599) | def __init__(self, scene): method scanMetadata (line 1618) | def scanMetadata(self): method geo_grid (line 1802) | def geo_grid(self, outname=None, driver=None, overwrite=True): method unpack (line 1863) | def unpack(self, directory, overwrite=False, exist_ok=False): class SAFE (line 1872) | class SAFE(ID): method __init__ (line 1887) | def __init__(self, scene): method removeGRDBorderNoise (line 1917) | def removeGRDBorderNoise(self, method='pyroSAR'): method geo_grid (line 1938) | def geo_grid(self, outname=None, driver=None, overwrite=True): method getOSV (line 2007) | def getOSV(self, osvdir=None, osvType='POE', returnMatch=False, useLoc... method quicklook (line 2067) | def quicklook(self, outname, format='kmz', na_transparent=True): method resolution (line 2117) | def resolution(self): method scanMetadata (line 2189) | def scanMetadata(self): method unpack (line 2280) | def unpack(self, directory, overwrite=False, exist_ok=False): class TSX (line 2285) | class TSX(ID): method __init__ (line 2321) | def __init__(self, scene): method scanMetadata (line 2338) | def scanMetadata(self): method unpack (line 2378) | def unpack(self, directory, overwrite=False, exist_ok=False): class TDM (line 2385) | class TDM(TSX): method __init__ (line 2423) | def __init__(self, scene): method scanMetadata (line 2439) | def scanMetadata(self): function getFileObj (line 2512) | def getFileObj(scene, filename): function parse_date (line 2563) | def parse_date(x): FILE: pyroSAR/examine.py class ExamineSnap (line 32) | class ExamineSnap(object): method __init__ (line 50) | def __init__(self): method __getattr__ (line 101) | def __getattr__(self, item): method __is_identified (line 111) | def __is_identified(self): method __identify_snap (line 122) | def __identify_snap(self): method __read_config (line 180) | def __read_config(self): method __read_config_attr (line 199) | def __read_config_attr(self, attr, section): method __read_version_dict (line 221) | def __read_version_dict(self): method __update_config (line 264) | def __update_config(self): method __update_config_attr (line 278) | def __update_config_attr(attr, value, section): method get_suffix (line 287) | def get_suffix(self, operator): method get_version (line 313) | def get_version(self, module: str) -> str: method auxdatapath (line 361) | def auxdatapath(self): method auxdatapath (line 379) | def auxdatapath(self, value): method userpath (line 383) | def userpath(self): method userpath (line 398) | def userpath(self, value): class ExamineGamma (line 402) | class ExamineGamma(object): method __init__ (line 415) | def __init__(self): method __read_config (line 449) | def __read_config(self): method __update_config (line 456) | def __update_config(self): method __update_config_attr (line 464) | def __update_config_attr(attr, value, section): class SnapProperties (line 472) | class SnapProperties(object): method __init__ (line 499) | def __init__(self, path): method __getitem__ (line 541) | def __getitem__( method __setitem__ (line 552) | def __setitem__( method _to_dict (line 598) | def _to_dict( method _string_convert (line 637) | def _string_convert(string): method keys (line 653) | def keys(self): method userpath (line 667) | def userpath(self): method userpath (line 675) | def userpath(self, value): method userpath_auxdata_properties (line 679) | def userpath_auxdata_properties(self): method userpath_properties (line 684) | def userpath_properties(self): method userpath_conf (line 689) | def userpath_conf(self): FILE: pyroSAR/gamma/auxil.py function do_execute (line 29) | def do_execute(par, ids, exist_ok): class ISPPar (line 51) | class ISPPar(object): method __init__ (line 85) | def __init__(self, filename): method __enter__ (line 154) | def __enter__(self): method __exit__ (line 157) | def __exit__(self, exc_type, exc_val, exc_tb): method __getattr__ (line 160) | def __getattr__(self, item): method __str__ (line 164) | def __str__(self): method envidict (line 170) | def envidict(self, nodata=None): class Namespace (line 266) | class Namespace(object): method __init__ (line 289) | def __init__(self, directory, basename): method __getitem__ (line 294) | def __getitem__(self, item): method __getattr__ (line 298) | def __getattr__(self, item): method appreciate (line 302) | def appreciate(self, keys): method depreciate (line 318) | def depreciate(self, keys): method getall (line 334) | def getall(self): method select (line 340) | def select(self, selection): method isregistered (line 343) | def isregistered(self, key): method isappreciated (line 346) | def isappreciated(self, key): method isfile (line 352) | def isfile(self, key): method get (line 355) | def get(self, key): function par2hdr (line 359) | def par2hdr(parfile, hdrfile, modifications=None, nodata=None): function process (line 397) | def process( function slc_corners (line 487) | def slc_corners(parfile): class Spacing (line 514) | class Spacing(object): method __init__ (line 526) | def __init__(self, par, spacing='automatic'): class UTM (line 545) | class UTM(object): method __init__ (line 561) | def __init__(self, parfile): FILE: pyroSAR/gamma/dem.py function fill (line 44) | def fill(dem, dem_out, logpath=None, replace=False): function transform (line 121) | def transform(infile, outfile, posting=90): function dem_autocreate (line 154) | def dem_autocreate(geometry, demType, outfile, buffer=None, t_srs=4326, ... function dem_import (line 302) | def dem_import( function dempar (line 390) | def dempar(dem, logpath=None): function swap (line 449) | def swap(data, outname): function mosaic (line 482) | def mosaic(demlist, outname, byteorder=1, gammapar=True): function hgt (line 525) | def hgt(parfiles): function makeSRTM (line 576) | def makeSRTM(scenes, srtmdir, outname): function hgt_collect (line 637) | def hgt_collect(parfiles, outdir, demdir=None, arcsec=3): FILE: pyroSAR/gamma/error.py function gammaErrorHandler (line 19) | def gammaErrorHandler(returncode: int, out: str, err: str) -> None: class GammaUnknownError (line 92) | class GammaUnknownError(Exception): method __init__ (line 99) | def __init__(self, errormessage): FILE: pyroSAR/gamma/parser.py function parse_command (line 28) | def parse_command(command, indent=' '): function parse_module (line 634) | def parse_module(bindir, outfile): function autoparse (line 693) | def autoparse(): FILE: pyroSAR/gamma/parser_demo.py function adapt_filt (line 4) | def adapt_filt(int, sm, width, low_SNR_thr='-', filt_width='-', xmin='-'... function adf (line 40) | def adf(interf, sm, cc, width, alpha='-', nfft='-', cc_win='-', step='-'... function adf2 (line 80) | def adf2(interf, cc_interf, sm, cc_filt, width, alpha_max='-', nfft='-',... function af_SLC (line 122) | def af_SLC(SLC_par, SLC, rwin='-', azwin='-', dr='-', daz='-', thres='-'... function ASAR_LO_phase_drift (line 172) | def ASAR_LO_phase_drift(SLC1_par, SLC2_par, OFF_par, ph_drift, logpath=N... function ASAR_XCA (line 198) | def ASAR_XCA(ASA_XCA, antenna, swath='-', pol='-', logpath=None, outdir=... function ave_cpx (line 225) | def ave_cpx(cpx_list, width, cpx_ave, start='-', nlines='-', zflag='-', ... function ave_image (line 258) | def ave_image(im_list, width, ave_image, start='-', nlines='-', pixav_x=... function az_integrate (line 297) | def az_integrate(data, width, azi, cflg, scale='-', lz='-', logpath=None... function az_spec_SLC (line 330) | def az_spec_SLC(SLC, SLC_par, spectrum, roff='-', namb='-', pltflg='-', ... function base_copy (line 363) | def base_copy(SLC1_par, baseline1, SLC2_par, baseline2, time_rev='-', lo... function base_est_fft (line 394) | def base_est_fft(interf, SLC1_par, OFF_par, baseline, nazfft='-', r_samp... function base_init (line 428) | def base_init(SLC1_par, SLC2_par, OFF_par, interf, baseline, mflag='-', ... function base_ls (line 476) | def base_ls(SLC_par, OFF_par, gcp_ph, baseline, ph_flag='-', bc_flag='-'... function base_orbit (line 531) | def base_orbit(SLC1_par, SLC2_par, baseline, logpath=None, outdir=None, ... function base_perp (line 555) | def base_perp(baseline, SLC1_par, OFF_par, time_rev='-', logpath=None, o... function bpf (line 584) | def bpf(data_in, data_out, width, fc_x, bw_x, fc_y, bw_y, roff='-', azof... function bridge_unw (line 640) | def bridge_unw(int, flag, unw, bridge, width, xmin='-', xmax='-', ymin='... function cc_wave (line 676) | def cc_wave(interf, MLI1, MLI2, cc, width, bx='-', by='-', wflg='-', xmi... function clear_flag (line 726) | def clear_flag(flag, width, flag_bits, xmin='-', xmax='-', ymin='-', yma... function corr_flag (line 760) | def corr_flag(corr, flag, width, corr_thr, xmin='-', xmax='-', ymin='-',... function create_offset (line 796) | def create_offset(SLC1_par, SLC2_par, OFF_par, algorithm='-', rlks='-', ... function dcomp_sirc (line 834) | def dcomp_sirc(infile, outfile, samples, loff='-', nlines='-', logpath=N... function dcomp_sirc_quad (line 862) | def dcomp_sirc_quad(infile, outfile, samples, parameter, loff='-', nline... function DELFT_vec2 (line 905) | def DELFT_vec2(SLC_par, DELFT_dir, nstate='-', interval='-', ODR='-', lo... function doppler_2d_SLC (line 935) | def doppler_2d_SLC(SLC, SLC_par, dop2d, loff='-', blsz='-', nbl='-', a2_... function DORIS_vec (line 987) | def DORIS_vec(SLC_par, DOR, nstate='-', logpath=None, outdir=None, shell... function error_stat (line 1011) | def error_stat(d1, d2, width, dtype, roff, loff, nr, nl, report, logpath... function fill_gaps (line 1052) | def fill_gaps(data_in, width, data_out, dtype='-', method='-', max_dist=... function fspf (line 1109) | def fspf(data_in, data_out, width, dtype='-', r_max='-', spf_type='-', M... function gcp_phase (line 1161) | def gcp_phase(unw, OFF_par, gcp, gcp_ph, win_sz='-', logpath=None, outdi... function grasses (line 1189) | def grasses(int, flag, unw, width, xmin='-', xmax='-', ymin='-', ymax='-... function GRD_to_SR (line 1232) | def GRD_to_SR(GRD_par, MLI_par, OFF_par, in_file, out_file, rlks='-', az... function hgt_map (line 1282) | def hgt_map(unw, SLC_par, OFF_par, baseline, hgt, gr, ph_flag='-', loff=... function image_stat (line 1323) | def image_stat(image, width, roff='-', loff='-', nr='-', nl='-', report=... function init_offset (line 1362) | def init_offset(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, rlks='-', azlks... function init_offset_orbit (line 1418) | def init_offset_orbit(SLC1_par, SLC2_par, OFF_par, rpos='-', azpos='-', ... function interf_SLC (line 1451) | def interf_SLC(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, MLI1, MLI2, inte... function interp_ad (line 1507) | def interp_ad(data_in, data_out, width, r_max='-', np_min='-', np_max='-... function mask_data (line 1557) | def mask_data(data_in, width, data_out, mask, dtype='-', logpath=None, o... function mcf (line 1591) | def mcf(interf, wgt, mask, unw, width, tri_mode='-', roff='-', loff='-',... function MLI_cat (line 1649) | def MLI_cat(MLI1, MLI2, MLI1_par, MLI2_par, MLI3, MLI3_par, dtype='-', m... function MLI_copy (line 1705) | def MLI_copy(MLI_in, MLI_in_par, MLI_out, MLI_out_par, roff='-', nr='-',... function mosaic_WB (line 1739) | def mosaic_WB(data_tab, dtype, data_out, data_par_out, sc_flg='-', logpa... function multi_look (line 1774) | def multi_look(SLC, SLC_par, MLI, MLI_par, rlks, azlks, loff='-', nlines... function multi_look2 (line 1812) | def multi_look2(SLC, SLC_par, MLI, MLI_par, r_dec, az_dec, rwin='-', azw... function multi_look_MLI (line 1862) | def multi_look_MLI(MLI_in, MLI_in_par, MLI_out, MLI_out_par, rlks, azlks... function multi_look_ScanSAR (line 1903) | def multi_look_ScanSAR(SLC_tab, MLI, MLI_par, rlks, azlks, bflg='-', SLC... function multi_real (line 1943) | def multi_real(data_in, OFF_par_in, data_out, OFF_par_out, rlks='-', azl... function multi_SLC_WSS (line 1981) | def multi_SLC_WSS(SLC, SLC_par, MLI, MLI_par, logpath=None, outdir=None,... function neutron (line 2007) | def neutron(intensity, flag, width, n_thres, ymin='-', ymax='-', logpath... function offset_add (line 2037) | def offset_add(OFF_par1, OFF_par2, OFF_par3, logpath=None, outdir=None, ... function offset_fit (line 2062) | def offset_fit(offs, ccp, OFF_par, coffs='-', coffsets='-', thres='-', n... function offset_pwr (line 2099) | def offset_pwr(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, offs, ccp, rwin=... function offset_pwr_tracking (line 2175) | def offset_pwr_tracking(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, offs, c... function offset_pwr_tracking2 (line 2259) | def offset_pwr_tracking2(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, offs, ... function offset_pwr_tracking_polygons (line 2345) | def offset_pwr_tracking_polygons(SLC_par, OFF_par, rlks, azlks, rwin, az... function offset_SLC (line 2393) | def offset_SLC(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, offs, snr, rwin=... function offset_SLC_tracking (line 2446) | def offset_SLC_tracking(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, offs, s... function offset_sub (line 2507) | def offset_sub(offs, OFF_par, offs_sub, logpath=None, outdir=None, shell... function offset_tracking (line 2531) | def offset_tracking(offs, ccp, SLC_par, OFF_par, disp_map, disp_val='-',... function ORB_filt (line 2574) | def ORB_filt(SLC_par_in, SLC_par_out, interval='-', extra='-', logpath=N... function ORB_prop_SLC (line 2600) | def ORB_prop_SLC(SLC_par, nstate='-', interval='-', extra='-', mode='-',... function ORRM_vec (line 2632) | def ORRM_vec(SLC_par, ORRM, nstate='-', logpath=None, outdir=None, shell... function par_ACS_ERS (line 2656) | def par_ACS_ERS(CEOS_SAR_leader, SLC_par, logpath=None, outdir=None, she... function par_ASAR (line 2678) | def par_ASAR(ASAR_ERS_file, output_name, K_dB='-', logpath=None, outdir=... function par_ASF_91 (line 2705) | def par_ASF_91(CEOS_leader, CEOS_trailer, SLC_par, logpath=None, outdir=... function par_ASF_96 (line 2729) | def par_ASF_96(CEOS_SAR_leader, SLC_par, logpath=None, outdir=None, shel... function par_ASF_PRI (line 2751) | def par_ASF_PRI(CEOS_leader, CEOS_data, GRD_par, GRD, logpath=None, outd... function par_ASF_RSAT_SS (line 2777) | def par_ASF_RSAT_SS(CEOS_leader, CEOS_data, GRD_par, GRD, logpath=None, ... function par_ASF_SLC (line 2803) | def par_ASF_SLC(CEOS_leader, SLC_par, CEOS_data='-', SLC='-', logpath=No... function par_ASNARO2 (line 2829) | def par_ASNARO2(CEOS_data, CEOS_leader, SLC_par, SLC='-', reramp='-', lo... function par_ATLSCI_ERS (line 2861) | def par_ATLSCI_ERS(CEOS_SAR_leader, CEOS_Image, SLC_par, logpath=None, o... function par_Capella_SLC (line 2885) | def par_Capella_SLC(GeoTIFF, ext_JSON, SLC_par, SLC='-', radcal='-', noi... function par_CS_DGM (line 2922) | def par_CS_DGM(HDF5, trunk, logpath=None, outdir=None, shellscript=None): function par_CS_SLC (line 2945) | def par_CS_SLC(HDF5, trunk, logpath=None, outdir=None, shellscript=None): function par_CS_SLC_TIF (line 2968) | def par_CS_SLC_TIF(GeoTIFF, XML, trunk, logpath=None, outdir=None, shell... function par_CSG_DGM (line 2993) | def par_CSG_DGM(HDF5, trunk, logpath=None, outdir=None, shellscript=None): function par_CSG_SLC (line 3016) | def par_CSG_SLC(HDF5, trunk, logpath=None, outdir=None, shellscript=None): function par_EORC_JERS_SLC (line 3039) | def par_EORC_JERS_SLC(CEOS_SAR_leader, SLC_par, CEOS_data='-', SLC='-', ... function par_EORC_PALSAR (line 3065) | def par_EORC_PALSAR(CEOS_leader, SLC_par, CEOS_data, SLC='-', dtype='-',... function par_EORC_PALSAR_ScanSAR (line 3098) | def par_EORC_PALSAR_ScanSAR(CEOS_data, CEOS_leader, SLC_par, SLC='-', TO... function par_ERSDAC_PALSAR (line 3141) | def par_ERSDAC_PALSAR(ERSDAC_SLC_par, SLC_par, logpath=None, outdir=None... function par_ESA_ERS (line 3163) | def par_ESA_ERS(CEOS_SAR_leader, SLC_par, inlist, CEOS_DAT='-', SLC='-',... function par_ESA_JERS_SEASAT_SLC (line 3191) | def par_ESA_JERS_SEASAT_SLC(CEOS_data, CEOS_leader, SLC_par, SLC='-', lo... function par_ESA_PALSAR_GDH (line 3217) | def par_ESA_PALSAR_GDH(CEOS_data, CEOS_leader, MLI_par, MLI='-', GRD_par... function par_Fucheng_SLC (line 3249) | def par_Fucheng_SLC(GeoTIFF, annotation_XML, calibration_XML, noise_XML,... function par_GF3_SLC (line 3292) | def par_GF3_SLC(GeoTIFF, annotation_XML, SLC_par, SLC='-', logpath=None,... function par_HISEA1_SLC (line 3318) | def par_HISEA1_SLC(GeoTIFF, annotation_XML, calibration_XML, SLC_par, SL... function par_HT1_SLC (line 3358) | def par_HT1_SLC(GeoTIFF, annotation_XML, SLC_par, SLC='-', dtype='-', lo... function par_ICEYE_GRD (line 3389) | def par_ICEYE_GRD(GeoTIFF, XML, MLI_par, MLI='-', GRD_par='-', GRD='-', ... function par_ICEYE_SLC (line 3421) | def par_ICEYE_SLC(HDF5, SLC_par, SLC='-', dtype='-', logpath=None, outdi... function par_IECAS_SLC (line 3450) | def par_IECAS_SLC(aux_data, slc_Re, slc_Im, date, SLC_par, SLC, logpath=... function par_KC_PALSAR_slr (line 3480) | def par_KC_PALSAR_slr(facter_m, CEOS_leader, SLC_par, pol, pls_mode, KC_... function par_KS_DGM (line 3518) | def par_KS_DGM(HDF5, trunk, logpath=None, outdir=None, shellscript=None): function par_KS_SLC (line 3541) | def par_KS_SLC(HDF5, trunk, logpath=None, outdir=None, shellscript=None): function par_LT1_SLC (line 3564) | def par_LT1_SLC(GeoTIFF, annotation_XML, SLC_par, SLC='-', dtype='-', lo... function par_MSP (line 3595) | def par_MSP(SAR_par, PROC_par, SLC_par, image_format='-', logpath=None, ... function par_NISAR_RSLC (line 3625) | def par_NISAR_RSLC(HDF5, root_name, radcal='-', noise='-', band='-', fre... function par_NovaSAR_GRD (line 3670) | def par_NovaSAR_GRD(GeoTIFF, XML, polarization, MLI_par, MLI='-', GRD_pa... function par_NovaSAR_SLC (line 3714) | def par_NovaSAR_SLC(GeoTIFF, XML, polarization, SLC_par, SLC='-', dtype=... function par_NovaSAR_SRD (line 3757) | def par_NovaSAR_SRD(GeoTIFF, XML, polarization, MLI_par, MLI='-', radcal... function par_PRI (line 3795) | def par_PRI(CEOS_SAR_leader, PRI_par, CEOS_DAT, PRI, logpath=None, outdi... function par_PRI_ESRIN_JERS (line 3821) | def par_PRI_ESRIN_JERS(CEOS_SAR_leader, PRI_par, CEOS_DAT, PRI, logpath=... function par_PulSAR (line 3847) | def par_PulSAR(CEOS_SAR_leader, SLC_par, logpath=None, outdir=None, shel... function par_RCM_GRC (line 3869) | def par_RCM_GRC(RCM_dir, polarization, radcal, noise, SLC_par='-', SLC='... function par_RCM_GRD (line 3918) | def par_RCM_GRD(RCM_dir, polarization, radcal, noise, MLI_par='-', MLI='... function par_RCM_MLC (line 3967) | def par_RCM_MLC(RCM_dir, radcal, noise, root_name, logpath=None, outdir=... function par_RCM_SLC (line 4004) | def par_RCM_SLC(RCM_dir, polarization, radcal, noise, SLC_par, SLC, nois... function par_RCM_SLC_ScanSAR (line 4047) | def par_RCM_SLC_ScanSAR(RCM_dir, polarization, radcal, noise_in, root_na... function par_RISAT_GRD (line 4098) | def par_RISAT_GRD(CEOS_leader, BAND_META, GRD_par, CEOS_image, GRD='-', ... function par_RISAT_SLC (line 4145) | def par_RISAT_SLC(CEOS_leader, BAND_META, SLC_par, CEOS_image, SLC='-', ... function par_RSAT2_SG (line 4192) | def par_RSAT2_SG(product_XML, lut_XML, GeoTIFF, polarization, MLI_par='-... function par_RSAT2_SLC (line 4230) | def par_RSAT2_SLC(product_XML, lut_XML, GeoTIFF, polarization, SLC_par, ... function par_RSAT_SCW (line 4260) | def par_RSAT_SCW(CEOS_leader, CEOS_trailer, CEOS_data, GRD_par, GRD, sc_... function par_RSAT_SGF (line 4292) | def par_RSAT_SGF(CEOS_leader, CEOS_data, GRD_par, GRD, sc_dB='-', dt='-'... function par_RSAT_SLC (line 4322) | def par_RSAT_SLC(CEOS_leader, SLC_par, CEOS_data, SLC='-', sc_dB='-', dt... function par_RSI_ERS (line 4352) | def par_RSI_ERS(CEOS_SAR_leader, SLC_par, logpath=None, outdir=None, she... function par_S1_GRD (line 4374) | def par_S1_GRD(GeoTIFF, annotation_XML, calibration_XML, noise_XML, MLI_... function par_S1_SLC (line 4433) | def par_S1_SLC(GeoTIFF, annotation_XML, calibration_XML, noise_XML, SLC_... function par_SAOCOM_GRD (line 4477) | def par_SAOCOM_GRD(data, XML, MLI_par, MLI='-', GRD_par='-', GRD='-', rp... function par_SAOCOM_SLC (line 4509) | def par_SAOCOM_SLC(data, XML, SLC_par, SLC='-', TOPS_par='-', RSLC_par='... function par_SICD_SLC (line 4541) | def par_SICD_SLC(NITF, radcal, noise, SLC_par, SLC='-', XML='-', logpath... function par_SIRC (line 4580) | def par_SIRC(CEOS_leader, SLC_par, UTC_MET='-', logpath=None, outdir=Non... function par_STRIX (line 4604) | def par_STRIX(CEOS_leader, SLC_par, CEOS_data, SLC='-', logpath=None, ou... function par_SV2_SLC (line 4630) | def par_SV2_SLC(GeoTIFF, annotation_XML, SLC_par, SLC='-', dtype='-', ra... function par_SWOT_SLC (line 4667) | def par_SWOT_SLC(NETCDF, trunk, DEM='-', DEM_par='-', logpath=None, outd... function par_TX_GRD (line 4694) | def par_TX_GRD(annotation_XML, GeoTIFF, GRD_par, GRD='-', pol='-', MLI_p... function par_TX_ScanSAR (line 4730) | def par_TX_ScanSAR(annotation_XML, swath, SLC_par, SLC, TOPS_par, bwflg=... function par_TX_SLC (line 4774) | def par_TX_SLC(annotation_XML, COSAR, SLC_par, SLC, pol='-', dtype='-', ... function par_UAVSAR_SLC (line 4807) | def par_UAVSAR_SLC(ann, SLC_MLC_in, SLC_MLI_par, SLC_MLI_out='-', image_... function ph_slope_base (line 4846) | def ph_slope_base(int_in, SLC_par, OFF_par, base, int_out, int_type='-',... function phase_slope (line 4884) | def phase_slope(interf, slopes, width, win_sz='-', thres='-', xmin='-', ... function PRC_vec (line 4920) | def PRC_vec(SLC_par, PRC, nstate='-', logpath=None, outdir=None, shellsc... function ptarg_cal_MLI (line 4944) | def ptarg_cal_MLI(MLI_par, MLI, r_samp, az_samp, psigma, c_r_samp, c_az_... function ptarg_cal_SLC (line 5001) | def ptarg_cal_SLC(SLC_par, SLC, r_samp, az_samp, psigma, c_r_samp, c_az_... function ptarg_SLC (line 5058) | def ptarg_SLC(SLC_par, SLC, r_samp, az_samp, ptr_image, r_plot, az_plot,... function radcal_MLI (line 5103) | def radcal_MLI(MLI, MLI_par, OFF_par, CMLI, antenna='-', rloss_flag='-',... function radcal_PRI (line 5161) | def radcal_PRI(PRI, PRI_par, GRD, GRD_par, K_dB='-', inc_ref='-', roff='... function radcal_pwr_stat (line 5203) | def radcal_pwr_stat(SLC_tab, SLC_tab_cal, plist, MSR_cal, PWR_cal, roff=... function radcal_SLC (line 5241) | def radcal_SLC(SLC, SLC_par, CSLC, CSLC_par, fcase='-', antenna='-', rlo... function rascc_mask (line 5306) | def rascc_mask(cc, pwr, width, start_cc='-', start_pwr='-', nlines='-', ... function rascc_mask_thinning (line 5362) | def rascc_mask_thinning(ras_in, in_file, width, ras_out, nmax='-', thres... function res_map (line 5392) | def res_map(hgt, gr, data, SLC_par, OFF_par, res_hgt, res_data, nr='-', ... function residue (line 5434) | def residue(int, flag, width, xmin='-', xmax='-', ymin='-', ymax='-', lo... function residue_cc (line 5466) | def residue_cc(int, flag, width, xmin='-', xmax='-', ymin='-', ymax='-',... function RSAT2_vec (line 5498) | def RSAT2_vec(SLC_par, RSAT2_orb, nstate='-', logpath=None, outdir=None,... function S1_burstloc (line 5522) | def S1_burstloc(annotation_XML, logpath=None, outdir=None, shellscript=N... function S1_ETAD_SLC (line 5542) | def S1_ETAD_SLC(ETAD, SLC1_tab, SLC2_tab, OPOD='-', corr='-', phase='-',... function S1_OPOD_vec (line 5632) | def S1_OPOD_vec(SLC_par, OPOD, nstate='-', logpath=None, outdir=None, sh... function sbi_filt (line 5657) | def sbi_filt(SLC1, SLC1_par, SLC2R_par, SLCf, SLCf_par, SLCb, SLCb_par, ... function sbi_offset (line 5697) | def sbi_offset(sbi_unw, SLCf_par, SLCb_par, OFF_par, az_offset, logpath=... function ScanSAR_burst_copy (line 5725) | def ScanSAR_burst_copy(SLC, SLC_par, TOPS_par, SLC_out, SLC_out_par, bur... function ScanSAR_burst_corners (line 5767) | def ScanSAR_burst_corners(SLC_par, TOPS_par, KML='-', logpath=None, outd... function ScanSAR_burst_MLI (line 5791) | def ScanSAR_burst_MLI(SLC_tab, MLI_tab, rlks, azlks, bflg='-', SLCR_tab=... function ScanSAR_burst_overlap (line 5833) | def ScanSAR_burst_overlap(SLC_tab, root_name, rlks, azlks, mode='-', bfl... function ScanSAR_burst_to_mosaic (line 5880) | def ScanSAR_burst_to_mosaic(DATA_tab, mosaic, MLI_par, mflg='-', data_ta... function ScanSAR_full_aperture_SLC (line 5921) | def ScanSAR_full_aperture_SLC(SLC1_tab, SLC2_tab, SLCR_tab='-', SLC2_dir... function ScanSAR_mosaic_to_burst (line 5975) | def ScanSAR_mosaic_to_burst(DATA, MLI_par, DATA_tab, logpath=None, outdi... function slant_range (line 6003) | def slant_range(SLC_par, slr, logpath=None, outdir=None, shellscript=None): function SLC_adf (line 6025) | def SLC_adf(SLC, ref_SLC, ref_SLC_par, SLC_filt, mode='-', alpha='-', nf... function SLC_cat (line 6072) | def SLC_cat(SLC1, SLC2, SLC1_par, SLC2_par, OFF_par, SLC3, SLC3_par, dop... function SLC_cat_ScanSAR (line 6132) | def SLC_cat_ScanSAR(SLC_tab1, SLC_tab2, SLC_tab3, bin_flag='-', logpath=... function SLC_copy (line 6164) | def SLC_copy(SLC_in, SLC_par_in, SLC_out, SLC_par_out, fcase='-', sc='-'... function SLC_copy_ScanSAR (line 6219) | def SLC_copy_ScanSAR(SLC1_tab, SLC2_tab, BURST_tab, dtype='-', SLC2_dir=... function SLC_corners (line 6259) | def SLC_corners(SLC_par, terra_alt='-', kml='-', logpath=None, outdir=No... function SLC_deramp (line 6283) | def SLC_deramp(SLC1, SLC1_par, SLC2, SLC2_par, mode, dop_ph='-', logpath... function SLC_deramp_ScanSAR (line 6317) | def SLC_deramp_ScanSAR(SLC1_tab, SLC2_tab, mode, phflg='-', logpath=None... function SLC_deskew (line 6350) | def SLC_deskew(SLC1, SLC1_par, SLC2, SLC2_par, mode='-', interp='-', ord... function SLC_freq_shift (line 6402) | def SLC_freq_shift(SLC, SLC_par, SLC_shift, SLC_shift_par, freq_shift, l... function SLC_interp (line 6431) | def SLC_interp(SLC2, SLC1_par, SLC2_par, OFF_par, SLC2R, SLC2R_par, loff... function SLC_interp_map (line 6472) | def SLC_interp_map(SLC2, SLC1_par, SLC2_par, OFF_par, SLC2R, SLC2R_par, ... function SLC_interp_ScanSAR (line 6517) | def SLC_interp_ScanSAR(SLC2_tab, SLC2_par, SLC1_tab, SLC1_par, OFF_par, ... function SLC_intf (line 6570) | def SLC_intf(SLC1, SLC2R, SLC1_par, SLC2R_par, OFF_par, interf, rlks, az... function SLC_intf2 (line 6638) | def SLC_intf2(SLC1, SLC2R, SLC1_par, SLC2R_par, MLI1, MLI2R, MLI1_par, M... function SLC_mosaic_range (line 6698) | def SLC_mosaic_range(SLC_tab, SLC, SLC_par, mode='-', order='-', logpath... function SLC_mosaic_ScanSAR (line 6731) | def SLC_mosaic_ScanSAR(SLC_tab, SLC, SLC_par, rlks, azlks, bflg='-', SLC... function SLC_ovr (line 6770) | def SLC_ovr(SLC, SLC_par, SLC_ovr, SLC_ovr_par, r_ovr='-', az_ovr='-', m... function SLC_phase_shift (line 6812) | def SLC_phase_shift(SLC1, SLC1_par, SLC2, SLC2_par, ph_shift, logpath=No... function SLC_RFI_filt (line 6844) | def SLC_RFI_filt(SLC, SLC_par, SLC_filt, rfi_thres='-', nfft_r='-', nfft... function SLC_RFI_filt2 (line 6882) | def SLC_RFI_filt2(SLC, SLC_par, SLC_filt, rfi_thres='-', method='-', f_b... function split_WB (line 6931) | def split_WB(data_in, data_par_in, data_tab, dtype, logpath=None, outdir... function SR_to_GRD (line 6961) | def SR_to_GRD(MLI_par, OFF_par, GRD_par, in_file, out_file, rlks='-', az... function subtract_phase (line 7009) | def subtract_phase(interf_in, phase_file, interf_out, width, factor='-',... function tree_cc (line 7038) | def tree_cc(flag, width, mbl='-', xmin='-', xmax='-', ymin='-', ymax='-'... function tree_gzw (line 7070) | def tree_gzw(flag, width, mbl='-', xmin='-', xmax='-', ymin='-', ymax='-... function unw_model (line 7102) | def unw_model(interf, unw_model, unw, width, xinit='-', yinit='-', ref_p... function bpf_ssi (line 7136) | def bpf_ssi(SLC, SLC_par, SLC_flow, SLC_flow_par, SLC_fhigh, SLC_fhigh_p... function bpf_ssi_S1 (line 7169) | def bpf_ssi_S1(SLC_tab, SLC_tab_flow, SLC_tab_high, rbs='-', logpath=Non... function get_GAMMA_RASTER (line 7197) | def get_GAMMA_RASTER(mode, logpath=None, outdir=None, shellscript=None): function INTF_SLC (line 7241) | def INTF_SLC(pass1, pass2, rlks, azlks, algorithm='-', cc_win='-', r_pos... function ionosphere_check (line 7278) | def ionosphere_check(SLC, par, rwin='-', azwin='-', thresh='-', rstep='-... function make_tab (line 7321) | def make_tab(list, tab, template, logpath=None, outdir=None, shellscript... function mk_ptarg (line 7349) | def mk_ptarg(RSLC_tab, cal_dir, r_samp, az_samp, osf='-', options='-', l... function mk_ptarg_cal (line 7384) | def mk_ptarg_cal(CR_tab, SLC, SLC_par, cal_dir, sigma, c_rpos, c_azpos, ... function mk_tab3 (line 7426) | def mk_tab3(dir, ext1, ext2, ext3, tab, logpath=None, outdir=None, shell... function offset_plot_az (line 7456) | def offset_plot_az(offset, r_min, r_max, r_plot, az_plot, logpath=None, ... function offset_plot_r (line 7485) | def offset_plot_r(offset, az_min, az_max, r_plot, az_plot, logpath=None,... function OPOD_vec (line 7514) | def OPOD_vec(SLC_par, OPOD_dir, nstate='-', logpath=None, outdir=None, s... function run_all (line 7540) | def run_all(list, command, log='-', logpath=None, outdir=None, shellscri... function S1_BURST_tab (line 7569) | def S1_BURST_tab(SLC1_tab, SLC2_tab, BURST_tab, logpath=None, outdir=Non... function S1_BURST_tab_from_zipfile (line 7596) | def S1_BURST_tab_from_zipfile(zipfile_list, zipfile_ref, burst_number_ta... function S1_extract_png (line 7631) | def S1_extract_png(zipfile, logpath=None, outdir=None, shellscript=None): function S1_GRD_preproc (line 7652) | def S1_GRD_preproc(S1_list, MLI_dir, pol, log, options='-', logpath=None... function S1_path_number (line 7685) | def S1_path_number(S1_zipfile, logpath=None, outdir=None, shellscript=No... function S1_TOPS_preproc (line 7706) | def S1_TOPS_preproc(S1_list, SLC_dir, pol, log, options='-', logpath=Non... function SBI_INT (line 7743) | def SBI_INT(RSLC1, RSLC1_par, RSLC2, RSLC2_par, sbi, off, sbi_pwr, par_o... function ScanSAR_burst_cc_ad (line 7795) | def ScanSAR_burst_cc_ad(DIFF_tab, MLI1_tab, MLI2R_tab, slope_tab, textur... function ScanSAR_burst_cc_wave (line 7844) | def ScanSAR_burst_cc_wave(DIFF_tab, MLI1_tab, MLI2R_tab, CC_tab, log, bx... function SLC_copy_WB (line 7892) | def SLC_copy_WB(SLC_tab, SLC2_dir, logpath=None, outdir=None, shellscrip... function TX_SLC_preproc (line 7917) | def TX_SLC_preproc(TSX_list, SLC_dir, log, logpath=None, outdir=None, sh... function unw_correction_filt (line 7942) | def unw_correction_filt(unw_in, unw_out, width, fsize='-', thresh1='-', ... function unw_correction_poly (line 7980) | def unw_correction_poly(unw_in, unw_out, width, poly, flag, max_iter='-'... function UNWRAP (line 8013) | def UNWRAP(interf, cc, pwr, unwrap, flag, width, lines, corr_thr='-', pw... function UNWRAP_PAR (line 8061) | def UNWRAP_PAR(interf_par, interf, cc, pwr, unwrap, flag, corr_thr='-', ... FILE: pyroSAR/gamma/util.py function calibrate (line 50) | def calibrate(id, directory, return_fnames=False, function convert2gamma (line 143) | def convert2gamma(id, directory, S1_tnr=True, S1_bnr=True, function correctOSV (line 453) | def correctOSV(id, directory, osvdir=None, osvType='POE', timeout=20, function gc_map_wrap (line 562) | def gc_map_wrap(image, namespace, dem, spacing, exist_ok=False, function geocode (line 659) | def geocode(scene, dem, tmpdir, outdir, spacing, scaling='linear', func_... function _delete_product (line 1144) | def _delete_product(path): function lat_linear_to_db (line 1150) | def lat_linear_to_db(data_in: str, data_out: str) -> None: function lat_product (line 1179) | def lat_product(data_in1: str, data_in2: str, data_out: str) -> None: function lat_ratio (line 1213) | def lat_ratio(data_in1: str, data_in2: str, data_out: str) -> None: function multilook (line 1247) | def multilook(infile, outfile, spacing, rlks=None, azlks=None, function ovs (line 1362) | def ovs(parfile, spacing): function pixel_area_wrap (line 1402) | def pixel_area_wrap(image, namespace, lut, exist_ok=False, function S1_deburst (line 1544) | def S1_deburst(burst1, burst2, burst3, name_out, rlks=5, azlks=1, FILE: pyroSAR/snap/auxil.py function parse_recipe (line 40) | def parse_recipe(name): function parse_node (line 67) | def parse_node(name, use_existing=True): function execute (line 193) | def execute(xmlfile, cleanup=True, gpt_exceptions=None, gpt_args=None): function gpt (line 309) | def gpt(xmlfile, tmpdir, groups=None, cleanup=True, function writer (line 439) | def writer(xmlfile, outdir, basename_extensions=None, function is_consistent (line 554) | def is_consistent(workflow): function split (line 586) | def split(xmlfile, groups, outdir=None): function groupbyWorkers (line 699) | def groupbyWorkers(xmlfile, n=2): class Workflow (line 770) | class Workflow(object): method __init__ (line 780) | def __init__(self, xmlfile): method __enter__ (line 784) | def __enter__(self): method __exit__ (line 787) | def __exit__(self, exc_type, exc_val, exc_tb): method __getitem__ (line 790) | def __getitem__(self, item): method __len__ (line 806) | def __len__(self): method __delitem__ (line 809) | def __delitem__(self, key): method __str__ (line 820) | def __str__(self): method __iter__ (line 826) | def __iter__(self): method successors (line 829) | def successors(self, id, recursive=False): method __reset_successor_source (line 858) | def __reset_successor_source(self, id): method __optimize_appearance (line 908) | def __optimize_appearance(self): method ids (line 936) | def ids(self): method index (line 946) | def index(self, node): method insert_node (line 961) | def insert_node(self, node, before=None, after=None, resetSuccessorSou... method nodes (line 1045) | def nodes(self): method operators (line 1056) | def operators(self): method refresh_ids (line 1066) | def refresh_ids(self): method set_par (line 1091) | def set_par(self, key, value, exceptions=None): method suffix (line 1114) | def suffix(self, stop=None): method write (line 1140) | def write(self, outfile): class Node (line 1159) | class Node(object): method __init__ (line 1169) | def __init__(self, element): method __repr__ (line 1174) | def __repr__(self): method __str__ (line 1177) | def __str__(self): method __set_source (line 1182) | def __set_source(self, key, value): method copy (line 1190) | def copy(self): method id (line 1201) | def id(self): method id (line 1212) | def id(self, value): method operator (line 1216) | def operator(self): method parameters (line 1227) | def parameters(self): method source (line 1242) | def source(self): method source (line 1264) | def source(self, value): class Par (line 1295) | class Par(object): method __init__ (line 1307) | def __init__(self, operator, element): method __delitem__ (line 1311) | def __delitem__(self, key): method __getitem__ (line 1315) | def __getitem__(self, item): method __setitem__ (line 1330) | def __setitem__(self, key, value): method __repr__ (line 1336) | def __repr__(self): method dict (line 1339) | def dict(self): method items (line 1349) | def items(self): method keys (line 1359) | def keys(self): method values (line 1369) | def values(self): class Par_BandMath (line 1380) | class Par_BandMath(Par): method __init__ (line 1390) | def __init__(self, operator, element): method __getitem__ (line 1395) | def __getitem__(self, item): method clear_variables (line 1404) | def clear_variables(self): method add_equation (line 1416) | def add_equation(self): function value2str (line 1433) | def value2str(value): function erode_edges (line 1457) | def erode_edges(src, only_boundary=False, connectedness=4, pixels=1): function mli_parametrize (line 1590) | def mli_parametrize(scene, spacing=None, rlks=None, azlks=None, **kwargs): function orb_parametrize (line 1650) | def orb_parametrize(scene, formatName, allow_RES_OSV=True, url_option=1,... function sub_parametrize (line 1709) | def sub_parametrize(scene, geometry=None, offset=None, buffer=0.01, copy... function geo_parametrize (line 1790) | def geo_parametrize(spacing, t_srs, tc_method='Range-Doppler', function dem_parametrize (line 1973) | def dem_parametrize(workflow=None, node=None, demName='SRTM 1Sec HGT', e... FILE: pyroSAR/snap/data/collect_suffices.py function main (line 32) | def main(): FILE: pyroSAR/snap/util.py function geocode (line 28) | def geocode(infile, outdir, t_srs=4326, spacing=20, polarizations='all',... function noise_power (line 706) | def noise_power(infile, outdir, polarizations, spacing, t_srs, refarea='... FILE: pyroSAR/xml_util.py class XMLHandler (line 21) | class XMLHandler(object): method __init__ (line 22) | def __init__(self, xml): method restoreNamespaces (line 53) | def restoreNamespaces(self): method write (line 58) | def write(self, outname, mode): method __enter__ (line 62) | def __enter__(self): method __exit__ (line 65) | def __exit__(self, exc_type, exc_val, exc_tb): function getNamespaces (line 69) | def getNamespaces(xmlfile): FILE: tests/conftest.py function travis (line 10) | def travis(): function appveyor (line 15) | def appveyor(): function testdir (line 20) | def testdir(): function testdata (line 25) | def testdata(testdir): function auxdata_dem_cases (line 56) | def auxdata_dem_cases(): function tmp_home (line 70) | def tmp_home(tmp_path_factory): FILE: tests/test_ancillary.py function test_seconds (line 10) | def test_seconds(): function test_groupby (line 14) | def test_groupby(): function test_groupbyTime (line 52) | def test_groupbyTime(): function test_parse_datasetname (line 70) | def test_parse_datasetname(): function test_find_datasets (line 123) | def test_find_datasets(testdir): function test_lock (line 128) | def test_lock(tmpdir): FILE: tests/test_archive.py function test_archive (line 24) | def test_archive(tmpdir, testdata): function test_archive2 (line 71) | def test_archive2(tmpdir, testdata): function test_archive_postgres (line 106) | def test_archive_postgres(tmpdir, testdata): FILE: tests/test_auxdata.py function test_handler (line 8) | def test_handler(auxdata_dem_cases): function test_autoload (line 33) | def test_autoload(auxdata_dem_cases, travis): function test_dem_create (line 58) | def test_dem_create(tmpdir): function test_intrange (line 69) | def test_intrange(): FILE: tests/test_config.py class TestConfigHandler (line 6) | class TestConfigHandler: method test_make_dir_and_config (line 8) | def test_make_dir_and_config(self, tmpdir): method test_add_section (line 17) | def test_add_section(self): method test_options (line 23) | def test_options(self, tmpdir): method test_overwrite (line 34) | def test_overwrite(self, tmpdir): method test_remove (line 43) | def test_remove(self, tmpdir): FILE: tests/test_drivers.py function testcases (line 21) | def testcases(): function scene (line 61) | def scene(testcases, testdata, request): class Test_Metadata (line 67) | class Test_Metadata(): method test_attributes (line 69) | def test_attributes(self, scene): function test_identify_fail (line 86) | def test_identify_fail(testdir, testdata): function test_identify_many_fail (line 93) | def test_identify_many_fail(testdata): function test_filter_processed (line 97) | def test_filter_processed(tmpdir, testdata): function test_parse_date (line 102) | def test_parse_date(): function test_export2dict (line 110) | def test_export2dict(): function test_getFileObj (line 114) | def test_getFileObj(tmpdir, testdata): function test_scene (line 140) | def test_scene(tmpdir, testdata): function test_geometry (line 162) | def test_geometry(testdata, dataset): function test_geo_grid (line 168) | def test_geo_grid(tmpdir, testdata): FILE: tests/test_examine.py function test_snap_config (line 6) | def test_snap_config(tmpdir): FILE: tests/test_gamma.py function test_par (line 6) | def test_par(testdata, tmpdir): function test_namespace (line 28) | def test_namespace(): function test_slc_corners (line 48) | def test_slc_corners(testdata): FILE: tests/test_gamma_args.py function test_args_diff (line 7) | def test_args_diff(): function test_args_disp (line 36) | def test_args_disp(): function test_args_isp (line 47) | def test_args_isp(): function test_args_lat (line 87) | def test_args_lat(): FILE: tests/test_license.py function test_license_year (line 5) | def test_license_year(): FILE: tests/test_osv.py function test_osv_cleanres (line 9) | def test_osv_cleanres(tmpdir): function test_scene_osv (line 21) | def test_scene_osv(tmpdir, testdata): FILE: tests/test_snap.py function test_installation (line 14) | def test_installation(): function test_consistency (line 22) | def test_consistency(): function test_geocode (line 27) | def test_geocode(tmpdir, testdata): class Test_geocode_opts (line 48) | class Test_geocode_opts(): method test_infile_type (line 49) | def test_infile_type(self, tmpdir, testdata): method test_pol (line 56) | def test_pol(self, tmpdir, testdata): method test_pol_list (line 64) | def test_pol_list(self, tmpdir, testdata): method test_geotype (line 68) | def test_geotype(self, tmpdir, testdata): method test_srs (line 75) | def test_srs(self, tmpdir, testdata): method test_scaling (line 81) | def test_scaling(self, tmpdir, testdata): method test_shp (line 86) | def test_shp(self, tmpdir, testdata): method test_offset (line 99) | def test_offset(self, tmpdir, testdata): method test_export_extra (line 103) | def test_export_extra(self, tmpdir, testdata): method test_externalDEM (line 111) | def test_externalDEM(self, tmpdir, testdata): method test_speckleFilter (line 118) | def test_speckleFilter(self, tmpdir, testdata): method test_refarea (line 124) | def test_refarea(self, tmpdir, testdata): method test_sliceassembly (line 130) | def test_sliceassembly(self, tmpdir, testdata): FILE: tests/test_snap_exe.py function not_raises (line 5) | def not_raises(ExpectedException): FILE: tests/test_xml_util.py function test_handler (line 8) | def test_handler(tmpdir, testdata):