Skip to content
Snippets Groups Projects
Commit 6caa44a5 authored by Bruce Flynn's avatar Bruce Flynn
Browse files

Copyright

parent f60d0b70
No related branches found
No related tags found
No related merge requests found
# encoding: utf-8
"""
Console script entry points for CLI tools.
"""
__copyright__ = "Copyright (C) 2015 University of Wisconsin SSEC. All rights reserved."
import io
import os
import logging
......
# -*- coding: utf-8 -*-
# encoding: utf-8
"""
Structures for CCSDS Primary and Secondary headers
......@@ -11,6 +11,8 @@ See:
* CCSDS Time Code Formats
- http://public.ccsds.org/publications/archive/301x0b4e1.pdf
"""
__copyright__ = "Copyright (C) 2015 University of Wisconsin SSEC. All rights reserved."
import ctypes as c
from datetime import datetime, timedelta
......
......@@ -7,7 +7,8 @@ Code for reading/writing/manipulating JPSS Common RDR files as documented in:
http://jointmission.gsfc.nasa.gov/sciencedocs/2015-06/474-00001-02_JPSS-CDFCB-X-Vol-II_0123B.pdf
"""
import io
__copyright__ = "Copyright (C) 2015 University of Wisconsin SSEC. All rights reserved."
import logging
import ctypes as c
from collections import namedtuple
......
# encoding: utf-8
__copyright__ = "Copyright (C) 2015 University of Wisconsin SSEC. All rights reserved."
import io
import sys
import logging
......
# encoding: utf-8
__copyright__ = "Copyright (C) 2015 University of Wisconsin SSEC. All rights reserved."
import os
import io
from datetime import datetime
......
# encoding: utf-8
__copyright__ = "Copyright (C) 2015 University of Wisconsin SSEC. All rights reserved."
from datetime import datetime, timedelta
......
# encoding: utf-8
__copyright__ = "Copyright (C) 2015 University of Wisconsin SSEC. All rights reserved."
import io
from edosl0util.stream import PacketStream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment