Skip to content

Commit 92bb9a6

Browse files
committed
Revised example notebook 5.
1 parent 016eddf commit 92bb9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/examples/e01/05a_ldtkldm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"\n",
110110
"d2 = read_data('data/nirHiss_order_2.h5', \"WASP-39b JWST NIRISS Order 2\")\n",
111111
"d2.remove_outliers()\n",
112-
"d2.crop_wavelength(d2.wllims[0], 1.0)\n",
112+
"d2.crop_wavelength(d2.bbox_wl[0], 1.0)\n",
113113
"d2.mask_transit(ephemeris=d1.ephemeris)\n",
114114
"d2.normalize_to_poly()"
115115
]

0 commit comments

Comments
 (0)