Skip to content

module re organization

Zhang Yunjun edited this page Nov 10, 2022 · 3 revisions

Version 0.1

  • /src/mintpy
    • /cli
      • ...
    • /correction
      • closure_phase_bias
      • dem_error
      • iono_tec
      • local_oscillator_drift
      • remove_ramp
      • s1ab_range_bias
      • solid_earth_tides
      • tropo_gacos
      • tropo_phase_elevation
      • tropo_pyaps3
      • unwrap_error
    • /data
      • /colormaps
      • *.js
      • *.png
      • *.txt
    • /defaults
      • auto_path
      • smallbaseline*.cfg
      • template
      • ...
    • /image
      • add
      • diff
      • image_math
      • image_stitch
      • subset
    • /legacy
    • /objects
      • cluster
      • colors
      • conn_comp
      • constants
      • coord
      • giant
      • gnss
      • ionex
      • progress
      • ramp
      • resample
      • sensor
      • stack
      • stack_dict
    • /plot
      • default
      • plot_coherence_matrix
      • plot_network
      • plot_transection
      • tsview
      • view
    • /prep
      • prep_aria
      • prep_cosicorr
      • ...
    • /save
      • save_gbis
      • save_gdal
      • ...
    • /simulation
      • decorrelation
      • turbulence
      • iono
      • ...
    • /stdproc
      • asc_desc2horz_vert
      • geocode
      • ifgram_inversion
      • mask
      • modify_network
      • multilook
      • reference_date
      • reference_point
      • spatial_average
      • spatial_filter
      • temporal_average
      • temporal_filter
      • temporal_derivative
      • timeseries2time_func
      • timeseries_rms
    • /utils
      • arg_utils
      • attribute
      • isce_utils
      • map
      • network
      • plot
      • plot_ext
      • ptime
      • readfile
      • s1_utils
      • time_func
      • utils
      • utils0
      • utils1
      • writefile
  1. there should be an io sub-module to include read/write file, prep/save
  2. utils*.py need to be split into sub-modules with more meaningful names
  3. objects and utils sub-modules needs further re-org

Welcome

Software Design

Clone this wiki locally