Skip to content

Commit

Permalink
SST_Data documenattion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLoh committed Nov 18, 2020
1 parent f20a5d6 commit 74acb36
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 18 deletions.
6 changes: 3 additions & 3 deletions nenupy/astro/astro.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def getSource(name, time=None):
dec=[src['dec']] * nTime * u.deg,
frame='icrs'
)
log.info(
log.debug(
f'Source {name} found in {sourceJson}.'
)
elif name.lower() in solarSystem:
Expand All @@ -718,7 +718,7 @@ def getSource(name, time=None):
ra=src.ra,
dec=src.dec
)
log.info(
log.debug(
f'Source {name} found in Solar System Ephemeris.'
)
else:
Expand All @@ -738,7 +738,7 @@ def getSource(name, time=None):
dec=[src.dec.deg] * nTime * u.deg,
frame='icrs'
)
log.info(
log.debug(
f'Source {name} found in Simbad.'
)

Expand Down
Loading

0 comments on commit 74acb36

Please sign in to comment.