#include <pipeline.hpp>
Action is an interface that wraps a function that does something
Performs some action
Implemented in found::Stage< Input, Output >, found::Stage< distFromEarth, PositionVector >, found::Stage< Image, Points >, found::Stage< OrbitParams, KinematicPrediction >, found::Stage< Points, distFromEarth >, and found::Stage< std::vector< Vec3 >, OrbitParams >.