diff --git a/pysatNASA/instruments/maven_ngims.py b/pysatNASA/instruments/maven_ngims.py index 1b85f667..d8b4a2ee 100644 --- a/pysatNASA/instruments/maven_ngims.py +++ b/pysatNASA/instruments/maven_ngims.py @@ -32,7 +32,7 @@ import pysat from pysat.instruments.methods import general as mm_gen from pysatNASA.instruments.methods import cdaweb as cdw -from pysatNASA.instruments.methods import generl as mm_nasa +from pysatNASA.instruments.methods import general as mm_nasa platform = 'maven' name = 'ngims' @@ -60,7 +60,7 @@ # support download routine # use the default CDAWeb method modified for the PDS website basic_tag1 = {'remote_dir': ''.join(('/PDS/data/PDS4/MAVEN/ngims_bundle/l2/', - '{year:0exi4d}/{month:02d}/')), + '{year:04d}/{month:02d}/')), 'fname': fname1} basic_tag2 = {'remote_dir': ''.join(('/PDS/data/PDS4/MAVEN/ngims_bundle/l2/', '{year:04d}/{month:02d}/')),