├── APS_CONFIG.sh ├── APS_CONFIG.tcsh ├── CITATION.TXT ├── LICENSE ├── README.md ├── TOOLBOX_LICENSE ├── Variable_Tables └── readme ├── bin ├── WPS_clean ├── WRF_clean ├── get_CFSR.csh ├── get_GFS.csh ├── get_ecmwf ├── link_raw_era ├── link_raw_meris ├── meris_download.ftp ├── wrf_runfile_CFSR └── wrf_runfile_GFS ├── manual └── TRAIN_manual.pdf ├── matlab ├── ApplyCor2InsarApp.m ├── Dvec2Dmat.m ├── InsarApp2TRAIN.m ├── TRAIN2InsarApp.m ├── aps_RMSE_comparison.m ├── aps_check_systemcall_error.m ├── aps_era5_ECMWF_Python.m ├── aps_era5_files.m ├── aps_era_ECMWF_Python.m ├── aps_era_files.m ├── aps_gacos_files.m ├── aps_linear.m ├── aps_load_era.m ├── aps_load_merra.m ├── aps_load_narr.m ├── aps_meris.m ├── aps_meris_InSAR.m ├── aps_meris_SAR.m ├── aps_merra_files.m ├── aps_modis.m ├── aps_modis_InSAR.m ├── aps_modis_Python.m ├── aps_modis_SAR.m ├── aps_name.m ├── aps_narr_files.m ├── aps_powerlaw.m ├── aps_powerlaw_bootstrap.m ├── aps_powerlaw_linear_local.m ├── aps_powerlaw_update_band.m ├── aps_powerlaw_watershed.m ├── aps_save.m ├── aps_spectrometer_PWV_comparison.m ├── aps_spectrometer_PWV_meris.m ├── aps_spectrometer_PWV_meris_modis.m ├── aps_spectrometer_PWV_modis.m ├── aps_support_plot.m ├── aps_systemcall.m ├── aps_weather_model.m ├── aps_weather_model_InSAR.m ├── aps_weather_model_SAR.m ├── aps_weather_model_filenames.m ├── aps_weather_model_nan_check.m ├── aps_weather_model_times.m ├── aps_wrf.m ├── aps_wrf_InSAR.m ├── aps_wrf_SAR.m ├── aps_wrf_files.m ├── aps_wrf_files_setup.m ├── bandfiltering.m ├── extrapolate_local_new.m ├── get_DEM.m ├── get_gmt_version.m ├── get_la_stamps.m ├── get_parm_rsc.m ├── get_parm_xml.m ├── getparm_aps.m ├── grdXXX2_license.txt ├── grdinfo2.m ├── grdread2.m ├── grdwrite2.m ├── griddata_version_control.m ├── interpolate2local.m ├── interpolate_regular.m ├── intersections.m ├── intersections_license.txt ├── ll2rotatelocal.m ├── llh2local.m ├── load_era_SAR.m ├── load_isce.m ├── load_meris_SAR.m ├── load_roipac.m ├── load_sounding.m ├── load_sounding_download.m ├── load_weather_model_SAR.m ├── load_wrf_SAR.m ├── local2llh.m ├── logit.m ├── look2inc.m ├── parms_default_aps.m ├── resampling_radar_coor.m ├── rotatelocal2ll.m ├── set_parm_xml.m ├── setparm_aps.m ├── sounding.m ├── sounding_powerlaw_sens.m ├── sounding_powerlaw_sens_display.m ├── sounding_spectrometer_sens.m ├── sounding_spectrometer_sens_display.m ├── w_test_mean.m └── window_generation.m ├── python_modules └── README └── scripts ├── reproject_params.xml ├── reproject_params_subset.xml └── sounding_download /APS_CONFIG.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/APS_CONFIG.sh -------------------------------------------------------------------------------- /APS_CONFIG.tcsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/APS_CONFIG.tcsh -------------------------------------------------------------------------------- /CITATION.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/CITATION.TXT -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/README.md -------------------------------------------------------------------------------- /TOOLBOX_LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/TOOLBOX_LICENSE -------------------------------------------------------------------------------- /Variable_Tables/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/Variable_Tables/readme -------------------------------------------------------------------------------- /bin/WPS_clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/WPS_clean -------------------------------------------------------------------------------- /bin/WRF_clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/WRF_clean -------------------------------------------------------------------------------- /bin/get_CFSR.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/get_CFSR.csh -------------------------------------------------------------------------------- /bin/get_GFS.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/get_GFS.csh -------------------------------------------------------------------------------- /bin/get_ecmwf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/get_ecmwf -------------------------------------------------------------------------------- /bin/link_raw_era: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/link_raw_era -------------------------------------------------------------------------------- /bin/link_raw_meris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/link_raw_meris -------------------------------------------------------------------------------- /bin/meris_download.ftp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/meris_download.ftp -------------------------------------------------------------------------------- /bin/wrf_runfile_CFSR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/wrf_runfile_CFSR -------------------------------------------------------------------------------- /bin/wrf_runfile_GFS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/bin/wrf_runfile_GFS -------------------------------------------------------------------------------- /manual/TRAIN_manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/manual/TRAIN_manual.pdf -------------------------------------------------------------------------------- /matlab/ApplyCor2InsarApp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/ApplyCor2InsarApp.m -------------------------------------------------------------------------------- /matlab/Dvec2Dmat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/Dvec2Dmat.m -------------------------------------------------------------------------------- /matlab/InsarApp2TRAIN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/InsarApp2TRAIN.m -------------------------------------------------------------------------------- /matlab/TRAIN2InsarApp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/TRAIN2InsarApp.m -------------------------------------------------------------------------------- /matlab/aps_RMSE_comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_RMSE_comparison.m -------------------------------------------------------------------------------- /matlab/aps_check_systemcall_error.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_check_systemcall_error.m -------------------------------------------------------------------------------- /matlab/aps_era5_ECMWF_Python.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_era5_ECMWF_Python.m -------------------------------------------------------------------------------- /matlab/aps_era5_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_era5_files.m -------------------------------------------------------------------------------- /matlab/aps_era_ECMWF_Python.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_era_ECMWF_Python.m -------------------------------------------------------------------------------- /matlab/aps_era_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_era_files.m -------------------------------------------------------------------------------- /matlab/aps_gacos_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_gacos_files.m -------------------------------------------------------------------------------- /matlab/aps_linear.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_linear.m -------------------------------------------------------------------------------- /matlab/aps_load_era.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_load_era.m -------------------------------------------------------------------------------- /matlab/aps_load_merra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_load_merra.m -------------------------------------------------------------------------------- /matlab/aps_load_narr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_load_narr.m -------------------------------------------------------------------------------- /matlab/aps_meris.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_meris.m -------------------------------------------------------------------------------- /matlab/aps_meris_InSAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_meris_InSAR.m -------------------------------------------------------------------------------- /matlab/aps_meris_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_meris_SAR.m -------------------------------------------------------------------------------- /matlab/aps_merra_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_merra_files.m -------------------------------------------------------------------------------- /matlab/aps_modis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_modis.m -------------------------------------------------------------------------------- /matlab/aps_modis_InSAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_modis_InSAR.m -------------------------------------------------------------------------------- /matlab/aps_modis_Python.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_modis_Python.m -------------------------------------------------------------------------------- /matlab/aps_modis_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_modis_SAR.m -------------------------------------------------------------------------------- /matlab/aps_name.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_name.m -------------------------------------------------------------------------------- /matlab/aps_narr_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_narr_files.m -------------------------------------------------------------------------------- /matlab/aps_powerlaw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_powerlaw.m -------------------------------------------------------------------------------- /matlab/aps_powerlaw_bootstrap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_powerlaw_bootstrap.m -------------------------------------------------------------------------------- /matlab/aps_powerlaw_linear_local.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_powerlaw_linear_local.m -------------------------------------------------------------------------------- /matlab/aps_powerlaw_update_band.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_powerlaw_update_band.m -------------------------------------------------------------------------------- /matlab/aps_powerlaw_watershed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_powerlaw_watershed.m -------------------------------------------------------------------------------- /matlab/aps_save.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_save.m -------------------------------------------------------------------------------- /matlab/aps_spectrometer_PWV_comparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_spectrometer_PWV_comparison.m -------------------------------------------------------------------------------- /matlab/aps_spectrometer_PWV_meris.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_spectrometer_PWV_meris.m -------------------------------------------------------------------------------- /matlab/aps_spectrometer_PWV_meris_modis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_spectrometer_PWV_meris_modis.m -------------------------------------------------------------------------------- /matlab/aps_spectrometer_PWV_modis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_spectrometer_PWV_modis.m -------------------------------------------------------------------------------- /matlab/aps_support_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_support_plot.m -------------------------------------------------------------------------------- /matlab/aps_systemcall.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_systemcall.m -------------------------------------------------------------------------------- /matlab/aps_weather_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_weather_model.m -------------------------------------------------------------------------------- /matlab/aps_weather_model_InSAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_weather_model_InSAR.m -------------------------------------------------------------------------------- /matlab/aps_weather_model_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_weather_model_SAR.m -------------------------------------------------------------------------------- /matlab/aps_weather_model_filenames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_weather_model_filenames.m -------------------------------------------------------------------------------- /matlab/aps_weather_model_nan_check.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_weather_model_nan_check.m -------------------------------------------------------------------------------- /matlab/aps_weather_model_times.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_weather_model_times.m -------------------------------------------------------------------------------- /matlab/aps_wrf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_wrf.m -------------------------------------------------------------------------------- /matlab/aps_wrf_InSAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_wrf_InSAR.m -------------------------------------------------------------------------------- /matlab/aps_wrf_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_wrf_SAR.m -------------------------------------------------------------------------------- /matlab/aps_wrf_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_wrf_files.m -------------------------------------------------------------------------------- /matlab/aps_wrf_files_setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/aps_wrf_files_setup.m -------------------------------------------------------------------------------- /matlab/bandfiltering.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/bandfiltering.m -------------------------------------------------------------------------------- /matlab/extrapolate_local_new.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/extrapolate_local_new.m -------------------------------------------------------------------------------- /matlab/get_DEM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/get_DEM.m -------------------------------------------------------------------------------- /matlab/get_gmt_version.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/get_gmt_version.m -------------------------------------------------------------------------------- /matlab/get_la_stamps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/get_la_stamps.m -------------------------------------------------------------------------------- /matlab/get_parm_rsc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/get_parm_rsc.m -------------------------------------------------------------------------------- /matlab/get_parm_xml.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/get_parm_xml.m -------------------------------------------------------------------------------- /matlab/getparm_aps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/getparm_aps.m -------------------------------------------------------------------------------- /matlab/grdXXX2_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/grdXXX2_license.txt -------------------------------------------------------------------------------- /matlab/grdinfo2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/grdinfo2.m -------------------------------------------------------------------------------- /matlab/grdread2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/grdread2.m -------------------------------------------------------------------------------- /matlab/grdwrite2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/grdwrite2.m -------------------------------------------------------------------------------- /matlab/griddata_version_control.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/griddata_version_control.m -------------------------------------------------------------------------------- /matlab/interpolate2local.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/interpolate2local.m -------------------------------------------------------------------------------- /matlab/interpolate_regular.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/interpolate_regular.m -------------------------------------------------------------------------------- /matlab/intersections.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/intersections.m -------------------------------------------------------------------------------- /matlab/intersections_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/intersections_license.txt -------------------------------------------------------------------------------- /matlab/ll2rotatelocal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/ll2rotatelocal.m -------------------------------------------------------------------------------- /matlab/llh2local.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/llh2local.m -------------------------------------------------------------------------------- /matlab/load_era_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_era_SAR.m -------------------------------------------------------------------------------- /matlab/load_isce.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_isce.m -------------------------------------------------------------------------------- /matlab/load_meris_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_meris_SAR.m -------------------------------------------------------------------------------- /matlab/load_roipac.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_roipac.m -------------------------------------------------------------------------------- /matlab/load_sounding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_sounding.m -------------------------------------------------------------------------------- /matlab/load_sounding_download.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_sounding_download.m -------------------------------------------------------------------------------- /matlab/load_weather_model_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_weather_model_SAR.m -------------------------------------------------------------------------------- /matlab/load_wrf_SAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/load_wrf_SAR.m -------------------------------------------------------------------------------- /matlab/local2llh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/local2llh.m -------------------------------------------------------------------------------- /matlab/logit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/logit.m -------------------------------------------------------------------------------- /matlab/look2inc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/look2inc.m -------------------------------------------------------------------------------- /matlab/parms_default_aps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/parms_default_aps.m -------------------------------------------------------------------------------- /matlab/resampling_radar_coor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/resampling_radar_coor.m -------------------------------------------------------------------------------- /matlab/rotatelocal2ll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/rotatelocal2ll.m -------------------------------------------------------------------------------- /matlab/set_parm_xml.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/set_parm_xml.m -------------------------------------------------------------------------------- /matlab/setparm_aps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/setparm_aps.m -------------------------------------------------------------------------------- /matlab/sounding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/sounding.m -------------------------------------------------------------------------------- /matlab/sounding_powerlaw_sens.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/sounding_powerlaw_sens.m -------------------------------------------------------------------------------- /matlab/sounding_powerlaw_sens_display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/sounding_powerlaw_sens_display.m -------------------------------------------------------------------------------- /matlab/sounding_spectrometer_sens.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/sounding_spectrometer_sens.m -------------------------------------------------------------------------------- /matlab/sounding_spectrometer_sens_display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/sounding_spectrometer_sens_display.m -------------------------------------------------------------------------------- /matlab/w_test_mean.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/w_test_mean.m -------------------------------------------------------------------------------- /matlab/window_generation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/matlab/window_generation.m -------------------------------------------------------------------------------- /python_modules/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/python_modules/README -------------------------------------------------------------------------------- /scripts/reproject_params.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/scripts/reproject_params.xml -------------------------------------------------------------------------------- /scripts/reproject_params_subset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/scripts/reproject_params_subset.xml -------------------------------------------------------------------------------- /scripts/sounding_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbekaert/TRAIN/HEAD/scripts/sounding_download --------------------------------------------------------------------------------