From 2f7c3b28f3b969b2c59060f20ea2f24f7a8963e4 Mon Sep 17 00:00:00 2001 From: ManonMarchand Date: Thu, 18 Jul 2024 07:29:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20cds-astr?= =?UTF-8?q?o/mocpy@b37715e55ca9ae8912a717efbdbf016b540e9e2e=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .buildinfo | 2 +- .../notebooks/00-MOCpy_introduction.html | 8 ++++---- .../01-Creating_MOCs_from_shapes.html | 8 ++++---- ...02-Creating_MOCs_from_astropy_regions.html | 8 ++++---- .../FITS-image-pixels-intersecting-MOC.html | 8 ++++---- .../notebooks/First_Steps_with_FMOCs.html | 8 ++++---- .../notebooks/STMOC from time ranges.html | 8 ++++---- .../notebooks/Space & Time coverages.html | 8 ++++---- .../notebooks/compute_moc_borders.html | 8 ++++---- .../notebooks/filtering_astropy_table.html | 8 ++++---- .../notebooks/from_astropy_table.html | 8 ++++---- .../notebooks/from_fits_and_intersection.html | 8 ++++---- .../notebooks/from_image_with_mask.html | 8 ++++---- _collections/notebooks/from_vizier_table.html | 8 ++++---- .../notebooks/query_vizier_table.html | 8 ++++---- _collections/notebooks/tmoc.html | 8 ++++---- .../plot_SDSS_r.pdf | Bin 860416 -> 860416 bytes .../filter_image_pixels_00_00.pdf | Bin 930466 -> 930466 bytes .../compute_borders.pdf | Bin 53202 -> 53202 bytes .../logical_operations.pdf | Bin 6773542 -> 6773542 bytes .../plot_TMOC_SDSS_r.pdf | Bin 16406 -> 16406 bytes .../bayestar.pdf | Bin 210035 -> 210035 bytes .../polygon_coverage.pdf | Bin 48639 -> 48639 bytes _modules/index.html | 8 ++++---- _modules/mocpy/fmoc/fmoc.html | 8 ++++---- _modules/mocpy/moc/moc.html | 12 ++++++------ _modules/mocpy/moc/plot/wcs.html | 8 ++++---- _modules/mocpy/stmoc/stmoc.html | 8 ++++---- _modules/mocpy/tmoc/tmoc.html | 8 ++++---- _static/documentation_options.js | 2 +- api.html | 8 ++++---- contribute.html | 8 ++++---- examples/user_documentation.html | 8 ++++---- genindex.html | 8 ++++---- index.html | 8 ++++---- install.html | 8 ++++---- objects.inv | Bin 7693 -> 7693 bytes search.html | 8 ++++---- stubs/mocpy.FrequencyMOC.html | 8 ++++---- stubs/mocpy.MOC.html | 8 ++++---- stubs/mocpy.STMOC.html | 8 ++++---- stubs/mocpy.TimeMOC.html | 8 ++++---- stubs/mocpy.WCS.html | 8 ++++---- 43 files changed, 136 insertions(+), 136 deletions(-) diff --git a/.buildinfo b/.buildinfo index f263bd0d..15edae1b 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 093f0c6a4f82c3ae34de89d144b340bf +config: 71263f5a5287b6efc31102958928aa09 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_collections/notebooks/00-MOCpy_introduction.html b/_collections/notebooks/00-MOCpy_introduction.html index ba1623d3..f19fb1ad 100644 --- a/_collections/notebooks/00-MOCpy_introduction.html +++ b/_collections/notebooks/00-MOCpy_introduction.html @@ -5,7 +5,7 @@ - MOCPy introduction — MOCPy 0.16.0 documentation + MOCPy introduction — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

Navigation

|
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -480,7 +480,7 @@

    Useful linksBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/01-Creating_MOCs_from_shapes.html b/_collections/notebooks/01-Creating_MOCs_from_shapes.html index 784cf819..7a39ab2f 100644 --- a/_collections/notebooks/01-Creating_MOCs_from_shapes.html +++ b/_collections/notebooks/01-Creating_MOCs_from_shapes.html @@ -5,7 +5,7 @@ - Creating Space-MOCs from shapes — MOCPy 0.16.0 documentation + Creating Space-MOCs from shapes — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -502,7 +502,7 @@

    Create MOCs from polygon(s)Back to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/02-Creating_MOCs_from_astropy_regions.html b/_collections/notebooks/02-Creating_MOCs_from_astropy_regions.html index 82cb6aa2..a60944fb 100644 --- a/_collections/notebooks/02-Creating_MOCs_from_astropy_regions.html +++ b/_collections/notebooks/02-Creating_MOCs_from_astropy_regions.html @@ -5,7 +5,7 @@ - Creating MOCs out of astropy-regions. — MOCPy 0.16.0 documentation + Creating MOCs out of astropy-regions. — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -309,7 +309,7 @@

    PointsBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/FITS-image-pixels-intersecting-MOC.html b/_collections/notebooks/FITS-image-pixels-intersecting-MOC.html index 938ee16f..4e0548d9 100644 --- a/_collections/notebooks/FITS-image-pixels-intersecting-MOC.html +++ b/_collections/notebooks/FITS-image-pixels-intersecting-MOC.html @@ -5,7 +5,7 @@ - Overlay the MOC of Spitzer on a 2MASS cutout — MOCPy 0.16.0 documentation + Overlay the MOC of Spitzer on a 2MASS cutout — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -273,7 +273,7 @@

    Overlay the MOC of Spitzer on a 2MASS cutoutBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/First_Steps_with_FMOCs.html b/_collections/notebooks/First_Steps_with_FMOCs.html index abc8f516..6055564c 100644 --- a/_collections/notebooks/First_Steps_with_FMOCs.html +++ b/_collections/notebooks/First_Steps_with_FMOCs.html @@ -5,7 +5,7 @@ - First steps with Frequency MOCs — MOCPy 0.16.0 documentation + First steps with Frequency MOCs — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -239,7 +239,7 @@

    First steps with Frequency MOCsBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/STMOC from time ranges.html b/_collections/notebooks/STMOC from time ranges.html index daae3b15..ef2828ea 100644 --- a/_collections/notebooks/STMOC from time ranges.html +++ b/_collections/notebooks/STMOC from time ranges.html @@ -5,7 +5,7 @@ - Space and time MOC — MOCPy 0.16.0 documentation + Space and time MOC — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -215,7 +215,7 @@

    Space and time MOCBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/Space & Time coverages.html b/_collections/notebooks/Space & Time coverages.html index 84f355f0..34e048f2 100644 --- a/_collections/notebooks/Space & Time coverages.html +++ b/_collections/notebooks/Space & Time coverages.html @@ -5,7 +5,7 @@ - # Space & Time coverages — MOCPy 0.16.0 documentation + # Space & Time coverages — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -597,7 +597,7 @@

    5. Vizualize a Space-Time coverage interactivelyBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/compute_moc_borders.html b/_collections/notebooks/compute_moc_borders.html index 7f7c1167..4793e6e0 100644 --- a/_collections/notebooks/compute_moc_borders.html +++ b/_collections/notebooks/compute_moc_borders.html @@ -5,7 +5,7 @@ - Compute the borders of a MOC — MOCPy 0.16.0 documentation + Compute the borders of a MOC — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -271,7 +271,7 @@

    Compute the borders of a MOCBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/filtering_astropy_table.html b/_collections/notebooks/filtering_astropy_table.html index 893fbbbf..20c956df 100644 --- a/_collections/notebooks/filtering_astropy_table.html +++ b/_collections/notebooks/filtering_astropy_table.html @@ -5,7 +5,7 @@ - Create a MOC from a filtered astropy Table — MOCPy 0.16.0 documentation + Create a MOC from a filtered astropy Table — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -318,7 +318,7 @@

    Create a MOC from a filtered astropy TableBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/from_astropy_table.html b/_collections/notebooks/from_astropy_table.html index e259bfe2..1b3df747 100644 --- a/_collections/notebooks/from_astropy_table.html +++ b/_collections/notebooks/from_astropy_table.html @@ -5,7 +5,7 @@ - Create a MOC from an astropy Table — MOCPy 0.16.0 documentation + Create a MOC from an astropy Table — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -225,7 +225,7 @@

    Create a MOC from an astropy TableBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/from_fits_and_intersection.html b/_collections/notebooks/from_fits_and_intersection.html index fee8fb5d..a30eb10c 100644 --- a/_collections/notebooks/from_fits_and_intersection.html +++ b/_collections/notebooks/from_fits_and_intersection.html @@ -5,7 +5,7 @@ - Intersection between MOCs — MOCPy 0.16.0 documentation + Intersection between MOCs — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -318,7 +318,7 @@

    Or write it directly to a FITS/JSON file:Back to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/from_image_with_mask.html b/_collections/notebooks/from_image_with_mask.html index 0568c832..bdb06a49 100644 --- a/_collections/notebooks/from_image_with_mask.html +++ b/_collections/notebooks/from_image_with_mask.html @@ -5,7 +5,7 @@ - Construct a MOC from an image with a mask — MOCPy 0.16.0 documentation + Construct a MOC from an image with a mask — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -174,7 +174,7 @@

    Construct a MOC from an image with a maskBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/from_vizier_table.html b/_collections/notebooks/from_vizier_table.html index e7750dac..24290868 100644 --- a/_collections/notebooks/from_vizier_table.html +++ b/_collections/notebooks/from_vizier_table.html @@ -5,7 +5,7 @@ - Get the MOC corresponding to a table — MOCPy 0.16.0 documentation + Get the MOC corresponding to a table — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -171,7 +171,7 @@

    Get the MOC corresponding to a tableBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/query_vizier_table.html b/_collections/notebooks/query_vizier_table.html index 480b9e42..26945098 100644 --- a/_collections/notebooks/query_vizier_table.html +++ b/_collections/notebooks/query_vizier_table.html @@ -5,7 +5,7 @@ - Query the sources of a VizieR table that are in a sky region — MOCPy 0.16.0 documentation + Query the sources of a VizieR table that are in a sky region — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -205,7 +205,7 @@

    Query the sources of a VizieR table that are in a sky regionBack to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_collections/notebooks/tmoc.html b/_collections/notebooks/tmoc.html index ea9d1ea0..ba36b9bd 100644 --- a/_collections/notebooks/tmoc.html +++ b/_collections/notebooks/tmoc.html @@ -5,7 +5,7 @@ - Loading a TimeMoc from a fits file — MOCPy 0.16.0 documentation + Loading a TimeMoc from a fits file — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

    Navigation

    |
  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
  • User documentation »
  • @@ -6283,7 +6283,7 @@

    TimeMoc operation examples :Back to Top

    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
    - Last built 16 Jul 2024.
    + Last built 18 Jul 2024.

    diff --git a/_downloads/0197f10a0311590c149d67580a4c3143/plot_SDSS_r.pdf b/_downloads/0197f10a0311590c149d67580a4c3143/plot_SDSS_r.pdf index 514b6b87b58dbe8e4b887b8d03ae00f5fb182a26..3ed210c7f88cb97386a2fa70300b9d8fb4123110 100644 GIT binary patch delta 46 zcmZoTWYPdcEsQNpEzB(}EvzkUE$l5EEu1Y}E!-_UTX?l)Su709jkfE{@?K;H0A;TY AtpET3 delta 46 zcmZoTWYPdcEsQNpEzB(}EvzkUE$l5EEu1Y}E!-_UTX?l)SF7M2#)7Pc1l7LFFq7OocV7M>Q~Eqsys>=p**MwTWf+Y|Kp GoR|U4WDjZp delta 51 zcmZ4V)MC+7i-s1)7N!>F7M2#)7Pc1l7LFFq7OocV7M>Q~Eqsys>}G~WhL$F#+Y|Kp GoR|U491mmw diff --git a/_downloads/250b9da8949b1f09de942bc32a9960e4/compute_borders.pdf b/_downloads/250b9da8949b1f09de942bc32a9960e4/compute_borders.pdf index f0c604a2d56553e5864534281c211d2d3a36ed2e..a65dbd1bc09023cabdfc2be3611402f52de2b966 100644 GIT binary patch delta 19 bcmcaKpZU^!<_$t;SS$?8jW&y&*~1I~QZxsk delta 19 bcmcaKpZU^!<_$t;Sj-HK3^$9N*~1I~QUM2< diff --git a/_downloads/490f1e380fb86fac69fe9b6956e0280f/logical_operations.pdf b/_downloads/490f1e380fb86fac69fe9b6956e0280f/logical_operations.pdf index c52ab755d6e3fc193488e2815b11762c5ec1a1ca..324d37b9c9eb3598fd033fb242a72a38f19aa2e6 100644 GIT binary patch delta 228 zcmWN=MNR_&006*17k77eFGX6sxH~NF(r<8>@Cryc^#ugJ2a`~X3kz*%Lh0dJ2aOujm8@KMM+BHD}&}MN5{gShZ%|hD}?x?bx+v-+@C%j-5CaIdks9r7PEN+`4n`!J{Y7 UUc7!MKcXNJ#>3yQDES`z0SE?D4*&oF diff --git a/_downloads/7f8a48764f353069781d546715377951/plot_TMOC_SDSS_r.pdf b/_downloads/7f8a48764f353069781d546715377951/plot_TMOC_SDSS_r.pdf index eef0e7d93853efa915e09a5fb595e2d26ec469c8..d5789ce420f021742a7f886a0afb46f14fd287b2 100644 GIT binary patch delta 19 acmbQ%z&Ndeal;~O77GJ&qs_~#3s?X~J_eZp delta 19 acmbQ%z&Ndeal;~O7BfR5!_CXA3s?X~3kH$^ diff --git a/_downloads/97485b4a85879f9fa88a1f050a159fc0/bayestar.pdf b/_downloads/97485b4a85879f9fa88a1f050a159fc0/bayestar.pdf index cd5ba32d3f0f5919ad209892384b1db38b236f80..c16d02cd7e50aa195fff689acefddb0003b06981 100644 GIT binary patch delta 29 kcmezTg6H!Ko`x327N#xCNe1i|2IfYV#%9|y4VbxD0JH)LegFUf delta 29 kcmezTg6H!Ko`x327N#xCNe1j@hDL^##-`gd4VbxD0JE$Kb^rhX diff --git a/_downloads/d5f4aa2bf7ba0b56b649635d8a207577/polygon_coverage.pdf b/_downloads/d5f4aa2bf7ba0b56b649635d8a207577/polygon_coverage.pdf index f8a75d94bc4b9d51bcc6c0a512f02e5c08defec0..1960d38985bf81582ac586aa871ab85ff84096da 100644 GIT binary patch delta 22 ecmezWo9X{=rVYWn*ewjqjVz5#Hb?DR$_xO1Hwm2p delta 22 ecmezWo9X{=rVYWn*v$-$3@wd~H%IMS$_xO0=?Rqp diff --git a/_modules/index.html b/_modules/index.html index 42e130b3..fa05f896 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -4,14 +4,14 @@ - Overview: module code — MOCPy 0.16.0 documentation + Overview: module code — MOCPy 0.16.1 documentation - + @@ -49,7 +49,7 @@

    Navigation

    • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
    • @@ -88,7 +88,7 @@

      All modules for which code is available

      Back to Top

      © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
      - Last built 16 Jul 2024.
      + Last built 18 Jul 2024.

      diff --git a/_modules/mocpy/fmoc/fmoc.html b/_modules/mocpy/fmoc/fmoc.html index 84c0431f..8b471575 100644 --- a/_modules/mocpy/fmoc/fmoc.html +++ b/_modules/mocpy/fmoc/fmoc.html @@ -4,14 +4,14 @@ - mocpy.fmoc.fmoc — MOCPy 0.16.0 documentation + mocpy.fmoc.fmoc — MOCPy 0.16.1 documentation - + @@ -49,7 +49,7 @@

      Navigation

      • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
      • Module code »
      • @@ -744,7 +744,7 @@

        Source code for mocpy.fmoc.fmoc

             Back to Top

        © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
        - Last built 16 Jul 2024.
        + Last built 18 Jul 2024.

        diff --git a/_modules/mocpy/moc/moc.html b/_modules/mocpy/moc/moc.html index fa98776f..42dd6042 100644 --- a/_modules/mocpy/moc/moc.html +++ b/_modules/mocpy/moc/moc.html @@ -4,14 +4,14 @@ - mocpy.moc.moc — MOCPy 0.16.0 documentation + mocpy.moc.moc — MOCPy 0.16.1 documentation - + @@ -49,7 +49,7 @@

        Navigation

        • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
        • Module code »
        • @@ -158,7 +158,7 @@

          Source code for mocpy.moc.moc

               indices : `numpy.ndarray` or Iterable
               """
               if np.issubdtype(np.asarray(indices).dtype, np.unsignedinteger) or all(
          -        np.asarray(indices) > 0,
          +        np.asarray(indices) >= 0,
               ):
                   return None
               warnings.warn(
          @@ -167,7 +167,7 @@ 

          Source code for mocpy.moc.moc

                   UserWarning,
                   stacklevel=2,
               )
          -    return np.array(indices) > 0
          +    return np.array(indices) >= 0
           
           
           def _extract_mask_and_values_multiordermap(multiordermap, column):
          @@ -2581,7 +2581,7 @@ 

          Source code for mocpy.moc.moc

               Back to Top

          © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
          - Last built 16 Jul 2024.
          + Last built 18 Jul 2024.

          diff --git a/_modules/mocpy/moc/plot/wcs.html b/_modules/mocpy/moc/plot/wcs.html index c1cc702b..22806a49 100644 --- a/_modules/mocpy/moc/plot/wcs.html +++ b/_modules/mocpy/moc/plot/wcs.html @@ -4,14 +4,14 @@ - mocpy.moc.plot.wcs — MOCPy 0.16.0 documentation + mocpy.moc.plot.wcs — MOCPy 0.16.1 documentation - + @@ -49,7 +49,7 @@

          Navigation

          • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
          • Module code »
          • @@ -194,7 +194,7 @@

            Source code for mocpy.moc.plot.wcs

                 Back to Top

            © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
            - Last built 16 Jul 2024.
            + Last built 18 Jul 2024.

            diff --git a/_modules/mocpy/stmoc/stmoc.html b/_modules/mocpy/stmoc/stmoc.html index 738637ac..637c377a 100644 --- a/_modules/mocpy/stmoc/stmoc.html +++ b/_modules/mocpy/stmoc/stmoc.html @@ -4,14 +4,14 @@ - mocpy.stmoc.stmoc — MOCPy 0.16.0 documentation + mocpy.stmoc.stmoc — MOCPy 0.16.1 documentation - + @@ -49,7 +49,7 @@

            Navigation

            • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
            • Module code »
            • @@ -551,7 +551,7 @@

              Source code for mocpy.stmoc.stmoc

                   Back to Top

              © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
              - Last built 16 Jul 2024.
              + Last built 18 Jul 2024.

              diff --git a/_modules/mocpy/tmoc/tmoc.html b/_modules/mocpy/tmoc/tmoc.html index 1e146b70..2ea1ee85 100644 --- a/_modules/mocpy/tmoc/tmoc.html +++ b/_modules/mocpy/tmoc/tmoc.html @@ -4,14 +4,14 @@ - mocpy.tmoc.tmoc — MOCPy 0.16.0 documentation + mocpy.tmoc.tmoc — MOCPy 0.16.1 documentation - + @@ -49,7 +49,7 @@

              Navigation

              • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
              • Module code »
              • @@ -887,7 +887,7 @@

                Source code for mocpy.tmoc.tmoc

                     Back to Top

                © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                - Last built 16 Jul 2024.
                + Last built 18 Jul 2024.

                diff --git a/_static/documentation_options.js b/_static/documentation_options.js index d5dcf857..611d6d03 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.16.0', + VERSION: '0.16.1', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index ff86f3ea..2bc09ece 100644 --- a/api.html +++ b/api.html @@ -5,14 +5,14 @@ - Detailed list of all methods — MOCPy 0.16.0 documentation + Detailed list of all methods — MOCPy 0.16.1 documentation - + @@ -65,7 +65,7 @@

                Navigation

                |
              • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
              • @@ -132,7 +132,7 @@

                Class overviewBack to Top

                © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                - Last built 16 Jul 2024.
                + Last built 18 Jul 2024.

                diff --git a/contribute.html b/contribute.html index e3843721..5f84dcc9 100644 --- a/contribute.html +++ b/contribute.html @@ -5,14 +5,14 @@ - Contribute — MOCPy 0.16.0 documentation + Contribute — MOCPy 0.16.1 documentation - + @@ -57,7 +57,7 @@

                Navigation

              • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
              • @@ -258,7 +258,7 @@

                Building the documentationBack to Top

                © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                - Last built 16 Jul 2024.
                + Last built 18 Jul 2024.

                diff --git a/examples/user_documentation.html b/examples/user_documentation.html index 49612452..310757b4 100644 --- a/examples/user_documentation.html +++ b/examples/user_documentation.html @@ -5,7 +5,7 @@ - User documentation — MOCPy 0.16.0 documentation + User documentation — MOCPy 0.16.1 documentation @@ -13,7 +13,7 @@ - + @@ -66,7 +66,7 @@

                Navigation

                |
              • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
              • @@ -667,7 +667,7 @@

                Gallery of notebooks examples using FMOCsBack to Top

                © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                - Last built 16 Jul 2024.
                + Last built 18 Jul 2024.

                diff --git a/genindex.html b/genindex.html index 2652f09e..c4e81d00 100644 --- a/genindex.html +++ b/genindex.html @@ -4,14 +4,14 @@ - Index — MOCPy 0.16.0 documentation + Index — MOCPy 0.16.1 documentation - + @@ -49,7 +49,7 @@

                Navigation

                • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                • @@ -726,7 +726,7 @@

                  W

                  Back to Top

                  © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                  - Last built 16 Jul 2024.
                  + Last built 18 Jul 2024.

                  diff --git a/index.html b/index.html index 70a3791b..51e54a80 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,14 @@ - Welcome to MOCPy’s documentation! — MOCPy 0.16.0 documentation + Welcome to MOCPy’s documentation! — MOCPy 0.16.1 documentation - + @@ -58,7 +58,7 @@

                  Navigation

                • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                • @@ -205,7 +205,7 @@

                  Indices and tablesBack to Top

                  © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                  - Last built 16 Jul 2024.
                  + Last built 18 Jul 2024.

                  diff --git a/install.html b/install.html index 3fc85b09..508b83c9 100644 --- a/install.html +++ b/install.html @@ -5,14 +5,14 @@ - Install — MOCPy 0.16.0 documentation + Install — MOCPy 0.16.1 documentation - + @@ -63,7 +63,7 @@

                  Navigation

                  |
                • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                • @@ -123,7 +123,7 @@

                  InstallBack to Top

                  © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                  - Last built 16 Jul 2024.
                  + Last built 18 Jul 2024.

                  diff --git a/objects.inv b/objects.inv index 18eb05b8dc50bf032ec24e9b43c1924a287aebd5..a2ce98f780e1d6618d98190ef90e6d11aaece41f 100644 GIT binary patch delta 12 TcmeCR>9v_)$7s0G{+uiT9YF+c delta 12 TcmeCR>9v_)$7rz8{+uiT9XteW diff --git a/search.html b/search.html index 3cd834b7..59732438 100644 --- a/search.html +++ b/search.html @@ -4,7 +4,7 @@ - Search — MOCPy 0.16.0 documentation + Search — MOCPy 0.16.1 documentation @@ -12,7 +12,7 @@ - + @@ -51,7 +51,7 @@

                  Navigation

                  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                  • @@ -102,7 +102,7 @@

                    Search

                    Back to Top

                    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                    - Last built 16 Jul 2024.
                    + Last built 18 Jul 2024.

                    diff --git a/stubs/mocpy.FrequencyMOC.html b/stubs/mocpy.FrequencyMOC.html index 89d61890..a91cce28 100644 --- a/stubs/mocpy.FrequencyMOC.html +++ b/stubs/mocpy.FrequencyMOC.html @@ -5,14 +5,14 @@ - mocpy.FrequencyMOC — MOCPy 0.16.0 documentation + mocpy.FrequencyMOC — MOCPy 0.16.1 documentation - + @@ -65,7 +65,7 @@

                    Navigation

                    |
                  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                  • Detailed list of all methods »
                  • @@ -1086,7 +1086,7 @@

                    mocpy.FrequencyMOCBack to Top

                    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                    - Last built 16 Jul 2024.
                    + Last built 18 Jul 2024.

                    diff --git a/stubs/mocpy.MOC.html b/stubs/mocpy.MOC.html index 5402a603..7f690749 100644 --- a/stubs/mocpy.MOC.html +++ b/stubs/mocpy.MOC.html @@ -5,14 +5,14 @@ - mocpy.MOC — MOCPy 0.16.0 documentation + mocpy.MOC — MOCPy 0.16.1 documentation - + @@ -63,7 +63,7 @@

                    Navigation

                    |
                  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                  • Detailed list of all methods »
                  • @@ -2293,7 +2293,7 @@

                    mocpy.MOCBack to Top

                    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                    - Last built 16 Jul 2024.
                    + Last built 18 Jul 2024.

                    diff --git a/stubs/mocpy.STMOC.html b/stubs/mocpy.STMOC.html index 5b327235..ea59d71d 100644 --- a/stubs/mocpy.STMOC.html +++ b/stubs/mocpy.STMOC.html @@ -5,14 +5,14 @@ - mocpy.STMOC — MOCPy 0.16.0 documentation + mocpy.STMOC — MOCPy 0.16.1 documentation - + @@ -63,7 +63,7 @@

                    Navigation

                    |
                  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                  • Detailed list of all methods »
                  • @@ -919,7 +919,7 @@

                    mocpy.STMOCBack to Top

                    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                    - Last built 16 Jul 2024.
                    + Last built 18 Jul 2024.

                    diff --git a/stubs/mocpy.TimeMOC.html b/stubs/mocpy.TimeMOC.html index c2e6f783..8b4079e6 100644 --- a/stubs/mocpy.TimeMOC.html +++ b/stubs/mocpy.TimeMOC.html @@ -5,14 +5,14 @@ - mocpy.TimeMOC — MOCPy 0.16.0 documentation + mocpy.TimeMOC — MOCPy 0.16.1 documentation - + @@ -63,7 +63,7 @@

                    Navigation

                    |
                  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                  • Detailed list of all methods »
                  • @@ -1093,7 +1093,7 @@

                    mocpy.TimeMOCBack to Top

                    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                    - Last built 16 Jul 2024.
                    + Last built 18 Jul 2024.

                    diff --git a/stubs/mocpy.WCS.html b/stubs/mocpy.WCS.html index 7b3b80a4..1aa67bc3 100644 --- a/stubs/mocpy.WCS.html +++ b/stubs/mocpy.WCS.html @@ -5,14 +5,14 @@ - mocpy.WCS — MOCPy 0.16.0 documentation + mocpy.WCS — MOCPy 0.16.1 documentation - + @@ -63,7 +63,7 @@

                    Navigation

                    |
                  • - MOCPy 0.16.0 documentation + MOCPy 0.16.1 documentation »
                  • Detailed list of all methods »
                  • @@ -169,7 +169,7 @@

                    mocpy.WCSBack to Top

                    © Copyright 2024, Matthieu Baumann <matthieu.baumann@astro.unistra.fr> Thomas Boch <thomas.boch@astro.unistra.fr> Manon Marchand <manon.marchand@astro.unistra.fr> F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>.
                    - Last built 16 Jul 2024.
                    + Last built 18 Jul 2024.