Skip to content

Add Support for Generating Beam alms from GRASP Files #438

@paganol

Description

@paganol

We should add a function to generate beam alms directly from GRASP files, similar to how we currently handle elliptical Gaussian beams here

def generate_gauss_beam_alms(
observation: Observation,
lmax: int,
mmax: Optional[int] = None,
store_in_observation: Optional[bool] = False,
):

and here
def get_gauss_beam_alms(
self,
lmax: int,
mmax: Optional[int] = None,
store_in_observation: Optional[bool] = False,
):

To implement this, we’ll need to introduce a dependency on grasp2alm.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions