You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ TableYear
116
116
If you have ideas for additional functionality or find bugs please create an [issue](https://github.com/php1ic/nuclearmasses/issues) or better yet a [pull request](https://github.com/php1ic/nuclearmasses/pulls).
117
117
118
118
## Known issues
119
-
-`#5` The half life from the NUBASE data is stored as the individual elements, a column with the value in seconds would be useful
119
+
-[#5](https://github.com/php1ic/nuclearmasses/issues/5) The half life from the NUBASE data is stored as the individual elements, a column with the value in seconds would be useful
-`#6` The decay mode field from the NUBASE data is stored 'as-is' from the file.
132
+
-[#6](https://github.com/php1ic/nuclearmasses/issues/6) The decay mode field from the NUBASE data is stored 'as-is' from the file.
133
133
It looks like it can be split on the ';' character for isotopes where there is more than one mode.
134
134
A dictionary of {decay mode: fraction} may be the best way to store all of this information.
135
-
-`#7` Information from anything other than the ground state of an isotope is ignored when parsing the NUABSE file.
135
+
-[#7](https://github.com/php1ic/nuclearmasses/issues/7) Information from anything other than the ground state of an isotope is ignored when parsing the NUABSE file.
136
136
The selection of what is and what is not included appears random to me which is why I simply ignored for the moment.
0 commit comments