LSST-nonproject/sims_maf_contrib

Confusing comment in Introduction.ipynb

Closed this issue · 1 comments

Cell [5] says:

# Note the V3 for opening opsim version 3.x databases.
# Use V4 for more recent runs.

but the code afterwards is:

opsdb = db.OpsimDatabase('baseline2018a.db')
outDir = 'output_directory'
resultsDb = db.ResultsDb(outDir=outDir)

so there's no mentioning of V3 or V4? Obsolete comment?

Thanks for having a look at this (so long ago now). We have updated all of our notebooks and moved lsst_sims / sims_maf into a new conda-installable package called rubin_sim now.
The equivalent notebook is at https://github.com/lsst/rubin_sim_notebooks/blob/main/maf/tutorial/01_Introduction_to_MAF.ipynb and hopefully less confusing.