In [ ]:
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
from astropy.table import QTable
from scipy.optimize import curve_fit
The Apollo lunar mission deployed a series of experiments on the Moon, The experiment package was called the Apollo Lunar Surface Experiments Package (ALSEP). The ALSEP was powered by a radioisotope thermoelectric generator (RTG).
An RTG is basically a fist-sized slug of Pu-238 wrapped in a material that generates electric power when heated. Since the RTG is powered by a radioisotope, the output power decreases over time as the radioisotope decays.
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: