diff --git a/04_HowTos/DataReduction/DRAGONS_reduction_examples/Flamingos2_Imaging_BrownDwarf/Flamingos2_Imaging_BrownDwarf.html b/04_HowTos/DataReduction/DRAGONS_reduction_examples/Flamingos2_Imaging_BrownDwarf/Flamingos2_Imaging_BrownDwarf.html index 009a81f4e..e78fd8f2d 100644 --- a/04_HowTos/DataReduction/DRAGONS_reduction_examples/Flamingos2_Imaging_BrownDwarf/Flamingos2_Imaging_BrownDwarf.html +++ b/04_HowTos/DataReduction/DRAGONS_reduction_examples/Flamingos2_Imaging_BrownDwarf/Flamingos2_Imaging_BrownDwarf.html @@ -7312,6 +7312,7 @@ processEnvironments: true }, displayAlign: 'center', + messageStyle: 'none', CommonHTML: { linebreaks: { automatic: true @@ -7519,7 +7520,7 @@
__nbid__ = '0038'
 __author__ = 'Brian Merino <brian.merino@noirlab.edu>, Vinicius Placco <vinicius.placco@noirlab.edu>'
-__version__ = '20241209' # yyyymmdd; version datestamp of this notebook
+__version__ = '20250912' # yyyymmdd; version datestamp of this notebook
 __keywords__ = ['flamingos-2','gemini','browndwarf','dwarf','dragons']
 
@@ -7534,7 +7535,7 @@

Gemini Flamingos-2 Brown Dwarf reduction using DRAGONS Python API


-

Public archival data from f2img_tutorial - GS-2013B-Q-15 (WISE J041358.14-475039.3)

adapted from https://dragons.readthedocs.io/projects/f2img-drtutorial/en/v3.2.1/ex1_f2im_ontarget_api.html


+

Public archival data from f2img_tutorial - GS-2013B-Q-15 (WISE J041358.14-475039.3)

adapted from https://dragons.readthedocs.io/projects/f2img-drtutorial/en/v4.0.0/ex1_f2im_ontarget_api.html


@@ -7560,12 +7561,13 @@

Table of contentsCreate Master Flat Field
  • Reduce Science Images
  • Display stacked final image
  • +
  • Display final image
  • Clean-up (optional)
  • -

    Goals

    Showcase how to reduce Flamingos-2 imaging data using the Gemini DRAGONS package on the Data Lab science platform using a custom DRAGONS kernel "DRAGONS (Py3.7)". The steps include downloading data from the Gemini archive, setting up a DRAGONS calibration service, processing flats, darks, a bad pixel mask, and science frames, and creating a single combined stacked image.

    +

    Goals

    Showcase how to reduce Flamingos-2 imaging data using the Gemini DRAGONS package on the Data Lab science platform using a custom DRAGONS kernel "DRAGONS-4.0.0 (DL,Py3.12)". The steps include downloading data from the Gemini archive, setting up a DRAGONS calibration service, processing flats, darks, a bad pixel mask, and science frames, and creating a single combined stacked image.

    -

    Summary

    DRAGONS is a Python-based astronomical data reduction platform written by the Gemini Science User Support Department. It can currently be used to reduce imaging data from Gemini instruments GMOS, NIRI, Flamingos 2, GSAOI, and GNIRS, as well as spectroscopic data taken with GHOST and GMOS in longslit mode. Linked here is a general list of guides, manuals, and tutorials about the use of DRAGONS.

    +

    Summary

    DRAGONS is a Python-based astronomical data reduction platform written by the Gemini Science User Support Department. It can currently be used to reduce imaging data from Gemini instruments GMOS, NIRI, Flamingos 2, GSAOI, and GNIRS, as well as spectroscopic data taken with GNIRS, GHOST, and GMOS in longslit mode. Linked here is a general list of guides, manuals, and tutorials about the use of DRAGONS.

    The DRAGONS kernel has been made available in the Data Lab environment, allowing users to access the routines without being dependent on installing the software on their local machines.

    In this notebook, we present an example of a DRAGONS Jupyter notebook that works in the Data Lab environment to reduce example Gemini South Flamingos-2 Y-band imaging data fully. This notebook will not present all of the details of the many options available to adjust or optimize the DRAGONS Flamingos-2 data reduction process; rather, it will just show one example of a standard reduction of a Flamingos-2 imaging dataset.

    The data used in this notebook example is Flamingos-2 Y band imaging from the Gemini archive of the brown dwarf W0413-4750 from the Gemini South program "A Study of the 450K Transition from T to Y Dwarf, and of the 350K Y Dwarfs", PI: S. Leggett, program ID GS-2013B-Q-15.

    @@ -7623,23 +7625,23 @@

    Importing Python librariesIn [ ]:
    -