File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717for hole in drill_holes :
1818 for method in methods :
19- metadata ["metadata" ]["title" ] = (
20- f"Hole { hole } - { method } Imaging spectroscopy of the Oman Drilling Project mantle "
21- )
19+ metadata ["metadata" ][
20+ "title "
21+ ] = f"Hole { hole } - { method } Imaging spectroscopy of the Oman Drilling Project mantle"
2222 if method == "VNIR" :
2323 image = "visible and near-infrared (VNIR)"
2424 if method == "SWIR" :
2525 image = "shortwave infrared (SWIR)"
26- metadata ["metadata" ]["description" ] = f"""This record contains { image } data of the
26+ metadata ["metadata" ][
27+ "description"
28+ ] = f"""This record contains { image } data of the
2729 archive halves of the borehole { hole } core recovered by the Integrated
2830 International Continental Scientific Drilling Project (ICDP) Oman Drilling Project (OmanDP; Kelemen et al., 2020).
2931
You can’t perform that action at this time.
0 commit comments