├── .gitignore ├── CodaNorm.py ├── CodaNormLib.py ├── Readme.md ├── baikal2gse ├── README.md ├── baikal.py ├── baikal2gse.py ├── libgse2.pyd └── setup.py ├── catalogs └── UZR │ └── UZR_2012-2014.dat ├── coda.conf ├── css2baikal ├── README.md ├── css2baikal.py ├── multiarray.pyd └── setup.py ├── data ├── 2001-03-13-15-51H__072 ├── 2001-03-13-15-51H__072_1.5.png ├── 2001-03-13-15-51H__072_12.0.png ├── 2001-03-13-15-51H__072_3.0.png ├── 2001-03-13-15-51H__072_6.0.png ├── 2001-08-11-23-16H__223 ├── 2001-08-11-23-16H__223_1.5.png ├── 2001-08-11-23-16H__223_12.0.png ├── 2001-08-11-23-16H__223_3.0.png ├── 2001-08-11-23-16H__223_6.0.png ├── 2001-10-06-07-16H__279 ├── 2002-08-16-13-18H__228 ├── 2002-09-01-05-19H__244 ├── 2002-09-01-05-38H__244 ├── HRMdata.zip └── NA01 │ └── NA01_data.mseed ├── plotCodaNorm_Qp.py └── values └── UZR ├── Q0_UZR_Qp_70km_H.png └── Qp_UZR__70km_H.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/.gitignore -------------------------------------------------------------------------------- /CodaNorm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/CodaNorm.py -------------------------------------------------------------------------------- /CodaNormLib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/CodaNormLib.py -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/Readme.md -------------------------------------------------------------------------------- /baikal2gse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/baikal2gse/README.md -------------------------------------------------------------------------------- /baikal2gse/baikal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/baikal2gse/baikal.py -------------------------------------------------------------------------------- /baikal2gse/baikal2gse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/baikal2gse/baikal2gse.py -------------------------------------------------------------------------------- /baikal2gse/libgse2.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/baikal2gse/libgse2.pyd -------------------------------------------------------------------------------- /baikal2gse/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/baikal2gse/setup.py -------------------------------------------------------------------------------- /catalogs/UZR/UZR_2012-2014.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/catalogs/UZR/UZR_2012-2014.dat -------------------------------------------------------------------------------- /coda.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/coda.conf -------------------------------------------------------------------------------- /css2baikal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/css2baikal/README.md -------------------------------------------------------------------------------- /css2baikal/css2baikal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/css2baikal/css2baikal.py -------------------------------------------------------------------------------- /css2baikal/multiarray.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/css2baikal/multiarray.pyd -------------------------------------------------------------------------------- /css2baikal/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/css2baikal/setup.py -------------------------------------------------------------------------------- /data/2001-03-13-15-51H__072: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-03-13-15-51H__072 -------------------------------------------------------------------------------- /data/2001-03-13-15-51H__072_1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-03-13-15-51H__072_1.5.png -------------------------------------------------------------------------------- /data/2001-03-13-15-51H__072_12.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-03-13-15-51H__072_12.0.png -------------------------------------------------------------------------------- /data/2001-03-13-15-51H__072_3.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-03-13-15-51H__072_3.0.png -------------------------------------------------------------------------------- /data/2001-03-13-15-51H__072_6.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-03-13-15-51H__072_6.0.png -------------------------------------------------------------------------------- /data/2001-08-11-23-16H__223: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-08-11-23-16H__223 -------------------------------------------------------------------------------- /data/2001-08-11-23-16H__223_1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-08-11-23-16H__223_1.5.png -------------------------------------------------------------------------------- /data/2001-08-11-23-16H__223_12.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-08-11-23-16H__223_12.0.png -------------------------------------------------------------------------------- /data/2001-08-11-23-16H__223_3.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-08-11-23-16H__223_3.0.png -------------------------------------------------------------------------------- /data/2001-08-11-23-16H__223_6.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-08-11-23-16H__223_6.0.png -------------------------------------------------------------------------------- /data/2001-10-06-07-16H__279: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2001-10-06-07-16H__279 -------------------------------------------------------------------------------- /data/2002-08-16-13-18H__228: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2002-08-16-13-18H__228 -------------------------------------------------------------------------------- /data/2002-09-01-05-19H__244: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2002-09-01-05-19H__244 -------------------------------------------------------------------------------- /data/2002-09-01-05-38H__244: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/2002-09-01-05-38H__244 -------------------------------------------------------------------------------- /data/HRMdata.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/HRMdata.zip -------------------------------------------------------------------------------- /data/NA01/NA01_data.mseed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/data/NA01/NA01_data.mseed -------------------------------------------------------------------------------- /plotCodaNorm_Qp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/plotCodaNorm_Qp.py -------------------------------------------------------------------------------- /values/UZR/Q0_UZR_Qp_70km_H.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/values/UZR/Q0_UZR_Qp_70km_H.png -------------------------------------------------------------------------------- /values/UZR/Qp_UZR__70km_H.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cormorant/CodaNorm/HEAD/values/UZR/Qp_UZR__70km_H.png --------------------------------------------------------------------------------