To create 6 month quickmaps for imap-lo, we need to not keep filtering out psets by pivot angles at the level of cli.py, since these maps will have no pset inputs to begin with.
So we need to move this filtering down to the lo_l2.py level, and only do the pivot-angle filtering within the logic of the quickmap product, keeping everything else (even if it won't be used eventually) as-is.
We also need to start producing a CDF in the correct shape that we can then iterate on in terms of the actual quickmap algorithm.
To create 6 month quickmaps for
imap-lo, we need to not keep filtering out psets by pivot angles at the level ofcli.py, since these maps will have nopsetinputs to begin with.So we need to move this filtering down to the
lo_l2.pylevel, and only do the pivot-angle filtering within the logic of the quickmap product, keeping everything else (even if it won't be used eventually) as-is.We also need to start producing a CDF in the correct shape that we can then iterate on in terms of the actual quickmap algorithm.