From 2bbabb4926ed1ef769570c7264d471e96a069c0f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 8 Oct 2024 01:27:34 +0000 Subject: [PATCH] Update documentation --- _static/documentation_options.js | 2 +- api/analysis.html | 2 +- api/calibration.html | 2 +- api/image_processing.html | 2 +- api/image_registration.html | 2 +- api/index.html | 2 +- api/organization.html | 2 +- api/polarization.html | 2 +- api/specphot.html | 2 +- api/utility.html | 2 +- cli.html | 2 +- configuration.html | 8 ++++---- faq.html | 2 +- genindex.html | 2 +- index.html | 2 +- installation.html | 2 +- introduction.html | 2 +- objects.inv | Bin 1357 -> 1357 bytes py-modindex.html | 2 +- quickstart.html | 2 +- search.html | 2 +- searchindex.js | 2 +- tutorials/index.html | 2 +- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 744b2f1..b862be7 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.13.3', + VERSION: '0.13.4', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api/analysis.html b/api/analysis.html index a8f1345..260b8d3 100644 --- a/api/analysis.html +++ b/api/analysis.html @@ -37,7 +37,7 @@ - + diff --git a/api/calibration.html b/api/calibration.html index 5fcbae2..9be2d63 100644 --- a/api/calibration.html +++ b/api/calibration.html @@ -37,7 +37,7 @@ - + diff --git a/api/image_processing.html b/api/image_processing.html index 7bd30ac..a9a2bfd 100644 --- a/api/image_processing.html +++ b/api/image_processing.html @@ -37,7 +37,7 @@ - + diff --git a/api/image_registration.html b/api/image_registration.html index 6ef88af..e1d1bfe 100644 --- a/api/image_registration.html +++ b/api/image_registration.html @@ -37,7 +37,7 @@ - + diff --git a/api/index.html b/api/index.html index 9cdec13..ac1be5b 100644 --- a/api/index.html +++ b/api/index.html @@ -37,7 +37,7 @@ - + diff --git a/api/organization.html b/api/organization.html index 94a813a..3a0a7cd 100644 --- a/api/organization.html +++ b/api/organization.html @@ -37,7 +37,7 @@ - + diff --git a/api/polarization.html b/api/polarization.html index d175e42..81d05ef 100644 --- a/api/polarization.html +++ b/api/polarization.html @@ -37,7 +37,7 @@ - + diff --git a/api/specphot.html b/api/specphot.html index 81844cc..283b2fa 100644 --- a/api/specphot.html +++ b/api/specphot.html @@ -37,7 +37,7 @@ - + diff --git a/api/utility.html b/api/utility.html index 23f63f4..b45245c 100644 --- a/api/utility.html +++ b/api/utility.html @@ -37,7 +37,7 @@ - + diff --git a/cli.html b/cli.html index b33fbf9..e70ca7d 100644 --- a/cli.html +++ b/cli.html @@ -37,7 +37,7 @@ - + diff --git a/configuration.html b/configuration.html index 6c6ffd5..973f074 100644 --- a/configuration.html +++ b/configuration.html @@ -37,7 +37,7 @@ - + @@ -453,7 +453,7 @@

Pipeline

