No description
Find a file
2026-03-09 16:48:22 +01:00
Plots Plots/C2_RAP_ESPCT_Flux_Ch4_2002.png gelöscht 2026-03-09 16:48:22 +01:00
3d_orbit.py Initialer Commit 2026-03-02 10:11:52 +01:00
flux.py Initialer Commit 2026-03-02 10:11:52 +01:00
Flux_spectrum.py aktualisierte Dateien 2026-03-02 10:36:15 +01:00
join_data.py Initialer Commit 2026-03-02 10:11:52 +01:00
read_all_npy.py aktualisierte Dateien 2026-03-02 10:36:15 +01:00
README.md README.md aktualisiert 2026-03-02 16:23:31 +01:00

#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