RadioAstronomySoftwareGroup / pyradiosky

Python objects and interfaces for representing diffuse, extended and compact astrophysical radio sources
https://pyradiosky.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
14 stars 5 forks source link

Add `extra_columns` attribute to store other per-component catalog info #218

Closed bhazelton closed 11 months ago

bhazelton commented 1 year ago

Description

Added a new SkyModel attribute, extra_columns, which is a recarray and can support additional per-component info.

Motivation and Context

fixes #126

Checklists:

New Feature Checklist:

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6bbf7bf) 100.00% compared to head (c7c1989) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #218 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 2065 2115 +50 Branches 576 600 +24 ========================================= + Hits 2065 2115 +50 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.