Skip to content

Latest commit

 

History

History

Temperature-Power-Variations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Temperature-Power-Variations

This folder contains details of the artifacts related to Section 3 (Temperature Results). We provide details of the dataset, analysis scripts as well as plotting scripts to generate Figures 3.

Folder structure

Foldername/Filename Description
plot-section3-figure3.py The script to generate plots.
figure3.pdf The plot generated by the scripts.
Data/gnd_atlas_infer The collected CSV dataset of Atlas experiment on the ground.
Data/gnd_pi_stress_and_infer The collected CSV dataset of Pi experiment on the ground.
Data/sat_atlas_infer The collected CSV dataset of Atlas experiment on satellite.
Data/sat_pi_stress_and_infer The collected CSV dataset of Pi experiment on satellite.
Processed-Data Processed data can be found here.

Dataset Description

The following is the field description of the csv files in the Data/gnd_atlas_infer folder used by the plot script.

Field name Description of the field
TIME Timestamp of the experiment
TEMP GND_ATLAS temperature
Main(mA) GND_ATLAS input current

The following is the field description of the csv files in the Data/gnd_pi_stress_and_infer folder used by the plot script.

Field name Description of the field
TIME Timestamp of the experiment
TEMP GND_PI temperature
Main(mA) GND_PI input current

The following is the field description of the csv files in the Data/sat_atlas_infer folder used by the plot script.

Field name Description of the field
TIME Timestamp of the experiment
TEMP ATLAS_B temperature
I_Atlas200DK-B ATLAS_B input current
ATLAS_B_TEMP ATLAS_B surface temperature

The following is the field description of the csv files in the Data/sat_pi_stress_and_infer folder used by the plot script.

Field name Description of the field
TIME Timestamp of the experiment
TEMP PI_A temperature
I_Pi-A PI_A input current
PI_A_TEMP PI_A surface temperature

Requirements

  • Python (>=3.6)
  • Numpy (>=1.19.5)
  • Matplotlib (>=3.1.3)
  • Pandas (>=2.2.1)

Generating Plots

Once the CSV datasets in the Data folder are ready, use the following bash command to generate plots

python3 plot-section3-figure3.py

The generated results will be saved in the Temperature-Power-Variations folder.