├── LICENSE ├── README.md └── routines ├── C └── oisdifference.c ├── IDL ├── bigdiff.pro ├── clean.pro ├── cmb_tmp.pro ├── detrend.pro ├── mk_master.pro ├── mkraw.pro ├── oisdifference.c └── refphot.pro └── Python ├── bigdiff.py ├── clean.py ├── cmb_tmp.py ├── detrend.py ├── mk_master.py ├── mkraw.py ├── oisdifference.c └── refphot.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/README.md -------------------------------------------------------------------------------- /routines/C/oisdifference.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/C/oisdifference.c -------------------------------------------------------------------------------- /routines/IDL/bigdiff.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/bigdiff.pro -------------------------------------------------------------------------------- /routines/IDL/clean.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/clean.pro -------------------------------------------------------------------------------- /routines/IDL/cmb_tmp.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/cmb_tmp.pro -------------------------------------------------------------------------------- /routines/IDL/detrend.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/detrend.pro -------------------------------------------------------------------------------- /routines/IDL/mk_master.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/mk_master.pro -------------------------------------------------------------------------------- /routines/IDL/mkraw.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/mkraw.pro -------------------------------------------------------------------------------- /routines/IDL/oisdifference.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/oisdifference.c -------------------------------------------------------------------------------- /routines/IDL/refphot.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/IDL/refphot.pro -------------------------------------------------------------------------------- /routines/Python/bigdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/bigdiff.py -------------------------------------------------------------------------------- /routines/Python/clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/clean.py -------------------------------------------------------------------------------- /routines/Python/cmb_tmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/cmb_tmp.py -------------------------------------------------------------------------------- /routines/Python/detrend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/detrend.py -------------------------------------------------------------------------------- /routines/Python/mk_master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/mk_master.py -------------------------------------------------------------------------------- /routines/Python/mkraw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/mkraw.py -------------------------------------------------------------------------------- /routines/Python/oisdifference.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/oisdifference.c -------------------------------------------------------------------------------- /routines/Python/refphot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ryanoelkers/DIA/HEAD/routines/Python/refphot.py --------------------------------------------------------------------------------