TNO Intern

Commit dfbce942 authored by Arjo Segers's avatar Arjo Segers
Browse files

Commented debug statement.

parent 9c2d2348
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -2860,11 +2860,11 @@ class CSO_S5p_Convert(utopya.UtopyaRc):
            # info ...
            logging.info(indent + '  orbit "%s" ...' % orbit)

            # TESTING ..
            if orbit != "21861":
                logging.warning(f"{indent}    skip!")
                continue
            #endif
            ## TESTING ..
            #if orbit != "21861":
            #    logging.warning(f"{indent}    skip!")
            #    continue
            ##endif

            # select single orbit matching expression:
            odf = xlst.Select(
@@ -3226,8 +3226,8 @@ class CSO_S5p_Download(utopya.UtopyaRc):
    The expressions should include templates '%{header}' for the column values.
    Example to select files from collection '03', preferably from processing 'RPRO' but otherwise from 'OFFL'::

        <rcbase>.selection           :  (%{collection} == '03') and (%{processing} == 'RPRO') ; \\
                                        (%{collection} == '03') and (%{processing} == 'OFFL')
        <rcbase>.selection           :  (%{collection} == '03') & (%{processing} == 'RPRO') ; \\
                                        (%{collection} == '03') & (%{processing} == 'OFFL')

    Sometimes a file cannot be converted, for example because it is corrupted or could not be downloaded at all.
    Specify an (optional) blacklist::