-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit for
LSSTCometActivity
class in community utils. (#4)
* Initial commit for `LSSTCometActivity` class in community utils. * Skip one tests, un-skip another. Fix the name_id used in the simple_cometary_magnitude notebook. * Fix pytests -> pytest * Addressing PR comments. Adding logging, removing `R` parameter from model.
- Loading branch information
Showing
14 changed files
with
17,755 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
LSST Comet | ||
========== | ||
|
||
Calculating the coma magnitude of a comet with input specifications. | ||
|
||
Using code derived from ``lsstcomet`` by Mike Kelley | ||
(C) LSST Solar System Scientific Collaboration 2019 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.