Commit 8820fed0 authored by Stefano Scardigli's avatar Stefano Scardigli
Browse files

various updates (.htacces removed)

parent a53cad04
Loading
Loading
Loading
Loading

docs/source/access/.htaccess

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#Protect Directory
AuthName "welcome"
AuthType Basic
AuthUserFile ../_static/.htpasswd
Require valid-user

docs/source/access/.htpasswd

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
aspis_user:$apr1$S3.JyuR3$9.OVZ5y09bfJtavulT2kz.
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ Private section

:download:`inaf_data_solopas_timeseries (pdf) <./inaf_data_solopas_timeseries-14_Solo_pas_description.pdf>`

:download:`INGV Released Products documentation (pdf) <./INGV_Released_Products_documentation.pdf>`

:download:`unical_sep_ace_spectrum (pdf) <./unical_sep_ace_spectrum-Description_SEP_ACE.pdf>`

:download:`unical_sep_psp_spectrum (pdf) <./unical_sep_psp_spectrum-Description_SEP_PSP.pdf>`
+29 −1
Original line number Diff line number Diff line
@@ -4,7 +4,35 @@ INGV CSES-01 on track values of vector magnetic field

.. contents:: The tiny table of contents

In situ time series of vector magnetic field derived from the CSES-01 satellite from 1 January 2019 to 30 September 2021. The output is a single .txt formatted file for both diurnal and nocturnal orbits, each of which has a size of about 3 GB. The sample file attached is extracted from one minute acquired by CSES-01
Yearly data from HPM instrument onboard CSES-01 from 11 July 2018 to 31 May 2021 (based on availability of continuous data).

Each file contains 6 columns: 

#. UTC (ISO format); 

#. Geographic Latitude (deg); 

#. Geographic Longitude (deg); 

#. magnetic field vector time series (Bx) with a 1 Hz sampling in NEC coordinates and units nT.

#. magnetic field vector time series (By) with a 1 Hz sampling in NEC coordinates and units nT.

#. magnetic field vector time series (Bz) with a 1 Hz sampling in NEC coordinates and units nT.

Sub-Sub-folders:

* “csv”: Yearly .csv data. 

* “FIGURE”: Statistical maps of vector magnetic field (three components) in .fits format. Maps are available at two spatial resolutions: 1x1 deg^2 (high resolution) and 5x5 deg^2 (low resolution). For practical purposes use low-resolution maps. High-resolution maps are tagged, e.g., “Btot_x_DAY\_…”. Low-resolution maps are tagged, e.g., “Bx_Mean_DAY\_…”. In both cases the mean value within each bin is representative of the bin itself.

* “nc”: Yearly netCDF data.

* “npy”: Statistical maps of vector magnetic field (three components) in .npy format. Maps are available at two spatial resolutions: 1x1 deg^2 (high resolution) and 5x5 deg^2 (low resolution). For practical purposes use low-resolution maps. High-resolution maps are tagged, e.g., “Btot_x_DAY\_…”. Low-resolution maps are tagged, e.g., “binned_5x5_Bx…_DAY…”. Maps are available with two different values representative of each bin: the mean and the median, respectively.

**References:**

* `Shen, X., Zhang, X., Yuan, S. et al. The state-of-the-art of the China Seismo-Electromagnetic Satellite mission. Sci. China Technol. Sci. 61, 634–642 (2018). https://doi.org/10.1007/s11431-018-9242-0 <https://link.springer.com/article/10.1007/s11431-018-9242-0>`_

**Providers**:

+26 −1
Original line number Diff line number Diff line
@@ -4,7 +4,32 @@ INGV CSES-01 on track values of vector electric field

.. contents:: The tiny table of contents

In situ time series of vector electric field derived from the CSES-01 satellite from 1 January 2019 to 30 September 2021. The output is a single .txt formatted file for both diurnal and nocturnal orbits, each of which has a size of about 3 GB. The sample file attached is extracted from about ten minutes acquired by CSES-01
Yearly and orbital data from EFD instrument onboard CSES-01 from 1 January 2019 to 30 September 2021 (based on availability of continuous data).

Each file contains 6 columns: 

#. UTC (ISO format); 

#. Geographic Latitude (deg); 

#. Geographic Longitude (deg); 

#. electric field vector time series (Ex) with a 0.5 Hz sampling in NEC coordinates and units mV/m.

#. electric field vector time series (Ey) with a 0.5 Hz sampling in NEC coordinates and units mV/m.

#. electric field vector time series (Ez) with a 0.5 Hz sampling in NEC coordinates and units mV/m.

Sub-Sub-folders:

* “csv”: Yearly and orbital .csv data.

* “FIGURE”: Statistical maps of vector electric field (three components) in .fits format. Maps are available at two spatial resolutions: 1x1 deg^2 (high resolution) and 5x5 deg^2 (low resolution). For practical purposes use low-resolution maps. High-resolution maps are tagged, e.g., “Ex_DAY\_…”. Low-resolution maps are tagged, e.g., “Ex_Mean_DAY\_…”. In both cases the mean value within each bin is representative of the bin itself.

* “npy”: Statistical maps of vector electric field (three components) in .npy format. Maps are available at two spatial resolutions: 1x1 deg^2 (high resolution) and 5x5 deg^2 (low resolution). For practical purposes use low-resolution maps. High-resolution maps are tagged, e.g., “Ex_DAY\_…”. Low-resolution maps are tagged, e.g., “binned_5x5_Ex…_DAY…”. Maps are available with two different values representative of each bin: the mean and the median, respectively.


**References:**

**Providers**:

Loading