Skip to content

Commit

Permalink
add all definition for documentation purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
stscieisenhamer committed Nov 15, 2024
1 parent a83056c commit 4f965c0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions romanisim/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@
from romanisim.velocity_aberration import compute_va_effects
from scipy import integrate

__all__ = ["skycoord",
"celestialcoord",
"scalergb",
"random_points_in_cap",
"random_points_in_king",
"random_points_at_radii",
"add_more_metadata",
"update_pointing_and_wcsinfo_metadata",
"king_profile",
"sample_king_distances",
"decode_context_times",
"default_image_meta",
"update_photom_keywords",
"merge_dicts",
"calc_scale_factor",
]


def skycoord(celestial):
"""Turn a CelestialCoord into a SkyCoord.
Expand Down

0 comments on commit 4f965c0

Please sign in to comment.