Skip to content

Commit

Permalink
add flex mag zp
Browse files Browse the repository at this point in the history
  • Loading branch information
shuang92 committed Dec 7, 2024
1 parent f22518a commit b3f65d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/creation_examples/blending_degrader_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@
"source": [
"## model configuration; linking length is in arcsecs\n",
"\n",
"lsst_zp_dict = {'u':12.65, 'g':14.69, 'r':14.56, 'i': 14.38, 'z':13.99, 'y': 13.02}\n",
"blModel = UnrecBlModel.make_stage(name='unrec_bl_model', ra_label='ra', dec_label='dec', linking_lengths=1.0, \\\n",
" bands='ugrizy', ref_band = 'i', redshift_col = 'z_true')\n",
" bands='ugrizy', zp_dict=lsst_zp_dict, \n",
" ref_band = 'i', redshift_col = 'z_true')\n",
"blModel.get_config_dict()\n"
]
},
Expand Down

0 comments on commit b3f65d5

Please sign in to comment.