@@ -149,10 +149,7 @@ def parse_args(self, *args, **kwargs):
149149        output_type = "uint16" ,
150150        scale_factor = 50.0 ,
151151        nc_dims = ("obs" ,),
152-         nc_attr = dict (
153-             long_name = "Distance to next position" ,
154-             units = "m" ,
155-         ),
152+         nc_attr = dict (long_name = "Distance to next position" , units = "m" ,),
156153    ),
157154    virtual = dict (
158155        attr_name = None ,
@@ -304,18 +301,14 @@ def parse_args(self, *args, **kwargs):
304301        nc_name = "i" ,
305302        nc_type = "uint16" ,
306303        nc_dims = ("obs" ,),
307-         nc_attr = dict (
308-             long_name = "Longitude index in the grid of the detection" ,
309-         ),
304+         nc_attr = dict (long_name = "Longitude index in the grid of the detection" ,),
310305    ),
311306    j = dict (
312307        attr_name = "j" ,
313308        nc_name = "j" ,
314309        nc_type = "uint16" ,
315310        nc_dims = ("obs" ,),
316-         nc_attr = dict (
317-             long_name = "Latitude index in the grid of the detection" ,
318-         ),
311+         nc_attr = dict (long_name = "Latitude index in the grid of the detection" ,),
319312    ),
320313    eke = dict (
321314        attr_name = "eke" ,
@@ -364,8 +357,7 @@ def parse_args(self, *args, **kwargs):
364357        nc_type = "uint32" ,
365358        nc_dims = ("obs" ,),
366359        nc_attr = dict (
367-             long_name = "Trajectory number" ,
368-             comment = "Trajectory identification number" ,
360+             long_name = "Trajectory number" , comment = "Trajectory identification number" ,
369361        ),
370362    ),
371363    sub_track = dict (
@@ -374,8 +366,7 @@ def parse_args(self, *args, **kwargs):
374366        nc_type = "uint32" ,
375367        nc_dims = ("obs" ,),
376368        nc_attr = dict (
377-             long_name = "Segment Number" ,
378-             comment = "Segment number inside a group" ,
369+             long_name = "Segment Number" , comment = "Segment number inside a group" ,
379370        ),
380371    ),
381372    n = dict (
@@ -498,11 +489,7 @@ def parse_args(self, *args, **kwargs):
498489        output_type = "u1" ,
499490        scale_factor = 0.4 ,
500491        nc_dims = ("obs" ,),
501-         nc_attr = dict (
502-             units = "%" ,
503-             comment = "score" ,
504-             long_name = "Score" ,
505-         ),
492+         nc_attr = dict (units = "%" , comment = "score" , long_name = "Score" ,),
506493    ),
507494    index_other = dict (
508495        attr_name = None ,
@@ -571,10 +558,7 @@ def parse_args(self, *args, **kwargs):
571558        old_nc_name = ["Chl" ],
572559        nc_type = "f4" ,
573560        nc_dims = ("obs" ,),
574-         nc_attr = dict (
575-             long_name = "Log base 10 chlorophyll" ,
576-             units = "Log(Chl/[mg/m^3])" ,
577-         ),
561+         nc_attr = dict (long_name = "Log base 10 chlorophyll" , units = "Log(Chl/[mg/m^3])" ,),
578562    ),
579563    dchl = dict (
580564        attr_name = None ,
@@ -594,8 +578,7 @@ def parse_args(self, *args, **kwargs):
594578        nc_type = "f4" ,
595579        nc_dims = ("obs" ,),
596580        nc_attr = dict (
597-             long_name = "Log base 10 background chlorophyll" ,
598-             units = "Log(Chl/[mg/m^3])" ,
581+             long_name = "Log base 10 background chlorophyll" , units = "Log(Chl/[mg/m^3])" ,
599582        ),
600583    ),
601584    year = dict (
@@ -604,32 +587,23 @@ def parse_args(self, *args, **kwargs):
604587        old_nc_name = ["Year" ],
605588        nc_type = "u2" ,
606589        nc_dims = ("obs" ,),
607-         nc_attr = dict (
608-             long_name = "Year" ,
609-             units = "year" ,
610-         ),
590+         nc_attr = dict (long_name = "Year" , units = "year" ,),
611591    ),
612592    month = dict (
613593        attr_name = None ,
614594        nc_name = "month" ,
615595        old_nc_name = ["Month" ],
616596        nc_type = "u1" ,
617597        nc_dims = ("obs" ,),
618-         nc_attr = dict (
619-             long_name = "Month" ,
620-             units = "month" ,
621-         ),
598+         nc_attr = dict (long_name = "Month" , units = "month" ,),
622599    ),
623600    day = dict (
624601        attr_name = None ,
625602        nc_name = "day" ,
626603        old_nc_name = ["Day" ],
627604        nc_type = "u1" ,
628605        nc_dims = ("obs" ,),
629-         nc_attr = dict (
630-             long_name = "Day" ,
631-             units = "day" ,
632-         ),
606+         nc_attr = dict (long_name = "Day" , units = "day" ,),
633607    ),
634608    nb_contour_selected = dict (
635609        attr_name = None ,
0 commit comments