.. include:: ../../edsubstitutions.txt
.. _MGCParams:

MGC Configuration Product
===========================

$SetSchemaPath le3/ed/euc-le3-ed-ConfigurationFile.xsd

Data Product Name
__________________
.. DataProductNameStart

$PrintDataProductName

.. DataProductNameEnd

Data Product Custodian
_________________________
.. DataProductCustodianStart

$PrintDataProductCustodian

.. DataProductCustodianEnd

Name of the Schema File
________________________
.. NameSchemaStart

$PrintSchemaFilename

.. NameSchemaEnd

Last Edited for DPDD Version
____________________________
.. DpddVersionlTagStart

1.1

.. DpddVersionTagEnd

Processing Elements Creating / Updating / Using the Product
_____________________________________________________________

.. PECreatorStart

**Creators:**

* LE3_MCC_ED

**Consumers:**

* LE3_MGC_ED

.. PECreatorEnd

Processing Function using the products
________________________________________

.. PFUsingStart

This product will not be used by any specific OU. It represent one of the latest steps of the Euclid pipeline.

.. PFUsingEnd

Proposed for inclusion in EAS/SAS
_________________________________
.. IncludeInSASStart

This product is proposed for inclusion in the EAS/SAS: Yes

This is one of the latest steps of the whole Euclid data analysis pipeline. This is the official cross-match between internal Euclid products and external survey. This is needed by the community to cross-match the Euclid survey with complementary data.

.. IncludeInSASEnd

Data Product Elements
______________________
.. DataProductElementsStart

$PrintDataProductElements

.. DataProductElementsEnd

Detailed Description of the Data Product
_________________________________________
.. DetailedDescStart

LE3-ED configuration catalog.

This product is an input to the LE3_MCC_ED PE

The main elements inside this product are:

* **Data**: data container to the configuration file (.ini).

..  code-block:: ini

      {
         "sky_params": {

             "size_type": "fixed",
             "matching_area_first_dimension": 0.1,
             "matching_area_second_dimension": 0.1,
             "pa": 0,
             "pa_orientation": "clock",
             "pa_shift": 0
         },

         "redshift":{
             "redshift_check": false,
             "delta_z": 0.02
         },

         "output":{
             "match_selection": "all",
             "join_type": "1 and 2"
         }
      }

.. DetailedDescEnd