tickets/SP-2740: add commissioning tutorial for lsstcam visits database#94
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
There are probably better ways to make these comments but I'll start here .. perhaps ? |
|
"The database generally follows the current LSST scheduler output schema, but additional columns were added in post-processing. " sort of .. (this was the best way I could describe - we translated columns from consdb to opsim format where applicable, added columns where computationally possible and useful, and kept all of the consdb output where it didn't translate). |
|
Why did you pick seeingFwhmGeom to use, instead of seeingFwhmEff? |
|
One thing - you mention that it's possible to load up all of the values because there are only ~20k visits .. but I think this should be fine even with the total number of visits in the whole survey (2M). It's not that many. |
|
I find it a bit confusing to describe something as "not WFD LSST science validation" .. |
|
Did you have any problems with FWIW, doing Another way to make the stacked histogram of dates, and have x markers which look more like dates would be something like (maybe just take the 'days' part to use for your marker labels ..) |
|
Thanks Lynne, here's a summary of what got changed in the last commit. Switched to Left it at "The database generally follows the current LSST scheduler output schema, but additional columns were added in post-processing." That wording was copied from the "Summary 20250930" page. Plus, users of this tutorial won't know what "ConsDb cdb_lsstcam.visit1 or cdb_lsstcam.visit1_quicklook tables which do not translate to the scheduler format" means. I picked For loading the whole file as a dataframe, I took out the "there are only 21647 visits in the database" part because the point is more the size, only 81M. Re. "I find it a bit confusing to describe something as "not WFD LSST science validation" ... mostly because the DDF visits are LSST Science Validation" --> very true, it was confusing. This came about because in the Summary 20250930 page, the number of visits is quoted as "and 13240 for the primary wide SV area" (i.e., without DDFs). But I've updated the text in the notebook throughout to specify "primary wide SV area (without DDFs)", and to also refer more specifically to the two components of the Science Validation surveys as SV WFD and SV DDF, so that it is clear DDF is part of SV. I know that MJD is not the same as an actual night, I just didn't bother and was taking the easy route of using MJD... but I switched to your code for that plot, thank you! I still need to address the comments from Slack, though. |
2ba4cc0 to
570339b
Compare
|
What you have here totally works to identify ToOs, but in the future we're trying to make the observation_reason identify what subset of ToO it is .. by making it (also note I try to make the string itself be single quote while the whole query restriction is double quote .. this aligns better with the SQL equivalent where you need to write this as because the strings you're matching against are string literals and can otherwise be inferred to be column names. |
|
Absolutely, thanks @rhiannonlynne. I changed it to |
|
Looks great to me! |
712dada to
f0789f9
Compare
No description provided.