Commit b40eede0 authored by Carina Lansing's avatar Carina Lansing
Browse files

Updated more documentation.

parent 9b7d74e0
......@@ -1046,8 +1046,8 @@ class Process:
but before the retrieved observations are merged and QC is applied.
Args:
- int begin_date: the begin time of the current processing interval
- int end_date: the end time of the current processing interval
begin_date (int): the begin time of the current processing interval
end_date (int): the end time of the current processing interval
-----------------------------------------------------------------------"""
pass
......@@ -1076,8 +1076,8 @@ class Process:
applied.
Args:
- int begin_date: the begin time of the current processing interval
- int end_date: the end time of the current processing interval
begin_date (int): the begin time of the current processing interval
end_date (int): the end time of the current processing interval
-----------------------------------------------------------------------"""
pass
......@@ -1104,8 +1104,8 @@ class Process:
transformation, but before the output datasets are created.
Args:
- int begin_date: the begin time of the current processing interval
- int end_date: the end time of the current processing interval
begin_date (int): the begin time of the current processing interval
end_date (int): the end time of the current processing interval
-----------------------------------------------------------------------"""
pass
......@@ -1137,8 +1137,8 @@ class Process:
datasets are created, but before they are stored to disk.
Args:
- int begin_date: the begin time of the current processing interval
- int end_date: the end time of the current processing interval
begin_date (int): the begin time of the current processing interval
end_date (int): the end time of the current processing interval
-----------------------------------------------------------------------"""
pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment