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

Website data/plots that need implementation #59

Open
seanmacb opened this issue May 13, 2024 · 1 comment
Open

Website data/plots that need implementation #59

seanmacb opened this issue May 13, 2024 · 1 comment
Labels
enhancement New feature or request Low Priority

Comments

@seanmacb
Copy link
Contributor

  • "airmass":, # not implemented
  • "cumulative_hex_prob":, # not implemented
  • "galaxies_plot_initial":, # not implemented
  • "galaxies_plot_final":, # not implemented
  • "galaxy_percentage_file":, # not implemented
  • "centered_gif_plot":, # not implemented
  • "ligo_prob_contour_plot":, # This is one of the SLIPS - not implemented
  • "des_prob_vs_ligo_prob_plot":, # OneRing allegedly?? - not implemented
  • "des_limit_mag_map":, # defunct? maybe calculated in OneRing? No, awesomeness functions uses mags.py to calculate some stufffffff - not implemented
  • "des_limit_mag_map_src":, # defunct?? - not implemented
  • "n_visits":, # number of visits to a hex - this is in OneRing, but not implemented

The above are a list of keys in the add_trigger_by_day method that do not have any call within Main-Injector, and would be useful to implement at some point

@seanmacb
Copy link
Contributor Author

After conversation on meeting from Jun 25 2024

  • "airmass":, # not implemented
    
    • Duplicate from observability plot
  • "cumulative_hex_prob":, # not implemented
    
    • @elisekesler has created this, calculates prob of each hex, bar chart
  • "galaxies_plot_initial":, # not implemented
    
    • How many galaxies fall in LVK contour
  • "galaxies_plot_final":, # not implemented
    
    • How many galaxies fall in LVK contour that we have found
  • "galaxy_percentage_file":, # not implemented
    
    • File containing probability that galaxy is host of this event, probably is dependent on LVK distance
  • "centered_gif_plot":, # not implemented
    
  • "ligo_prob_contour_plot":, # This is one of the SLIPS - not implemented
    
    • Already implemented
  • "des_prob_vs_ligo_prob_plot":, # OneRing allegedly?? - not implemented
    
  • "des_limit_mag_map":, # defunct? maybe calculated in OneRing? No, awesomeness functions uses mags.py to calculate this - not implemented
    
    • Look through mags.py
  • "des_limit_mag_map_src":, # defunct?? - not implemented
    
    • Map of limiting magnitude variation over search images
  • "n_visits":, # number of visits to a hex - this is in OneRing, but not implemented
    
    • Pull from OneRing.py

So in total, the actual list of plots to be implemented is

  • "cumulative_hex_prob":,
    
  • "galaxies_plot_initial":,
    
  • "galaxies_plot_final":,
    
  • "galaxy_percentage_file":,
    
  • "centered_gif_plot":,
    
  • "des_prob_vs_ligo_prob_plot":,
    
  • "des_limit_mag_map":,
    
  • "des_limit_mag_map_src":,
    
  • "n_visits":,
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low Priority
Projects
Status: To Do
Development

No branches or pull requests

1 participant