Skip to content

Commit

Permalink
Replace http:guaix.fis.ucm.es by https:guaix.fis.ucm.es
Browse files Browse the repository at this point in the history
  • Loading branch information
nicocardiel committed Apr 18, 2024
1 parent 209fc91 commit 3c68c02
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tutorials/preliminaries/preliminaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ to start the data reduction with PyEmir, either in imaging or spectroscopic
mode.

Download the following file: `pyemir_initial_tree_v2a.tgz
<http://guaix.fis.ucm.es/data/pyemir/pyemir_initial_tree_v2a.tgz>`_.
<https://guaix.fis.ucm.es/data/pyemir/pyemir_initial_tree_v2a.tgz>`_.

If you find any trouble trying to download the previous file, try with the
following command line:

::

(emir) $ curl -O http://guaix.fis.ucm.es/data/pyemir/pyemir_initial_tree_v2a.tgz
(emir) $ curl -O https://guaix.fis.ucm.es/data/pyemir/pyemir_initial_tree_v2a.tgz

.. warning::

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_flat/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ check that the lamp OFF signal in this case is negligible.
Those files (together with some additional files that you will need to follow
this imaging example) are available as a compressed tgz file:
`pyemir_flatpix2pix_tutorial_v1.tgz
<http://guaix.fis.ucm.es/data/pyemir/pyemir_flatpix2pix_tutorial_v1.tgz>`_.
<https://guaix.fis.ucm.es/data/pyemir/pyemir_flatpix2pix_tutorial_v1.tgz>`_.

.. warning::

Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_imaging/preliminary_combination.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ images):
Those files (together with some additional files that you will need to follow
this imaging example) are available as a compressed tgz file:
`pyemir_imaging_tutorial_v4.tgz
<http://guaix.fis.ucm.es/data/pyemir/pyemir_imaging_tutorial_v4.tgz>`_.
<https://guaix.fis.ucm.es/data/pyemir/pyemir_imaging_tutorial_v4.tgz>`_.

The preliminary combination of these 14 images will be carried out in two
steps:
Expand Down
4 changes: 2 additions & 2 deletions tutorials/tutorial_mos/mos_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Downloading the tutorial data
=============================

Download the following file: `pyemir_mos_tutorial.tgz
<http://guaix.fis.ucm.es/data/pyemir/pyemir_mos_tutorial_v1.tgz>`_.
<https://guaix.fis.ucm.es/data/pyemir/pyemir_mos_tutorial_v1.tgz>`_.

If you find any trouble trying to download the previous file, try with the
command line:

::

(emir) $ curl -O <http://guaix.fis.ucm.es/data/pyemir/pyemir_mos_tutorial_v1.tgz
(emir) $ curl -O <https://guaix.fis.ucm.es/data/pyemir/pyemir_mos_tutorial_v1.tgz

Move to the directory where you have deployed the initial file tree structure
containing the basic PyEmir calibration files (see :ref:`initial_file_tree`).
Expand Down
8 changes: 4 additions & 4 deletions tutorials/tutorial_mos/ngc7798.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ the spectra of the spectrophotometric standard HD209290 (HIP 108782), observed
with the same instrumental configuration.

Download the following file: `pyemir_ngc7798_tutorial_v2.tgz
<http://guaix.fis.ucm.es/data/pyemir/pyemir_ngc7798_tutorial_v2.tgz>`_.
<https://guaix.fis.ucm.es/data/pyemir/pyemir_ngc7798_tutorial_v2.tgz>`_.

If you find any trouble trying to download the previous file, try with the
command line:

::

(emir) $ curl -O http://guaix.fis.ucm.es/data/pyemir/pyemir_ngc7798_tutorial_v2.tgz
(emir) $ curl -O https://guaix.fis.ucm.es/data/pyemir/pyemir_ngc7798_tutorial_v2.tgz

Move to the directory where you have deployed the initial file tree structure
containing the basic PyEmir calibration files (see :ref:`initial_file_tree`).
Expand Down Expand Up @@ -182,7 +182,7 @@ and another with negavite counts) in each case:
**From this point, we continue the reduction of the spectrophotometric standard
using Python (within a Jupyter notebook).**
See `final reduction of HD209290
<http://guaix.fis.ucm.es/~ncl/emir/reduction_hd209290.html>`_.
<https://guaix.fis.ucm.es/~ncl/emir/reduction_hd209290.html>`_.


Reduction of NGC7798
Expand Down Expand Up @@ -241,7 +241,7 @@ and another with negavite counts) in each case:
**From this point, we continue the reduction of the galaxy spectra using
Python (within a Jupyter notebook).**
See `final reduction of NGC7798
<http://guaix.fis.ucm.es/~ncl/emir/reduction_ngc7798.html>`_.
<https://guaix.fis.ucm.es/~ncl/emir/reduction_ngc7798.html>`_.

.. image:: images/plot_JHK_ngc7798.png
:width: 100%
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_mos/simple_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ will be generated from that median image.
Those three files (together with some additional files that you will need to
follow this simple example) are available as a compressed tgz file:
`pyemir_arc_calibration_tutorial_v1.tgz
<http://guaix.fis.ucm.es/data/pyemir/pyemir_arc_calibration_tutorial_v1.tgz>`_.
<https://guaix.fis.ucm.es/data/pyemir/pyemir_arc_calibration_tutorial_v1.tgz>`_.


Move to the directory where you have deployed the initial file tree structure
Expand Down

0 comments on commit 3c68c02

Please sign in to comment.