Skip to content

Commit

Permalink
Update app/routes/docs.client.samples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub authored Jan 20, 2025
1 parent ac34966 commit 68377db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/docs.client.samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ skymap = QTable.read('skymap.multiorder.fits')

#### Most Probable Sky Location

The index of the highest probability point
Let's calculate the index of the sky point with the highest probability density, as follows:

```python
hp_index = np.argmax(skymap['PROBDENSITY'])
Expand Down

0 comments on commit 68377db

Please sign in to comment.