frame_select (FrameSelectConfig) – Options for frame selection

  • align (AlignmentConfig) – Options for frame alignment

  • coadd (CoaddConfig) – Options for coadding image cubes

  • -
  • specphot (SpecphotConfig | None) – If set, provides options for spectrophotometric calibration. If not set, will leave data in units of adu.

  • +
  • specphot (SpecphotConfig) – If set, provides options for spectrophotometric calibration. If not set, will leave data in units of adu.

  • diff_images (DiffImageConfig) – Diagnostic difference imaging options. Double-differencing requires an FLC.

  • polarimetry (PolarimetryConfig | None) – If set, enables and provides settings for polarimetric differential imaging (PDI).

  • @@ -661,11 +661,11 @@

    Spectrophotometric Ca
    Parameters:
      -
    • source (Literal['pickles'] | ~pathlib.Path) – Spectrum source type. If a path, must be a file that can be loaded by synphot.SourceSpectrum.from_file.

    • +
    • source (Literal['pickles'] | ~pathlib.Path | None) – Spectrum source type. If a path, must be a file that can be loaded by synphot.SourceSpectrum.from_file.

    • sptype (str | None) – Only used if source is “pickles”. Stellar spectral type. Note: must be one of the spectral types available in the pickles model atlas. Refer to the STScI documentation for more information on available spectral types.

    • mag (float | None) – Only used if source is “pickles”. Stellar reference magnitude

    • mag_band (Literal['U', 'B', 'V', 'r', 'i', 'J', 'H', 'K'] | None) – Only used if source is “pickles”. Stellar reference magnitude band

    • -
    • unit (Literal['e-/s', 'Jy', 'Jy/arcsec^2']) – Output unit. (Note: e-/s is the default without spectrophotometry, and source calibration will be skipped)

    • +
    • unit (Literal['e-/s', 'contrast', 'Jy', 'Jy/arcsec^2']) – Output unit. (Note: e-/s is the default without spectrophotometry, and source calibration will be skipped)

    • flux_metric (Literal['photometry', 'sum']) – Which frame analysis statistic to use for determining flux. “photometry” uses an aperture sum, while “sum” uses the sum in the analysis cutout window.

    diff --git a/faq.html b/faq.html index 55ef60a..eb1172f 100644 --- a/faq.html +++ b/faq.html @@ -37,7 +37,7 @@ - + diff --git a/genindex.html b/genindex.html index b75b6c1..3a478ca 100644 --- a/genindex.html +++ b/genindex.html @@ -36,7 +36,7 @@ - + diff --git a/index.html b/index.html index 5e2df5e..d47bc0f 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ - + diff --git a/installation.html b/installation.html index 6c348ce..56114ac 100644 --- a/installation.html +++ b/installation.html @@ -37,7 +37,7 @@ - + diff --git a/introduction.html b/introduction.html index e2d41cb..cb7f958 100644 --- a/introduction.html +++ b/introduction.html @@ -37,7 +37,7 @@ - + diff --git a/objects.inv b/objects.inv index b3e6a52a9592893a8620be737b4a90cd6feb45b7..433f138ce278d8b795a473819997449994602aa1 100644 GIT binary patch delta 12 TcmX@hb(U*_E2GIqH+EJ49f$+G delta 12 TcmX@hb(U*_E2Hs7H+EJ49fJeA diff --git a/py-modindex.html b/py-modindex.html index 95156be..76c54c2 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -36,7 +36,7 @@ - + diff --git a/quickstart.html b/quickstart.html index a2f517e..4bb9ca0 100644 --- a/quickstart.html +++ b/quickstart.html @@ -37,7 +37,7 @@ - + diff --git a/search.html b/search.html index fcc31b9..fc8e5be 100644 --- a/search.html +++ b/search.html @@ -35,7 +35,7 @@ - + diff --git a/searchindex.js b/searchindex.js index f5056ae..06cf4f8 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API/Reference": [[4, null]], "Analysis": [[0, null], [10, "analysis"]], "Automated mode": [[15, "automated-mode"]], "CLI Reference": [[9, null]], "CMOS format": [[15, "cmos-format"]], "Calibration": [[1, null], [10, "calibration"]], "Citing": [[12, "citing"]], "Configuration": [[10, null]], "Contents": [[12, "contents"]], "Contributing": [[13, "contributing"]], "Contributing and Support": [[12, "contributing-and-support"]], "Conventions": [[14, "conventions"]], "Create calibration files": [[15, "create-calibration-files"]], "Do I need to run centroid?": [[15, null]], "Documentation": [[13, "documentation"]], "EMCCD formats": [[15, "emccd-formats"]], "Examples": [[10, "examples"]], "File Outputs": [[10, null]], "Formats for imaging and PDI modes": [[14, "formats-for-imaging-and-pdi-modes"]], "Frame Collapsing": [[3, "module-vampires_dpp.coadd"]], "Frame-collapsing": [[10, "frame-collapsing"]], "Frequently Asked Questions (FAQ)": [[11, null]], "From Source": [[13, "from-source"]], "Getting Help": [[14, "getting-help"]], "Image Processing": [[2, null]], "Image Registration": [[3, null]], "Indices and Tables": [[12, "indices-and-tables"]], "Installation": [[13, null]], "Introduction": [[14, null]], "I\u2019m getting warnings about centroid files, help!": [[11, "i-m-getting-warnings-about-centroid-files-help"]], "License": [[12, "license"]], "Local docs viewer": [[13, null]], "Managing python versions": [[13, null]], "Manual mode": [[15, "manual-mode"]], "Mueller calculus": [[6, "module-vampires_dpp.pdi.mueller_matrices"]], "Multi-processing": [[15, null]], "Normalizing data": [[15, "normalizing-data"]], "Note: combining data": [[10, null]], "Organization": [[5, null]], "PDI": [[10, "pdi"]], "Performance": [[11, "performance"]], "Pipeline": [[10, "pipeline"]], "Pipeline and Configuration version mismatch": [[11, "pipeline-and-configuration-version-mismatch"]], "Pipeline outputs": [[15, "pipeline-outputs"]], "Polarimetric differential imaging": [[15, "polarimetric-differential-imaging"]], "Polarimetry": [[10, "polarimetry"]], "Polarization": [[6, null]], "Pre-S23A Data types": [[15, null]], "Prepare image centroids estimates": [[15, "prepare-image-centroids-estimates"]], "Pro-tip: DS9": [[15, null]], "Processing and polarization analysis": [[6, "module-vampires_dpp.pdi.processing"]], "Processing steps": [[15, "processing-steps"]], "Processing workflows": [[14, "processing-workflows"]], "Pupil-tracking mode": [[6, null]], "Python Versions": [[13, "python-versions"]], "Quick look and filter": [[15, "quick-look-and-filter"]], "Quick-start guide": [[15, null]], "Re-running the pipeline": [[15, "re-running-the-pipeline"]], "Running the pipeline": [[15, "running-the-pipeline"]], "SAOImage DS9": [[14, null]], "Set up configuration files": [[15, "set-up-configuration-files"]], "Sorting raw data": [[15, "sorting-raw-data"]], "Spectrophotometric Calibration": [[7, null], [10, "spectrophotometric-calibration"]], "Target Information": [[10, "target-information"]], "Testing": [[13, "testing"]], "Tip: GAIA": [[10, null]], "Troubleshooting: debug log": [[15, null]], "Tutorials": [[16, null]], "Using pip": [[13, "using-pip"]], "Utility": [[8, null]], "VAMPIRES Data Formats": [[14, "vampires-data-formats"]], "VAMPIRES Data Processing Pipeline": [[12, null]], "VAMPIRES Observation Modes": [[14, "vampires-observation-modes"]], "Warning: Experimental": [[12, null]], "Warning: Large data volume": [[15, null]], "Warning: experimental": [[10, null]], "Warning: multiprocessing with large data": [[15, null]], "Which data needs deinterleaved?": [[15, null]], "Which data needs normalized?": [[15, null]], "\ud83d\udcbe File Output": [[10, null], [10, null], [10, null], [10, null], [10, null]], "\ud83d\ude80 MP enabled": [[15, null], [15, null], [15, null], [15, null], [15, null], [15, null]]}, "docnames": ["api/analysis", "api/calibration", "api/image_processing", "api/image_registration", "api/index", "api/organization", "api/polarization", "api/specphot", "api/utility", "cli", "configuration", "faq", "index", "installation", "introduction", "quickstart", "tutorials/index"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["api/analysis.md", "api/calibration.md", "api/image_processing.md", "api/image_registration.md", "api/index.md", "api/organization.md", "api/polarization.md", "api/specphot.md", "api/utility.md", "cli.md", "configuration.md", "faq.md", "index.rst", "installation.md", "introduction.md", "quickstart.md", "tutorials/index.md"], "indexentries": {"analysisconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.AnalysisConfig", false]], "average_angle() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.average_angle", false]], "calibrateconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.CalibrateConfig", false]], "check_file() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.check_file", false], [8, "vampires_dpp.organization.check_file", false]], "check_version() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.check_version", false]], "cmosvampires (class in vampires_dpp.constants)": [[8, "vampires_dpp.constants.CMOSVAMPIRES", false]], "collapse_cube() (in module vampires_dpp.coadd)": [[3, "vampires_dpp.coadd.collapse_cube", false]], "color_correction() (in module vampires_dpp.specphot.specphot)": [[7, "vampires_dpp.specphot.specphot.color_correction", false]], "crop_to_nans_inds() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.crop_to_nans_inds", false]], "cutout_inds() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.cutout_inds", false]], "delta_angle() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.delta_angle", false]], "derotate_cube() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.derotate_cube", false]], "derotate_frame() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.derotate_frame", false]], "dict_from_header() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.dict_from_header", false], [8, "vampires_dpp.organization.dict_from_header", false]], "dict_from_header_file() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.dict_from_header_file", false], [8, "vampires_dpp.organization.dict_from_header_file", false]], "emccdvampires (class in vampires_dpp.constants)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES", false]], "frame_angles() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.frame_angles", false]], "frame_center() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.frame_center", false]], "frame_radii() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.frame_radii", false]], "from_file() (vampires_dpp.pipeline.config.pipelineconfig class method)": [[10, "vampires_dpp.pipeline.config.PipelineConfig.from_file", false]], "generate_pupil() (in module vampires_dpp.synthpsf)": [[8, "vampires_dpp.synthpsf.generate_pupil", false]], "generic() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.generic", false]], "get_gaia_astrometry() (in module vampires_dpp.wcs)": [[8, "vampires_dpp.wcs.get_gaia_astrometry", false]], "get_instrument_from() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.get_instrument_from", false], [8, "vampires_dpp.headers.get_instrument_from", false]], "get_mbi_centers() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.get_mbi_centers", false]], "get_precise_coord() (in module vampires_dpp.wcs)": [[8, "vampires_dpp.wcs.get_precise_coord", false]], "header_table() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.header_table", false], [8, "vampires_dpp.organization.header_table", false]], "hwp() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.hwp", false]], "instrumentinfo (class in vampires_dpp.constants)": [[8, "vampires_dpp.constants.InstrumentInfo", false]], "linear_polarizer() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.linear_polarizer", false]], "measure_instpol() (in module vampires_dpp.pdi.utils)": [[6, "vampires_dpp.pdi.utils.measure_instpol", false]], "model_computed_fields (vampires_dpp.constants.cmosvampires attribute)": [[8, "vampires_dpp.constants.CMOSVAMPIRES.model_computed_fields", false]], "model_computed_fields (vampires_dpp.constants.emccdvampires attribute)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES.model_computed_fields", false]], "model_computed_fields (vampires_dpp.constants.instrumentinfo attribute)": [[8, "vampires_dpp.constants.InstrumentInfo.model_computed_fields", false]], "model_config (vampires_dpp.constants.cmosvampires attribute)": [[8, "vampires_dpp.constants.CMOSVAMPIRES.model_config", false]], "model_config (vampires_dpp.constants.emccdvampires attribute)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES.model_config", false]], "model_config (vampires_dpp.constants.instrumentinfo attribute)": [[8, "vampires_dpp.constants.InstrumentInfo.model_config", false]], "model_fields (vampires_dpp.constants.cmosvampires attribute)": [[8, "vampires_dpp.constants.CMOSVAMPIRES.model_fields", false]], "model_fields (vampires_dpp.constants.emccdvampires attribute)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES.model_fields", false]], "model_fields (vampires_dpp.constants.instrumentinfo attribute)": [[8, "vampires_dpp.constants.InstrumentInfo.model_fields", false]], "module": [[2, "module-vampires_dpp.image_processing", false], [3, "module-vampires_dpp.coadd", false], [3, "module-vampires_dpp.image_registration", false], [5, "module-vampires_dpp.headers", false], [5, "module-vampires_dpp.organization", false], [6, "module-vampires_dpp.pdi.diff_images", false], [6, "module-vampires_dpp.pdi.models", false], [6, "module-vampires_dpp.pdi.mueller_matrices", false], [6, "module-vampires_dpp.pdi.processing", false], [6, "module-vampires_dpp.pdi.utils", false], [7, "module-vampires_dpp.specphot.filters", false], [7, "module-vampires_dpp.specphot.pickles", false], [7, "module-vampires_dpp.specphot.query", false], [7, "module-vampires_dpp.specphot.specphot", false], [8, "module-vampires_dpp.constants", false], [8, "module-vampires_dpp.headers", false], [8, "module-vampires_dpp.indexing", false], [8, "module-vampires_dpp.organization", false], [8, "module-vampires_dpp.synthpsf", false], [8, "module-vampires_dpp.util", false], [8, "module-vampires_dpp.wcs", false]], "parallactic_angle_altaz() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.parallactic_angle_altaz", false], [8, "vampires_dpp.headers.parallactic_angle_altaz", false]], "parallactic_angle_hadec() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.parallactic_angle_hadec", false], [8, "vampires_dpp.headers.parallactic_angle_hadec", false]], "pipelineconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.PipelineConfig", false]], "polarimetryconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.PolarimetryConfig", false]], "polarization_calibration_triplediff() (in module vampires_dpp.pdi.processing)": [[6, "vampires_dpp.pdi.processing.polarization_calibration_triplediff", false]], "qwp() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.qwp", false]], "radial_stokes() (in module vampires_dpp.pdi.utils)": [[6, "vampires_dpp.pdi.utils.radial_stokes", false]], "rotator() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.rotator", false]], "save() (vampires_dpp.pipeline.config.pipelineconfig method)": [[10, "vampires_dpp.pipeline.config.PipelineConfig.save", false]], "shift_cube() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.shift_cube", false]], "shift_frame() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.shift_frame", false]], "sort_header() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.sort_header", false], [8, "vampires_dpp.headers.sort_header", false]], "specphotconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.SpecphotConfig", false]], "targetconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.TargetConfig", false]], "to_toml() (vampires_dpp.pipeline.config.pipelineconfig method)": [[10, "vampires_dpp.pipeline.config.PipelineConfig.to_toml", false]], "update_header_iso() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.update_header_iso", false], [8, "vampires_dpp.headers.update_header_iso", false]], "update_header_mjd() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.update_header_mjd", false], [8, "vampires_dpp.headers.update_header_mjd", false]], "vampires_dpp.coadd": [[3, "module-vampires_dpp.coadd", false]], "vampires_dpp.constants": [[8, "module-vampires_dpp.constants", false]], "vampires_dpp.headers": [[5, "module-vampires_dpp.headers", false], [8, "module-vampires_dpp.headers", false]], "vampires_dpp.image_processing": [[2, "module-vampires_dpp.image_processing", false]], "vampires_dpp.image_registration": [[3, "module-vampires_dpp.image_registration", false]], "vampires_dpp.indexing": [[8, "module-vampires_dpp.indexing", false]], "vampires_dpp.organization": [[5, "module-vampires_dpp.organization", false], [8, "module-vampires_dpp.organization", false]], "vampires_dpp.pdi.diff_images": [[6, "module-vampires_dpp.pdi.diff_images", false]], "vampires_dpp.pdi.models": [[6, "module-vampires_dpp.pdi.models", false]], "vampires_dpp.pdi.mueller_matrices": [[6, "module-vampires_dpp.pdi.mueller_matrices", false]], "vampires_dpp.pdi.processing": [[6, "module-vampires_dpp.pdi.processing", false]], "vampires_dpp.pdi.utils": [[6, "module-vampires_dpp.pdi.utils", false]], "vampires_dpp.specphot.filters": [[7, "module-vampires_dpp.specphot.filters", false]], "vampires_dpp.specphot.pickles": [[7, "module-vampires_dpp.specphot.pickles", false]], "vampires_dpp.specphot.query": [[7, "module-vampires_dpp.specphot.query", false]], "vampires_dpp.specphot.specphot": [[7, "module-vampires_dpp.specphot.specphot", false]], "vampires_dpp.synthpsf": [[8, "module-vampires_dpp.synthpsf", false]], "vampires_dpp.util": [[8, "module-vampires_dpp.util", false]], "vampires_dpp.wcs": [[8, "module-vampires_dpp.wcs", false]], "warp_frame() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.warp_frame", false]], "waveplate() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.waveplate", false]], "weighted_collapse() (in module vampires_dpp.coadd)": [[3, "vampires_dpp.coadd.weighted_collapse", false]], "wollaston() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.wollaston", false]], "wrap_angle() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.wrap_angle", false]]}, "objects": {"vampires_dpp": [[3, 0, 0, "-", "coadd"], [8, 0, 0, "-", "constants"], [8, 0, 0, "-", "headers"], [2, 0, 0, "-", "image_processing"], [3, 0, 0, "-", "image_registration"], [8, 0, 0, "-", "indexing"], [8, 0, 0, "-", "organization"], [8, 0, 0, "-", "synthpsf"], [8, 0, 0, "-", "util"], [8, 0, 0, "-", "wcs"]], "vampires_dpp.coadd": [[3, 1, 1, "", "collapse_cube"], [3, 1, 1, "", "weighted_collapse"]], "vampires_dpp.constants": [[8, 2, 1, "", "CMOSVAMPIRES"], [8, 2, 1, "", "EMCCDVAMPIRES"], [8, 2, 1, "", "InstrumentInfo"]], "vampires_dpp.constants.CMOSVAMPIRES": [[8, 3, 1, "", "model_computed_fields"], [8, 3, 1, "", "model_config"], [8, 3, 1, "", "model_fields"]], "vampires_dpp.constants.EMCCDVAMPIRES": [[8, 3, 1, "", "model_computed_fields"], [8, 3, 1, "", "model_config"], [8, 3, 1, "", "model_fields"]], "vampires_dpp.constants.InstrumentInfo": [[8, 3, 1, "", "model_computed_fields"], [8, 3, 1, "", "model_config"], [8, 3, 1, "", "model_fields"]], "vampires_dpp.headers": [[8, 1, 1, "", "get_instrument_from"], [8, 1, 1, "", "parallactic_angle_altaz"], [8, 1, 1, "", "parallactic_angle_hadec"], [8, 1, 1, "", "sort_header"], [8, 1, 1, "", "update_header_iso"], [8, 1, 1, "", "update_header_mjd"]], "vampires_dpp.image_processing": [[2, 1, 1, "", "crop_to_nans_inds"], [2, 1, 1, "", "derotate_cube"], [2, 1, 1, "", "derotate_frame"], [2, 1, 1, "", "shift_cube"], [2, 1, 1, "", "shift_frame"], [2, 1, 1, "", "warp_frame"]], "vampires_dpp.indexing": [[8, 1, 1, "", "cutout_inds"], [8, 1, 1, "", "frame_angles"], [8, 1, 1, "", "frame_center"], [8, 1, 1, "", "frame_radii"], [8, 1, 1, "", "get_mbi_centers"]], "vampires_dpp.organization": [[8, 1, 1, "", "check_file"], [8, 1, 1, "", "dict_from_header"], [8, 1, 1, "", "dict_from_header_file"], [8, 1, 1, "", "header_table"]], "vampires_dpp.pdi": [[6, 0, 0, "-", "diff_images"], [6, 0, 0, "-", "models"], [6, 0, 0, "-", "mueller_matrices"], [6, 0, 0, "-", "processing"], [6, 0, 0, "-", "utils"]], "vampires_dpp.pdi.mueller_matrices": [[6, 1, 1, "", "generic"], [6, 1, 1, "", "hwp"], [6, 1, 1, "", "linear_polarizer"], [6, 1, 1, "", "qwp"], [6, 1, 1, "", "rotator"], [6, 1, 1, "", "waveplate"], [6, 1, 1, "", "wollaston"]], "vampires_dpp.pdi.processing": [[6, 1, 1, "", "polarization_calibration_triplediff"]], "vampires_dpp.pdi.utils": [[6, 1, 1, "", "measure_instpol"], [6, 1, 1, "", "radial_stokes"]], "vampires_dpp.pipeline.config": [[10, 2, 1, "", "AnalysisConfig"], [10, 2, 1, "", "CalibrateConfig"], [10, 2, 1, "", "PipelineConfig"], [10, 2, 1, "", "PolarimetryConfig"], [10, 2, 1, "", "SpecphotConfig"], [10, 2, 1, "", "TargetConfig"]], "vampires_dpp.pipeline.config.PipelineConfig": [[10, 4, 1, "", "from_file"], [10, 4, 1, "", "save"], [10, 4, 1, "", "to_toml"]], "vampires_dpp.specphot": [[7, 0, 0, "-", "filters"], [7, 0, 0, "-", "pickles"], [7, 0, 0, "-", "query"], [7, 0, 0, "-", "specphot"]], "vampires_dpp.specphot.specphot": [[7, 1, 1, "", "color_correction"]], "vampires_dpp.synthpsf": [[8, 1, 1, "", "generate_pupil"]], "vampires_dpp.util": [[8, 1, 1, "", "average_angle"], [8, 1, 1, "", "check_version"], [8, 1, 1, "", "delta_angle"], [8, 1, 1, "", "wrap_angle"]], "vampires_dpp.wcs": [[8, 1, 1, "", "get_gaia_astrometry"], [8, 1, 1, "", "get_precise_coord"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:attribute", "4": "py:method"}, "terms": {"": [6, 10, 11, 13, 14, 15], "0": [5, 6, 8, 10, 14, 15], "01": 6, "1": [6, 8, 10, 14, 15], "10": 13, "142": 8, "16": [6, 10], "180": 8, "19": [5, 8], "2": [6, 8, 10, 13, 14, 15], "2017": 3, "2023": 15, "20230101_abaur": [10, 15], "21": 10, "25": 15, "256": 8, "2d": [2, 3], "3": [6, 11, 13], "303": 8, "3034090909090909": 8, "3d": [2, 3], "4": 6, "45": 6, "5": [6, 15], "50_em300_00010ms_512x512": 15, "50_em300_00100ms_512x512": 15, "50_lyotstop_00_cam1": [14, 15], "55": 15, "6": 15, "7": 8, "750": 15, "8": [6, 8], "8000": 13, "823806": [5, 8], "825504000000002": [5, 8], "89": 8, "90": 15, "99995": 6, "A": [8, 10, 14], "As": 15, "At": 15, "By": [2, 3, 6, 8, 10], "For": [6, 10, 13, 14, 15], "If": [2, 3, 6, 8, 10, 12, 13, 14, 15], "In": [2, 10, 11, 12, 15], "It": [11, 14, 15], "No": 15, "Not": 15, "One": 3, "Or": 15, "That": 10, "The": [5, 6, 8, 9, 10, 11, 13, 14, 15, 16], "Then": 13, "There": [10, 11, 15], "These": [14, 15], "To": [6, 10, 13, 15], "With": [6, 15], "_": 10, "__fields__": 8, "_build": 13, "_nestedsequ": 6, "_scalartype_co": [2, 6, 8], "_supportsarrai": 6, "abaur": 15, "abort": 15, "about": [6, 8, 10, 13], "abov": 15, "absolut": 10, "accept": 10, "access": 14, "accommad": [14, 15], "accomplish": [10, 15], "accur": 10, "acquisit": 14, "across": [8, 14], "action": 15, "activ": 10, "actuat": 8, "ad": 15, "adapt": 10, "add": [8, 11, 15], "addit": [11, 14, 15], "adi": [3, 10, 15], "adjust": 15, "adu": 10, "advanc": 14, "after": [9, 10, 13, 15], "ahead": [13, 15], "algorithm": [3, 10, 15], "align": [10, 15], "alignmentconfig": 10, "all": [5, 6, 8, 10, 13, 15], "allow": [14, 15], "along": [3, 10, 14, 15], "alpha": 8, "alreadi": [8, 10, 15], "also": [14, 15], "alt": [5, 8], "although": [10, 14], "altitud": [5, 8], "alwai": 10, "ambit": 13, "an": [5, 6, 8, 10, 11, 12, 13, 14, 15], "analysi": [4, 15], "analysisconfig": 10, "angl": [2, 3, 5, 6, 8, 10, 14, 15], "ani": [2, 6, 8, 10, 12, 13, 14, 15], "annot": 8, "annulu": 10, "anoth": 15, "antialia": 2, "anyth": 8, "apertur": [6, 8, 10, 14], "api": [12, 14], "appar": 6, "appli": 10, "applic": [10, 14], "approach": [10, 11], "appropri": 15, "approxim": 8, "ar": [2, 5, 6, 8, 10, 11, 14, 15], "arbitrari": 6, "archiv": [13, 14, 15], "arcminut": 8, "arcsec": 10, "arctan2": [5, 8], "argument": [2, 5, 8], "around": [8, 10, 15], "arrai": [2, 6, 8, 10, 14], "arraylik": [2, 6, 8], "artifact": 15, "ascens": 10, "ask": [12, 14], "assist": 15, "assum": [8, 10, 15], "astro": 8, "astrometri": 10, "astronom": [10, 15], "astropi": 8, "atla": 10, "attach": 15, "auto": [10, 13], "autoformat": 13, "automat": [11, 13, 15], "aux": [10, 15], "auxiliari": 16, "auxilliari": [10, 15], "avail": [9, 10, 14, 15], "averag": [6, 8, 10, 15], "average_angl": [6, 8], "avoid": [10, 15], "awai": 15, "awkward": 15, "ax": [8, 14], "axi": [2, 3, 6, 8, 10, 14], "az": [5, 8], "azimuth": [5, 8, 10], "b": 10, "back": 15, "back_subtract": 10, "background": [10, 15], "backup": 15, "backward": 10, "bad": [8, 10, 14, 15], "band": 10, "bar": [5, 8, 14], "base": [3, 5, 8, 15], "basi": 14, "basic": 10, "beam": [6, 14], "beamsplitt": 6, "becaus": [10, 11, 15], "becuas": 15, "been": [8, 15], "befor": [10, 12, 15], "behavior": [2, 15], "being": 10, "below": 15, "best": 15, "beta": 8, "between": [8, 10, 15], "bia": 10, "bicub": 2, "biweight": 3, "blah": 11, "block": 14, "bona": 6, "bool": [2, 5, 6, 8, 10], "bordermod": 2, "bordervalu": 2, "both": 10, "bottom": [3, 14], "bound": [2, 8], "boundari": 8, "bright": 10, "browser": 13, "bug": 12, "build": [13, 14], "built": [14, 15], "byte": 6, "c": 14, "cach": 15, "calcul": [5, 6, 8, 10], "calculu": 10, "calib": 15, "calib_directori": 10, "calibr": 4, "calibrateconfig": 10, "call": [10, 11, 13], "cam": [8, 15], "cam1": [10, 15], "cam2": [10, 15], "cam_num": 8, "camera": [6, 10, 14, 15], "can": [2, 5, 8, 10, 11, 12, 13, 14, 15], "cannot": [13, 15], "case": [10, 14, 15], "catalog": 8, "catalogu": 8, "caution": 12, "ccw": [5, 8, 14], "cd": 13, "celesti": 14, "center": [2, 8, 10, 14, 15], "central": 8, "centroid": 10, "certain": 10, "chanc": 15, "chang": [12, 15], "channel": 14, "check": [5, 8, 12, 13, 15], "check_fil": [5, 8], "check_vers": 8, "circular": [6, 8, 10], "class": [8, 10], "classmethod": 10, "classvar": 8, "clean": 6, "clearer": 10, "cli": [12, 14], "clip": [8, 10], "clockwis": [2, 6], "clone": 13, "close": 11, "closest": [10, 15], "cmosvampir": 8, "co": [5, 6, 8, 15], "coad": [10, 15], "coadd": [3, 10, 15], "coaddconfig": 10, "code": [13, 14], "coeffici": 6, "coincid": 10, "collaps": 15, "collapse_cub": 3, "collapsed_dft": 15, "collect": 15, "color": 7, "color_correct": 7, "com": [12, 13], "combin": [5, 8, 15], "combineconfig": 10, "come": 15, "comma": [5, 8, 15], "command": [9, 10, 13, 14, 15], "comment": [5, 8], "commit": 13, "common": [14, 15], "compar": [10, 14], "compat": [8, 10, 11], "complementari": 14, "complet": [10, 15], "complex": [6, 15], "complic": 14, "compon": 10, "compos": 14, "comput": [8, 15], "computedfieldinfo": 8, "concaten": 15, "conda": 13, "config": [8, 10, 15], "configdict": 8, "configur": [8, 12], "conform": 8, "connect": 15, "consid": [6, 10, 12], "constant": 8, "construct": 6, "consult": 10, "contact": 14, "control": [14, 15], "conv": 8, "convent": 8, "convers": 10, "convert": 10, "coord": 8, "coordin": [8, 10, 14, 15], "copi": [10, 15], "coronagraph": [10, 14, 15], "correct": [7, 8, 10, 15], "correctli": 13, "correspond": [2, 8, 14, 15], "corrupt": 15, "cours": [13, 15], "covari": 2, "cpu_count": [5, 8], "creat": 10, "crop": [2, 10], "crop_to_nans_ind": 2, "cross": 15, "cube": [2, 3, 6, 8, 10, 14, 15], "current": 10, "curv": 10, "custom": [2, 10, 14], "cut": 15, "cutout": 10, "cutout_ind": 8, "cx": 8, "cy": 8, "cyl_stok": 10, "d": [8, 13, 15], "dark": 15, "darks_": 15, "data": [2, 3, 6, 8, 11], "datafram": [5, 8], "dataset": 15, "deal": 14, "dec": [5, 8, 10], "decent": 10, "declin": [5, 8, 10], "default": [2, 3, 5, 6, 8, 10, 14, 15], "defin": [2, 8], "deg2rad": 6, "degre": [2, 5, 8, 10, 14], "delet": [10, 15], "delta": [5, 6, 7, 8], "delta_angl": 8, "depend": [13, 14, 15], "deriv": 10, "derot": [2, 3, 6, 10, 15], "derotate_cub": 2, "derotate_fram": 2, "desir": 15, "detail": 12, "detector": [10, 15], "determin": [8, 10], "dev": 13, "develop": [12, 13], "dft": 10, "diagnost": [10, 15], "diamet": 8, "diatt": 6, "diattenu": 6, "dict": 8, "dict_from_head": [5, 8], "dict_from_header_fil": [5, 8], "dictionari": [5, 8], "diff": [10, 15], "diff_imag": 10, "differ": [10, 13, 14, 15, 16], "differenc": 10, "differenti": [6, 10, 14], "diffimageconfig": 10, "dimens": [6, 8, 10], "direct": 14, "directli": [5, 8, 13, 14, 15], "directori": 10, "disallow": 13, "discard": [10, 15], "discuss": 12, "disk": [11, 14, 15], "distinct": [10, 15], "divers": 14, "divid": 10, "do": [3, 10, 12], "doc": 10, "docstr": 15, "document": [10, 15], "doesn": 14, "don": [10, 11, 13, 15], "done": [10, 15], "doubl": [10, 15], "doublediff": 10, "downgrad": 11, "download": [13, 15], "dpp": [8, 9, 10, 11, 13, 14, 15], "dpp_version": 10, "dr3": 8, "dtype": [2, 6, 8], "due": 15, "dure": 14, "dx": 2, "dy": 2, "e": [10, 13, 14, 15], "each": [2, 6, 8, 10, 14, 15], "easier": 10, "easili": [10, 15], "east": [5, 8, 10], "edg": 2, "effect": [10, 15], "effici": 15, "egg": 12, "either": [8, 10], "element": 8, "elev": [5, 8], "em300_00100ms_512x512": 15, "emccdvampir": 8, "emgain": 8, "emiss": 14, "emoji": [10, 15], "empti": [5, 8, 15], "enabl": [10, 13], "end": 10, "engin": 14, "enough": 14, "ensur": 6, "enter": 15, "entir": [10, 15], "entri": 15, "environ": 14, "epsilon": 6, "errant": 15, "error": [13, 15], "essenti": 15, "estim": [6, 10], "eta": 6, "etc": 15, "even": [10, 14], "everi": [14, 15], "everyth": 2, "evolv": 14, "exact": 10, "exampl": [6, 14, 15, 16], "exclud": [5, 8, 10], "execut": [10, 13], "exist": 10, "expect": [6, 10, 11, 15], "experi": 15, "explain": [11, 15], "explan": 14, "explor": 16, "exposur": [5, 8, 10, 15], "exptim": 10, "ext": [5, 8], "extent": 14, "extract": [5, 8], "f": 15, "factor": [8, 10, 15], "fals": [2, 5, 6, 8, 10], "faq": 12, "fast": [6, 8], "faster": 11, "feel": [12, 13, 14], "few": 15, "fide": 6, "field": [8, 10, 15], "fieldinfo": 8, "file": [5, 8, 13, 14], "filenam": [5, 6, 8, 10, 15], "filt1": 7, "filt2": 7, "filter": [7, 10], "final": [6, 8, 10], "find": [8, 10, 12, 14], "finit": 2, "first": [7, 10, 13, 14, 15], "fit": [3, 5, 8, 10, 14, 15], "fit_psf_model": 10, "fitshead": [5, 8], "fix": [5, 8, 10, 11, 13], "fix_bad_pixel": 10, "flag": [2, 10, 15], "flat": [10, 15], "flat_correct": 10, "flc": [6, 10, 14, 15], "flexibl": [14, 15], "flexibli": 10, "flip": [8, 10, 14, 15], "float": [2, 5, 6, 7, 8, 10], "float64": [5, 8], "flux": [10, 15], "flux_metr": 10, "focal": 14, "focu": 14, "folder": [10, 15], "follow": [8, 14, 15, 16], "forc": [10, 15], "form": 10, "format": [10, 13], "forward": 15, "found": 10, "frac": [5, 8], "fraction": [6, 8], "frame": [2, 5, 6, 8, 14, 15], "frame_angl": 8, "frame_cent": 8, "frame_radii": 8, "frame_select": 10, "framer": 15, "frameselectconfig": 10, "free": [12, 13, 14], "frequent": 12, "friendli": 10, "from": [5, 6, 7, 8, 10, 11, 14, 15], "from_fil": 10, "full": 15, "function": 14, "further": [10, 15], "futur": 12, "fwhm": 10, "g": [10, 14, 15], "gaia": 8, "gain": 10, "gb": 15, "gen": 14, "gener": [2, 5, 6, 8, 10, 13, 14, 15], "generate_pupil": 8, "geometr": 2, "get": [5, 8, 10, 12, 13, 15], "get_gaia_astrometri": 8, "get_instrument_from": [5, 8], "get_mbi_cent": 8, "get_precise_coord": 8, "gigabyt": 14, "git": [12, 13], "github": [12, 13], "give": 14, "given": [2, 5, 6, 8, 10, 14, 15], "granular": 15, "graphic": 15, "greatli": 15, "grid": 8, "guarante": 10, "guess": 15, "guid": 12, "h": [10, 14, 15], "ha": [5, 8, 11, 14, 15], "half": 6, "halo": 10, "hand": 15, "happen": [11, 15], "hard": 11, "have": [2, 6, 8, 10, 12, 13, 14, 15], "hd141569a_00_750": [14, 15], "hd31233": 15, "head": 12, "header": [3, 5, 8, 10, 15], "header_t": [5, 8], "help": 15, "helper": 14, "high": 15, "higher": 15, "highest": 14, "highli": 15, "histori": [5, 8], "hoc": [10, 15], "hook": 13, "hopefulli": 14, "hour": [5, 8, 10], "howev": 10, "html": [10, 13], "http": [10, 12, 13], "huge": 11, "human": 15, "hundr": 14, "hwp": [6, 10, 14, 15], "hwp_adi_sync": 10, "i": [2, 3, 6, 8, 9, 10, 12, 13, 14], "icr": 10, "id": [14, 15], "ideal": [6, 10, 15], "ident": 6, "imag": [4, 6, 8, 10], "image_process": 2, "imperfect": 6, "import": [2, 6, 10], "improv": 11, "includ": [10, 14, 15], "increas": [8, 11, 15], "incredibli": 14, "independ": 10, "index": [8, 12, 13, 15], "indic": [2, 8, 15], "individu": [10, 15], "inevit": 13, "info": [5, 8], "infrar": 14, "initi": 15, "inner": [8, 10], "input": [2, 6, 8, 10, 15], "insert": [5, 8], "insid": 15, "inspect": 15, "instal": [9, 11, 12, 14, 15], "instead": 15, "instrument": [5, 6, 8, 14, 15], "instrumentinfo": [5, 8], "int": [5, 6, 8, 10], "integr": 10, "interact": [14, 15], "interfac": [9, 10, 13, 14, 15], "interferometr": 14, "interleav": [14, 15], "intermedi": [10, 11, 15], "internet": 13, "interpol": 2, "introduct": 12, "invers": 10, "io": 11, "ip": 10, "ip_correct": 10, "ip_method": 10, "ip_radiu": 10, "ip_radius2": 10, "ipython": 14, "iso": [5, 8], "issu": [12, 13, 14], "iter": 10, "its": [3, 10, 14, 15], "j": [10, 15], "j1": 15, "j2016": 10, "join": 12, "joss": 12, "june": 15, "jupyt": 14, "just": [8, 15], "jy": 10, "k": 10, "keep": 10, "kei": [5, 8, 10, 11], "keyword": [2, 5, 8], "know": 14, "kwarg": [2, 3, 5, 6, 8], "label": 15, "larg": 14, "larger": 15, "lastli": 10, "lat": [5, 8], "latitud": [5, 8], "latter": 15, "least": [10, 13], "leastsq": 10, "leav": 10, "left": [10, 14], "length": [8, 10], "let": 14, "level": 10, "librari": 10, "like": [2, 5, 8, 12, 13, 14, 15], "limit": [11, 15], "line": [5, 8, 9, 10, 14, 15], "linear": 6, "linear_polar": 6, "lint": 13, "list": [2, 5, 6, 8], "liter": [8, 10], "ll": [10, 15], "load": [5, 8, 10, 15], "load_fits_head": [5, 8], "local": 10, "localhost": 13, "locat": 10, "look": 10, "lookup": 15, "lot": 11, "luca": [12, 14], "lyot": 15, "m": [6, 13], "m1": 7, "m2": 7, "ma": [10, 15], "made": 15, "mag": 10, "mag_band": 10, "magnitud": [7, 10], "mai": [10, 14, 15], "maintain": [10, 12], "make": [13, 15], "manag": [11, 15], "mani": [10, 14, 15], "map": [8, 10], "mask": [8, 10, 14], "massiv": 15, "master": 15, "master_c": 15, "match": [10, 11, 15], "mathrm": [5, 8], "matplotlib": 15, "matric": [10, 15], "matrix": [2, 6, 8, 10, 15], "max": 2, "mbi": [8, 10, 15], "mean": [3, 8, 10, 14, 15], "measur": [10, 15], "measure_instpol": 6, "media": 11, "median": [3, 10, 15], "memori": 15, "mere": 10, "metadata": [3, 8], "method": [3, 6, 10, 14, 15], "metric": [10, 15], "middl": [5, 8], "miinimum": 8, "mile": [12, 14], "min": 2, "mind": 14, "minim": 15, "minimum": 15, "minu": 14, "mirror": [6, 14], "misalign": 15, "miss": [10, 15], "mit": 12, "mjd": [5, 8], "mm": [8, 10, 15], "mm_correct": 10, "mode": 10, "model": [7, 8, 10, 15], "model_computed_field": 8, "model_config": 8, "model_field": 8, "modul": [12, 14], "moffat": 10, "more": [10, 11, 12, 14, 15], "most": [6, 11, 14], "motion": [6, 8, 10], "move": 15, "mp": [5, 8], "much": [10, 15], "mueller": [10, 15], "mueller_matric": 6, "multi": [5, 8, 11, 14], "multipl": [6, 8, 10, 11, 14, 15], "multiprocess": [5, 8], "must": [10, 11, 14, 15], "my": [11, 15], "n": [6, 8, 13, 15], "n_x": 14, "n_y": 14, "naiv": 6, "name": [8, 10, 14, 15], "nan": 2, "narrowband": 14, "natur": [14, 15], "ndarrai": [2, 3, 6, 8], "need": [8, 13, 14], "new": [10, 12, 15], "newer": [10, 15], "next": 15, "nfield": 10, "nframe": 10, "night": 10, "non": [5, 8, 15], "none": [2, 3, 5, 6, 8, 10], "nonetheless": 15, "norm": 15, "normal": 10, "north": [5, 8, 10, 14], "notat": 10, "note": 8, "notebook": [14, 16], "notic": 12, "now": [10, 13], "np": [5, 6, 8], "npsf": 10, "npz": [10, 15], "num_proc": [5, 8], "number": [5, 8, 10, 15], "numpi": [2, 10, 14], "o": 15, "object": [8, 10, 15], "observ": [5, 6, 8, 10, 15, 16], "obstim": 10, "obstruct": 8, "occur": 14, "occurr": 15, "off": [2, 13], "offer": 10, "offset": [2, 6], "og": 15, "one": [2, 10, 14, 15], "ones": 10, "onli": [10, 14, 15], "open": [11, 12, 13, 14, 15], "opencv": 2, "oper": [10, 11, 15], "opt": 15, "optic": 6, "option": [2, 3, 5, 6, 8, 10, 15, 16], "order": [5, 8, 10, 11, 15], "ordereddict": [5, 8], "ordinari": 6, "org": [10, 12, 13], "organ": [4, 8, 10], "orient": 6, "other": [2, 10, 14, 15], "our": 13, "out": [10, 12, 13, 15], "outer": [8, 10], "output": [6, 8], "over": [8, 11, 12], "overhead": 11, "overridden": 13, "oversampl": 8, "own": [12, 15], "pa": [5, 8], "packag": [12, 13, 15], "pad": 2, "page": 12, "pair": 2, "panacea": 15, "panda": [5, 8], "paper": 12, "paradigm": 10, "parallact": [5, 6, 8, 14], "parallactic_angle_altaz": [5, 8], "parallactic_angle_hadec": [5, 8], "parallax": [8, 10], "parallel": 15, "paramet": [2, 3, 5, 6, 7, 8, 10, 15], "parametr": 8, "pars": [5, 8, 15], "part": 11, "particular": 15, "pass": [2, 5, 8, 13], "path": [5, 8, 10], "pathlib": 10, "pathlik": [5, 8, 10], "pdi": [6, 15], "peak": 10, "per": 15, "perform": [10, 15], "phase": [6, 14], "phi": 6, "phot_ann_rad": 10, "phot_aper_rad": 10, "photometr": 10, "photometri": [6, 10, 15], "physic": 14, "pi": 6, "pickl": 10, "pinhol": 15, "pip": [9, 12, 14], "pipelin": [13, 16], "pipelineconfig": 10, "pixel": [2, 6, 8, 10, 14, 15], "plan": [12, 15], "plane": 14, "planetari": 10, "plate": 6, "pleas": [12, 14], "plugin": 13, "pm_dec": 10, "pm_ra": 10, "point": [2, 5, 8, 10, 15], "pol_ind": 6, "polar": [4, 10, 15], "polarimetr": [10, 14], "polarimetri": [14, 15], "polarimetryconfig": 10, "polarization_calibration_triplediff": 6, "pole": 14, "poor": 15, "popul": 15, "port": 13, "portion": 14, "possibl": 15, "post": 10, "potenti": 14, "pr": 14, "pre": 13, "precis": [10, 15], "prefer": 15, "prepar": 10, "prescrib": 15, "present": 3, "preview": 15, "primari": 12, "primarili": [10, 14], "prior": 15, "priorit": 14, "prism": 6, "problem": 12, "process": [4, 5, 8, 10, 11, 16], "produc": [11, 14, 15], "product": [10, 15], "progress": [5, 8, 10, 14], "prompt": 15, "proper": [6, 8, 10], "protoplanetari": 14, "provid": [3, 10, 14, 15], "psf": [10, 15], "psf_model": 10, "public": 10, "publish": 12, "pull": [12, 13], "pupil": [8, 10], "put": 15, "pxscale": 10, "pydant": 8, "pyenv": 13, "pytest": 13, "python": [14, 15], "q": 6, "q_": 6, "qphi": [6, 10], "qphi_err": 6, "qr": 10, "quantil": 15, "quarter": 6, "question": [12, 13, 14], "quick": [12, 14], "quickli": [13, 15], "quiet": [5, 8], "qwp": 6, "r": [6, 10], "ra": 10, "radial": [6, 10], "radial_stok": 6, "radian": 6, "radii": 8, "radiu": [6, 8, 10], "rais": [6, 10], "ram": 15, "ran": 14, "rang": 8, "ratio": 10, "raw": 14, "re": [10, 12, 13, 14], "reach": 13, "read": [10, 12], "readabl": 15, "readi": [10, 15], "readmod": 8, "readout": [14, 15], "rearrang": 15, "recent": 15, "recogn": 15, "recommend": [11, 13, 15], "reduc": [8, 10, 11, 15], "reduct": [10, 15], "refer": [10, 12], "regardless": [10, 15], "region": [10, 15], "registr": [4, 15], "remov": [10, 15], "renam": 15, "replac": 8, "report": 12, "repositori": 13, "repres": 6, "reprocess": [10, 15], "reproject": 10, "request": [12, 13], "requir": [8, 10, 13, 15], "rerun": 15, "research": 12, "resolv": [5, 8], "result": 10, "retain": 15, "retard": 6, "return": [2, 3, 5, 6, 7, 8, 10], "revers": 14, "right": 10, "risk": 15, "rotat": [2, 6, 8], "rough": 8, "round": 15, "routin": 10, "ruff": 13, "run": [10, 11, 13], "sai": 11, "sam": 14, "same": [2, 10, 14, 15], "sampl": 8, "satellit": [10, 15], "save": [10, 11, 14, 15], "save_adi_cub": 10, "save_intermedi": 10, "savez_compress": 10, "scale": 8, "scenario": [15, 16], "scexao": [8, 10, 12, 13, 14, 15], "scheme": 15, "scienc": 15, "script": [13, 14], "sdi": 14, "search": 12, "second": [7, 10, 15], "section": 10, "see": [12, 15], "select": [6, 10, 15], "semant": [8, 10], "semest": 15, "semver": 11, "sens": 14, "sensibl": [8, 10], "separ": 15, "sequenc": [6, 10, 15], "seri": 15, "serializ": 10, "serv": 13, "server": 13, "sesssion": 15, "set": [6, 10, 13, 14], "setup": 15, "sexagesim": 10, "shift": 2, "shift_cub": 2, "shift_fram": 2, "should": [6, 8, 10, 11, 13, 14, 15], "side": 10, "sigma": 10, "signific": 6, "silenc": [5, 8], "simbad": 10, "simultan": 3, "sin": [5, 6, 8], "sinc": [10, 11], "singl": [2, 10, 14, 15], "situat": 15, "size": [8, 10, 15], "ski": 15, "skip": [10, 15], "sky": [6, 14], "skycoord": 8, "slack": 14, "slice": [5, 8], "slow": [8, 11], "slowdown": 11, "smallest": 8, "smear": 6, "so": [10, 11, 14, 15], "softwar": 12, "solid": 10, "solut": 10, "some": [11, 14, 15, 16], "someon": 14, "someth": 12, "sometim": 10, "sort": [5, 6, 8, 10, 13], "sort_head": [5, 8], "sourc": [10, 12], "sourcespectrum": [7, 10], "spars": 14, "spawn": 15, "specif": 14, "specifi": [14, 15], "speckl": [14, 15], "specphot": [7, 10], "specphotconfig": 10, "spectra": 10, "spectral": [10, 14], "spectralel": 7, "spectrophotometr": [4, 15], "spectrophotometri": 10, "spectrum": [10, 15], "speed": [11, 15], "sphinx": 13, "spider": 8, "split": 6, "splitter": 14, "spot": [10, 15], "sptype": 10, "squar": 10, "ssd": 11, "ssh": 15, "stabl": 10, "standard": 15, "star": [14, 15], "start": [12, 13], "state": [6, 14, 15], "statist": [10, 15], "stellar": [10, 14, 15], "step": 10, "still": [12, 15], "stoke": [6, 10, 15], "stokes_cub": 6, "stokes_err": 6, "storag": [11, 15], "store": [6, 10], "str": [3, 5, 6, 8, 10], "strategi": 10, "strehl": 10, "strict": 15, "strictli": 15, "string": [8, 10], "strive": 15, "strongli": 15, "structur": [5, 8, 15], "stsci": 10, "studi": 14, "subaru": 13, "subfold": 15, "submit": 13, "subsequ": 10, "subtract": [6, 10, 15], "succe": 15, "success": 15, "successfulli": 15, "suggest": 14, "sum": 10, "supersampl": 8, "support": [14, 15], "sure": 15, "surfac": 10, "synphot": 10, "synth": 10, "synthet": 10, "synthpsf": 8, "system": 10, "t": [6, 10, 11, 13, 14, 15], "tabl": [6, 10, 15], "take": [10, 11], "taken": 15, "tan": [5, 8], "target": 8, "targetconfig": 10, "team": [10, 14], "telemetri": 14, "telescop": 8, "templat": 15, "termin": 15, "than": 15, "thank": 13, "thei": 15, "them": [8, 10, 13], "therefor": 14, "theta": 6, "theta_": [5, 8], "thi": [6, 8, 10, 11, 13, 14, 15], "though": 15, "through": [10, 15], "throughout": 11, "thunderbolt": 11, "time": [3, 8, 10, 11, 13, 15], "timestamp": [5, 8], "tip": 11, "tmux": 15, "to_toml": 10, "todo": [11, 15], "togeth": 15, "toml": [10, 11, 15], "too": [10, 15], "took": 15, "tool": [12, 14, 15], "top": 10, "topic": 12, "total": 8, "toward": 15, "track": 10, "transform": 2, "translat": 2, "transpos": 14, "tri": 15, "trim": 2, "tripl": [6, 10, 15], "triplediff": 10, "true": [2, 5, 6, 8, 10], "try": [10, 11, 15], "tupl": [2, 3, 6, 8, 15], "tutori": 14, "two": [8, 10, 11, 15], "type": [2, 3, 5, 6, 7, 8, 10], "typevar": 2, "typic": [10, 14, 15], "u": [6, 10, 13, 14], "u_": 6, "uncompress": 15, "under": 12, "unit": [10, 13], "unless": 13, "unnecessari": 10, "up": [10, 11], "updat": 3, "update_header_iso": [5, 8], "update_header_mjd": [5, 8], "upgrad": [11, 15], "uphi": [6, 10], "uphi_err": 6, "ur": 10, "url": [12, 13], "us": [2, 5, 6, 8, 9, 10, 11, 12, 14, 15], "usag": 14, "usb": 11, "use_ideal_mm": 10, "user": [10, 14], "utc": 8, "util": [4, 6], "uvk": 10, "v": 10, "v1": 8, "valid": 10, "valu": [2, 5, 8, 10], "valueerror": [6, 10], "vampir": [6, 11, 15], "vampires_dpp": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "varianc": 3, "varieti": 14, "variou": 14, "varmean": 3, "ve": [13, 15], "vector": [2, 3, 6], "vega": 10, "verbos": 15, "veri": 15, "verifi": 15, "version": [8, 10], "vet": 10, "via": [8, 14], "view": [13, 15], "visibl": 14, "vmpa": 15, "vmpa00023445": [14, 15], "volum": 11, "wai": 15, "want": [12, 15], "warp": [2, 10], "warp_fram": 2, "wave": 6, "wavefront": 14, "wavelength": 10, "wavepl": 6, "wc": 8, "we": [10, 12, 14, 15], "weight": 3, "weighted_collaps": 3, "welcom": 14, "well": [14, 16], "when": [6, 10, 14, 15], "whenev": 13, "where": [2, 10], "wherea": 10, "which": [3, 6, 8, 10, 11, 13, 14], "while": [10, 13, 15], "who": 14, "why": 13, "wide": [8, 10], "window": [8, 10, 15], "window_s": 10, "within": 11, "without": [10, 12], "wollaston": 6, "word": [2, 15], "work": [10, 14, 15], "would": [12, 13], "wrap": 8, "wrap_angl": 8, "write": 11, "written": 15, "wtih": 10, "x": [6, 8, 14, 15], "y": [6, 8, 10, 14, 15], "you": [6, 8, 10, 12, 13, 14, 15], "your": [11, 12, 14, 15], "yr": 10, "zero": [10, 15], "\u0251": 14}, "titles": ["Analysis", "Calibration", "Image Processing", "Image Registration", "API/Reference", "Organization", "Polarization", "Spectrophotometric Calibration", "Utility", "CLI Reference", "Configuration", "Frequently Asked Questions (FAQ)", "VAMPIRES Data Processing Pipeline", "Installation", "Introduction", "Quick-start guide", "Tutorials"], "titleterms": {"about": 11, "analysi": [0, 6, 10], "api": 4, "ask": 11, "autom": 15, "calculu": 6, "calibr": [1, 7, 10, 15], "centroid": [11, 15], "cite": 12, "cli": 9, "cmo": 15, "collaps": [3, 10], "combin": 10, "configur": [10, 11, 15], "content": 12, "contribut": [12, 13], "convent": 14, "creat": 15, "data": [10, 12, 14, 15], "debug": 15, "deinterleav": 15, "differenti": 15, "do": 15, "doc": 13, "document": 13, "ds9": [14, 15], "emccd": 15, "enabl": 15, "estim": 15, "exampl": 10, "experiment": [10, 12], "faq": 11, "file": [10, 11, 15], "filter": 15, "format": [14, 15], "frame": [3, 10], "frequent": 11, "from": 13, "gaia": 10, "get": [11, 14], "guid": 15, "help": [11, 14], "i": [11, 15], "imag": [2, 3, 14, 15], "indic": 12, "inform": 10, "instal": 13, "introduct": 14, "larg": 15, "licens": 12, "local": 13, "log": 15, "look": 15, "m": 11, "manag": 13, "manual": 15, "mismatch": 11, "mode": [6, 14, 15], "mp": 15, "mueller": 6, "multi": 15, "multiprocess": 15, "need": 15, "normal": 15, "note": 10, "observ": 14, "organ": 5, "output": [10, 15], "pdi": [10, 14], "perform": 11, "pip": 13, "pipelin": [10, 11, 12, 15], "polar": 6, "polarimetr": 15, "polarimetri": 10, "pre": 15, "prepar": 15, "pro": 15, "process": [2, 6, 12, 14, 15], "pupil": 6, "python": 13, "question": 11, "quick": 15, "raw": 15, "re": 15, "refer": [4, 9], "registr": 3, "run": 15, "s23a": 15, "saoimag": 14, "set": 15, "sort": 15, "sourc": 13, "spectrophotometr": [7, 10], "start": 15, "step": 15, "support": 12, "tabl": 12, "target": 10, "test": 13, "tip": [10, 15], "track": 6, "troubleshoot": 15, "tutori": 16, "type": 15, "up": 15, "us": 13, "util": 8, "vampir": [12, 14], "version": [11, 13], "viewer": 13, "volum": 15, "warn": [10, 11, 12, 15], "which": 15, "workflow": 14}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API/Reference": [[4, null]], "Analysis": [[0, null], [10, "analysis"]], "Automated mode": [[15, "automated-mode"]], "CLI Reference": [[9, null]], "CMOS format": [[15, "cmos-format"]], "Calibration": [[1, null], [10, "calibration"]], "Citing": [[12, "citing"]], "Configuration": [[10, null]], "Contents": [[12, "contents"]], "Contributing": [[13, "contributing"]], "Contributing and Support": [[12, "contributing-and-support"]], "Conventions": [[14, "conventions"]], "Create calibration files": [[15, "create-calibration-files"]], "Do I need to run centroid?": [[15, null]], "Documentation": [[13, "documentation"]], "EMCCD formats": [[15, "emccd-formats"]], "Examples": [[10, "examples"]], "File Outputs": [[10, null]], "Formats for imaging and PDI modes": [[14, "formats-for-imaging-and-pdi-modes"]], "Frame Collapsing": [[3, "module-vampires_dpp.coadd"]], "Frame-collapsing": [[10, "frame-collapsing"]], "Frequently Asked Questions (FAQ)": [[11, null]], "From Source": [[13, "from-source"]], "Getting Help": [[14, "getting-help"]], "Image Processing": [[2, null]], "Image Registration": [[3, null]], "Indices and Tables": [[12, "indices-and-tables"]], "Installation": [[13, null]], "Introduction": [[14, null]], "I\u2019m getting warnings about centroid files, help!": [[11, "i-m-getting-warnings-about-centroid-files-help"]], "License": [[12, "license"]], "Local docs viewer": [[13, null]], "Managing python versions": [[13, null]], "Manual mode": [[15, "manual-mode"]], "Mueller calculus": [[6, "module-vampires_dpp.pdi.mueller_matrices"]], "Multi-processing": [[15, null]], "Normalizing data": [[15, "normalizing-data"]], "Note: combining data": [[10, null]], "Organization": [[5, null]], "PDI": [[10, "pdi"]], "Performance": [[11, "performance"]], "Pipeline": [[10, "pipeline"]], "Pipeline and Configuration version mismatch": [[11, "pipeline-and-configuration-version-mismatch"]], "Pipeline outputs": [[15, "pipeline-outputs"]], "Polarimetric differential imaging": [[15, "polarimetric-differential-imaging"]], "Polarimetry": [[10, "polarimetry"]], "Polarization": [[6, null]], "Pre-S23A Data types": [[15, null]], "Prepare image centroids estimates": [[15, "prepare-image-centroids-estimates"]], "Pro-tip: DS9": [[15, null]], "Processing and polarization analysis": [[6, "module-vampires_dpp.pdi.processing"]], "Processing steps": [[15, "processing-steps"]], "Processing workflows": [[14, "processing-workflows"]], "Pupil-tracking mode": [[6, null]], "Python Versions": [[13, "python-versions"]], "Quick look and filter": [[15, "quick-look-and-filter"]], "Quick-start guide": [[15, null]], "Re-running the pipeline": [[15, "re-running-the-pipeline"]], "Running the pipeline": [[15, "running-the-pipeline"]], "SAOImage DS9": [[14, null]], "Set up configuration files": [[15, "set-up-configuration-files"]], "Sorting raw data": [[15, "sorting-raw-data"]], "Spectrophotometric Calibration": [[7, null], [10, "spectrophotometric-calibration"]], "Target Information": [[10, "target-information"]], "Testing": [[13, "testing"]], "Tip: GAIA": [[10, null]], "Troubleshooting: debug log": [[15, null]], "Tutorials": [[16, null]], "Using pip": [[13, "using-pip"]], "Utility": [[8, null]], "VAMPIRES Data Formats": [[14, "vampires-data-formats"]], "VAMPIRES Data Processing Pipeline": [[12, null]], "VAMPIRES Observation Modes": [[14, "vampires-observation-modes"]], "Warning: Experimental": [[12, null]], "Warning: Large data volume": [[15, null]], "Warning: experimental": [[10, null]], "Warning: multiprocessing with large data": [[15, null]], "Which data needs deinterleaved?": [[15, null]], "Which data needs normalized?": [[15, null]], "\ud83d\udcbe File Output": [[10, null], [10, null], [10, null], [10, null], [10, null]], "\ud83d\ude80 MP enabled": [[15, null], [15, null], [15, null], [15, null], [15, null], [15, null]]}, "docnames": ["api/analysis", "api/calibration", "api/image_processing", "api/image_registration", "api/index", "api/organization", "api/polarization", "api/specphot", "api/utility", "cli", "configuration", "faq", "index", "installation", "introduction", "quickstart", "tutorials/index"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["api/analysis.md", "api/calibration.md", "api/image_processing.md", "api/image_registration.md", "api/index.md", "api/organization.md", "api/polarization.md", "api/specphot.md", "api/utility.md", "cli.md", "configuration.md", "faq.md", "index.rst", "installation.md", "introduction.md", "quickstart.md", "tutorials/index.md"], "indexentries": {"analysisconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.AnalysisConfig", false]], "average_angle() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.average_angle", false]], "calibrateconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.CalibrateConfig", false]], "check_file() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.check_file", false], [8, "vampires_dpp.organization.check_file", false]], "check_version() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.check_version", false]], "cmosvampires (class in vampires_dpp.constants)": [[8, "vampires_dpp.constants.CMOSVAMPIRES", false]], "collapse_cube() (in module vampires_dpp.coadd)": [[3, "vampires_dpp.coadd.collapse_cube", false]], "color_correction() (in module vampires_dpp.specphot.specphot)": [[7, "vampires_dpp.specphot.specphot.color_correction", false]], "crop_to_nans_inds() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.crop_to_nans_inds", false]], "cutout_inds() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.cutout_inds", false]], "delta_angle() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.delta_angle", false]], "derotate_cube() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.derotate_cube", false]], "derotate_frame() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.derotate_frame", false]], "dict_from_header() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.dict_from_header", false], [8, "vampires_dpp.organization.dict_from_header", false]], "dict_from_header_file() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.dict_from_header_file", false], [8, "vampires_dpp.organization.dict_from_header_file", false]], "emccdvampires (class in vampires_dpp.constants)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES", false]], "frame_angles() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.frame_angles", false]], "frame_center() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.frame_center", false]], "frame_radii() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.frame_radii", false]], "from_file() (vampires_dpp.pipeline.config.pipelineconfig class method)": [[10, "vampires_dpp.pipeline.config.PipelineConfig.from_file", false]], "generate_pupil() (in module vampires_dpp.synthpsf)": [[8, "vampires_dpp.synthpsf.generate_pupil", false]], "generic() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.generic", false]], "get_gaia_astrometry() (in module vampires_dpp.wcs)": [[8, "vampires_dpp.wcs.get_gaia_astrometry", false]], "get_instrument_from() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.get_instrument_from", false], [8, "vampires_dpp.headers.get_instrument_from", false]], "get_mbi_centers() (in module vampires_dpp.indexing)": [[8, "vampires_dpp.indexing.get_mbi_centers", false]], "get_precise_coord() (in module vampires_dpp.wcs)": [[8, "vampires_dpp.wcs.get_precise_coord", false]], "header_table() (in module vampires_dpp.organization)": [[5, "vampires_dpp.organization.header_table", false], [8, "vampires_dpp.organization.header_table", false]], "hwp() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.hwp", false]], "instrumentinfo (class in vampires_dpp.constants)": [[8, "vampires_dpp.constants.InstrumentInfo", false]], "linear_polarizer() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.linear_polarizer", false]], "measure_instpol() (in module vampires_dpp.pdi.utils)": [[6, "vampires_dpp.pdi.utils.measure_instpol", false]], "model_computed_fields (vampires_dpp.constants.cmosvampires attribute)": [[8, "vampires_dpp.constants.CMOSVAMPIRES.model_computed_fields", false]], "model_computed_fields (vampires_dpp.constants.emccdvampires attribute)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES.model_computed_fields", false]], "model_computed_fields (vampires_dpp.constants.instrumentinfo attribute)": [[8, "vampires_dpp.constants.InstrumentInfo.model_computed_fields", false]], "model_config (vampires_dpp.constants.cmosvampires attribute)": [[8, "vampires_dpp.constants.CMOSVAMPIRES.model_config", false]], "model_config (vampires_dpp.constants.emccdvampires attribute)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES.model_config", false]], "model_config (vampires_dpp.constants.instrumentinfo attribute)": [[8, "vampires_dpp.constants.InstrumentInfo.model_config", false]], "model_fields (vampires_dpp.constants.cmosvampires attribute)": [[8, "vampires_dpp.constants.CMOSVAMPIRES.model_fields", false]], "model_fields (vampires_dpp.constants.emccdvampires attribute)": [[8, "vampires_dpp.constants.EMCCDVAMPIRES.model_fields", false]], "model_fields (vampires_dpp.constants.instrumentinfo attribute)": [[8, "vampires_dpp.constants.InstrumentInfo.model_fields", false]], "module": [[2, "module-vampires_dpp.image_processing", false], [3, "module-vampires_dpp.coadd", false], [3, "module-vampires_dpp.image_registration", false], [5, "module-vampires_dpp.headers", false], [5, "module-vampires_dpp.organization", false], [6, "module-vampires_dpp.pdi.diff_images", false], [6, "module-vampires_dpp.pdi.models", false], [6, "module-vampires_dpp.pdi.mueller_matrices", false], [6, "module-vampires_dpp.pdi.processing", false], [6, "module-vampires_dpp.pdi.utils", false], [7, "module-vampires_dpp.specphot.filters", false], [7, "module-vampires_dpp.specphot.pickles", false], [7, "module-vampires_dpp.specphot.query", false], [7, "module-vampires_dpp.specphot.specphot", false], [8, "module-vampires_dpp.constants", false], [8, "module-vampires_dpp.headers", false], [8, "module-vampires_dpp.indexing", false], [8, "module-vampires_dpp.organization", false], [8, "module-vampires_dpp.synthpsf", false], [8, "module-vampires_dpp.util", false], [8, "module-vampires_dpp.wcs", false]], "parallactic_angle_altaz() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.parallactic_angle_altaz", false], [8, "vampires_dpp.headers.parallactic_angle_altaz", false]], "parallactic_angle_hadec() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.parallactic_angle_hadec", false], [8, "vampires_dpp.headers.parallactic_angle_hadec", false]], "pipelineconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.PipelineConfig", false]], "polarimetryconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.PolarimetryConfig", false]], "polarization_calibration_triplediff() (in module vampires_dpp.pdi.processing)": [[6, "vampires_dpp.pdi.processing.polarization_calibration_triplediff", false]], "qwp() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.qwp", false]], "radial_stokes() (in module vampires_dpp.pdi.utils)": [[6, "vampires_dpp.pdi.utils.radial_stokes", false]], "rotator() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.rotator", false]], "save() (vampires_dpp.pipeline.config.pipelineconfig method)": [[10, "vampires_dpp.pipeline.config.PipelineConfig.save", false]], "shift_cube() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.shift_cube", false]], "shift_frame() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.shift_frame", false]], "sort_header() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.sort_header", false], [8, "vampires_dpp.headers.sort_header", false]], "specphotconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.SpecphotConfig", false]], "targetconfig (class in vampires_dpp.pipeline.config)": [[10, "vampires_dpp.pipeline.config.TargetConfig", false]], "to_toml() (vampires_dpp.pipeline.config.pipelineconfig method)": [[10, "vampires_dpp.pipeline.config.PipelineConfig.to_toml", false]], "update_header_iso() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.update_header_iso", false], [8, "vampires_dpp.headers.update_header_iso", false]], "update_header_mjd() (in module vampires_dpp.headers)": [[5, "vampires_dpp.headers.update_header_mjd", false], [8, "vampires_dpp.headers.update_header_mjd", false]], "vampires_dpp.coadd": [[3, "module-vampires_dpp.coadd", false]], "vampires_dpp.constants": [[8, "module-vampires_dpp.constants", false]], "vampires_dpp.headers": [[5, "module-vampires_dpp.headers", false], [8, "module-vampires_dpp.headers", false]], "vampires_dpp.image_processing": [[2, "module-vampires_dpp.image_processing", false]], "vampires_dpp.image_registration": [[3, "module-vampires_dpp.image_registration", false]], "vampires_dpp.indexing": [[8, "module-vampires_dpp.indexing", false]], "vampires_dpp.organization": [[5, "module-vampires_dpp.organization", false], [8, "module-vampires_dpp.organization", false]], "vampires_dpp.pdi.diff_images": [[6, "module-vampires_dpp.pdi.diff_images", false]], "vampires_dpp.pdi.models": [[6, "module-vampires_dpp.pdi.models", false]], "vampires_dpp.pdi.mueller_matrices": [[6, "module-vampires_dpp.pdi.mueller_matrices", false]], "vampires_dpp.pdi.processing": [[6, "module-vampires_dpp.pdi.processing", false]], "vampires_dpp.pdi.utils": [[6, "module-vampires_dpp.pdi.utils", false]], "vampires_dpp.specphot.filters": [[7, "module-vampires_dpp.specphot.filters", false]], "vampires_dpp.specphot.pickles": [[7, "module-vampires_dpp.specphot.pickles", false]], "vampires_dpp.specphot.query": [[7, "module-vampires_dpp.specphot.query", false]], "vampires_dpp.specphot.specphot": [[7, "module-vampires_dpp.specphot.specphot", false]], "vampires_dpp.synthpsf": [[8, "module-vampires_dpp.synthpsf", false]], "vampires_dpp.util": [[8, "module-vampires_dpp.util", false]], "vampires_dpp.wcs": [[8, "module-vampires_dpp.wcs", false]], "warp_frame() (in module vampires_dpp.image_processing)": [[2, "vampires_dpp.image_processing.warp_frame", false]], "waveplate() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.waveplate", false]], "weighted_collapse() (in module vampires_dpp.coadd)": [[3, "vampires_dpp.coadd.weighted_collapse", false]], "wollaston() (in module vampires_dpp.pdi.mueller_matrices)": [[6, "vampires_dpp.pdi.mueller_matrices.wollaston", false]], "wrap_angle() (in module vampires_dpp.util)": [[8, "vampires_dpp.util.wrap_angle", false]]}, "objects": {"vampires_dpp": [[3, 0, 0, "-", "coadd"], [8, 0, 0, "-", "constants"], [8, 0, 0, "-", "headers"], [2, 0, 0, "-", "image_processing"], [3, 0, 0, "-", "image_registration"], [8, 0, 0, "-", "indexing"], [8, 0, 0, "-", "organization"], [8, 0, 0, "-", "synthpsf"], [8, 0, 0, "-", "util"], [8, 0, 0, "-", "wcs"]], "vampires_dpp.coadd": [[3, 1, 1, "", "collapse_cube"], [3, 1, 1, "", "weighted_collapse"]], "vampires_dpp.constants": [[8, 2, 1, "", "CMOSVAMPIRES"], [8, 2, 1, "", "EMCCDVAMPIRES"], [8, 2, 1, "", "InstrumentInfo"]], "vampires_dpp.constants.CMOSVAMPIRES": [[8, 3, 1, "", "model_computed_fields"], [8, 3, 1, "", "model_config"], [8, 3, 1, "", "model_fields"]], "vampires_dpp.constants.EMCCDVAMPIRES": [[8, 3, 1, "", "model_computed_fields"], [8, 3, 1, "", "model_config"], [8, 3, 1, "", "model_fields"]], "vampires_dpp.constants.InstrumentInfo": [[8, 3, 1, "", "model_computed_fields"], [8, 3, 1, "", "model_config"], [8, 3, 1, "", "model_fields"]], "vampires_dpp.headers": [[8, 1, 1, "", "get_instrument_from"], [8, 1, 1, "", "parallactic_angle_altaz"], [8, 1, 1, "", "parallactic_angle_hadec"], [8, 1, 1, "", "sort_header"], [8, 1, 1, "", "update_header_iso"], [8, 1, 1, "", "update_header_mjd"]], "vampires_dpp.image_processing": [[2, 1, 1, "", "crop_to_nans_inds"], [2, 1, 1, "", "derotate_cube"], [2, 1, 1, "", "derotate_frame"], [2, 1, 1, "", "shift_cube"], [2, 1, 1, "", "shift_frame"], [2, 1, 1, "", "warp_frame"]], "vampires_dpp.indexing": [[8, 1, 1, "", "cutout_inds"], [8, 1, 1, "", "frame_angles"], [8, 1, 1, "", "frame_center"], [8, 1, 1, "", "frame_radii"], [8, 1, 1, "", "get_mbi_centers"]], "vampires_dpp.organization": [[8, 1, 1, "", "check_file"], [8, 1, 1, "", "dict_from_header"], [8, 1, 1, "", "dict_from_header_file"], [8, 1, 1, "", "header_table"]], "vampires_dpp.pdi": [[6, 0, 0, "-", "diff_images"], [6, 0, 0, "-", "models"], [6, 0, 0, "-", "mueller_matrices"], [6, 0, 0, "-", "processing"], [6, 0, 0, "-", "utils"]], "vampires_dpp.pdi.mueller_matrices": [[6, 1, 1, "", "generic"], [6, 1, 1, "", "hwp"], [6, 1, 1, "", "linear_polarizer"], [6, 1, 1, "", "qwp"], [6, 1, 1, "", "rotator"], [6, 1, 1, "", "waveplate"], [6, 1, 1, "", "wollaston"]], "vampires_dpp.pdi.processing": [[6, 1, 1, "", "polarization_calibration_triplediff"]], "vampires_dpp.pdi.utils": [[6, 1, 1, "", "measure_instpol"], [6, 1, 1, "", "radial_stokes"]], "vampires_dpp.pipeline.config": [[10, 2, 1, "", "AnalysisConfig"], [10, 2, 1, "", "CalibrateConfig"], [10, 2, 1, "", "PipelineConfig"], [10, 2, 1, "", "PolarimetryConfig"], [10, 2, 1, "", "SpecphotConfig"], [10, 2, 1, "", "TargetConfig"]], "vampires_dpp.pipeline.config.PipelineConfig": [[10, 4, 1, "", "from_file"], [10, 4, 1, "", "save"], [10, 4, 1, "", "to_toml"]], "vampires_dpp.specphot": [[7, 0, 0, "-", "filters"], [7, 0, 0, "-", "pickles"], [7, 0, 0, "-", "query"], [7, 0, 0, "-", "specphot"]], "vampires_dpp.specphot.specphot": [[7, 1, 1, "", "color_correction"]], "vampires_dpp.synthpsf": [[8, 1, 1, "", "generate_pupil"]], "vampires_dpp.util": [[8, 1, 1, "", "average_angle"], [8, 1, 1, "", "check_version"], [8, 1, 1, "", "delta_angle"], [8, 1, 1, "", "wrap_angle"]], "vampires_dpp.wcs": [[8, 1, 1, "", "get_gaia_astrometry"], [8, 1, 1, "", "get_precise_coord"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:attribute", "4": "py:method"}, "terms": {"": [6, 10, 11, 13, 14, 15], "0": [5, 6, 8, 10, 14, 15], "01": 6, "1": [6, 8, 10, 14, 15], "10": 13, "142": 8, "16": [6, 10], "180": 8, "19": [5, 8], "2": [6, 8, 10, 13, 14, 15], "2017": 3, "2023": 15, "20230101_abaur": [10, 15], "21": 10, "25": 15, "256": 8, "2d": [2, 3], "3": [6, 11, 13], "303": 8, "3034090909090909": 8, "3d": [2, 3], "4": 6, "45": 6, "5": [6, 15], "50_em300_00010ms_512x512": 15, "50_em300_00100ms_512x512": 15, "50_lyotstop_00_cam1": [14, 15], "55": 15, "6": 15, "7": 8, "750": 15, "8": [6, 8], "8000": 13, "823806": [5, 8], "825504000000002": [5, 8], "89": 8, "90": 15, "99995": 6, "A": [8, 10, 14], "As": 15, "At": 15, "By": [2, 3, 6, 8, 10], "For": [6, 10, 13, 14, 15], "If": [2, 3, 6, 8, 10, 12, 13, 14, 15], "In": [2, 10, 11, 12, 15], "It": [11, 14, 15], "No": 15, "Not": 15, "One": 3, "Or": 15, "That": 10, "The": [5, 6, 8, 9, 10, 11, 13, 14, 15, 16], "Then": 13, "There": [10, 11, 15], "These": [14, 15], "To": [6, 10, 13, 15], "With": [6, 15], "_": 10, "__fields__": 8, "_build": 13, "_nestedsequ": 6, "_scalartype_co": [2, 6, 8], "_supportsarrai": 6, "abaur": 15, "abort": 15, "about": [6, 8, 10, 13], "abov": 15, "absolut": 10, "accept": 10, "access": 14, "accommad": [14, 15], "accomplish": [10, 15], "accur": 10, "acquisit": 14, "across": [8, 14], "action": 15, "activ": 10, "actuat": 8, "ad": 15, "adapt": 10, "add": [8, 11, 15], "addit": [11, 14, 15], "adi": [3, 10, 15], "adjust": 15, "adu": 10, "advanc": 14, "after": [9, 10, 13, 15], "ahead": [13, 15], "algorithm": [3, 10, 15], "align": [10, 15], "alignmentconfig": 10, "all": [5, 6, 8, 10, 13, 15], "allow": [14, 15], "along": [3, 10, 14, 15], "alpha": 8, "alreadi": [8, 10, 15], "also": [14, 15], "alt": [5, 8], "although": [10, 14], "altitud": [5, 8], "alwai": 10, "ambit": 13, "an": [5, 6, 8, 10, 11, 12, 13, 14, 15], "analysi": [4, 15], "analysisconfig": 10, "angl": [2, 3, 5, 6, 8, 10, 14, 15], "ani": [2, 6, 8, 10, 12, 13, 14, 15], "annot": 8, "annulu": 10, "anoth": 15, "antialia": 2, "anyth": 8, "apertur": [6, 8, 10, 14], "api": [12, 14], "appar": 6, "appli": 10, "applic": [10, 14], "approach": [10, 11], "appropri": 15, "approxim": 8, "ar": [2, 5, 6, 8, 10, 11, 14, 15], "arbitrari": 6, "archiv": [13, 14, 15], "arcminut": 8, "arcsec": 10, "arctan2": [5, 8], "argument": [2, 5, 8], "around": [8, 10, 15], "arrai": [2, 6, 8, 10, 14], "arraylik": [2, 6, 8], "artifact": 15, "ascens": 10, "ask": [12, 14], "assist": 15, "assum": [8, 10, 15], "astro": 8, "astrometri": 10, "astronom": [10, 15], "astropi": 8, "atla": 10, "attach": 15, "auto": [10, 13], "autoformat": 13, "automat": [11, 13, 15], "aux": [10, 15], "auxiliari": 16, "auxilliari": [10, 15], "avail": [9, 10, 14, 15], "averag": [6, 8, 10, 15], "average_angl": [6, 8], "avoid": [10, 15], "awai": 15, "awkward": 15, "ax": [8, 14], "axi": [2, 3, 6, 8, 10, 14], "az": [5, 8], "azimuth": [5, 8, 10], "b": 10, "back": 15, "back_subtract": 10, "background": [10, 15], "backup": 15, "backward": 10, "bad": [8, 10, 14, 15], "band": 10, "bar": [5, 8, 14], "base": [3, 5, 8, 15], "basi": 14, "basic": 10, "beam": [6, 14], "beamsplitt": 6, "becaus": [10, 11, 15], "becuas": 15, "been": [8, 15], "befor": [10, 12, 15], "behavior": [2, 15], "being": 10, "below": 15, "best": 15, "beta": 8, "between": [8, 10, 15], "bia": 10, "bicub": 2, "biweight": 3, "blah": 11, "block": 14, "bona": 6, "bool": [2, 5, 6, 8, 10], "bordermod": 2, "bordervalu": 2, "both": 10, "bottom": [3, 14], "bound": [2, 8], "boundari": 8, "bright": 10, "browser": 13, "bug": 12, "build": [13, 14], "built": [14, 15], "byte": 6, "c": 14, "cach": 15, "calcul": [5, 6, 8, 10], "calculu": 10, "calib": 15, "calib_directori": 10, "calibr": 4, "calibrateconfig": 10, "call": [10, 11, 13], "cam": [8, 15], "cam1": [10, 15], "cam2": [10, 15], "cam_num": 8, "camera": [6, 10, 14, 15], "can": [2, 5, 8, 10, 11, 12, 13, 14, 15], "cannot": [13, 15], "case": [10, 14, 15], "catalog": 8, "catalogu": 8, "caution": 12, "ccw": [5, 8, 14], "cd": 13, "celesti": 14, "center": [2, 8, 10, 14, 15], "central": 8, "centroid": 10, "certain": 10, "chanc": 15, "chang": [12, 15], "channel": 14, "check": [5, 8, 12, 13, 15], "check_fil": [5, 8], "check_vers": 8, "circular": [6, 8, 10], "class": [8, 10], "classmethod": 10, "classvar": 8, "clean": 6, "clearer": 10, "cli": [12, 14], "clip": [8, 10], "clockwis": [2, 6], "clone": 13, "close": 11, "closest": [10, 15], "cmosvampir": 8, "co": [5, 6, 8, 15], "coad": [10, 15], "coadd": [3, 10, 15], "coaddconfig": 10, "code": [13, 14], "coeffici": 6, "coincid": 10, "collaps": 15, "collapse_cub": 3, "collapsed_dft": 15, "collect": 15, "color": 7, "color_correct": 7, "com": [12, 13], "combin": [5, 8, 15], "combineconfig": 10, "come": 15, "comma": [5, 8, 15], "command": [9, 10, 13, 14, 15], "comment": [5, 8], "commit": 13, "common": [14, 15], "compar": [10, 14], "compat": [8, 10, 11], "complementari": 14, "complet": [10, 15], "complex": [6, 15], "complic": 14, "compon": 10, "compos": 14, "comput": [8, 15], "computedfieldinfo": 8, "concaten": 15, "conda": 13, "config": [8, 10, 15], "configdict": 8, "configur": [8, 12], "conform": 8, "connect": 15, "consid": [6, 10, 12], "constant": 8, "construct": 6, "consult": 10, "contact": 14, "contrast": 10, "control": [14, 15], "conv": 8, "convent": 8, "convers": 10, "convert": 10, "coord": 8, "coordin": [8, 10, 14, 15], "copi": [10, 15], "coronagraph": [10, 14, 15], "correct": [7, 8, 10, 15], "correctli": 13, "correspond": [2, 8, 14, 15], "corrupt": 15, "cours": [13, 15], "covari": 2, "cpu_count": [5, 8], "creat": 10, "crop": [2, 10], "crop_to_nans_ind": 2, "cross": 15, "cube": [2, 3, 6, 8, 10, 14, 15], "current": 10, "curv": 10, "custom": [2, 10, 14], "cut": 15, "cutout": 10, "cutout_ind": 8, "cx": 8, "cy": 8, "cyl_stok": 10, "d": [8, 13, 15], "dark": 15, "darks_": 15, "data": [2, 3, 6, 8, 11], "datafram": [5, 8], "dataset": 15, "deal": 14, "dec": [5, 8, 10], "decent": 10, "declin": [5, 8, 10], "default": [2, 3, 5, 6, 8, 10, 14, 15], "defin": [2, 8], "deg2rad": 6, "degre": [2, 5, 8, 10, 14], "delet": [10, 15], "delta": [5, 6, 7, 8], "delta_angl": 8, "depend": [13, 14, 15], "deriv": 10, "derot": [2, 3, 6, 10, 15], "derotate_cub": 2, "derotate_fram": 2, "desir": 15, "detail": 12, "detector": [10, 15], "determin": [8, 10], "dev": 13, "develop": [12, 13], "dft": 10, "diagnost": [10, 15], "diamet": 8, "diatt": 6, "diattenu": 6, "dict": 8, "dict_from_head": [5, 8], "dict_from_header_fil": [5, 8], "dictionari": [5, 8], "diff": [10, 15], "diff_imag": 10, "differ": [10, 13, 14, 15, 16], "differenc": 10, "differenti": [6, 10, 14], "diffimageconfig": 10, "dimens": [6, 8, 10], "direct": 14, "directli": [5, 8, 13, 14, 15], "directori": 10, "disallow": 13, "discard": [10, 15], "discuss": 12, "disk": [11, 14, 15], "distinct": [10, 15], "divers": 14, "divid": 10, "do": [3, 10, 12], "doc": 10, "docstr": 15, "document": [10, 15], "doesn": 14, "don": [10, 11, 13, 15], "done": [10, 15], "doubl": [10, 15], "doublediff": 10, "downgrad": 11, "download": [13, 15], "dpp": [8, 9, 10, 11, 13, 14, 15], "dpp_version": 10, "dr3": 8, "dtype": [2, 6, 8], "due": 15, "dure": 14, "dx": 2, "dy": 2, "e": [10, 13, 14, 15], "each": [2, 6, 8, 10, 14, 15], "easier": 10, "easili": [10, 15], "east": [5, 8, 10], "edg": 2, "effect": [10, 15], "effici": 15, "egg": 12, "either": [8, 10], "element": 8, "elev": [5, 8], "em300_00100ms_512x512": 15, "emccdvampir": 8, "emgain": 8, "emiss": 14, "emoji": [10, 15], "empti": [5, 8, 15], "enabl": [10, 13], "end": 10, "engin": 14, "enough": 14, "ensur": 6, "enter": 15, "entir": [10, 15], "entri": 15, "environ": 14, "epsilon": 6, "errant": 15, "error": [13, 15], "essenti": 15, "estim": [6, 10], "eta": 6, "etc": 15, "even": [10, 14], "everi": [14, 15], "everyth": 2, "evolv": 14, "exact": 10, "exampl": [6, 14, 15, 16], "exclud": [5, 8, 10], "execut": [10, 13], "exist": 10, "expect": [6, 10, 11, 15], "experi": 15, "explain": [11, 15], "explan": 14, "explor": 16, "exposur": [5, 8, 10, 15], "exptim": 10, "ext": [5, 8], "extent": 14, "extract": [5, 8], "f": 15, "factor": [8, 10, 15], "fals": [2, 5, 6, 8, 10], "faq": 12, "fast": [6, 8], "faster": 11, "feel": [12, 13, 14], "few": 15, "fide": 6, "field": [8, 10, 15], "fieldinfo": 8, "file": [5, 8, 13, 14], "filenam": [5, 6, 8, 10, 15], "filt1": 7, "filt2": 7, "filter": [7, 10], "final": [6, 8, 10], "find": [8, 10, 12, 14], "finit": 2, "first": [7, 10, 13, 14, 15], "fit": [3, 5, 8, 10, 14, 15], "fit_psf_model": 10, "fitshead": [5, 8], "fix": [5, 8, 10, 11, 13], "fix_bad_pixel": 10, "flag": [2, 10, 15], "flat": [10, 15], "flat_correct": 10, "flc": [6, 10, 14, 15], "flexibl": [14, 15], "flexibli": 10, "flip": [8, 10, 14, 15], "float": [2, 5, 6, 7, 8, 10], "float64": [5, 8], "flux": [10, 15], "flux_metr": 10, "focal": 14, "focu": 14, "folder": [10, 15], "follow": [8, 14, 15, 16], "forc": [10, 15], "form": 10, "format": [10, 13], "forward": 15, "found": 10, "frac": [5, 8], "fraction": [6, 8], "frame": [2, 5, 6, 8, 14, 15], "frame_angl": 8, "frame_cent": 8, "frame_radii": 8, "frame_select": 10, "framer": 15, "frameselectconfig": 10, "free": [12, 13, 14], "frequent": 12, "friendli": 10, "from": [5, 6, 7, 8, 10, 11, 14, 15], "from_fil": 10, "full": 15, "function": 14, "further": [10, 15], "futur": 12, "fwhm": 10, "g": [10, 14, 15], "gaia": 8, "gain": 10, "gb": 15, "gen": 14, "gener": [2, 5, 6, 8, 10, 13, 14, 15], "generate_pupil": 8, "geometr": 2, "get": [5, 8, 10, 12, 13, 15], "get_gaia_astrometri": 8, "get_instrument_from": [5, 8], "get_mbi_cent": 8, "get_precise_coord": 8, "gigabyt": 14, "git": [12, 13], "github": [12, 13], "give": 14, "given": [2, 5, 6, 8, 10, 14, 15], "granular": 15, "graphic": 15, "greatli": 15, "grid": 8, "guarante": 10, "guess": 15, "guid": 12, "h": [10, 14, 15], "ha": [5, 8, 11, 14, 15], "half": 6, "halo": 10, "hand": 15, "happen": [11, 15], "hard": 11, "have": [2, 6, 8, 10, 12, 13, 14, 15], "hd141569a_00_750": [14, 15], "hd31233": 15, "head": 12, "header": [3, 5, 8, 10, 15], "header_t": [5, 8], "help": 15, "helper": 14, "high": 15, "higher": 15, "highest": 14, "highli": 15, "histori": [5, 8], "hoc": [10, 15], "hook": 13, "hopefulli": 14, "hour": [5, 8, 10], "howev": 10, "html": [10, 13], "http": [10, 12, 13], "huge": 11, "human": 15, "hundr": 14, "hwp": [6, 10, 14, 15], "hwp_adi_sync": 10, "i": [2, 3, 6, 8, 9, 10, 12, 13, 14], "icr": 10, "id": [14, 15], "ideal": [6, 10, 15], "ident": 6, "imag": [4, 6, 8, 10], "image_process": 2, "imperfect": 6, "import": [2, 6, 10], "improv": 11, "includ": [10, 14, 15], "increas": [8, 11, 15], "incredibli": 14, "independ": 10, "index": [8, 12, 13, 15], "indic": [2, 8, 15], "individu": [10, 15], "inevit": 13, "info": [5, 8], "infrar": 14, "initi": 15, "inner": [8, 10], "input": [2, 6, 8, 10, 15], "insert": [5, 8], "insid": 15, "inspect": 15, "instal": [9, 11, 12, 14, 15], "instead": 15, "instrument": [5, 6, 8, 14, 15], "instrumentinfo": [5, 8], "int": [5, 6, 8, 10], "integr": 10, "interact": [14, 15], "interfac": [9, 10, 13, 14, 15], "interferometr": 14, "interleav": [14, 15], "intermedi": [10, 11, 15], "internet": 13, "interpol": 2, "introduct": 12, "invers": 10, "io": 11, "ip": 10, "ip_correct": 10, "ip_method": 10, "ip_radiu": 10, "ip_radius2": 10, "ipython": 14, "iso": [5, 8], "issu": [12, 13, 14], "iter": 10, "its": [3, 10, 14, 15], "j": [10, 15], "j1": 15, "j2016": 10, "join": 12, "joss": 12, "june": 15, "jupyt": 14, "just": [8, 15], "jy": 10, "k": 10, "keep": 10, "kei": [5, 8, 10, 11], "keyword": [2, 5, 8], "know": 14, "kwarg": [2, 3, 5, 6, 8], "label": 15, "larg": 14, "larger": 15, "lastli": 10, "lat": [5, 8], "latitud": [5, 8], "latter": 15, "least": [10, 13], "leastsq": 10, "leav": 10, "left": [10, 14], "length": [8, 10], "let": 14, "level": 10, "librari": 10, "like": [2, 5, 8, 12, 13, 14, 15], "limit": [11, 15], "line": [5, 8, 9, 10, 14, 15], "linear": 6, "linear_polar": 6, "lint": 13, "list": [2, 5, 6, 8], "liter": [8, 10], "ll": [10, 15], "load": [5, 8, 10, 15], "load_fits_head": [5, 8], "local": 10, "localhost": 13, "locat": 10, "look": 10, "lookup": 15, "lot": 11, "luca": [12, 14], "lyot": 15, "m": [6, 13], "m1": 7, "m2": 7, "ma": [10, 15], "made": 15, "mag": 10, "mag_band": 10, "magnitud": [7, 10], "mai": [10, 14, 15], "maintain": [10, 12], "make": [13, 15], "manag": [11, 15], "mani": [10, 14, 15], "map": [8, 10], "mask": [8, 10, 14], "massiv": 15, "master": 15, "master_c": 15, "match": [10, 11, 15], "mathrm": [5, 8], "matplotlib": 15, "matric": [10, 15], "matrix": [2, 6, 8, 10, 15], "max": 2, "mbi": [8, 10, 15], "mean": [3, 8, 10, 14, 15], "measur": [10, 15], "measure_instpol": 6, "media": 11, "median": [3, 10, 15], "memori": 15, "mere": 10, "metadata": [3, 8], "method": [3, 6, 10, 14, 15], "metric": [10, 15], "middl": [5, 8], "miinimum": 8, "mile": [12, 14], "min": 2, "mind": 14, "minim": 15, "minimum": 15, "minu": 14, "mirror": [6, 14], "misalign": 15, "miss": [10, 15], "mit": 12, "mjd": [5, 8], "mm": [8, 10, 15], "mm_correct": 10, "mode": 10, "model": [7, 8, 10, 15], "model_computed_field": 8, "model_config": 8, "model_field": 8, "modul": [12, 14], "moffat": 10, "more": [10, 11, 12, 14, 15], "most": [6, 11, 14], "motion": [6, 8, 10], "move": 15, "mp": [5, 8], "much": [10, 15], "mueller": [10, 15], "mueller_matric": 6, "multi": [5, 8, 11, 14], "multipl": [6, 8, 10, 11, 14, 15], "multiprocess": [5, 8], "must": [10, 11, 14, 15], "my": [11, 15], "n": [6, 8, 13, 15], "n_x": 14, "n_y": 14, "naiv": 6, "name": [8, 10, 14, 15], "nan": 2, "narrowband": 14, "natur": [14, 15], "ndarrai": [2, 3, 6, 8], "need": [8, 13, 14], "new": [10, 12, 15], "newer": [10, 15], "next": 15, "nfield": 10, "nframe": 10, "night": 10, "non": [5, 8, 15], "none": [2, 3, 5, 6, 8, 10], "nonetheless": 15, "norm": 15, "normal": 10, "north": [5, 8, 10, 14], "notat": 10, "note": 8, "notebook": [14, 16], "notic": 12, "now": [10, 13], "np": [5, 6, 8], "npsf": 10, "npz": [10, 15], "num_proc": [5, 8], "number": [5, 8, 10, 15], "numpi": [2, 10, 14], "o": 15, "object": [8, 10, 15], "observ": [5, 6, 8, 10, 15, 16], "obstim": 10, "obstruct": 8, "occur": 14, "occurr": 15, "off": [2, 13], "offer": 10, "offset": [2, 6], "og": 15, "one": [2, 10, 14, 15], "ones": 10, "onli": [10, 14, 15], "open": [11, 12, 13, 14, 15], "opencv": 2, "oper": [10, 11, 15], "opt": 15, "optic": 6, "option": [2, 3, 5, 6, 8, 10, 15, 16], "order": [5, 8, 10, 11, 15], "ordereddict": [5, 8], "ordinari": 6, "org": [10, 12, 13], "organ": [4, 8, 10], "orient": 6, "other": [2, 10, 14, 15], "our": 13, "out": [10, 12, 13, 15], "outer": [8, 10], "output": [6, 8], "over": [8, 11, 12], "overhead": 11, "overridden": 13, "oversampl": 8, "own": [12, 15], "pa": [5, 8], "packag": [12, 13, 15], "pad": 2, "page": 12, "pair": 2, "panacea": 15, "panda": [5, 8], "paper": 12, "paradigm": 10, "parallact": [5, 6, 8, 14], "parallactic_angle_altaz": [5, 8], "parallactic_angle_hadec": [5, 8], "parallax": [8, 10], "parallel": 15, "paramet": [2, 3, 5, 6, 7, 8, 10, 15], "parametr": 8, "pars": [5, 8, 15], "part": 11, "particular": 15, "pass": [2, 5, 8, 13], "path": [5, 8, 10], "pathlib": 10, "pathlik": [5, 8, 10], "pdi": [6, 15], "peak": 10, "per": 15, "perform": [10, 15], "phase": [6, 14], "phi": 6, "phot_ann_rad": 10, "phot_aper_rad": 10, "photometr": 10, "photometri": [6, 10, 15], "physic": 14, "pi": 6, "pickl": 10, "pinhol": 15, "pip": [9, 12, 14], "pipelin": [13, 16], "pipelineconfig": 10, "pixel": [2, 6, 8, 10, 14, 15], "plan": [12, 15], "plane": 14, "planetari": 10, "plate": 6, "pleas": [12, 14], "plugin": 13, "pm_dec": 10, "pm_ra": 10, "point": [2, 5, 8, 10, 15], "pol_ind": 6, "polar": [4, 10, 15], "polarimetr": [10, 14], "polarimetri": [14, 15], "polarimetryconfig": 10, "polarization_calibration_triplediff": 6, "pole": 14, "poor": 15, "popul": 15, "port": 13, "portion": 14, "possibl": 15, "post": 10, "potenti": 14, "pr": 14, "pre": 13, "precis": [10, 15], "prefer": 15, "prepar": 10, "prescrib": 15, "present": 3, "preview": 15, "primari": 12, "primarili": [10, 14], "prior": 15, "priorit": 14, "prism": 6, "problem": 12, "process": [4, 5, 8, 10, 11, 16], "produc": [11, 14, 15], "product": [10, 15], "progress": [5, 8, 10, 14], "prompt": 15, "proper": [6, 8, 10], "protoplanetari": 14, "provid": [3, 10, 14, 15], "psf": [10, 15], "psf_model": 10, "public": 10, "publish": 12, "pull": [12, 13], "pupil": [8, 10], "put": 15, "pxscale": 10, "pydant": 8, "pyenv": 13, "pytest": 13, "python": [14, 15], "q": 6, "q_": 6, "qphi": [6, 10], "qphi_err": 6, "qr": 10, "quantil": 15, "quarter": 6, "question": [12, 13, 14], "quick": [12, 14], "quickli": [13, 15], "quiet": [5, 8], "qwp": 6, "r": [6, 10], "ra": 10, "radial": [6, 10], "radial_stok": 6, "radian": 6, "radii": 8, "radiu": [6, 8, 10], "rais": [6, 10], "ram": 15, "ran": 14, "rang": 8, "ratio": 10, "raw": 14, "re": [10, 12, 13, 14], "reach": 13, "read": [10, 12], "readabl": 15, "readi": [10, 15], "readmod": 8, "readout": [14, 15], "rearrang": 15, "recent": 15, "recogn": 15, "recommend": [11, 13, 15], "reduc": [8, 10, 11, 15], "reduct": [10, 15], "refer": [10, 12], "regardless": [10, 15], "region": [10, 15], "registr": [4, 15], "remov": [10, 15], "renam": 15, "replac": 8, "report": 12, "repositori": 13, "repres": 6, "reprocess": [10, 15], "reproject": 10, "request": [12, 13], "requir": [8, 10, 13, 15], "rerun": 15, "research": 12, "resolv": [5, 8], "result": 10, "retain": 15, "retard": 6, "return": [2, 3, 5, 6, 7, 8, 10], "revers": 14, "right": 10, "risk": 15, "rotat": [2, 6, 8], "rough": 8, "round": 15, "routin": 10, "ruff": 13, "run": [10, 11, 13], "sai": 11, "sam": 14, "same": [2, 10, 14, 15], "sampl": 8, "satellit": [10, 15], "save": [10, 11, 14, 15], "save_adi_cub": 10, "save_intermedi": 10, "savez_compress": 10, "scale": 8, "scenario": [15, 16], "scexao": [8, 10, 12, 13, 14, 15], "scheme": 15, "scienc": 15, "script": [13, 14], "sdi": 14, "search": 12, "second": [7, 10, 15], "section": 10, "see": [12, 15], "select": [6, 10, 15], "semant": [8, 10], "semest": 15, "semver": 11, "sens": 14, "sensibl": [8, 10], "separ": 15, "sequenc": [6, 10, 15], "seri": 15, "serializ": 10, "serv": 13, "server": 13, "sesssion": 15, "set": [6, 10, 13, 14], "setup": 15, "sexagesim": 10, "shift": 2, "shift_cub": 2, "shift_fram": 2, "should": [6, 8, 10, 11, 13, 14, 15], "side": 10, "sigma": 10, "signific": 6, "silenc": [5, 8], "simbad": 10, "simultan": 3, "sin": [5, 6, 8], "sinc": [10, 11], "singl": [2, 10, 14, 15], "situat": 15, "size": [8, 10, 15], "ski": 15, "skip": [10, 15], "sky": [6, 14], "skycoord": 8, "slack": 14, "slice": [5, 8], "slow": [8, 11], "slowdown": 11, "smallest": 8, "smear": 6, "so": [10, 11, 14, 15], "softwar": 12, "solid": 10, "solut": 10, "some": [11, 14, 15, 16], "someon": 14, "someth": 12, "sometim": 10, "sort": [5, 6, 8, 10, 13], "sort_head": [5, 8], "sourc": [10, 12], "sourcespectrum": [7, 10], "spars": 14, "spawn": 15, "specif": 14, "specifi": [14, 15], "speckl": [14, 15], "specphot": [7, 10], "specphotconfig": 10, "spectra": 10, "spectral": [10, 14], "spectralel": 7, "spectrophotometr": [4, 15], "spectrophotometri": 10, "spectrum": [10, 15], "speed": [11, 15], "sphinx": 13, "spider": 8, "split": 6, "splitter": 14, "spot": [10, 15], "sptype": 10, "squar": 10, "ssd": 11, "ssh": 15, "stabl": 10, "standard": 15, "star": [14, 15], "start": [12, 13], "state": [6, 14, 15], "statist": [10, 15], "stellar": [10, 14, 15], "step": 10, "still": [12, 15], "stoke": [6, 10, 15], "stokes_cub": 6, "stokes_err": 6, "storag": [11, 15], "store": [6, 10], "str": [3, 5, 6, 8, 10], "strategi": 10, "strehl": 10, "strict": 15, "strictli": 15, "string": [8, 10], "strive": 15, "strongli": 15, "structur": [5, 8, 15], "stsci": 10, "studi": 14, "subaru": 13, "subfold": 15, "submit": 13, "subsequ": 10, "subtract": [6, 10, 15], "succe": 15, "success": 15, "successfulli": 15, "suggest": 14, "sum": 10, "supersampl": 8, "support": [14, 15], "sure": 15, "surfac": 10, "synphot": 10, "synth": 10, "synthet": 10, "synthpsf": 8, "system": 10, "t": [6, 10, 11, 13, 14, 15], "tabl": [6, 10, 15], "take": [10, 11], "taken": 15, "tan": [5, 8], "target": 8, "targetconfig": 10, "team": [10, 14], "telemetri": 14, "telescop": 8, "templat": 15, "termin": 15, "than": 15, "thank": 13, "thei": 15, "them": [8, 10, 13], "therefor": 14, "theta": 6, "theta_": [5, 8], "thi": [6, 8, 10, 11, 13, 14, 15], "though": 15, "through": [10, 15], "throughout": 11, "thunderbolt": 11, "time": [3, 8, 10, 11, 13, 15], "timestamp": [5, 8], "tip": 11, "tmux": 15, "to_toml": 10, "todo": [11, 15], "togeth": 15, "toml": [10, 11, 15], "too": [10, 15], "took": 15, "tool": [12, 14, 15], "top": 10, "topic": 12, "total": 8, "toward": 15, "track": 10, "transform": 2, "translat": 2, "transpos": 14, "tri": 15, "trim": 2, "tripl": [6, 10, 15], "triplediff": 10, "true": [2, 5, 6, 8, 10], "try": [10, 11, 15], "tupl": [2, 3, 6, 8, 15], "tutori": 14, "two": [8, 10, 11, 15], "type": [2, 3, 5, 6, 7, 8, 10], "typevar": 2, "typic": [10, 14, 15], "u": [6, 10, 13, 14], "u_": 6, "uncompress": 15, "under": 12, "unit": [10, 13], "unless": 13, "unnecessari": 10, "up": [10, 11], "updat": 3, "update_header_iso": [5, 8], "update_header_mjd": [5, 8], "upgrad": [11, 15], "uphi": [6, 10], "uphi_err": 6, "ur": 10, "url": [12, 13], "us": [2, 5, 6, 8, 9, 10, 11, 12, 14, 15], "usag": 14, "usb": 11, "use_ideal_mm": 10, "user": [10, 14], "utc": 8, "util": [4, 6], "uvk": 10, "v": 10, "v1": 8, "valid": 10, "valu": [2, 5, 8, 10], "valueerror": [6, 10], "vampir": [6, 11, 15], "vampires_dpp": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "varianc": 3, "varieti": 14, "variou": 14, "varmean": 3, "ve": [13, 15], "vector": [2, 3, 6], "vega": 10, "verbos": 15, "veri": 15, "verifi": 15, "version": [8, 10], "vet": 10, "via": [8, 14], "view": [13, 15], "visibl": 14, "vmpa": 15, "vmpa00023445": [14, 15], "volum": 11, "wai": 15, "want": [12, 15], "warp": [2, 10], "warp_fram": 2, "wave": 6, "wavefront": 14, "wavelength": 10, "wavepl": 6, "wc": 8, "we": [10, 12, 14, 15], "weight": 3, "weighted_collaps": 3, "welcom": 14, "well": [14, 16], "when": [6, 10, 14, 15], "whenev": 13, "where": [2, 10], "wherea": 10, "which": [3, 6, 8, 10, 11, 13, 14], "while": [10, 13, 15], "who": 14, "why": 13, "wide": [8, 10], "window": [8, 10, 15], "window_s": 10, "within": 11, "without": [10, 12], "wollaston": 6, "word": [2, 15], "work": [10, 14, 15], "would": [12, 13], "wrap": 8, "wrap_angl": 8, "write": 11, "written": 15, "wtih": 10, "x": [6, 8, 14, 15], "y": [6, 8, 10, 14, 15], "you": [6, 8, 10, 12, 13, 14, 15], "your": [11, 12, 14, 15], "yr": 10, "zero": [10, 15], "\u0251": 14}, "titles": ["Analysis", "Calibration", "Image Processing", "Image Registration", "API/Reference", "Organization", "Polarization", "Spectrophotometric Calibration", "Utility", "CLI Reference", "Configuration", "Frequently Asked Questions (FAQ)", "VAMPIRES Data Processing Pipeline", "Installation", "Introduction", "Quick-start guide", "Tutorials"], "titleterms": {"about": 11, "analysi": [0, 6, 10], "api": 4, "ask": 11, "autom": 15, "calculu": 6, "calibr": [1, 7, 10, 15], "centroid": [11, 15], "cite": 12, "cli": 9, "cmo": 15, "collaps": [3, 10], "combin": 10, "configur": [10, 11, 15], "content": 12, "contribut": [12, 13], "convent": 14, "creat": 15, "data": [10, 12, 14, 15], "debug": 15, "deinterleav": 15, "differenti": 15, "do": 15, "doc": 13, "document": 13, "ds9": [14, 15], "emccd": 15, "enabl": 15, "estim": 15, "exampl": 10, "experiment": [10, 12], "faq": 11, "file": [10, 11, 15], "filter": 15, "format": [14, 15], "frame": [3, 10], "frequent": 11, "from": 13, "gaia": 10, "get": [11, 14], "guid": 15, "help": [11, 14], "i": [11, 15], "imag": [2, 3, 14, 15], "indic": 12, "inform": 10, "instal": 13, "introduct": 14, "larg": 15, "licens": 12, "local": 13, "log": 15, "look": 15, "m": 11, "manag": 13, "manual": 15, "mismatch": 11, "mode": [6, 14, 15], "mp": 15, "mueller": 6, "multi": 15, "multiprocess": 15, "need": 15, "normal": 15, "note": 10, "observ": 14, "organ": 5, "output": [10, 15], "pdi": [10, 14], "perform": 11, "pip": 13, "pipelin": [10, 11, 12, 15], "polar": 6, "polarimetr": 15, "polarimetri": 10, "pre": 15, "prepar": 15, "pro": 15, "process": [2, 6, 12, 14, 15], "pupil": 6, "python": 13, "question": 11, "quick": 15, "raw": 15, "re": 15, "refer": [4, 9], "registr": 3, "run": 15, "s23a": 15, "saoimag": 14, "set": 15, "sort": 15, "sourc": 13, "spectrophotometr": [7, 10], "start": 15, "step": 15, "support": 12, "tabl": 12, "target": 10, "test": 13, "tip": [10, 15], "track": 6, "troubleshoot": 15, "tutori": 16, "type": 15, "up": 15, "us": 13, "util": 8, "vampir": [12, 14], "version": [11, 13], "viewer": 13, "volum": 15, "warn": [10, 11, 12, 15], "which": 15, "workflow": 14}}) \ No newline at end of file diff --git a/tutorials/index.html b/tutorials/index.html index 06b7e1d..f82cee2 100644 --- a/tutorials/index.html +++ b/tutorials/index.html @@ -37,7 +37,7 @@ - +