Skip to content

sdss-v mwmVisit data loaders broken #1182

Open
@havok2063

Description

@havok2063

The SDSS-V data loader for mwmVisit fails to load mwmVisit files that only have BOSS-extension data in them. It loads fine for mwmVisit files with only APOGEE-extension data. I think the issue is during metadata collection, it looks for info specific to certain extensions but not all. e.g. see

meta["date"] = hdulist[hdu].data["date_obs"]

We could either remove the metadata entirely as it's not strictly necessary to load the spectrum, or adjust this code. This is a blocker for sdss/sdss_solara#9

Either I or relevant folks can fix, just creating an issue for tracking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions