diff --git a/source/GTD/GTD_2015.rst b/source/GTD/GTD_2015.rst index b24324c..54e24df 100644 --- a/source/GTD/GTD_2015.rst +++ b/source/GTD/GTD_2015.rst @@ -132,13 +132,6 @@ Marcheprime +--------------------+---------------+-----------------+ | C11 PdT | mar_c11_pdt | Potato | +--------------------+---------------+-----------------+ -| H17 | mar_h17 | Forest | -+--------------------+---------------+-----------------+ -| T23 | mar_t23 | Forest | -+--------------------+---------------+-----------------+ -| T21b | mar_t21b | Forest | -+--------------------+---------------+-----------------+ - Forest / Biomass Areas ====================== @@ -146,6 +139,8 @@ Forest / Biomass Areas Marcheprime ----------- +- List of stands + +--------------------+---------------+-----------------+ | Plot name | short name | Crop Type | +====================+===============+=================+ @@ -160,6 +155,8 @@ Marcheprime Nezer ----- +Several tenths of stands are available over the Nezer area, the info is stored in the corresponding shapefile. + Altimetry Areas diff --git a/source/INS/INS_ancillary.rst b/source/INS/INS_ancillary.rst new file mode 100644 index 0000000..5c717e0 --- /dev/null +++ b/source/INS/INS_ancillary.rst @@ -0,0 +1,3 @@ +********************** +Ancillary measurements +********************** diff --git a/source/INS/INS_antennas.rst b/source/INS/INS_antennas.rst new file mode 100644 index 0000000..b6b09a9 --- /dev/null +++ b/source/INS/INS_antennas.rst @@ -0,0 +1,3 @@ +*************** +Antennas +*************** diff --git a/source/INS/INS_backend.rst b/source/INS/INS_backend.rst new file mode 100644 index 0000000..f74d6db --- /dev/null +++ b/source/INS/INS_backend.rst @@ -0,0 +1,3 @@ +*************** +Back end +*************** diff --git a/source/INS/INS_calib.rst b/source/INS/INS_calib.rst new file mode 100644 index 0000000..4e068d6 --- /dev/null +++ b/source/INS/INS_calib.rst @@ -0,0 +1,3 @@ +****************** +Calibration Module +****************** diff --git a/source/INS/INS_data_format.rst b/source/INS/INS_data_format.rst new file mode 100644 index 0000000..aed797a --- /dev/null +++ b/source/INS/INS_data_format.rst @@ -0,0 +1,3 @@ +*************** +Intro +*************** diff --git a/source/INS/INS_frontend.rst b/source/INS/INS_frontend.rst new file mode 100644 index 0000000..9c7a826 --- /dev/null +++ b/source/INS/INS_frontend.rst @@ -0,0 +1,10 @@ +*************** +Front-End +*************** + + +.. figure:: /img/front_end.png + :align: center + :alt: + + GLORI Front-End \ No newline at end of file diff --git a/source/INS/INS_intro.rst b/source/INS/INS_intro.rst new file mode 100644 index 0000000..526b66a --- /dev/null +++ b/source/INS/INS_intro.rst @@ -0,0 +1,3 @@ +*************** +Introduction +*************** diff --git a/source/INS/index.rst b/source/INS/index.rst index c8f576b..930b174 100644 --- a/source/INS/index.rst +++ b/source/INS/index.rst @@ -1,4 +1,14 @@ ******************** -Instrument subsystem +The Glori Instrument ******************** +.. toctree:: + :maxdepth: 2 + + INS_intro + INS_antennas + INS_calib + INS_frontend + INS_backend + INS_ancillary + INS_data_format \ No newline at end of file diff --git a/source/INV/index.rst b/source/INV/index.rst index 440fad5..995f54b 100644 --- a/source/INV/index.rst +++ b/source/INV/index.rst @@ -1,4 +1,5 @@ ******************* -Inversion subsystem +Inversion ******************* +No inversion subsystem available yet \ No newline at end of file diff --git a/source/VAL/index.rst b/source/VAL/index.rst index 1416fcd..a599ad7 100644 --- a/source/VAL/index.rst +++ b/source/VAL/index.rst @@ -1,4 +1,4 @@ ******************** -Validation subsystem +Validation ******************** diff --git a/source/blocks.rst b/source/blocks.rst new file mode 100644 index 0000000..4912fba --- /dev/null +++ b/source/blocks.rst @@ -0,0 +1,29 @@ +************************************ +Structure of the GLORI Documentation +************************************ + +General Description +=================== + +We are here describing the organization of the GLORI documentation, linked to the whole +architecture of the project, not of the instrument itself. The following +blocks where identified: + +- **Instrument (INS)**: Technical description of the instrument itself, + interfaces with the plane, and all the way to raw data and ancillary + data storage. + +- **Processing (PRO)**: Data processing routines, + from ancillary data to L1b data, and plotting routines. + +- **Ground truth data (GTD)**: Description of all the geo-referenced + in-situ ground truth data collected during the various campaigns. + +- **Forward Model (FWD)**: Model used to compute expected + apparent reflectivity from geometrical configuration and surface parameters. + +- **Validation routines (VAL)**: Routines used to validate processed data + versus modeled data. + +- **Inversion Model (INV)**: Description of the model to be used + for restitution of geophysical parameters from L1b data. diff --git a/source/index.rst b/source/index.rst index e197ecd..7cc6839 100644 --- a/source/index.rst +++ b/source/index.rst @@ -12,7 +12,7 @@ Contents: :maxdepth: 2 intro - subsys + blocks INS/index PRO/PRO_index GTD/GTD_index diff --git a/source/intro.rst b/source/intro.rst index c7f2abb..82c61bf 100644 --- a/source/intro.rst +++ b/source/intro.rst @@ -1,5 +1,6 @@ -Introduction to GLORI -===================== +********************* +The GLORI Project +********************* GLORI (GLObal navigation satellite system reflectometry Instrument) is an airborne polarimetric GNSS-R instrument. diff --git a/source/subsys.rst b/source/subsys.rst deleted file mode 100644 index b218a4c..0000000 --- a/source/subsys.rst +++ /dev/null @@ -1,29 +0,0 @@ -******************************** -Definition of GLORI'S Subsystems -******************************** - -General Description -=================== - -We are here describing the subsystems of the GLORI projects, linked to the whole -architecture of the project, not of the instrument itself. The following -blocks where identified: - -- **Instrument (INS)**: Technical description of the instrument itself, - interfaces with the plane, and all the way to raw data and ancillary - data storage. - -- **Processing (PRO)**: Data processing routines, - from ancillary data to L1b data, and plotting routines. - -- **Ground truth data (GTD)**: Description of all the geo-referenced - in-situ ground truth data collected during the various campaigns. - -- **Forward Model (FWD)**: Model used to compute expected - apparent reflectivity from geometrical configuration and surface parameters. - -- **Validation routines (VAL)**: Routines used to validate processed data - versus modeled data. - -- **Inversion Model (INV)**: Description of the model to be used - for restitution of geophysical parameters from L1b data. -- libgit2 0.21.0