Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on-sky footprints #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jls713
Copy link

@jls713 jls713 commented Nov 4, 2022

functionality for manipulating and generating on-sky footprints -- grabs galstreams data, removes GCs, generates matplotlib paths, can display, default completeness/purity-prioritised on-stream/off-stream paths

from on_sky_footprints import on_sky_galstream_selections
import matplotlib.pyplot as plt

gmw = galstreams.MWStreams()
on_stream_selection = on_sky_galstream_selections('M68-Fjorm',gs_table=gmw).on_stream()
mpl_path = on_stream_selection.path()```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant