Commit 52c272ad11736ca8611fa8a0f1e502c668621df9

Authored by Elena.Budnik
1 parent 2bdc0416

data download

Showing 2 changed files with 34 additions and 32 deletions   Show diff stats
help/content.json
... ... @@ -125,7 +125,7 @@ children: [
125 125 },{
126 126 text:'Data Downloading',
127 127 children:[{
128   - text:'Data (TBU)',
  128 + text:'Data',
129 129 id: 'downloadDataHelp',
130 130 leaf:true
131 131 },{
... ...
help/downloadDataHelp
1   -<h2><img src="js/resources/images/16x16/download_manager.png" style="margin: 0px 10px 0px 0px;"/> Get Data </h2>
  1 +<h2><img src="js/resources/images/16x16/download_manager.png" style="margin: 0px 10px 0px 0px;"/> Get Data : DownloadData Module</h2>
  2 +<h3>1. Download settings</h3>
2 3 <p>To download a parameter, <b><i>drag</i></b> it from the Parameter tree and <b><i>drop</i></b> onto the
3   -<b><i>Download</i></b> panel.</br></br>
4   -<img align="left" SRC="help/images/downloadnew.png" style="margin: 0px 15px 0px 0px;"/>
5   -</p>
6   -<p>
7   -There are three main downloading options:</br>
8   -1. <b><i>One File Per Param/Interval</i></b></br>
  4 +<b><i>Download</i></b> panel.</br>
  5 +There are three main downloading options (<b><i>File Structure</i></b>) : </br>
  6 +<img align="left" SRC="help/images/downloadnew.png" style="margin: 10px 10px 0px 0px;"/>
  7 +</br><b><i>1. One File Per Param/Interval</i></b></br>
9 8 Each parameter and each time interval from time table (if you download data for intervals from a Time Table)
10 9 is output into separate file. <br/>
11   -Sampling time = original parameter sampling time. <br/>
12   -Note that <b><i>Sampling Time step</i></b> and <b><i>use first parameter as reference for sampling</i></b> are not available for this type of data download.</br>
13   -2. <b><i>All in One File</i></b></br>
14   -All parameters are downloaded into one file.</br>
15   -3. <b><i>One File Per Time interval</i></b></br>
16   -All parameters you select are downloaded into one file for each time interval.</br>
17   -In case 2 and 3 you have to define common <b><i>Sampling Time step</i></b>, you can <b><i>use first parameter as reference for sampling</i></b></br>You may give your own <b><i>Output File Prefix</i></b>.</br></br></br>
18   -
19   -You may write <b><i>header</i></b> into Data File or into a separate File.</br>
20   -You may choose the File Format (<b><i>ASCII</i></b> or <b><i>VOTable</i></b>).</br>
21   -You may <b><i>zip</i></b> or <b><i>tar+gzip</i></b> those files.<br/></br>
22   -<b>Time</b> can be selected by <b>Interval</b> or by <b>Time Table</b></br>
23   -To select a time table, <b><i>drag</i></b> it from the Time Tables tree and <b><i>drop</i></b> onto the Time Table panel</br></br>
24   -<IMG SRC="help/images/timeTT.png"/></br></br>
25   -
26   -<h3> Results of Download </h3>
27   -After clicking on the <IMG SRC="help/images/download_button.png" align="top" /> button, if your job takes a long time the job is launched in batch</br></br>
28   -<IMG SRC="help/images/job.png" width="502" height="98"/></br></br>
29   -0therwise you can download immediately the result (in ASCII or VOTable)</br></br>
30   -<IMG SRC="help/images/result.png"/></br></br>
31   -
32   -<h3> Send via SAMP </h3>
33   -You can send the result of your download to clients who are connected to the SAMP hub</br></br>
34   -<IMG SRC="help/images/SampSend.png" />
  10 +Sampling time = original parameter sampling time.<br/>
  11 +Note that <b><i>Sampling Time</i></b> and <b><i>Use first parameter as reference for sampling</i></b> options
  12 +are not available for this type of data download.</br><br/>
  13 +<b><i>2. All in One File</i></b></br>
  14 +All parameters are downloaded into one file.</br></br>
  15 +<b><i>3. One File Per Time interval</i></b></br>
  16 +All parameters you select are downloaded into one file for each time interval.</br></br>
  17 +In case 2) and 3) you have to define common <b><i>Sampling Time</i></b>, and you may
  18 +<b><i>Use first parameter as reference for sampling</i></b>.
  19 +<hr>
  20 +<h3>2. Time Selection</h3>
  21 + You may use Time Table / Catalog as <b><i>input times</i></b>. <br/> Switch
  22 + time selector to <b><i>TimeTable or Catalog</i></b> mode by clicking corresponding tab
  23 + and <b><i>drag-and-drop</i></b> TimeTable / Catalog from the WorkSpace Explorer Tree on the <b><i>time selection</i></b> panel.
  24 + <img src="help/images/timeTT.png" style="margin: 10px 0px 10px 0px;"/></br></br>
  25 +<hr>
  26 +<h3>3. Results of Download </h3>
  27 +If your downloading takes a long time it is forked into <b><i>a batch mode</i></b>.
  28 +You receive an info message :
  29 +<img src="help/images/job.png" style="margin: 10px 0px 10px 0px;"/>
  30 +<br/>
  31 +0therwise you can immediately download your result file :
  32 +<img src="help/images/result.png" style="margin: 10px 0px 10px 0px;"/></br></br>
  33 +<hr>
  34 +<h3>4. Send via SAMP </h3>
  35 +You can send the result of your download to clients who are connected to the SAMP hub
  36 +<IMG SRC="help/images/SampSend.png" style="margin: 10px 0px 10px 0px;"/>
... ...