diff -r becb9de86607 -r 003aa42747f5 docs/file_formats/scc_product_filename.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/file_formats/scc_product_filename.rst Fri Mar 19 13:43:18 2021 +0100 @@ -0,0 +1,57 @@ +SCC products filename +============================== + + +The filename of all SCC products has the following structure:: + + + ________.nc + +where: + ++-----------------------+------------------------------------------------------------+ +| ** | 3 digits code (for example pot) | ++-----------------------+------------------------------------------------------------+ +| ** | numeric 3 digits (for example 002) | ++-----------------------+------------------------------------------------------------+ +| ** | 4 digits reporting the wavelength in nm (for example 0532) | ++-----------------------+------------------------------------------------------------+ +| ** | numeric 7 digits (for example 0000213) | ++-----------------------+------------------------------------------------------------+ +| ** | YYYYMMDDHHMM (for example 202102031832) | ++-----------------------+------------------------------------------------------------+ +| ** | YYYYMMDDHHMM (for example 202102031944) | ++-----------------------+------------------------------------------------------------+ +| ** | measurementID string (15 characters) | ++-----------------------+------------------------------------------------------------+ +| ** | SCC module (hirelpp,cloudscreen,elpp,eldec,elda,elic) | ++-----------------------+------------------------------------------------------------+ +| ** | SCC version (for example v5.2.0) | ++-----------------------+------------------------------------------------------------+ + +The field ** is codified as it follows: + ++------------------+------------------------------------------------------+ +|Product\_type\_ID | Description | ++==================+======================================================+ +| *0* | Raman Bacskcatter | ++------------------+------------------------------------------------------+ +| *1* | Extinction only | ++------------------+------------------------------------------------------+ +| *2* | Lidar Ration and Extinction | ++------------------+------------------------------------------------------+ +| *3* | Elastic Backscatter | ++------------------+------------------------------------------------------+ +| *6* | Linear Polarization Calibration | ++------------------+------------------------------------------------------+ +| *7* | Raman Backscatter and Linear Depolarization Ratio | ++------------------+------------------------------------------------------+ +| *8* | Elastic Backscatter and Linear Depolarization Ratio | ++------------------+------------------------------------------------------+ +| *9* | High Resolution Pre-Processed data | ++------------------+------------------------------------------------------+ + + +The field ** is available only for ELEC and ELDA data products (for all the other SCC data products is missing). +For CloudScreen products the fields **, **, ** are missing. +