- Python 100%
| Plots | ||
| 3d_orbit.py | ||
| flux.py | ||
| Flux_spectrum.py | ||
| join_data.py | ||
| read_all_npy.py | ||
| README.md | ||
#CLUSTER Programms
This repository contains python programms for analysing CLUSTER data of one space craft
To use each of the programms, the adjustments (time interval, channel, spectrum, file) can be made in the last lines of the code
#Programms
join_data.py merges three CDF files (file 1: AUX data, file 2: HSPCT data, file 3: ESPCT data) into one .npy file
read_all_npy.py reads combind .npy file (result from join_data.py) in given time interval
result are three diagramms: proton flux over time, electron flux over time, position of space craft over time
3d_orbit.py uses combined .npy file (result from join_data.py) result: 3D plot of space craft's orbit in a given time interval
Flux_spectrum.py uses combined .npy file (result from join_data.py) result: plot flux over energy of given particle (HSPCT or ESPCT) in given time interval
flux.py uses combined .npy file (result from join_data.py) result: flux histogram of given particle (HSPCT or ESPCT), channel and time interval