Skip to content

Commit

Permalink
renamed map
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Aug 23, 2023
1 parent 0b6371b commit f0653ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorials/Mock-observations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
" \n",
" # True sky input\n",
" # ---------------------\n",
" map_file = \"../../../maps/protocluster_.fits\", # Input files must be a fits file.\n",
" map_file = \"../../../maps/protocluster.fits\", # Input files must be a fits file.\n",
" # map_file can also be set to None # if are only interested in the noise\n",
" map_center = (4.5, 10), # RA & Dec in degree\n",
"\n",
Expand Down Expand Up @@ -285,7 +285,7 @@
"outputs": [],
"source": [
"# - Input figure\n",
"inputfile = \"../../../maps/protocluster_.fits\"\n",
"inputfile = \"../../../maps/protocluster.fits\"\n",
"hdu = fits.open(inputfile)\n",
"\n",
"header = hdu[0].header\n",
Expand Down
20 changes: 4 additions & 16 deletions docs/source/tutorials/atmosphere.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "ee8a9126",
"metadata": {},
"outputs": [],
Expand All @@ -30,7 +30,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "37ba028f",
"metadata": {},
"outputs": [],
Expand All @@ -48,22 +48,10 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "1166c203",
"metadata": {},
"outputs": [
{
"ename": "TypeError",
"evalue": "__init__() missing 3 required positional arguments: 'array', 'pointing', and 'site'",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mTypeError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn [4], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[43mmaria\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43matmosphere\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mLinearAngularSimulation\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n",
"\u001b[0;31mTypeError\u001b[0m: __init__() missing 3 required positional arguments: 'array', 'pointing', and 'site'"
]
}
],
"outputs": [],
"source": [
"maria.atmosphere.LinearAngularSimulation(AtLAST, daisy_scan, south_pole)"
]
Expand Down

0 comments on commit f0653ad

Please sign in to comment.