~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to install/hvpull/servers/lmsal.py

  • Committer: Keith Hughitt
  • Date: 2012-04-23 16:02:25 UTC
  • mto: This revision was merged to the branch mainline in revision 732.
  • Revision ID: keith.hughitt@nasa.gov-20120423160225-xzoh82ejf37c8yr7
Incorporated HVPull code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""LMSAL DataServer definition"""
 
2
from hvpull.servers import DataServer
 
3
 
 
4
class LMSALDataServer(DataServer):
 
5
    """LMSAL Datasource definition"""
 
6
    def __init__(self):
 
7
        """Defines the root directory of where the data is kept at LMSAL."""
 
8
        DataServer.__init__(self, "http://sdowww.lmsal.com/sdomedia/hv_jp2kwrite/v0.8/jp2/")