Skip to content

to_fits units #67

@Sulla2012

Description

@Sulla2012

In map.to_fit, currently the CRVALs are set via self.header["CRVAL1"] = np.radians(self.center[0]), but self.center is already in units of radians. Instead, I think this should be self.header["CRVAL1"] = np.rad2deg(self.center[0]) no match the units in the header. Same with self.header["CDELT1"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions