Skip to content

Commit

Permalink
update text and plots
Browse files Browse the repository at this point in the history
  • Loading branch information
jrob93 committed Nov 9, 2023
1 parent 6f2fbb2 commit d4a3510
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Binary file modified notebooks/SSO_alerts_per_visit/SSO_alerts_per_night.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions notebooks/SSO_alerts_per_visit/alerts_per_night.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"source": [
"# How many SSO alerts can we expect per night of the LSST?\n",
"\n",
"This notebook presents the results of querying the mid point exposure times for all Solar System Object (SSO) diaSources from DP0.3 which is hosted on the Rubin Science Platform (RSP). We use this to calculate the number of SSO alerts we expect LSST to generate per night and per visit.\n",
"This notebook presents the results of querying the mid point exposure times for all Solar System Object (SSO) diaSources from DP0.3 which is hosted on the Rubin Science Platform (RSP; https://data.lsst.cloud/). We determined the number of visits per night from the baseline_v3.0 survey simulation (which DP0.3 was built from). We use this to calculate the number of SSO alerts we expect LSST to generate per night and per visit.\n",
"\n",
"These numbers should be compared to the predicted number of alerts for all transients detected by LSST, as presented in DMTN-102 (https://dmtn-102.lsst.io/)"
"These numbers should be compared to the predicted number of alerts for all transients detected by LSST, as presented in DMTN-102 (https://dmtn-102.lsst.io/)."
]
},
{
Expand Down Expand Up @@ -778,7 +778,8 @@
"ax1.set_ylabel(\"mean SSO alerts per visit (per night)\")\n",
"ax1.legend()\n",
"\n",
"fname = \"SSO_alerts_per_visit.pdf\"\n",
"# fname = \"SSO_alerts_per_visit.pdf\"\n",
"fname = \"SSO_alerts_per_visit.png\"\n",
"plt.savefig(fname, facecolor=\"w\", transparent=True, bbox_inches=\"tight\")\n",
"\n",
"plt.show()"
Expand Down Expand Up @@ -816,7 +817,8 @@
"ax1.set_xlabel(\"mean SSO alerts per visit (per night)\")\n",
"ax1.legend()\n",
"\n",
"fname = \"SSO_alerts_per_visit_hist.pdf\"\n",
"# fname = \"SSO_alerts_per_visit_hist.pdf\"\n",
"fname = \"SSO_alerts_per_visit_hist.png\"\n",
"plt.savefig(fname, facecolor=\"w\", transparent=True, bbox_inches=\"tight\")\n",
"\n",
"plt.show()"
Expand Down

0 comments on commit d4a3510

Please sign in to comment.