Update home authored by Karl Segl's avatar Karl Segl
# EnPT EnPT
The EnMAP ProcessingTool called EnPT is part of the EnMAP-Box and includes all necessary image pre-processing steps to convert L1B EnMAP data to L2A data. The software is written in python. It consists of following modules: The EnMAP ProcessingTool called EnPT is part of the EnMAP-Box and includes all necessary image pre-processing steps to convert L1B EnMAP data to L2A data. The software is written in python. It consists of following modules:
* [Process Controller](PC) * [Process Controller](PC)
* [Image Correction](IC) * [Input Reader and L1B Format Check](L1B)
* [TOArad2TOAref](TR2) * [TOArad2TOAref](TR2)
* [Image Quality Correction](IC)
* [Spatial Module](SM) * [Spatial Module](SM)
* [Spatial Optimization](GO) * [Spatial Optimization](GO)
* [Cloud Screening](CS) * [Cloud Screening including Landcover Classification](CS)
* [Atmospheric Correction](AC) * [Atmospheric Correction](AC)
* [Dead-Pixel correction](DP) * [Dead-Pixel Correction](DP)
* [Smile Correction](DP)
* [Spatial Transform](OR) * [Spatial Transform](OR)
Hardware requirements: 8 GB RAM Hardware requirements: 8 GB RAM
...@@ -18,6 +20,9 @@ Document: EnMAP product specification ...@@ -18,6 +20,9 @@ Document: EnMAP product specification
[EN-PCV-ICD-2009-2_HSI_Product_Specification_Level1_Level2.doc](/uploads/21d7ddb0bfe5ec5163f4314aa8b59818/EN-PCV-ICD-2009-2_HSI_Product_Specification_Level1_Level2.doc) [EN-PCV-ICD-2009-2_HSI_Product_Specification_Level1_Level2.doc](/uploads/21d7ddb0bfe5ec5163f4314aa8b59818/EN-PCV-ICD-2009-2_HSI_Product_Specification_Level1_Level2.doc)
# Development guidelines # Development guidelines
Please follow the [Development guidelines](Development guidelines) Please follow the [Development guidelines](Development guidelines)
... ...
......