DAXA icon indicating copy to clipboard operation
DAXA copied to clipboard

The first entry in the info() output of mission classes is wrong

Open DavidT3 opened this issue 6 months ago • 0 comments

It uses len(self) to get what is meant to be the total number of observations of the entire mission, but actually len() of BaseMission returns the length of the filtered obs info dictionary.

DavidT3 avatar Oct 02 '25 19:10 DavidT3