Skip to content

Commit

Permalink
Change default ppm parameter to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Dec 17, 2024
1 parent d6f36b6 commit e319b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/maldi-pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
"outputs": [],
"source": [
"matched_peaks_df = extraction.library_matching(\n",
" image_xr=image_data, library_peak_df=library_peak_df, ppm=100, extraction_dir=extraction_dir\n",
" image_xr=image_data, library_peak_df=library_peak_df, ppm=50, extraction_dir=extraction_dir\n",
")"
]
},
Expand Down

0 comments on commit e319b8e

Please sign in to comment.