Skip to content

Commit

Permalink
Merge pull request #10 from yaoyuhan/add-fbot
Browse files Browse the repository at this point in the history
Add FBOT as a subclass of SN
  • Loading branch information
profjsb authored Oct 25, 2020
2 parents df44ee6 + 12207f0 commit 6eecca5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdtax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.replace('"subclasses":', '"children":')
vega_taxonomy = json.loads(taxstr)

__version__ = '0.1.1'
__version__ = '0.1.2'

__all__ = ["taxonomy", "schema", "vega_taxonomy", "write_viz", "__version__"]

Expand Down
8 changes: 7 additions & 1 deletion tdtax/supernovae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ subclasses:
tags: [peculiar]
comments: SN 1987a
other names: [SNIIp, SN II-p, SN Type IIp, IIpec, II-p]

- class: FBOT
comments: |
This is a newly-discovered class of engine-driven explosions.
tags: [fast blue optical transient, fast-evolving luminous transient]
other names: [FELT]
links:
- https://en.wikipedia.org/wiki/Fast_blue_optical_transient

0 comments on commit 6eecca5

Please sign in to comment.