Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelio-amerio authored Jun 28, 2023
1 parent c7389c3 commit f08bd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
```
Expand Down

0 comments on commit f08bd4d

Please sign in to comment.