astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
199 stars 109 forks source link

Added a "name" attribute to ObservingBlock #507

Closed thusser closed 3 years ago

thusser commented 3 years ago

Added a "name" attribute to ObservingBlock, which can be used to assign a user-defined name or ID to a block. Should probably be used in repr as well, if present.

bmorris3 commented 3 years ago

Looks good, thanks @thusser.