├── How to use.pdf ├── NearObservationAdjustment.cpp ├── NearObservationAdjustment.h ├── README.md ├── TRA.cpp ├── TRA.sln ├── TRA.vcxproj ├── TRA.vcxproj.filters ├── TRA.vcxproj.user ├── exampleData_L30.csv ├── exampleData_S30.csv ├── exampleOutput.csv ├── mfhdf.h ├── stdafx.cpp ├── stdafx.h ├── targetver.h └── versionMATLAB ├── TRAadjust.m ├── TRAmatch.m ├── TRAregression.m ├── TimeSeiresNoiseFilter.m └── mainTRAtest.m /How to use.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/How to use.pdf -------------------------------------------------------------------------------- /NearObservationAdjustment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/NearObservationAdjustment.cpp -------------------------------------------------------------------------------- /NearObservationAdjustment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/NearObservationAdjustment.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/README.md -------------------------------------------------------------------------------- /TRA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/TRA.cpp -------------------------------------------------------------------------------- /TRA.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/TRA.sln -------------------------------------------------------------------------------- /TRA.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/TRA.vcxproj -------------------------------------------------------------------------------- /TRA.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/TRA.vcxproj.filters -------------------------------------------------------------------------------- /TRA.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/TRA.vcxproj.user -------------------------------------------------------------------------------- /exampleData_L30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/exampleData_L30.csv -------------------------------------------------------------------------------- /exampleData_S30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/exampleData_S30.csv -------------------------------------------------------------------------------- /exampleOutput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/exampleOutput.csv -------------------------------------------------------------------------------- /mfhdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/mfhdf.h -------------------------------------------------------------------------------- /stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/stdafx.cpp -------------------------------------------------------------------------------- /stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/stdafx.h -------------------------------------------------------------------------------- /targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/targetver.h -------------------------------------------------------------------------------- /versionMATLAB/TRAadjust.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/versionMATLAB/TRAadjust.m -------------------------------------------------------------------------------- /versionMATLAB/TRAmatch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/versionMATLAB/TRAmatch.m -------------------------------------------------------------------------------- /versionMATLAB/TRAregression.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/versionMATLAB/TRAregression.m -------------------------------------------------------------------------------- /versionMATLAB/TimeSeiresNoiseFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/versionMATLAB/TimeSeiresNoiseFilter.m -------------------------------------------------------------------------------- /versionMATLAB/mainTRAtest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERSL/TRA/HEAD/versionMATLAB/mainTRAtest.m --------------------------------------------------------------------------------