diff --git a/_sources/install.rst.txt b/_sources/install.rst.txt index 4b92027..da5dafd 100644 --- a/_sources/install.rst.txt +++ b/_sources/install.rst.txt @@ -56,6 +56,18 @@ You can deactivate the virtual environment by running the following command: Installing Lexi --------------- +There are three ways to install Lexi: from pypi, from source, and from a local copy. + +Installing from PyPI +~~~~~~~~~~~~~~~~~~~~~ + +After you have created and activated your virtual environment, you can install Lexi from PyPI by +running the following command: + +.. code-block:: bash + + pip install lexi_bu + Installing from Source ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/_sources/rst_files/array_to_image/index.rst.txt b/_sources/rst_files/array_to_image/index.rst.txt index ea9642a..2d10c3a 100644 --- a/_sources/rst_files/array_to_image/index.rst.txt +++ b/_sources/rst_files/array_to_image/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Array to Image (`lexi.lexi.array_to_image`) -=================== +======================================== +Array to Image (`lexi_bu.lexi.array_to_image`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: array_to_image diff --git a/_sources/rst_files/download_files_from_github/index.rst.txt b/_sources/rst_files/download_files_from_github/index.rst.txt index 0135d08..fdce3a4 100644 --- a/_sources/rst_files/download_files_from_github/index.rst.txt +++ b/_sources/rst_files/download_files_from_github/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Download Files from GitHub (`lexi.lexi.download_files_from_github`) -=================== +======================================== +Download Files from GitHub (`lexi_bu.lexi.download_files_from_github`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: download_files_from_github diff --git a/_sources/rst_files/get_exposure_maps/index.rst.txt b/_sources/rst_files/get_exposure_maps/index.rst.txt index f8b7d0f..5736fc2 100644 --- a/_sources/rst_files/get_exposure_maps/index.rst.txt +++ b/_sources/rst_files/get_exposure_maps/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Get Exposure Maps (`lexi.lexi.get_exposure_maps`) -=================== +======================================== +Get Exposure Maps (`lexi_bu.lexi.get_exposure_maps`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: get_exposure_maps diff --git a/_sources/rst_files/get_lexi_data/index.rst.txt b/_sources/rst_files/get_lexi_data/index.rst.txt index 8395c94..dad2f8e 100644 --- a/_sources/rst_files/get_lexi_data/index.rst.txt +++ b/_sources/rst_files/get_lexi_data/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Get LEXI Data (`lexi.lexi.get_lexi_data`) -=================== +======================================== +Get LEXI Data (`lexi_bu.lexi.get_lexi_data`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: get_lexi_data diff --git a/_sources/rst_files/get_lexi_images/index.rst.txt b/_sources/rst_files/get_lexi_images/index.rst.txt index 07e2b15..a35c71a 100644 --- a/_sources/rst_files/get_lexi_images/index.rst.txt +++ b/_sources/rst_files/get_lexi_images/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Get LEXI Images (`lexi.lexi.get_lexi_images`) -=================== +======================================== +Get LEXI Images (`lexi_bu.lexi.get_lexi_images`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: get_lexi_images diff --git a/_sources/rst_files/get_sky_backgrounds/index.rst.txt b/_sources/rst_files/get_sky_backgrounds/index.rst.txt index cb7f3d4..0523ec3 100644 --- a/_sources/rst_files/get_sky_backgrounds/index.rst.txt +++ b/_sources/rst_files/get_sky_backgrounds/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Get Sky Backgrounds (`lexi.lexi.get_sky_backgrounds`) -=================== +======================================== +Get Sky Backgrounds (`lexi_bu.lexi.get_sky_backgrounds`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: get_sky_backgrounds diff --git a/_sources/rst_files/get_spc_prams/index.rst.txt b/_sources/rst_files/get_spc_prams/index.rst.txt index 30c65ac..d49cf9a 100644 --- a/_sources/rst_files/get_spc_prams/index.rst.txt +++ b/_sources/rst_files/get_spc_prams/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Get Spacecraft Parameters (`lexi.lexi.get_spc_prams`) -=================== +======================================== +Get Spacecraft Parameters (`lexi_bu.lexi.get_spc_prams`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: get_spc_prams diff --git a/_sources/rst_files/validate_input/index.rst.txt b/_sources/rst_files/validate_input/index.rst.txt index f775b46..57ee734 100644 --- a/_sources/rst_files/validate_input/index.rst.txt +++ b/_sources/rst_files/validate_input/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Validate Input (`lexi.lexi.validate_input`) -=================== +======================================== +Validate Input (`lexi_bu.lexi.validate_input`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: validate_input diff --git a/_sources/rst_files/vignette/index.rst.txt b/_sources/rst_files/vignette/index.rst.txt index f4c9320..5fb5ed8 100644 --- a/_sources/rst_files/vignette/index.rst.txt +++ b/_sources/rst_files/vignette/index.rst.txt @@ -1,8 +1,8 @@ -=================== -Vignette (`lexi.lexi.vignette`) -=================== +======================================== +Vignette (`lexi_bu.lexi.vignette`) +======================================== -.. py:currentmodule:: lexi.lexi +.. py:currentmodule:: lexi_bu.lexi .. autofunction:: vignette diff --git a/genindex.html b/genindex.html index 6cecf82..1a7e14a 100644 --- a/genindex.html +++ b/genindex.html @@ -60,6 +60,7 @@
  • Installing Lexi @@ -74,42 +75,15 @@ @@ -142,58 +116,8 @@

    Index

    - A - | D - | G - | V
    -

    A

    - - -
    - -

    D

    - - -
    - -

    G

    - - - -
    - -

    V

    - - - -
    - diff --git a/index.html b/index.html index 97e5b44..dd3ceb9 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,7 @@
  • Installing Lexi @@ -76,42 +77,15 @@ @@ -168,6 +142,7 @@

    Contents

  • Installing Lexi diff --git a/install.html b/install.html index 9f949b1..51e0c6c 100644 --- a/install.html +++ b/install.html @@ -63,6 +63,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -187,6 +161,15 @@

    On Windows:

    Installing Lexi

    +

    There are three ways to install Lexi: from pypi, from source, and from a local copy.

    +
    +

    Installing from PyPI

    +

    After you have created and activated your virtual environment, you can install Lexi from PyPI by +running the following command:

    +
    pip install lexi_bu
    +
    +
    +

    Installing from Source

    After you have created and activated your virtual environment, you can install Lexi directly from GitHub by running the following command:

    diff --git a/modules.html b/modules.html index 1ffd212..e735a84 100644 --- a/modules.html +++ b/modules.html @@ -28,7 +28,7 @@ - + @@ -63,6 +63,7 @@

  • Installing Lexi @@ -77,42 +78,15 @@ @@ -164,7 +138,7 @@

    Functions - +
    diff --git a/objects.inv b/objects.inv index 2abd50a..4e4ab43 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/rst_files/array_to_image/index.html b/rst_files/array_to_image/index.html index a2a443e..0892e30 100644 --- a/rst_files/array_to_image/index.html +++ b/rst_files/array_to_image/index.html @@ -6,7 +6,7 @@ - Array to Image (lexi.lexi.array_to_image) — LEXI documentation + Array to Image (lexi_bu.lexi.array_to_image) — LEXI documentation @@ -28,8 +28,8 @@ - - + + @@ -63,6 +63,7 @@

  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ @@ -132,7 +106,7 @@
  • Installing Lexi @@ -76,42 +77,15 @@ @@ -131,7 +105,7 @@
  • Installing Lexi @@ -77,42 +78,15 @@ diff --git a/searchindex.js b/searchindex.js index 63e40e2..ad8db02 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Array to Image (lexi.lexi.array_to_image)": [[3, null]], "Contents": [[0, "contents"]], "Creating a Virtual Environment": [[1, "creating-a-virtual-environment"]], "Download Files from GitHub (lexi.lexi.download_files_from_github)": [[4, null]], "Example Usage": [[3, "example-usage"], [5, "example-usage"], [6, "example-usage"], [7, "example-usage"], [8, "example-usage"], [9, "example-usage"]], "Functions": [[0, "functions"], [2, null]], "Functions:": [[2, null]], "Get Exposure Maps (lexi.lexi.get_exposure_maps)": [[5, null]], "Get LEXI Data (lexi.lexi.get_lexi_data)": [[6, null]], "Get LEXI Images (lexi.lexi.get_lexi_images)": [[7, null]], "Get Sky Backgrounds (lexi.lexi.get_sky_backgrounds)": [[8, null]], "Get Spacecraft Parameters (lexi.lexi.get_spc_prams)": [[9, null]], "Installation Guide": [[1, null]], "Installing Lexi": [[1, "installing-lexi"]], "Installing from Source": [[1, "installing-from-source"]], "Installing from a Local Copy": [[1, "installing-from-a-local-copy"]], "Jupyter Notebook Usage:": [[5, "jupyter-notebook-usage"], [6, "jupyter-notebook-usage"], [7, "jupyter-notebook-usage"], [8, "jupyter-notebook-usage"], [9, "jupyter-notebook-usage"]], "LEXI Documentation": [[0, null]], "On Linux/MacOS:": [[1, "on-linux-macos"]], "On Windows:": [[1, "on-windows"]], "Parameters": [[3, "parameters"], [4, "parameters"], [5, "parameters"], [6, "parameters"], [7, "parameters"], [8, "parameters"], [9, "parameters"], [10, "parameters"], [11, "parameters"]], "Raises": [[4, "raises"], [10, "raises"]], "Returns": [[3, "returns"], [4, "returns"], [5, "returns"], [6, "returns"], [7, "returns"], [8, "returns"], [9, "returns"], [10, "returns"], [11, "returns"]], "Using LEXI Software": [[1, "using-lexi-software"]], "Using python3": [[1, "using-python3"]], "Using the Example Jupyter Notebook": [[1, "using-the-example-jupyter-notebook"]], "Validate Input (lexi.lexi.validate_input)": [[10, null]], "Verifying the Installation": [[1, "verifying-the-installation"]], "Vignette (lexi.lexi.vignette)": [[11, null]]}, "docnames": ["index", "install", "modules", "rst_files/array_to_image/index", "rst_files/download_files_from_github/index", "rst_files/get_exposure_maps/index", "rst_files/get_lexi_data/index", "rst_files/get_lexi_images/index", "rst_files/get_sky_backgrounds/index", "rst_files/get_spc_prams/index", "rst_files/validate_input/index", "rst_files/vignette/index"], "envversion": {"nbsphinx": 4, "sphinx": 64, "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}, "filenames": ["index.rst", "install.rst", "modules.rst", "rst_files/array_to_image/index.rst", "rst_files/download_files_from_github/index.rst", "rst_files/get_exposure_maps/index.rst", "rst_files/get_lexi_data/index.rst", "rst_files/get_lexi_images/index.rst", "rst_files/get_sky_backgrounds/index.rst", "rst_files/get_spc_prams/index.rst", "rst_files/validate_input/index.rst", "rst_files/vignette/index.rst"], "indexentries": {"array_to_image() (in module lexi.lexi)": [[3, "lexi.lexi.array_to_image", false]], "download_files_from_github() (in module lexi.lexi)": [[4, "lexi.lexi.download_files_from_github", false]], "get_exposure_maps() (in module lexi.lexi)": [[5, "lexi.lexi.get_exposure_maps", false]], "get_lexi_data() (in module lexi.lexi)": [[6, "lexi.lexi.get_lexi_data", false]], "get_lexi_images() (in module lexi.lexi)": [[7, "lexi.lexi.get_lexi_images", false]], "get_sky_backgrounds() (in module lexi.lexi)": [[8, "lexi.lexi.get_sky_backgrounds", false]], "get_spc_prams() (in module lexi.lexi)": [[9, "lexi.lexi.get_spc_prams", false]], "validate_input() (in module lexi.lexi)": [[10, "lexi.lexi.validate_input", false]], "vignette() (in module lexi.lexi)": [[11, "lexi.lexi.vignette", false]]}, "objects": {"lexi.lexi": [[3, 0, 1, "", "array_to_image"], [4, 0, 1, "", "download_files_from_github"], [5, 0, 1, "", "get_exposure_maps"], [6, 0, 1, "", "get_lexi_data"], [7, 0, 1, "", "get_lexi_images"], [8, 0, 1, "", "get_sky_backgrounds"], [9, 0, 1, "", "get_spc_prams"], [10, 0, 1, "", "validate_input"], [11, 0, 1, "", "vignette"]]}, "objnames": {"0": ["py", "function", "Python function"]}, "objtypes": {"0": "py:function"}, "terms": {"0": [0, 1, 5, 6, 7, 8, 9, 11], "00": [5, 6, 7, 8, 9], "0000": 7, "00m": [6, 7], "01": [5, 6, 7, 8, 9], "01t00": [5, 6, 7, 8, 9], "02": [5, 6, 7, 8, 9], "03": [5, 6, 7, 8, 9], "031219": 6, "04": [5, 7, 8], "05": 9, "064720": 6, "08": [5, 6, 7, 8, 9], "09": [5, 6, 7, 8, 9], "0m": [6, 7], "1": [1, 5, 6, 7, 8, 9], "10": [1, 3, 6, 9], "100": 3, "1000": 4, "12": [3, 6], "145035": 6, "15": [6, 7, 9], "160": [5, 8], "1640995200": [5, 6, 7, 8, 9], "1740905400": 6, "1800": [], "190": [5, 7, 8], "197321": 9, "197328": 9, "197334": 9, "197341": 9, "197348": 9, "199": 6, "2": [1, 5, 7, 8], "20": [5, 8, 9], "200": [4, 6], "2022": [5, 6, 7, 8, 9], "2025": [5, 6, 7, 8, 9], "204": 6, "205": 6, "220": 7, "23": [5, 6, 7, 8, 9], "230": [5, 8], "240": 7, "25": 5, "255m": [], "26": 1, "2d": 3, "3": [1, 5, 7, 8, 9], "30": 7, "300": [3, 6, 9], "3000x3000": [5, 7, 8], "310": [5, 7, 8], "32": [], "33": [5, 7, 8], "348747": 6, "360": [5, 7, 8], "4": 1, "41": 7, "43": [5, 7, 8], "5": [1, 5, 7, 8, 9], "50": [5, 6, 8, 9], "500": [5, 7, 8], "518914": 9, "518928": 9, "518941": 9, "518955": 9, "518969": 9, "53": 7, "7": 6, "737595": 6, "779826": 6, "8": 1, "864853": 6, "899582": 6, "90": [5, 7, 8], "916301": 6, "91m": [], "92m": [], "92m1917": [6, 7], "92m8": 7, "92m9": 6, "92mdownloaded_data": [], "92mstabl": [6, 7], "950": 4, "95mdata": [6, 7], "96mlexi_payload_1740905104_24998_level_1c_1": [], "96mlexi_payload_1740905404_28395_level_1c_1": [], "96mlexi_payload_1740906005_699_level_1c_1": [], "96mlexi_payload_1740906305_6905_level_1c_1": [], "96mlexi_payload_1740906605_11498_level_1c_1": [], "96mlexi_payload_1740906905_12592_level_1c_1": [], "96mlexi_payload_1740907205_16449_level_1c_1": [], "96mlexi_payload_1740907505_24459_level_1c_1": [], "96mlexi_payload_1741078268_29290_level_1c_1": [], "96mlexi_payload_1741078869_2840_level_1c_1": [], "96mlexi_payload_1741079169_5198_level_1c_1": [], "96mlexi_payload_1741079469_9233_level_1c_1": [], "96mlexi_payload_1741079769_20852_level_1c_1": [], "96mlexi_payload_1741080069_25191_level_1c_1": [], "96mlexi_payload_1741080369_31310_level_1c_1": [], "977372": 6, "A": [1, 5, 6, 7, 8, 9], "For": [1, 4], "If": [1, 3, 4, 5, 6, 7, 8, 9, 10], "In": 4, "On": 0, "The": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10], "There": 1, "__version__": 1, "_subplot": 3, "abl": 4, "aboard": 0, "abov": 1, "activ": 1, "actual": 1, "add": [1, 6, 9], "addit": 1, "aerospac": 0, "affect": 1, "after": 1, "all": [1, 6, 9], "alreadi": 1, "also": [0, 1], "an": [3, 5], "analysi": [0, 1], "analyz": 1, "ani": [0, 1, 10], "api": 4, "appli": 7, "appropri": 4, "ar": [1, 3, 4, 5, 6, 7, 8, 9], "argument": [5, 6, 7, 8, 9], "arrai": [0, 2, 5, 7, 8], "array_to_imag": [5, 7, 8], "array_to_image_kwarg": [5, 7, 8], "array_to_image_kwargs_lex": [], "array_to_image_kwargs_sbg": [], "ascens": [3, 5, 7, 8], "aspect": 3, "assum": 1, "author": 1, "auto": 3, "avail": [0, 6], "ax": [3, 5, 7, 8], "axessubplot": 3, "axi": 3, "background": [0, 2, 7], "background_correction_on": 7, "becaus": [5, 6, 7, 8, 9], "being": 0, "below": 1, "bin": 1, "binari": [5, 7, 8], "bit": 0, "blue": 0, "bool": [3, 4, 5, 6, 7, 8, 9, 10], "boresight": 11, "boston": 0, "both": [6, 9], "branch": [4, 6, 7], "browser": 1, "bu": 1, "bug": 0, "buggi": 0, "calcul": 11, "call": 1, "can": [1, 5, 6, 7, 8, 9], "cbar_label": 3, "cbar_orient": 3, "cdaweb": [4, 6], "cdf": [0, 6, 7], "cdflib": 1, "cell": 1, "cephadriu": 1, "chang": 1, "choic": 1, "clip": [6, 9], "close": [5, 6, 7, 8, 9], "cmap": 3, "cmin": 3, "code": [0, 4, 6], "color": 3, "colorbar": 3, "colormap": 3, "com": 1, "command": 1, "complet": [], "comput": [5, 8], "conflict": 1, "congratul": 1, "consid": [5, 6, 7, 8, 9], "contain": [1, 4, 5, 7, 8], "continu": 0, "convert": 3, "copi": 0, "correct": 7, "count": [], "creat": [0, 3], "cubic": [5, 7, 8], "current": 6, "d": 11, "dark_mod": 3, "data": [0, 1, 2, 4, 5, 7, 8, 9], "data_clip": [6, 9], "datafram": [5, 6, 7, 8, 9], "datetim": [5, 6, 7, 8, 9], "datum": [5, 7, 8, 9], "ddthh": [5, 6, 7, 8, 9], "deactiv": 1, "dec": [7, 8, 9], "dec_arr": [5, 7, 8], "dec_j2000_deg": 6, "dec_r": [3, 5, 7, 8], "dec_rang": [5, 7, 8], "declin": [3, 5, 7, 8], "default": [3, 4, 5, 6, 7, 8, 9], "defin": [5, 6, 7, 8, 9], "degre": [3, 5, 7, 8, 11], "demonstr": [1, 3, 8], "depend": 1, "desktop": 1, "develop": 0, "df": [6, 9], "df_lexi": [6, 9], "df_merg": [6, 9], "df_spc": 9, "df_spc_pram": 6, "dict": [5, 6, 7, 8, 9], "dict_kei": [5, 7, 8], "dictionari": [5, 7, 8], "direct": [5, 6, 7, 8, 9], "directli": [1, 4], "directori": [1, 4], "displai": [3, 5, 7, 8], "distanc": 11, "do": 1, "document": [1, 5, 7, 8, 9], "done": [5, 6, 7, 8, 9], "download": [0, 1, 2, 6, 7], "downloaded_data": 4, "dpi": 3, "e": [5, 6, 7, 8, 9], "each": [5, 8], "els": [6, 9], "email": 1, "end": [5, 6, 7, 8, 9], "endpoint": [5, 6, 7, 8, 9], "entir": [6, 9], "environ": 0, "ephemeri": [5, 6, 7, 8, 9], "epoch_unix": 6, "epoch_utc": [6, 9], "equal": [], "especi": 1, "even": [5, 8], "eventu": [4, 6], "exampl": 0, "exercis": 1, "exposur": [0, 2, 7, 8], "exposure_map": 5, "exposure_maps_dict": 5, "express": [5, 6, 7, 8, 9], "extract": 1, "f": 11, "factor": 11, "fals": [3, 4, 5, 6, 7, 8, 9, 10], "fig": 3, "figur": [3, 5, 7, 8], "figure_font_s": 3, "figure_format": 3, "figure_s": 3, "figure_titl": 3, "file": [0, 1, 2, 5, 6, 7, 8], "file_name_list": 4, "files_0_to_950": 4, "files_950_to_1917": 4, "find": 0, "firefli": 0, "first": 4, "float": [3, 5, 6, 7, 8, 9, 11], "folder": [1, 4, 5, 8], "folder_path": 4, "follow": [1, 3, 4, 5, 6, 7, 8, 9], "font": 3, "forc": [5, 8], "force_comput": [5, 8], "format": [3, 5, 6, 7, 8, 9], "found": [5, 6, 7, 8], "from": [0, 2, 3, 5, 6, 7, 8, 9, 11], "function": [3, 4, 5, 6, 7, 8, 9, 10, 11], "futur": 1, "g": [5, 6, 7, 8, 9], "gener": 0, "get": [0, 2], "get_lexi_data": [4, 9], "get_spc_pram": 6, "ghost": 0, "git": 1, "github": [0, 1, 2, 6], "given": [5, 7, 8, 11], "gmail": 1, "gnu": [0, 1], "gplv3": 1, "guid": 0, "gz": 1, "hard": 4, "hardcod": [], "have": [1, 4], "haven": 1, "he": [5, 9], "head": [6, 9], "home": 1, "horizont": 3, "host": [4, 6], "how": [1, 3, 5, 7, 8], "http": 1, "i": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10], "imag": [0, 1, 2, 5, 8], "import": [1, 3, 5, 6, 7, 8, 9], "inclus": [5, 6, 7, 8, 9], "index": 9, "inform": [5, 7, 8, 9], "input": [0, 2, 3], "input_arrai": 3, "input_param": [], "instal": 0, "instruct": 1, "int": [3, 5, 7, 8, 9], "integr": [3, 5, 7, 8], "interest": [5, 6, 7, 8, 9], "interp_method": [5, 7, 8, 9], "interpol": [5, 7, 8, 9], "interv": [5, 6, 7, 8, 9], "ipynb": 1, "its": 1, "jupyt": 0, "keep": [6, 9], "kei": [3, 5, 7, 8, 10], "keyword": [5, 6, 7, 8, 9], "kind": [6, 9], "kiwisolv": 1, "label": [3, 5, 6, 7, 8, 9], "level_1c": [6, 7], "lex_images_dict": [], "lexi": 2, "lexi_code_test_v2": 1, "lexi_data": 9, "lexi_data_kwarg": 9, "lexi_imag": 7, "lexi_images_dict": 7, "lexi_payload_1740905104_24998_level_1c_1": [], "lexi_payload_1740905404_28395_level_1c_1": [], "lexi_payload_1740906005_699_level_1c_1": [], "lexi_payload_1740906305_6905_level_1c_1": [], "lexi_payload_1740906605_11498_level_1c_1": [], "lexi_payload_1740906905_12592_level_1c_1": [], "lexi_payload_1740907205_16449_level_1c_1": [], "lexi_payload_1740907505_24459_level_1c_1": [], "lexi_payload_1741078268_29290_level_1c_1": [], "lexi_payload_1741078869_2840_level_1c_1": [], "lexi_payload_1741079169_5198_level_1c_1": [], "lexi_payload_1741079469_9233_level_1c_1": [], "lexi_payload_1741079769_20852_level_1c_1": [], "lexi_payload_1741080069_25191_level_1c_1": [], "lexi_payload_1741080369_31310_level_1c_1": [], "lexi_test_v2": 1, "lexi_tutori": 1, "lexi_venv": 1, "lib": 1, "licens": [0, 1], "like": 1, "limit": 3, "linear": [3, 5, 7, 8, 9], "link": 1, "linux": 0, "list": [1, 3, 4, 5, 6, 7, 8, 9], "local": [0, 4], "local_file_list": 4, "locat": 1, "log": 3, "lognorm": 3, "look": [1, 5, 7, 8, 9], "m": 1, "maco": 0, "mai": [1, 5, 8], "main": [1, 4], "map": [0, 2, 7, 8], "matplotlib": [1, 3], "maximum": [3, 4], "merg": [6, 9], "merge_asof": [6, 9], "messag": [4, 5, 6, 7, 8, 9], "method": [5, 7, 8, 9], "might": [0, 1], "minimum": 3, "minut": [6, 9], "mission": 0, "mm": [5, 6, 7, 8, 9], "more": [1, 4, 5, 7, 8, 9], "mpl": 3, "multipl": 4, "name": [1, 3, 4, 10], "ndarrai": 3, "nearest": [5, 6, 7, 8, 9], "necessari": 1, "need": 1, "new": 1, "next": 1, "none": [3, 5, 6, 7, 8, 9], "norm": 3, "norm_typ": 3, "normal": 3, "note": [4, 5, 6, 7, 8, 9], "notebook": 0, "now": [1, 4, 5, 8], "np": 3, "number": 1, "numpi": [1, 3, 5, 7, 8], "object": [3, 5, 6, 7, 8, 9], "onc": 6, "onli": [4, 6, 9], "open": [0, 1], "option": [3, 4, 5, 6, 7, 8, 9], "orient": 3, "origin": [6, 9], "other": 1, "otherwis": 10, "output": 1, "packag": [0, 1], "pad": [6, 9], "page": 1, "panda": [1, 5, 6, 7, 8, 9], "particular": 1, "pass": [5, 6, 7, 8, 9], "path": [1, 3, 4], "pd": [6, 9], "per": 4, "pip": 1, "placehold": 4, "plasma": [], "pleas": [0, 1], "plt": 3, "plu": 1, "png": [3, 5, 7, 8], "pram": [0, 2], "present": [5, 8], "prevent": 1, "print": [3, 4, 5, 6, 7, 8, 9], "process": 1, "produc": 1, "progress": 0, "provid": [0, 5, 7, 8], "public": 0, "pyplot": 3, "pytest": 1, "python": [0, 1], "python3": 0, "quadrat": [5, 7, 8], "qudsiramiz": 1, "ra": [7, 8, 9], "ra_arr": [5, 7, 8], "ra_j2000_deg": 6, "ra_r": [3, 5, 7, 8], "ra_rang": [5, 7, 8], "rand": 3, "random": 3, "rang": [3, 5, 6, 7, 8, 9], "ratio": 3, "real": 4, "reason": 4, "receiv": 0, "recommend": 1, "refer": 1, "relat": 1, "remain": 4, "rememb": 1, "remov": 4, "replac": 1, "repo": 4, "report": 0, "repositori": [1, 4, 6], "request": 4, "requir": 1, "resampl": [5, 7, 8, 9], "resolut": [3, 5, 7, 8, 9], "respons": 4, "rest": 1, "return_data_typ": [6, 9], "right": [3, 5, 7, 8], "rosat": [5, 7, 8, 9], "run": 1, "same": [6, 9], "save": [3, 4, 5, 7, 8], "save_dir": 4, "save_exposure_map_fil": [5, 7, 8], "save_exposure_map_imag": [5, 7, 8], "save_lexi_imag": 7, "save_nam": 3, "save_path": 3, "save_sky_backgrounds_fil": [7, 8], "save_sky_backgrounds_imag": [7, 8], "script": 1, "second": [3, 4, 5, 6, 7, 8, 9], "section": 1, "see": [1, 5, 7, 8, 9], "self": 1, "set": 6, "sever": 1, "shape": 3, "shell": 1, "should": [1, 3], "show": [1, 3, 5, 7], "show_ax": 3, "show_colorbar": 3, "similar": 1, "site": 1, "size": [3, 5, 7, 8], "sky": [0, 2, 7], "sky_background": 8, "sky_background_dict": 8, "sky_backgrounds_dict": 8, "skybackground": 8, "slice": [5, 6, 7, 8, 9], "slinear": [5, 7, 8], "so": 1, "softwar": 0, "sourc": 0, "spacecraft": [0, 2, 5, 6, 7, 8], "span": [5, 7, 8], "spc_pram": [6, 9], "spc_prams_kwarg": 6, "specifi": [6, 9], "split": 4, "ss": [5, 6, 7, 8, 9], "start": [5, 6, 7, 8, 9], "start_tim": 3, "start_time_arr": [5, 7, 8], "statu": 4, "step": [1, 5, 7, 8, 9], "still": 0, "stop": [5, 8], "stop_tim": 3, "stop_time_arr": [5, 7, 8], "store": 4, "str": [3, 4, 5, 6, 7, 8, 9, 10], "string": [5, 6, 7, 8, 9], "strongli": 1, "successfulli": 1, "summari": 1, "system": 1, "t": 1, "tab": 1, "take": [5, 8], "tar": 1, "team": 0, "than": 4, "thi": [1, 4, 5, 6, 7, 8, 9], "though": 1, "three": [6, 9], "through": 1, "time": [3, 5, 6, 7, 8, 9], "time_integr": [3, 5, 7, 8], "time_pad": [6, 9], "time_rang": [5, 6, 7, 8, 9], "time_step": [5, 7, 8, 9], "time_zon": [5, 6, 7, 8, 9], "timestamp": [5, 6, 7, 8, 9], "timezon": [5, 6, 7, 8, 9], "titl": 3, "toler": [6, 9], "toml": 1, "total": [6, 7], "tree": 1, "true": [3, 4, 5, 6, 7, 8, 9, 10], "tupl": 3, "tutori": 1, "two": 4, "type": [3, 6, 9], "tz": 7, "u": 0, "under": 0, "univers": 0, "unix": [5, 6, 7, 8, 9], "until": 4, "up": 6, "updat": [0, 6], "upsampl": [5, 7, 8, 9], "us": [0, 3, 4, 5, 6, 7, 8, 9], "utc": [5, 6, 7, 8, 9], "v3": 0, "v_max": 3, "v_min": 3, "valid": [0, 2, 6, 9], "valu": [3, 5, 6, 7, 8, 9, 10], "valueerror": [4, 10], "venv": 1, "verbos": [3, 4, 5, 6, 7, 8, 9], "verifi": 0, "version": 1, "vertic": 3, "vignet": 11, "vignett": [0, 2], "viridi": 3, "virtual": 0, "wa": 1, "wai": 1, "want": 1, "we": [0, 1, 4], "web": 1, "websit": [4, 6], "what": [6, 9], "when": [1, 5, 6, 7, 8, 9], "where": 1, "while": [5, 8], "window": 0, "without": 1, "work": [0, 1], "x": 3, "x_lim": 3, "x_rang": 3, "y": 3, "y_lim": 3, "y_rang": 3, "you": [0, 1], "your": 1, "yyyi": [5, 6, 7, 8, 9], "zero": [5, 7, 8]}, "titles": ["LEXI Documentation", "Installation Guide", "Functions", "Array to Image (lexi.lexi.array_to_image)", "Download Files from GitHub (lexi.lexi.download_files_from_github)", "Get Exposure Maps (lexi.lexi.get_exposure_maps)", "Get LEXI Data (lexi.lexi.get_lexi_data)", "Get LEXI Images (lexi.lexi.get_lexi_images)", "Get Sky Backgrounds (lexi.lexi.get_sky_backgrounds)", "Get Spacecraft Parameters (lexi.lexi.get_spc_prams)", "Validate Input (lexi.lexi.validate_input)", "Vignette (lexi.lexi.vignette)"], "titleterms": {"On": 1, "arrai": 3, "array_to_imag": 3, "background": 8, "content": 0, "copi": 1, "creat": 1, "data": 6, "document": 0, "download": 4, "download_files_from_github": 4, "environ": 1, "exampl": [1, 3, 5, 6, 7, 8, 9], "exposur": 5, "file": 4, "from": [1, 4], "function": [0, 2], "get": [5, 6, 7, 8, 9], "get_exposure_map": 5, "get_lexi_data": 6, "get_lexi_imag": 7, "get_sky_background": 8, "get_spc_pram": 9, "github": 4, "guid": 1, "imag": [3, 7], "input": 10, "instal": 1, "jupyt": [1, 5, 6, 7, 8, 9], "lexi": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11], "linux": 1, "local": 1, "maco": 1, "map": 5, "notebook": [1, 5, 6, 7, 8, 9], "paramet": [3, 4, 5, 6, 7, 8, 9, 10, 11], "python3": 1, "rais": [4, 10], "return": [3, 4, 5, 6, 7, 8, 9, 10, 11], "sky": 8, "softwar": 1, "sourc": 1, "spacecraft": 9, "us": 1, "usag": [3, 5, 6, 7, 8, 9], "valid": 10, "validate_input": 10, "verifi": 1, "vignett": 11, "virtual": 1, "window": 1}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Array to Image (lexi_bu.lexi.array_to_image)": [[3, null]], "Contents": [[0, "contents"]], "Creating a Virtual Environment": [[1, "creating-a-virtual-environment"]], "Download Files from GitHub (lexi_bu.lexi.download_files_from_github)": [[4, null]], "Functions": [[0, "functions"], [2, null]], "Functions:": [[2, null]], "Get Exposure Maps (lexi_bu.lexi.get_exposure_maps)": [[5, null]], "Get LEXI Data (lexi_bu.lexi.get_lexi_data)": [[6, null]], "Get LEXI Images (lexi_bu.lexi.get_lexi_images)": [[7, null]], "Get Sky Backgrounds (lexi_bu.lexi.get_sky_backgrounds)": [[8, null]], "Get Spacecraft Parameters (lexi_bu.lexi.get_spc_prams)": [[9, null]], "Installation Guide": [[1, null]], "Installing Lexi": [[1, "installing-lexi"]], "Installing from PyPI": [[1, "installing-from-pypi"]], "Installing from Source": [[1, "installing-from-source"]], "Installing from a Local Copy": [[1, "installing-from-a-local-copy"]], "LEXI Documentation": [[0, null]], "On Linux/MacOS:": [[1, "on-linux-macos"]], "On Windows:": [[1, "on-windows"]], "Using LEXI Software": [[1, "using-lexi-software"]], "Using python3": [[1, "using-python3"]], "Using the Example Jupyter Notebook": [[1, "using-the-example-jupyter-notebook"]], "Validate Input (lexi_bu.lexi.validate_input)": [[10, null]], "Verifying the Installation": [[1, "verifying-the-installation"]], "Vignette (lexi_bu.lexi.vignette)": [[11, null]]}, "docnames": ["index", "install", "modules", "rst_files/array_to_image/index", "rst_files/download_files_from_github/index", "rst_files/get_exposure_maps/index", "rst_files/get_lexi_data/index", "rst_files/get_lexi_images/index", "rst_files/get_sky_backgrounds/index", "rst_files/get_spc_prams/index", "rst_files/validate_input/index", "rst_files/vignette/index"], "envversion": {"nbsphinx": 4, "sphinx": 64, "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}, "filenames": ["index.rst", "install.rst", "modules.rst", "rst_files/array_to_image/index.rst", "rst_files/download_files_from_github/index.rst", "rst_files/get_exposure_maps/index.rst", "rst_files/get_lexi_data/index.rst", "rst_files/get_lexi_images/index.rst", "rst_files/get_sky_backgrounds/index.rst", "rst_files/get_spc_prams/index.rst", "rst_files/validate_input/index.rst", "rst_files/vignette/index.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [0, 1], "00": [], "0000": [], "00m": [], "01": [], "01t00": [], "02": [], "03": [], "031219": [], "04": [], "05": [], "064720": [], "08": [], "09": [], "0m": [], "1": 1, "10": 1, "100": [], "1000": [], "12": [], "145035": [], "15": [], "160": [], "1640995200": [], "1740905400": [], "1800": [], "190": [], "197321": [], "197328": [], "197334": [], "197341": [], "197348": [], "199": [], "2": 1, "20": [], "200": [], "2022": [], "2025": [], "204": [], "205": [], "220": [], "23": [], "230": [], "240": [], "25": [], "255m": [], "26": 1, "2d": [], "3": 1, "30": [], "300": [], "3000x3000": [], "310": [], "32": [], "33": [], "348747": [], "360": [], "4": 1, "41": [], "43": [], "5": 1, "50": [], "500": [], "518914": [], "518928": [], "518941": [], "518955": [], "518969": [], "53": [], "7": [], "737595": [], "779826": [], "8": 1, "864853": [], "899582": [], "90": [], "916301": [], "91m": [], "92m": [], "92m1917": [], "92m8": [], "92m9": [], "92mdownloaded_data": [], "92mstabl": [], "950": [], "95mdata": [], "96mlexi_payload_1740905104_24998_level_1c_1": [], "96mlexi_payload_1740905404_28395_level_1c_1": [], "96mlexi_payload_1740906005_699_level_1c_1": [], "96mlexi_payload_1740906305_6905_level_1c_1": [], "96mlexi_payload_1740906605_11498_level_1c_1": [], "96mlexi_payload_1740906905_12592_level_1c_1": [], "96mlexi_payload_1740907205_16449_level_1c_1": [], "96mlexi_payload_1740907505_24459_level_1c_1": [], "96mlexi_payload_1741078268_29290_level_1c_1": [], "96mlexi_payload_1741078869_2840_level_1c_1": [], "96mlexi_payload_1741079169_5198_level_1c_1": [], "96mlexi_payload_1741079469_9233_level_1c_1": [], "96mlexi_payload_1741079769_20852_level_1c_1": [], "96mlexi_payload_1741080069_25191_level_1c_1": [], "96mlexi_payload_1741080369_31310_level_1c_1": [], "977372": [], "A": 1, "For": 1, "If": 1, "In": [], "On": 0, "The": [0, 1], "There": 1, "__version__": 1, "_subplot": [], "abl": [], "aboard": 0, "abov": 1, "activ": 1, "actual": 1, "add": 1, "addit": 1, "aerospac": 0, "affect": 1, "after": 1, "all": 1, "alreadi": 1, "also": [0, 1], "an": [], "analysi": [0, 1], "analyz": 1, "ani": [0, 1], "api": [], "appli": [], "appropri": [], "ar": 1, "argument": [], "arrai": [0, 2], "array_to_imag": [], "array_to_image_kwarg": [], "array_to_image_kwargs_lex": [], "array_to_image_kwargs_sbg": [], "ascens": [], "aspect": [], "assum": 1, "author": 1, "auto": [], "avail": 0, "ax": [], "axessubplot": [], "axi": [], "background": [0, 2], "background_correction_on": [], "becaus": [], "being": 0, "below": 1, "bin": 1, "binari": [], "bit": 0, "blue": 0, "bool": [], "boresight": [], "boston": 0, "both": [], "branch": [], "browser": 1, "bu": 1, "bug": 0, "buggi": 0, "calcul": [], "call": 1, "can": 1, "cbar_label": [], "cbar_orient": [], "cdaweb": [], "cdf": 0, "cdflib": 1, "cell": 1, "cephadriu": 1, "chang": 1, "choic": 1, "clip": [], "close": [], "cmap": [], "cmin": [], "code": 0, "color": [], "colorbar": [], "colormap": [], "com": 1, "command": 1, "complet": [], "comput": [], "conflict": 1, "congratul": 1, "consid": [], "contain": 1, "continu": 0, "convert": [], "copi": 0, "correct": [], "count": [], "creat": 0, "cubic": [], "current": [], "d": [], "dark_mod": [], "data": [0, 1, 2], "data_clip": [], "datafram": [], "datetim": [], "datum": [], "ddthh": [], "deactiv": 1, "dec": [], "dec_arr": [], "dec_j2000_deg": [], "dec_r": [], "dec_rang": [], "declin": [], "default": [], "defin": [], "degre": [], "demonstr": 1, "depend": 1, "desktop": 1, "develop": 0, "df": [], "df_lexi": [], "df_merg": [], "df_spc": [], "df_spc_pram": [], "dict": [], "dict_kei": [], "dictionari": [], "direct": [], "directli": 1, "directori": 1, "displai": [], "distanc": [], "do": 1, "document": 1, "done": [], "download": [0, 1, 2], "downloaded_data": [], "dpi": [], "e": [], "each": [], "els": [], "email": 1, "end": [], "endpoint": [], "entir": [], "environ": 0, "ephemeri": [], "epoch_unix": [], "epoch_utc": [], "equal": [], "especi": 1, "even": [], "eventu": [], "exampl": 0, "exercis": 1, "exposur": [0, 2], "exposure_map": [], "exposure_maps_dict": [], "express": [], "extract": 1, "f": [], "factor": [], "fals": [], "fig": [], "figur": [], "figure_font_s": [], "figure_format": [], "figure_s": [], "figure_titl": [], "file": [0, 1, 2], "file_name_list": [], "files_0_to_950": [], "files_950_to_1917": [], "find": 0, "firefli": 0, "first": [], "float": [], "folder": 1, "folder_path": [], "follow": 1, "font": [], "forc": [], "force_comput": [], "format": [], "found": [], "from": [0, 2], "function": [], "futur": 1, "g": [], "gener": 0, "get": [0, 2], "get_lexi_data": [], "get_spc_pram": [], "ghost": 0, "git": 1, "github": [0, 1, 2], "given": [], "gmail": 1, "gnu": [0, 1], "gplv3": 1, "guid": 0, "gz": 1, "hard": [], "hardcod": [], "have": 1, "haven": 1, "he": [], "head": [], "home": 1, "horizont": [], "host": [], "how": 1, "http": 1, "i": [0, 1], "imag": [0, 1, 2], "import": 1, "inclus": [], "index": [], "inform": [], "input": [0, 2], "input_arrai": [], "input_param": [], "instal": 0, "instruct": 1, "int": [], "integr": [], "interest": [], "interp_method": [], "interpol": [], "interv": [], "ipynb": 1, "its": 1, "jupyt": 0, "keep": [], "kei": [], "keyword": [], "kind": [], "kiwisolv": 1, "label": [], "level_1c": [], "lex_images_dict": [], "lexi": 2, "lexi_bu": 1, "lexi_code_test_v2": 1, "lexi_data": [], "lexi_data_kwarg": [], "lexi_imag": [], "lexi_images_dict": [], "lexi_payload_1740905104_24998_level_1c_1": [], "lexi_payload_1740905404_28395_level_1c_1": [], "lexi_payload_1740906005_699_level_1c_1": [], "lexi_payload_1740906305_6905_level_1c_1": [], "lexi_payload_1740906605_11498_level_1c_1": [], "lexi_payload_1740906905_12592_level_1c_1": [], "lexi_payload_1740907205_16449_level_1c_1": [], "lexi_payload_1740907505_24459_level_1c_1": [], "lexi_payload_1741078268_29290_level_1c_1": [], "lexi_payload_1741078869_2840_level_1c_1": [], "lexi_payload_1741079169_5198_level_1c_1": [], "lexi_payload_1741079469_9233_level_1c_1": [], "lexi_payload_1741079769_20852_level_1c_1": [], "lexi_payload_1741080069_25191_level_1c_1": [], "lexi_payload_1741080369_31310_level_1c_1": [], "lexi_test_v2": 1, "lexi_tutori": 1, "lexi_venv": 1, "lib": 1, "licens": [0, 1], "like": 1, "limit": [], "linear": [], "link": 1, "linux": 0, "list": 1, "local": 0, "local_file_list": [], "locat": 1, "log": [], "lognorm": [], "look": 1, "m": 1, "maco": 0, "mai": 1, "main": 1, "map": [0, 2], "matplotlib": 1, "maximum": [], "merg": [], "merge_asof": [], "messag": [], "method": [], "might": [0, 1], "minimum": [], "minut": [], "mission": 0, "mm": [], "more": 1, "mpl": [], "multipl": [], "name": 1, "ndarrai": [], "nearest": [], "necessari": 1, "need": 1, "new": 1, "next": 1, "none": [], "norm": [], "norm_typ": [], "normal": [], "note": [], "notebook": 0, "now": 1, "np": [], "number": 1, "numpi": 1, "object": [], "onc": [], "onli": [], "open": [0, 1], "option": [], "orient": [], "origin": [], "other": 1, "otherwis": [], "output": 1, "packag": [0, 1], "pad": [], "page": 1, "panda": 1, "particular": 1, "pass": [], "path": 1, "pd": [], "per": [], "pip": 1, "placehold": [], "plasma": [], "pleas": [0, 1], "plt": [], "plu": 1, "png": [], "pram": [0, 2], "present": [], "prevent": 1, "print": [], "process": 1, "produc": 1, "progress": 0, "provid": 0, "public": 0, "pypi": 0, "pyplot": [], "pytest": 1, "python": [0, 1], "python3": 0, "quadrat": [], "qudsiramiz": 1, "ra": [], "ra_arr": [], "ra_j2000_deg": [], "ra_r": [], "ra_rang": [], "rand": [], "random": [], "rang": [], "ratio": [], "real": [], "reason": [], "receiv": 0, "recommend": 1, "refer": 1, "relat": 1, "remain": [], "rememb": 1, "remov": [], "replac": 1, "repo": [], "report": 0, "repositori": 1, "request": [], "requir": 1, "resampl": [], "resolut": [], "respons": [], "rest": 1, "return_data_typ": [], "right": [], "rosat": [], "run": 1, "same": [], "save": [], "save_dir": [], "save_exposure_map_fil": [], "save_exposure_map_imag": [], "save_lexi_imag": [], "save_nam": [], "save_path": [], "save_sky_backgrounds_fil": [], "save_sky_backgrounds_imag": [], "script": 1, "second": [], "section": 1, "see": 1, "self": 1, "set": [], "sever": 1, "shape": [], "shell": 1, "should": 1, "show": 1, "show_ax": [], "show_colorbar": [], "similar": 1, "site": 1, "size": [], "sky": [0, 2], "sky_background": [], "sky_background_dict": [], "sky_backgrounds_dict": [], "skybackground": [], "slice": [], "slinear": [], "so": 1, "softwar": 0, "sourc": 0, "spacecraft": [0, 2], "span": [], "spc_pram": [], "spc_prams_kwarg": [], "specifi": [], "split": [], "ss": [], "start": [], "start_tim": [], "start_time_arr": [], "statu": [], "step": 1, "still": 0, "stop": [], "stop_tim": [], "stop_time_arr": [], "store": [], "str": [], "string": [], "strongli": 1, "successfulli": 1, "summari": 1, "system": 1, "t": 1, "tab": 1, "take": [], "tar": 1, "team": 0, "than": [], "thi": 1, "though": 1, "three": 1, "through": 1, "time": [], "time_integr": [], "time_pad": [], "time_rang": [], "time_step": [], "time_zon": [], "timestamp": [], "timezon": [], "titl": [], "toler": [], "toml": 1, "total": [], "tree": 1, "true": [], "tupl": [], "tutori": 1, "two": [], "type": [], "tz": [], "u": 0, "under": 0, "univers": 0, "unix": [], "until": [], "up": [], "updat": 0, "upsampl": [], "us": 0, "utc": [], "v3": 0, "v_max": [], "v_min": [], "valid": [0, 2], "valu": [], "valueerror": [], "venv": 1, "verbos": [], "verifi": 0, "version": 1, "vertic": [], "vignet": [], "vignett": [0, 2], "viridi": [], "virtual": 0, "wa": 1, "wai": 1, "want": 1, "we": [0, 1], "web": 1, "websit": [], "what": [], "when": 1, "where": 1, "while": [], "window": 0, "without": 1, "work": [0, 1], "x": [], "x_lim": [], "x_rang": [], "y": [], "y_lim": [], "y_rang": [], "you": [0, 1], "your": 1, "yyyi": [], "zero": []}, "titles": ["LEXI Documentation", "Installation Guide", "Functions", "Array to Image (lexi_bu.lexi.array_to_image)", "Download Files from GitHub (lexi_bu.lexi.download_files_from_github)", "Get Exposure Maps (lexi_bu.lexi.get_exposure_maps)", "Get LEXI Data (lexi_bu.lexi.get_lexi_data)", "Get LEXI Images (lexi_bu.lexi.get_lexi_images)", "Get Sky Backgrounds (lexi_bu.lexi.get_sky_backgrounds)", "Get Spacecraft Parameters (lexi_bu.lexi.get_spc_prams)", "Validate Input (lexi_bu.lexi.validate_input)", "Vignette (lexi_bu.lexi.vignette)"], "titleterms": {"On": 1, "arrai": 3, "array_to_imag": 3, "background": 8, "content": 0, "copi": 1, "creat": 1, "data": 6, "document": 0, "download": 4, "download_files_from_github": 4, "environ": 1, "exampl": 1, "exposur": 5, "file": 4, "from": [1, 4], "function": [0, 2], "get": [5, 6, 7, 8, 9], "get_exposure_map": 5, "get_lexi_data": 6, "get_lexi_imag": 7, "get_sky_background": 8, "get_spc_pram": 9, "github": 4, "guid": 1, "imag": [3, 7], "input": 10, "instal": 1, "jupyt": 1, "lexi": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11], "lexi_bu": [3, 4, 5, 6, 7, 8, 9, 10, 11], "linux": 1, "local": 1, "maco": 1, "map": 5, "notebook": 1, "paramet": 9, "pypi": 1, "python3": 1, "rais": [], "return": [], "sky": 8, "softwar": 1, "sourc": 1, "spacecraft": 9, "us": 1, "usag": [], "valid": 10, "validate_input": 10, "verifi": 1, "vignett": 11, "virtual": 1, "window": 1}}) \ No newline at end of file