Skip to content

Commit

Permalink
Close #8
Browse files Browse the repository at this point in the history
  • Loading branch information
KCollins committed Sep 17, 2024
1 parent 194908c commit cce768d
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions notebooks/ConjugateMap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,9 @@
"The following functions are imported from `conjCalcFunctions.py`:\n",
" - `findconj()` : function to compute conjugate points for a given location at a given time and date. \n",
" - `conjcalc()` : function to take in a dataframe and add columns for all stages of calculating conjugate points.\n",
" - `calc_mlat_rings()` : function to calculate magnetic graticules for a given latitude and datetime."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "cdb4ef66-2a41-40f7-898f-53ceabcc6284",
"metadata": {},
"outputs": [],
"source": [
"help(conj.calc_mlat_rings)"
" - `calc_mlat_rings()` : function to calculate magnetic graticules for a given latitude and datetime.\n",
"\n",
"For more information, run `help(conj.conjcalc)`, e.g."
]
},
{
Expand All @@ -94,14 +86,6 @@
"print(conj.findconj(lat, lon, ut, method=\"aacgm\"))"
]
},
{
"cell_type": "raw",
"id": "29685dad-9706-447d-b1e1-c8423bbb6947",
"metadata": {},
"source": [
"help(conj.conjcalc)"
]
},
{
"cell_type": "markdown",
"id": "6cbd391c-2afa-4919-9cb9-6a3e6af93d43",
Expand Down

0 comments on commit cce768d

Please sign in to comment.