Upload progress

Wed, 12 Mar 2014 10:57:25 +0200

author
Iannis <ioannis@inoe.ro>
date
Wed, 12 Mar 2014 10:57:25 +0200
changeset 42
01cfcb387e7f
parent 41
c9ba4c828051
child 43
bda5e7160bf6

Upload progress

docs/conf.py file | annotate | diff | comparison | revisions
docs/data_processing/introduction.rst file | annotate | diff | comparison | revisions
docs/data_processing/uploading_measurements.rst file | annotate | diff | comparison | revisions
--- a/docs/conf.py	Wed Mar 12 09:58:25 2014 +0200
+++ b/docs/conf.py	Wed Mar 12 10:57:25 2014 +0200
@@ -184,7 +184,7 @@
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
   ('index', 'SingleCalculusChain.tex', u'Single Calculus Chain Documentation',
-   u'SCC team', 'manual'),
+   u"Ioannis Binietoglou, Holger Baars, Giuseppe D'Amico", 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
--- a/docs/data_processing/introduction.rst	Wed Mar 12 09:58:25 2014 +0200
+++ b/docs/data_processing/introduction.rst	Wed Mar 12 10:57:25 2014 +0200
@@ -5,7 +5,7 @@
 and ancillary files, monitor the processing progress, and view the output 
 results of the SCC.
 
-The data processing section consist of three subsections:
+The data processing documentation consist of three subsections:
 
 * The procedures of submitting new data for processing are described 
   in the :ref:`uploading_measurements` section.
--- a/docs/data_processing/uploading_measurements.rst	Wed Mar 12 09:58:25 2014 +0200
+++ b/docs/data_processing/uploading_measurements.rst	Wed Mar 12 10:57:25 2014 +0200
@@ -2,4 +2,76 @@
 
 Uploading measurements
 ======================
-123
+
+New measurements can be uploaded using the "Quick Upload" link in the data
+processing submenu. There, you will need to fill and submit the provided form. 
+
+
+Form fields
+-----------
+
+System (Required)
+   This field specifies the system configuration that was used to perform the
+   measurement. The available systems can be managed in the "Station Admin" 
+   section of the site. You can later change the system used in the processing 
+   of the measurement again in the "Station Admin" section.
+
+Data file (Required)
+   In this field you have to select the measurement file that will be processed.
+   The file has to be in the specific format described in :ref:`netcdf_file`. 
+    
+Sounding file (Optional)
+   In this optional field you can submit a sounding file that will be used
+   by your measurements in the processing. The file needs to follow the netcdf
+   file format specified in the pdf file found in the :ref:`netcdf_file` section. 
+   The file you submit will not be  necessarily connected with the 
+   submitted measurement; which sounding file will be used in the processing of 
+   each measurement is specified in the measurement's file. The file you upload 
+   will, nevertheless, remain on the SCC and will be used whenever needed.
+   
+Overlap file (Optional)
+   In this optional field you can submit a overlap file that will be used
+   by your measurements in the processing. The file needs to follow the netcdf
+   file format specified in the pdf file found in the :ref:`netcdf_file` section. 
+   The file you submit will not be  necessarily connected with the 
+   submitted measurement; which overlap file will be used in the processing of 
+   each measurement is specified in the measurement's file. The file you upload 
+   will, nevertheless, remain on the SCC and will be used whenever needed.
+   
+Lidar ratio file (Optional)
+   In this optional field you can submit a lidar ratio file that will be used
+   by your measurements in the processing. The file needs to follow the netcdf
+   file format specified in the pdf file found in the :ref:`netcdf_file` section. 
+   The file you submit will not be  necessarily connected with the 
+   submitted measurement; which lidar ratio file will be used in the processing 
+   of each measurement is specified in the measurement's file. The file you 
+   upload will, nevertheless, remain on the SCC and will be used whenever needed.
+   
+Categories (Optional)
+   You can assign a number of categories to the uploaded measurement. The 
+   categories you assign can be lated changed in the in the "Station Admin"
+   section of the site. You can select multiple categories by holding down the 
+   "Control" key (PC) or "Command" key (MAC) while selecting.
+
+
+Form Validation
+---------------
+
+
+.. note::
+   
+   Uploading the measurement file can take considerable time, depending on 
+   the size of the file and the speed of your Internet connection. In the
+   current version of the site, no feedback is provided during the upload.
+   You can get information on your upload progress depending on your browser:
+    
+   Firefox
+      You can install the following add-on.
+      https://addons.mozilla.org/en-US/firefox/addon/uploadprogress/
+
+   Chrome
+      A progress indicator is built it.
+   
+   IE 9- 
+      No progress bar is available (as far as we know).
+

mercurial