LSSTDESC / DC2-analysis

General analysis tools for the DC2 Data Set.

Home Page:http://lsstdesc.org/DC2-analysis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing variable definition in TestGalaxyGalaxyLensingSDSSMain.ipynb

heather999 opened this issue · comments

While testing the updated desc-stack-dev jupyter kernel, I ran across an error, where catalog is undefined:

" d = catalog.get_quantities(columns, native_filters=[(lambda x: x==Pix[i], 'healpix_pixel')], filters=['mag_i_lsst < 28'])\n",

Yao suggests adding: catalog = GCRCatalogs.load_catalog('cosmoDC2')
I'll give that a try and submit a PR.

Fixed by #88