From f08bd4db7b3b44cd5e993a403ccc5e17913716ce Mon Sep 17 00:00:00 2001 From: Aurelio Amerio <43349899+aurelio-amerio@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:32:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce6bc2..bb3e288 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ export_fits_table(filename, QF, alpha, overwrite=False, **kwargs) - QF_min : lower bound of the QF range - QF_max : upper bound of the QF range -In order to export the FITS table available in the examples folder, we can run the command +In order to export the FITS table available in the examples folder, we can run the command: ```python gPCS.export_fits_table(filename="firing_pixels.fits", QF=0.50, alpha=[0.01, 0.05, 0.1]) ```