Skip to content

Commit

Permalink
Change the PSF instead of the resolution for the line lists
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Jul 21, 2023
1 parent 04bcde2 commit e48b21a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions MICADO/docs/example_notebooks/MICADO_line_lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,14 @@
"cmd[\"!OBS.filter_name_fw1\"] = \"Spec_HK\" # Spec_IJ, Spec_HK\n",
"cmd[\"!OBS.filter_name_fw2\"] = \"open\"\n",
"\n",
"# Uncomment the following line if you prefer a faster but less accurate simulation:\n",
"# cmd[\"!SIM.spectral.spectral_bin_width\"] = 5e-4\n",
"\n",
"micado = sim.OpticalTrain(cmd)\n",
"\n",
"# The relay_psf and micado_ncpas_psf effects can be switched off,\n",
"# as these should have no effect on a slit-filling source. This\n",
"# reduces the memory footprint of the simulation.\n",
"micado[\"relay_psf\"].include = False\n",
"micado[\"micado_ncpas_psf\"].include = False\n",
"\n",
"# Set to False to test if everything is working, then flip to True\n",
"USE_FULL_DETECTOR = False\n",
"micado[\"full_detector_array\"].include = USE_FULL_DETECTOR\n",
Expand Down Expand Up @@ -360,7 +363,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
"version": "3.9.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e48b21a

Please sign in to comment.