We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016eddf commit 92bb9a6Copy full SHA for 92bb9a6
doc/source/examples/e01/05a_ldtkldm.ipynb
@@ -109,7 +109,7 @@
109
"\n",
110
"d2 = read_data('data/nirHiss_order_2.h5', \"WASP-39b JWST NIRISS Order 2\")\n",
111
"d2.remove_outliers()\n",
112
- "d2.crop_wavelength(d2.wllims[0], 1.0)\n",
+ "d2.crop_wavelength(d2.bbox_wl[0], 1.0)\n",
113
"d2.mask_transit(ephemeris=d1.ephemeris)\n",
114
"d2.normalize_to_poly()"
115
]
0 commit comments