Skip to content

Commit 6eecca5

Browse files
authored
Merge pull request #10 from yaoyuhan/add-fbot
Add FBOT as a subclass of SN
2 parents df44ee6 + 12207f0 commit 6eecca5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

tdtax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.replace('"subclasses":', '"children":')
2929
vega_taxonomy = json.loads(taxstr)
3030

31-
__version__ = '0.1.1'
31+
__version__ = '0.1.2'
3232

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

tdtax/supernovae.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,10 @@ subclasses:
5959
tags: [peculiar]
6060
comments: SN 1987a
6161
other names: [SNIIp, SN II-p, SN Type IIp, IIpec, II-p]
62-
62+
- class: FBOT
63+
comments: |
64+
This is a newly-discovered class of engine-driven explosions.
65+
tags: [fast blue optical transient, fast-evolving luminous transient]
66+
other names: [FELT]
67+
links:
68+
- https://en.wikipedia.org/wiki/Fast_blue_optical_transient

0 commit comments

Comments
 (0)