diff --git a/mpop/satin/eps_l1b.py b/mpop/satin/eps_l1b.py index 68e143c4..f290e0d4 100644 --- a/mpop/satin/eps_l1b.py +++ b/mpop/satin/eps_l1b.py @@ -1,11 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2012, 2013, 2014, 2017 Martin Raspaud +# Copyright (c) 2012-2017 Pytroll # Author(s): # Martin Raspaud +# Adam Dybbroe # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,6 +22,10 @@ # along with this program. If not, see . """Reader for eps level 1b data. Uses xml files as a format description. +See: +http://www.eumetsat.int/website/wcm/idc/idcplg?IdcService=GET_FILE&dDocName=PDF_TEN_97231-EPS-AVHRR&RevisionSelectionMethod=LatestReleased&Rendition=Web +and +http://www.eumetsat.int/website/wcm/idc/idcplg?IdcService=GET_FILE&dDocName=PDF_TEN_990004-EPS-AVHRR1-PGS&RevisionSelectionMethod=LatestReleased&Rendition=Web """ import glob