##// END OF EJS Templates
Update html images routes
jespinoza -
r14:8f437cc4b32c
parent child
Show More
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Is Madrigal appropriate</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Is Madrigal appropriate for my instrument(s)?<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -38,14 +38,14
38 38 <!-- InstanceBeginEditable name="EditDoc" -->
39 39 <h1 align="center">Is Madrigal appropriate for my instrument(s)?</h1>
40 40 <p>The Madrigal database is designed to hold data about the upper atmosphere. One of the strengths of the Madrigal is that most of the measured parameters it contains are defined
41 in a community standard, whose metadata can be found under the Access metadata tab. With the release of Madrigal 3.0, the file format is now Hdf2 with the restrictions defined in the <a href="/static/CEDARMadrigalHdf5Format.pdf">CEDAR Madrigal Hdf5 file format</a>. This standard defines many frames of reference used commonly in atmospheric science, such as geodetic coordinates, geomagnetic coordinates, or radar (azimuth, elevation, and range) coordinates. Upper atmospheric data that can fit into one of these coordinate systems is a good candidate for Madrigal. Madrigal is not presently designed to handle spacecraft ephemeris in order to determine location, and to date Madrigal has only been used to hold spacecraft data that is independent of position (such as solar wind) or can be converted to one of the coordinate systems discussed above (such as total electron concentration in geodetic coordinates from GPS satellites).</p>
41 in a community standard, whose metadata can be found under the Access metadata tab. With the release of Madrigal 3.0, the file format is now Hdf2 with the restrictions defined in the <a href="{% static 'CEDARMadrigalHdf5Format.pdf">CEDAR Madrigal Hdf5 file format</a>. This standard defines many frames of reference used commonly in atmospheric science, such as geodetic coordinates, geomagnetic coordinates, or radar (azimuth, elevation, and range) coordinates. Upper atmospheric data that can fit into one of these coordinate systems is a good candidate for Madrigal. Madrigal is not presently designed to handle spacecraft ephemeris in order to determine location, and to date Madrigal has only been used to hold spacecraft data that is independent of position (such as solar wind) or can be converted to one of the coordinate systems discussed above (such as total electron concentration in geodetic coordinates from GPS satellites).</p>
42 42 <p>Generally, if the <a href="{% url 'parameter_metadata' %}">parameters found in the metadata</a> are appropriate for you, or only a few additions need to be made, then data from your instrument(s) is probably appropriate for Madrigal. Please feel free to contact the <a href="mailto:madrigal@haystack.mit.edu">OpenMadrigal administrator</a> if you have any questions about using Madrigal. </p>
43 43 <!-- InstanceEndEditable -->
44 44 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
45 45 <tr>
46 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
47 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
48 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
46 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
47 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
48 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
49 49 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Is Madrigal appropriate for my instrument(s)?<!-- InstanceEndEditable --></td>
50 50 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
51 51 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Creating and modifying Madrigal experiments</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Creating and modifying Madrigal experiments <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -343,15 +343,15 existing experiment. Information such as the duration of the
343 343 </blockquote>
344 344 </li>
345 345 </ul>
346 <p>As an example of plots associated with individual records, lets say you have a Madrigal experiment in the directory /opt/madrigal/experiments/2002/01oct02, with a file named mlh021001a.001.hdf5. If this file had 10 records, you could then create 10 plot files called plot001.png through plot010.png. You would then create the subdirectories plots/mlh021001a.001.hdf5/ under the main directory /opt/madrigal/experiments/2002/01oct02/, and put those 10 plot files there. </p>
346 <p>As an example of plots associated with individual records, lets say you have a Madrigal experiment in the directory /opt/madrigal/experiments/2002/01oct02, with a file named mlh021001a.001.hdf5. If this file had 10 records, you could then create 10 plot files called plot001.png' %} through plot010.png' %}. You would then create the subdirectories plots/mlh021001a.001.hdf5/ under the main directory /opt/madrigal/experiments/2002/01oct02/, and put those 10 plot files there. </p>
347 347 <p><br>
348 348 </p>
349 349 <!-- InstanceEndEditable -->
350 350 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
351 351 <tr>
352 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
353 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
354 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
352 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
353 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
354 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
355 355 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Creating and modifying Madrigal experiments<!-- InstanceEndEditable --></td>
356 356 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
357 357 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -81,7 +81,7 body .il { color: #666666 } /* Literal.Number.Integer.Long */
81 81 </style>
82 82
83 83 <!-- InstanceEndEditable -->
84 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
84 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
85 85 <style type="text/css">
86 86 html body {
87 87 background-color: {{bg_color}};
@@ -93,9 +93,9 body .il { color: #666666 } /* Literal.Number.Integer.Long */
93 93 <body>
94 94 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
95 95 <tr>
96 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
97 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
98 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
96 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
97 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
98 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
99 99 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Creating and editing Madrigal data files <!-- InstanceEndEditable --></td>
100 100 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
101 101 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -111,7 +111,7 body .il { color: #666666 } /* Literal.Number.Integer.Long */
111 111 <hr/>
112 112 <!-- InstanceBeginEditable name="EditDoc" -->
113 113 <h1 align="center">Creating and editing Madrigal data files</h1>
114 <p>A key element in administering the Madrigal database is the ability to create and edit Madrigal data files. An ambitious Madrigal administrator could read the <a href="/static/CEDARMadrigalHdf5Format.pdf" target="_blank">CEDAR Madrigal Hdf5 format</a> description and write their own code from scratch. However, Madrigal provides API's and examples in two languages, Python and Matlab, to make this chore much, much easier. This section describes how to create Madrigal files using each of those two languages.</p>
114 <p>A key element in administering the Madrigal database is the ability to create and edit Madrigal data files. An ambitious Madrigal administrator could read the <a href="{% static 'CEDARMadrigalHdf5Format.pdf" target="_blank">CEDAR Madrigal Hdf5 format</a> description and write their own code from scratch. However, Madrigal provides API's and examples in two languages, Python and Matlab, to make this chore much, much easier. This section describes how to create Madrigal files using each of those two languages.</p>
115 115 <ul>
116 116 <li><a href="#python">Python</a></li>
117 117 <li><a href="#matlab">Matlab</a></li>
@@ -594,9 +594,9 Example:
594 594 <!-- InstanceEndEditable -->
595 595 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
596 596 <tr>
597 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
598 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
599 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
597 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
598 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
599 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
600 600 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Creating and editing Madrigal data files <!-- InstanceEndEditable --></td>
601 601 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
602 602 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>How Madrigal data is organized</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->How Madrigal data is organized <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -48,7 +48,7
48 48 Each experiment directory may contain:
49 49 <ul>
50 50 <li>The metadata file fileTab.txt for this experiment. This table must have one entry for each Madrigal format file in the experiment. This file is created automatically if you use the tools described in the <a href="ad_createExp.html">creating experiments</a> section. </li>
51 <li>One or more datasets in <a href="/static/CEDARMadrigalHdf5Format.pdf" target="_blank">CEDAR Madrigal Hdf5 format</a>. </li>
51 <li>One or more datasets in <a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}" target="_blank">CEDAR Madrigal Hdf5 format</a>. </li>
52 52 <li>Subdirectories containing an html file named index.html . Links to these files will show up the experiment page. </li>
53 53 <li>Html pages in the main directory, and again links to these files will show up the experiment page. </li>
54 54 <li>Plots or other files related to individual records in the dataset. Links to these files appear next to the appropriate record in the summarizeCedarFile.cgi page. These files must be located in the subdirectory "plots/[file name]/records" under the experiment directory. In order for the script to determine which file goes with which record, the files must include a five digit number somewhere in its name. For example, plot00027.gif would appear as a link next to record 27 in summarizeCedarFile.cgi. More than one file can be associated with a given record. </li>
@@ -66,9 +66,9 Each experiment directory may contain:
66 66 <!-- InstanceEndEditable -->
67 67 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
68 68 <tr>
69 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
70 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
71 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
69 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
70 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
71 <td width="5%"><a href="{% url 'docs' 'ad_createFiles.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
72 72 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->How Madrigal data is organized<!-- InstanceEndEditable --></td>
73 73 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
74 74 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Installing Madrigal for the first time</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_appropriate.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_appropriate.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Installing Madrigal for the first time <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -160,9 +160,9 If you would like to throttle the number of Madrigal admin emails you receive, s
160 160 <!-- InstanceEndEditable -->
161 161 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
162 162 <tr>
163 <td width="5%"><a href="{% url 'docs' 'ad_appropriate.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
164 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
165 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
163 <td width="5%"><a href="{% url 'docs' 'ad_appropriate.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
164 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
165 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
166 166 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Installing Madrigal for the first time <!-- InstanceEndEditable --></td>
167 167 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
168 168 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Using isprint</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Using isprint <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -133,9 +133,9 the default is to use the independent parms in the original file. Ignored if onl
133 133 <!-- InstanceEndEditable -->
134 134 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
135 135 <tr>
136 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
137 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
138 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
136 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
137 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
138 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
139 139 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Command line interface to Madrigal<!-- InstanceEndEditable --></td>
140 140 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
141 141 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>User access logging</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_isprint.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_isprint.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Creating direct links to experiments/files <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -64,9 +64,9 they will first go to the register page, and then directly to the requested url.
64 64 <!-- InstanceEndEditable -->
65 65 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
66 66 <tr>
67 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
68 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
69 <td width="5%"><a href="{% url 'docs' 'ad_isprint.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
67 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
68 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
69 <td width="5%"><a href="{% url 'docs' 'ad_isprint.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
70 70 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Creating direct links to experiments/files<!-- InstanceEndEditable --></td>
71 71 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
72 72 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>User access logging</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->User access logging <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -57,9 +57,9 Bill Rideout,brideout@haystack.mit.edu,MIT Haystack,2006-01-03 10-10-17,/opt/mad
57 57 <!-- InstanceEndEditable -->
58 58 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
59 59 <tr>
60 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
61 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
62 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
60 <td width="5%"><a href="{% url 'docs' 'ad_other.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
61 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
62 <td width="5%"><a href="{% url 'docs' 'ad_links.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
63 63 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->User access logging <!-- InstanceEndEditable --></td>
64 64 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
65 65 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Madrigal data model</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->The Madrigal data model and metadata files <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -137,7 +137,7 to files with different sets of measured parameters. For these two cases, each f
137 137 kindat code (see below). Another reason for multiple files is that older, historical files can be
138 138 kept on-line for reference purposes. </p>
139 139
140 <p>With Madrigal 3, the format of these files is Hdf5 as defined by the <a href="/static/CEDARMadrigalHdf5Format.pdf" target="_blank">CEDAR Madrigal Hdf5 file format</a>. Each file may contain only one kindat. The category field is used to distinguish
140 <p>With Madrigal 3, the format of these files is Hdf5 as defined by the <a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}" target="_blank">CEDAR Madrigal Hdf5 file format</a>. Each file may contain only one kindat. The category field is used to distinguish
141 141 files which are of historical interest only, e.g. a file which have been superseded by a file with an
142 142 improved electron density calibration. In some cases there may be more than one up-to-date variant of a
143 143 file, e.g. when different analysis options have been chosen. In this case one of these files is designated
@@ -229,14 +229,14 This file contains the following comma-separated fields:</p>
229 229 </ul>
230 230 <p>&nbsp;</p>
231 231 <h4><a name="data" id="data"></a>File data </h4>
232 <p>The bottom level of the Madrigal data model is of course the data itself. With Madrigal 3.0 and beyond, the actual file format is Hdf5 that follows the rules defined in the <a href="/static/CEDARMadrigalHdf5Format.pdf" target="_blank">CEDAR Madrigal Hdf5 format</a> document. A Madrigal file is made up of a series of records, each with a start and stop time, representing the integration period of measurement (Madrigal tries to enforce the idea that all measurements take a finite time, but sometimes the start time = the stop time).</p>
232 <p>The bottom level of the Madrigal data model is of course the data itself. With Madrigal 3.0 and beyond, the actual file format is Hdf5 that follows the rules defined in the <a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}" target="_blank">CEDAR Madrigal Hdf5 format</a> document. A Madrigal file is made up of a series of records, each with a start and stop time, representing the integration period of measurement (Madrigal tries to enforce the idea that all measurements take a finite time, but sometimes the start time = the stop time).</p>
233 233 <p>Each Cedar parameter can also have an associated error value. This error value can have the special values &quot;missing&quot;, &quot;assumed&quot;, or &quot;known bad&quot;. If an error parameter is &quot;assumed&quot;, the implication is that the measured value itself is assumed, and does not represent a measured value. If the error value is &quot;known bad&quot;, the measured data is known to have a problem.</p>
234 234 <!-- InstanceEndEditable -->
235 235 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
236 236 <tr>
237 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
238 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
239 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
237 <td width="5%"><a href="{% url 'docs' 'ad_upgrade.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
238 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
239 <td width="5%"><a href="{% url 'docs' 'ad_experiments.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
240 240 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->The Madrigal data model and metadata files <!-- InstanceEndEditable --></td>
241 241 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
242 242 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -15,7 +15,7
15 15 -->
16 16 </style>
17 17 <!-- InstanceEndEditable -->
18 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
18 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
19 19 <style type="text/css">
20 20 html body {
21 21 background-color: {{bg_color}};
@@ -27,9 +27,9
27 27 <body>
28 28 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
29 29 <tr>
30 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
31 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
32 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
30 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
31 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
32 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
33 33 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Other administrative tasks <!-- InstanceEndEditable --></td>
34 34 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
35 35 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -211,9 +211,9 LOGGING = {
211 211 <!-- InstanceEndEditable -->
212 212 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
213 213 <tr>
214 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
215 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
216 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
214 <td width="5%"><a href="{% url 'docs' 'ad_createExp.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
215 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
216 <td width="5%"><a href="{% url 'docs' 'ad_logging.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
217 217 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Other administrative tasks <!-- InstanceEndEditable --></td>
218 218 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
219 219 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Upgrading Madrigal</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Upgrading to Madrigal 3<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -144,9 +144,9 If you would like to throttle the number of Madrigal admin emails you receive, s
144 144 <!-- InstanceEndEditable -->
145 145 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
146 146 <tr>
147 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
148 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
149 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
147 <td width="5%"><a href="{% url 'docs' 'ad_install.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
148 <td width="5%"><a href="{% url 'docs' 'admin.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
149 <td width="5%"><a href="{% url 'docs' 'ad_metadata.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
150 150 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Upgrading or moving Madrigal <!-- InstanceEndEditable --></td>
151 151 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
152 152 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Madrigal administrator's guide</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/madrigal/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="/madrigal{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -60,8 +60,8
60 60 </ul>
61 61 </li>
62 62 <li><a href="{% url 'docs' 'dev_derivation.html' %}">Madrigal derivation engine</a></li>
63 <li><a href="/static/CEDARMadrigalHdf5Format.pdf">CEDAR Madrigal Hdf5 file format</a></li>
64 <li><a href="/static/cedarFormat.pdf">Deprecated Cedar file format</a></li>
63 <li><a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}">CEDAR Madrigal Hdf5 file format</a></li>
64 <li><a href="{% static 'cedarFormat.pdf' %}">Deprecated Cedar file format</a></li>
65 65 </ul>
66 66 <!-- InstanceEndEditable -->
67 67 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
@@ -7,21 +7,21
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Madrigal Derivation Engine</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
14 14 }
15 15 </style>
16 <!-- InstanceParam name="href_up_top" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_next_top" type="text" value="/static/CEDARMadrigalHdf5Format.pdf" --><!-- InstanceParam name="href_back_top" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_back_bottom" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_up_bottom" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_next_bottom" type="text" value="/static/CEDARMadrigalHdf5Format.pdf" --><!-- InstanceParam name="href_prev_top" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_uptitle_top" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_nexttitle_top" type="text" value="/static/CEDARMadrigalHdf5Format.pdf" --><!-- InstanceParam name="href_prevtitle_bottom" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_uptitle_bottom" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_nexttitle_bottom" type="text" value="/static/CEDARMadrigalHdf5Format.pdf" -->
16 <!-- InstanceParam name="href_up_top" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_next_top" type="text" value="{% static 'CEDARMadrigalHdf5Format.pdf' %}" --><!-- InstanceParam name="href_back_top" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_back_bottom" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_up_bottom" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_next_bottom" type="text" value="{% static 'CEDARMadrigalHdf5Format.pdf' %}" --><!-- InstanceParam name="href_prev_top" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_uptitle_top" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_nexttitle_top" type="text" value="{% static 'CEDARMadrigalHdf5Format.pdf' %}" --><!-- InstanceParam name="href_prevtitle_bottom" type="text" value="madrigal/ui/web.m.html" --><!-- InstanceParam name="href_uptitle_bottom" type="text" value="dev_contents.html" --><!-- InstanceParam name="href_nexttitle_bottom" type="text" value="{% static 'CEDARMadrigalHdf5Format.pdf' %}" -->
17 17 </head>
18 18
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'madrigal/ui/web.m.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="/static/CEDARMadrigalHdf5Format.pdf"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'madrigal/ui/web.m.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Madrigal Derivation Engine<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -33,7 +33,7
33 33 <b class="navlabel">&nbsp;&nbsp;Up:</b>
34 34 <a class="sectref" href="{% url 'docs' 'dev_contents.html' %}"><!-- InstanceBeginEditable name="UpTitle" -->Developer's toc <!-- InstanceEndEditable --></A>
35 35 <b class="navlabel">&nbsp;&nbsp;Next:</b>
36 <a class="sectref" href="/static/CEDARMadrigalHdf5Format.pdf"><!-- InstanceBeginEditable name="NextTitle" -->CEDAR Madrigal Hdf5 File Format<!-- InstanceEndEditable --></A></div>
36 <a class="sectref" href="{% static 'CEDARMadrigalHdf5Format.pdf' %}"><!-- InstanceBeginEditable name="NextTitle" -->CEDAR Madrigal Hdf5 File Format<!-- InstanceEndEditable --></A></div>
37 37 <hr/>
38 38 <!-- InstanceBeginEditable name="EditDoc" -->
39 39 <h1 align="center">Madrigal Derivation Engine</h1>
@@ -74,9 +74,9
74 74 <!-- InstanceEndEditable -->
75 75 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
76 76 <tr>
77 <td width="5%"><a href="{% url 'docs' 'madrigal/ui/web.m.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
78 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
79 <td width="5%"><a href="/static/CEDARMadrigalHdf5Format.pdf"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
77 <td width="5%"><a href="{% url 'docs' 'madrigal/ui/web.m.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
78 <td width="5%"><a href="{% url 'docs' 'dev_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
79 <td width="5%"><a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
80 80 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Madrigal C API<!-- InstanceEndEditable --></td>
81 81 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
82 82 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -88,7 +88,7
88 88 <b class="navlabel">&nbsp;&nbsp;Up:</b>
89 89 <a class="sectref" href="{% url 'docs' 'dev_contents.html' %}"><!-- InstanceBeginEditable name="UpTitle2" -->Developer's toc<!-- InstanceEndEditable --></A>
90 90 <b class="navlabel">&nbsp;&nbsp;Next:</b>
91 <a class="sectref" href="/static/CEDARMadrigalHdf5Format.pdf"><!-- InstanceBeginEditable name="NextTitle2" -->CEDAR Madrigal Hdf5 File Format <!-- InstanceEndEditable --></A></div>
91 <a class="sectref" href="{% static 'CEDARMadrigalHdf5Format.pdf' %}"><!-- InstanceBeginEditable name="NextTitle2" -->CEDAR Madrigal Hdf5 File Format <!-- InstanceEndEditable --></A></div>
92 92 <hr/>
93 93 <p>&nbsp;</p>
94 94 </body>
@@ -5,7 +5,7
5 5 <head>
6 6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7 7 <title>Isprint filters description</title>
8 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
8 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
9 9 <style type="text/css">
10 10 html body {
11 11 background-color: {{bg_color}};
@@ -3,7 +3,7
3 3 <head>
4 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5 5 <title>Madrigal documentation - v3.0</title>
6 <link href="/madrigal/static/madrigal.css" rel="stylesheet" type="text/css" />
6 <link href="/madrigal{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
7 7 <style type="text/css">
8 8 html body {
9 9 background-color: {{bg_color}};
@@ -8,7 +8,7
8 8 <title>Madrigal history</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" -->
10 10 <!-- InstanceEndEditable -->
11 <link href="/madrigal/static/madrigal.css" rel="stylesheet" type="text/css" />
11 <link href="/madrigal{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
12 12 <style type="text/css">
13 13 html body {
14 14 background-color: {{bg_color}};
@@ -20,9 +20,9
20 20 <body>
21 21 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
22 22 <tr>
23 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal/static/previous.png" alt="previous" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal/static/up.png" alt="up" width="32" height="32" /></a></td>
25 <td width="5%"><a href="{% url 'docs' 'whatsNew.html' %}"><img src="/madrigal/static/next.png" alt="next" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
25 <td width="5%"><a href="{% url 'docs' 'whatsNew.html' %}"><img src="/madrigal{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
26 26 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Brief history of Madrigal <!-- InstanceEndEditable --></td>
27 27 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
28 28 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -42,7 +42,7
42 42 </center>
43 43 <p>Madrigal is a database of ground-based measurements and models of the Earth's upper atmosphere and ionosphere. It is the community database of the Coupling, Energetics and Dynamics of Atmospheric Regions (<a href="http://cedarweb.vsp.ucar.edu/wiki/index.php/Main_Page">CEDAR</a>) program, which is devoted to the characterization and understanding of the atmosphere above about 60 km, with emphasis on the various processes that determine the basic structure and composition of the atmosphere, and on the mechanisms that couple different atmospheric regions. Instruments developed or upgraded under CEDAR include interferometers, spectrometers, imagers, lidars and medium, high-frequency and incoherent scatter radars. The success of CEDAR has been due, in large measure, to its ability to encourage collaborative efforts coalescing observations, theory and modeling. The CEDAR community includes about 800 scientists and students from around the world.</p>
44 44 <p>From the inception of the CEDAR program in 1988, there has been a great concern among the members of the CEDAR community to make the data collected by the CEDAR instruments easily accessible for joint studies. Consequently, a high priority was placed on establishing a repository for CEDAR data and model results. An incoherent scatter radar database had been established at the National Center for Atmospheric Research (NCAR) in 1985, and this evolved into the CEDAR Database in 1989. By the end of 1997, it had grown to include data from 44 instruments and 16 models. Over 200 users have requested information from the Database. In 2012, the Madrigal database and the CEDAR database were combined into a single database system, the Madrigal CEDAR database, based at MIT Haystack Observatory.</p>
45 <p>A central element of the CEDAR Database is a standard data format. With Madrigal 3.0 the file format is now Hdf5, with a well-defined layout and parameters. This new CEDAR Hdf5 format is described <a href="/madrigal/static/CEDARMadrigalHdf5Format.pdf" target="_blank">here</a>. This format replaced the old <a href="/madrigal/static/cedarFormat.pdf">16 bit integer based format</a> that evolved from the format used by the earlier incoherent scatter database, which in turn evolved from an earlier version of Madrigal developed at the MIT Haystack Observatory in 1980. </p>
45 <p>A central element of the CEDAR Database is a standard data format. With Madrigal 3.0 the file format is now Hdf5, with a well-defined layout and parameters. This new CEDAR Hdf5 format is described <a href="/madrigal{% static 'CEDARMadrigalHdf5Format.pdf' %}" target="_blank">here</a>. This format replaced the old <a href="/madrigal{% static 'cedarFormat.pdf' %}">16 bit integer based format</a> that evolved from the format used by the earlier incoherent scatter database, which in turn evolved from an earlier version of Madrigal developed at the MIT Haystack Observatory in 1980. </p>
46 46 <p>Haystack maintains and develops the Madrigal CEDAR database as an open-source project with community contributions. With the Madrigal CEDAR database, the site owner stores only their own data, which they can add to or update at any time. However, because the Madrigal database shares its metadata with all other Madrigal sites, users browsing any Madrigal site can search for data at any other Madrigal site. In addition, a central archival Madrigal site (<a href="http://cedar.openmadrigal.org" target="_self">cedar.openmadrigal.org</a>) archives all Madrigal sites and stores data not stored at other Madrigal sites.</p>
47 47 <p>Madrigal data are arranged into &quot;experiments&quot;, which may contain data files, images, documentation, links, etc. A key feature of Madrigal is its seamless integration of archival and real-time data. A realtime file on Madrigal is accessed in exactly the same way as any archival file.</p>
48 48 <p>Madrigal has been installed at numerous locations in addition to Millstone Hill, including EISCAT, SRI International, and Jicamarca. The inventories of experiments available at each installation are available to the other installations through shared metadata. New Madrigal sites can be automatically added at any time.</p>
@@ -50,9 +50,9
50 50 <!-- InstanceEndEditable -->
51 51 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
52 52 <tr>
53 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal/static/previous.png" alt="previous" width="32" height="32" /></a></td>
54 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal/static/up.png" alt="up" width="32" height="32" /></a></td>
55 <td width="5%"><a href="{% url 'docs' 'whatsNew.html' %}"><img src="/madrigal/static/next.png" alt="next" width="32" height="32" /></a></td>
53 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
54 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
55 <td width="5%"><a href="{% url 'docs' 'whatsNew.html' %}"><img src="/madrigal{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
56 56 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Brief overview of Madrigal <!-- InstanceEndEditable --></td>
57 57 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
58 58 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1027,7 +1027,7 table {
1027 1027 }
1028 1028 }
1029 1029 </script>
1030 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1030 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1031 1031 <style type="text/css">
1032 1032 html body {
1033 1033 background-color: {{bg_color}};
@@ -1037,9 +1037,9 table {
1037 1037 <body>
1038 1038 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1039 1039 <tr>
1040 <td width="5%"><a href="index.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="cedar.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="index.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="cedar.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1043 1043 <td width="54%">madrigal.admin</td>
1044 1044 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1045 1045 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7882,9 +7882,9 this is the class that will generally be called when there is a problem.</p>
7882 7882 </div>
7883 7883 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
7884 7884 <tr>
7885 <td width="5%"><a href="index.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
7886 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
7887 <td width="5%"><a href="cedar.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
7885 <td width="5%"><a href="index.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
7886 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
7887 <td width="5%"><a href="cedar.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
7888 7888 <td width="54%">madrigal.admin</td>
7889 7889 <td width="13%"><a href="../madContents.html">Doc home </a></td>
7890 7890 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1034,7 +1034,7 table {
1034 1034 }
1035 1035 }
1036 1036 </script>
1037 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1037 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1038 1038 <style type="text/css">
1039 1039 html body {
1040 1040 background-color: {{bg_color}};
@@ -1044,9 +1044,9 table {
1044 1044 <body>
1045 1045 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1046 1046 <tr>
1047 <td width="5%"><a href="admin.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1048 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1049 <td width="5%"><a href="data.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1047 <td width="5%"><a href="admin.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1048 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1049 <td width="5%"><a href="data.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1050 1050 <td width="54%">madrigal.cedar</td>
1051 1051 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1052 1052 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -21226,9 +21226,9 first of the two files.</p>
21226 21226 </div>
21227 21227 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21228 21228 <tr>
21229 <td width="5%"><a href="admin.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
21230 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
21231 <td width="5%"><a href="data.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
21229 <td width="5%"><a href="admin.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
21230 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
21231 <td width="5%"><a href="data.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
21232 21232 <td width="54%">madrigal.cedar</td>
21233 21233 <td width="13%"><a href="../madContents.html">Doc home </a></td>
21234 21234 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1027,7 +1027,7 table {
1027 1027 }
1028 1028 }
1029 1029 </script>
1030 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1030 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1031 1031 <style type="text/css">
1032 1032 html body {
1033 1033 background-color: {{bg_color}};
@@ -1037,9 +1037,9 table {
1037 1037 <body>
1038 1038 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1039 1039 <tr>
1040 <td width="5%"><a href="cedar.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="derivation.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="cedar.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="derivation.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1043 1043 <td width="54%">madrigal.data</td>
1044 1044 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1045 1045 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -12210,9 +12210,9 and all parameters are converted to integers</p>
12210 12210 </div>
12211 12211 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
12212 12212 <tr>
12213 <td width="5%"><a href="cedar.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
12214 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
12215 <td width="5%"><a href="derivation.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
12213 <td width="5%"><a href="cedar.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
12214 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
12215 <td width="5%"><a href="derivation.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
12216 12216 <td width="54%">madrigal.cedar</td>
12217 12217 <td width="13%"><a href="../madContents.html">Doc home </a></td>
12218 12218 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1027,7 +1027,7 table {
1027 1027 }
1028 1028 }
1029 1029 </script>
1030 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1030 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1031 1031 <style type="text/css">
1032 1032 html body {
1033 1033 background-color: {{bg_color}};
@@ -1037,9 +1037,9 table {
1037 1037 <body>
1038 1038 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1039 1039 <tr>
1040 <td width="5%"><a href="data.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="isprint.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="data.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="isprint.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1043 1043 <td width="54%">madrigal.derivation</td>
1044 1044 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1045 1045 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -10316,9 +10316,9 operator - the operator to apply between mnemonic1 and mnemonic2. None if mnemo
10316 10316 </div>
10317 10317 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
10318 10318 <tr>
10319 <td width="5%"><a href="data.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
10320 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
10321 <td width="5%"><a href="isprint.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
10319 <td width="5%"><a href="data.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
10320 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
10321 <td width="5%"><a href="isprint.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
10322 10322 <td width="54%">madrigal.cedar</td>
10323 10323 <td width="13%"><a href="../madContents.html">Doc home </a></td>
10324 10324 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1025,7 +1025,7 table {
1025 1025 }
1026 1026 }
1027 1027 </script>
1028 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1028 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1029 1029 <style type="text/css">
1030 1030 html body {
1031 1031 background-color: {{bg_color}};
@@ -1035,9 +1035,9 table {
1035 1035 <body>
1036 1036 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1037 1037 <tr>
1038 <td width="5%"><a href="../dev_contents.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="../dev_contents.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="admin.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="../dev_contents.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="../dev_contents.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="admin.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1041 1041 <td width="54%">Internal Madrigal Python API Reference</td>
1042 1042 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1043 1043 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1193,9 +1193,9 are used instead. If the ma...</p></div>
1193 1193 </div>
1194 1194 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1195 1195 <tr>
1196 <td width="5%"><a href="../dev_contents.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1197 <td width="5%"><a href="../dev_contents.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1198 <td width="5%"><a href="admin.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1196 <td width="5%"><a href="../dev_contents.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1197 <td width="5%"><a href="../dev_contents.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1198 <td width="5%"><a href="admin.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1199 1199 <td width="54%">Internal Madrigal Python API Reference</td>
1200 1200 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1201 1201 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1025,7 +1025,7 table {
1025 1025 }
1026 1026 }
1027 1027 </script>
1028 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1028 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1029 1029 <style type="text/css">
1030 1030 html body {
1031 1031 background-color: {{bg_color}};
@@ -1035,9 +1035,9 table {
1035 1035 <body>
1036 1036 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1037 1037 <tr>
1038 <td width="5%"><a href="derivation.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="metadata.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="derivation.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="metadata.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1041 1041 <td width="54%">madrigal.isprint</td>
1042 1042 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1043 1043 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -2797,9 +2797,9 missing, assumed, knownbad - how to print Cedar special values. Default is None
2797 2797 </div>
2798 2798 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
2799 2799 <tr>
2800 <td width="5%"><a href="derivation.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
2801 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
2802 <td width="5%"><a href="metadata.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
2800 <td width="5%"><a href="derivation.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
2801 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
2802 <td width="5%"><a href="metadata.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
2803 2803 <td width="54%">madrigal.cedar</td>
2804 2804 <td width="13%"><a href="../madContents.html">Doc home </a></td>
2805 2805 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1027,7 +1027,7 table {
1027 1027 }
1028 1028 }
1029 1029 </script>
1030 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1030 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1031 1031 <style type="text/css">
1032 1032 html body {
1033 1033 background-color: {{bg_color}};
@@ -1037,9 +1037,9 table {
1037 1037 <body>
1038 1038 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1039 1039 <tr>
1040 <td width="5%"><a href="isprint.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="openmadrigal.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="isprint.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="openmadrigal.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1043 1043 <td width="54%">madrigal.metadata</td>
1044 1044 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1045 1045 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -25328,9 +25328,9 metadata file that was read from.</p>
25328 25328 </div>
25329 25329 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
25330 25330 <tr>
25331 <td width="5%"><a href="isprint.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
25332 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
25333 <td width="5%"><a href="openmadrigal.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
25331 <td width="5%"><a href="isprint.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
25332 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
25333 <td width="5%"><a href="openmadrigal.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25334 25334 <td width="54%">madrigal.cedar</td>
25335 25335 <td width="13%"><a href="../madContents.html">Doc home </a></td>
25336 25336 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1025,7 +1025,7 table {
1025 1025 }
1026 1026 }
1027 1027 </script>
1028 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1028 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1029 1029 <style type="text/css">
1030 1030 html body {
1031 1031 background-color: {{bg_color}};
@@ -1035,9 +1035,9 table {
1035 1035 <body>
1036 1036 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1037 1037 <tr>
1038 <td width="5%"><a href="metadata.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="ui/index.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="metadata.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="ui/index.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1041 1041 <td width="54%">madrigal.openmadrigal</td>
1042 1042 <td width="13%"><a href="../madContents.html">Doc home </a></td>
1043 1043 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -2912,9 +2912,9 or None if not found</p>
2912 2912 </div>
2913 2913 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
2914 2914 <tr>
2915 <td width="5%"><a href="metadata.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
2916 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
2917 <td width="5%"><a href="ui/index.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
2915 <td width="5%"><a href="metadata.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
2916 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
2917 <td width="5%"><a href="ui/index.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
2918 2918 <td width="54%">madrigal.cedar</td>
2919 2919 <td width="13%"><a href="../madContents.html">Doc home </a></td>
2920 2920 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1025,7 +1025,7 table {
1025 1025 }
1026 1026 }
1027 1027 </script>
1028 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1028 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1029 1029 <style type="text/css">
1030 1030 html body {
1031 1031 background-color: {{bg_color}};
@@ -1035,9 +1035,9 table {
1035 1035 <body>
1036 1036 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1037 1037 <tr>
1038 <td width="5%"><a href="../openmadrigal.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="../index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="madrigalPlot.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="../openmadrigal.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1039 <td width="5%"><a href="../index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="madrigalPlot.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1041 1041 <td width="54%">madrigal.ui</td>
1042 1042 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
1043 1043 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1143,9 +1143,9 html relating to specific user data or madrigal data.</p></div>
1143 1143 </div>
1144 1144 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1145 1145 <tr>
1146 <td width="5%"><a href="../openmadrigal.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1147 <td width="5%"><a href="../index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1148 <td width="5%"><a href="madrigalPlot.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1146 <td width="5%"><a href="../openmadrigal.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1147 <td width="5%"><a href="../index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1148 <td width="5%"><a href="madrigalPlot.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1149 1149 <td width="54%">madrigal.cedar</td>
1150 1150 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
1151 1151 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1027,7 +1027,7 table {
1027 1027 }
1028 1028 }
1029 1029 </script>
1030 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1030 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1031 1031 <style type="text/css">
1032 1032 html body {
1033 1033 background-color: {{bg_color}};
@@ -1037,9 +1037,9 table {
1037 1037 <body>
1038 1038 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1039 1039 <tr>
1040 <td width="5%"><a href="index.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="userData.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="index.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="userData.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1043 1043 <td width="54%">madrigal.ui.madrigalPlot</td>
1044 1044 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
1045 1045 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -16179,9 +16179,9 radarDesc - description text for radar placemark if kml generated
16179 16179 </div>
16180 16180 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
16181 16181 <tr>
16182 <td width="5%"><a href="index.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
16183 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
16184 <td width="5%"><a href="userData.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
16182 <td width="5%"><a href="index.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
16183 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
16184 <td width="5%"><a href="userData.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
16185 16185 <td width="54%">madrigal.ui.madrigalPlot</td>
16186 16186 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
16187 16187 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1027,7 +1027,7 table {
1027 1027 }
1028 1028 }
1029 1029 </script>
1030 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1030 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1031 1031 <style type="text/css">
1032 1032 html body {
1033 1033 background-color: {{bg_color}};
@@ -1037,9 +1037,9 table {
1037 1037 <body>
1038 1038 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1039 1039 <tr>
1040 <td width="5%"><a href="madrigalPlot.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="web.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="madrigalPlot.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="web.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1043 1043 <td width="54%">madrigal.ui.userData</td>
1044 1044 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
1045 1045 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -3700,9 +3700,9 for user in userlist:
3700 3700 </div>
3701 3701 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
3702 3702 <tr>
3703 <td width="5%"><a href="madrigalPlot.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
3704 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
3705 <td width="5%"><a href="web.m.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
3703 <td width="5%"><a href="madrigalPlot.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
3704 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
3705 <td width="5%"><a href="web.m.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
3706 3706 <td width="54%">madrigal.ui.userData</td>
3707 3707 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
3708 3708 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1027,7 +1027,7 table {
1027 1027 }
1028 1028 }
1029 1029 </script>
1030 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1030 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1031 1031 <style type="text/css">
1032 1032 html body {
1033 1033 background-color: {{bg_color}};
@@ -1037,9 +1037,9 table {
1037 1037 <body>
1038 1038 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1039 1039 <tr>
1040 <td width="5%"><a href="userData.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" border="0" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="../../dev_derivation.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1040 <td width="5%"><a href="userData.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" border="0" /></a></td>
1041 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1042 <td width="5%"><a href="../../dev_derivation.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1043 1043 <td width="54%">madrigal.ui.web</td>
1044 1044 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
1045 1045 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -8652,9 +8652,9 None</p>
8652 8652 </div>
8653 8653 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
8654 8654 <tr>
8655 <td width="5%"><a href="userData.m.html"><img src="/static/previous.png" alt="previous" width="32" height="32" border="0" /></a></td>
8656 <td width="5%"><a href="index.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
8657 <td width="5%"><a href="../../dev_derivation.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
8655 <td width="5%"><a href="userData.m.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" border="0" /></a></td>
8656 <td width="5%"><a href="index.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
8657 <td width="5%"><a href="../../dev_derivation.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
8658 8658 <td width="54%">madrigal.ui.web</td>
8659 8659 <td width="13%"><a href="../../madContents.html">Doc home </a></td>
8660 8660 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Remote data access programming reference - toc</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_webServices.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_webServices.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote data access programming reference - toc<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -47,9 +47,9
47 47 <!-- InstanceEndEditable -->
48 48 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
49 49 <tr>
50 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
51 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
52 <td width="5%"><a href="{% url 'docs' 'rr_webServices.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
50 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
51 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
52 <td width="5%"><a href="{% url 'docs' 'rr_webServices.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
53 53 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote data access programming reference - toc<!-- InstanceEndEditable --></td>
54 54 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
55 55 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Remote access using Fortran95</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="rr_idl.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="rr_contents.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="admin.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="rr_idl.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="rr_contents.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="admin.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote access using Fortran95<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="madContents.html">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -342,9 +342,9
342 342 <!-- InstanceEndEditable -->
343 343 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
344 344 <tr>
345 <td width="5%"><a href="rr_idl.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
346 <td width="5%"><a href="rr_contents.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
347 <td width="5%"><a href="admin.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
345 <td width="5%"><a href="rr_idl.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
346 <td width="5%"><a href="rr_contents.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
347 <td width="5%"><a href="admin.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
348 348 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote access using Fortran95<!-- InstanceEndEditable --></td>
349 349 <td width="13%"><a href="madContents.html">Doc home </a></td>
350 350 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Python internal API documentation</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_fortran95.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_fortran95.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Python IDL API documentation <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -766,9 +766,9 END
766 766 <!-- InstanceEndEditable -->
767 767 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
768 768 <tr>
769 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
770 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
771 <td width="5%"><a href="{% url 'docs' 'rr_fortran95.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
769 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
770 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
771 <td width="5%"><a href="{% url 'docs' 'rr_fortran95.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
772 772 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->IDL API documentation<!-- InstanceEndEditable --></td>
773 773 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
774 774 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Matlab remote API reference</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Matlab remote API reference <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -721,9 +721,9 end
721 721 <!-- InstanceEndEditable -->
722 722 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
723 723 <tr>
724 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
725 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
726 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
724 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
725 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
726 <td width="5%"><a href="{% url 'docs' 'rr_python.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
727 727 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Matlab remote API reference<!-- InstanceEndEditable --></td>
728 728 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
729 729 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1022,7 +1022,7 table {
1022 1022 <head>
1023 1023 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
1024 1024 <title>Madrigal web services</title>
1025 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1025 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1026 1026 <style type="text/css">
1027 1027 html body {
1028 1028 background-color: {{bg_color}};
@@ -1033,9 +1033,9 table {
1033 1033 <body>
1034 1034 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1035 1035 <tr>
1036 <td width="5%"><a href="{% url 'docs' 'rr_matlab.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1037 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="{% url 'docs' 'rr_idl.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1036 <td width="5%"><a href="{% url 'docs' 'rr_matlab.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1037 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="{% url 'docs' 'rr_idl.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1039 1039 <td width="54%">Python remote API reference </td>
1040 1040 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
1041 1041 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -9940,9 +9940,9 isAddIncrement - 1 if additional increment, 0 if normal, -1 if unknown (this cap
9940 9940
9941 9941 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
9942 9942 <tr>
9943 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
9944 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
9945 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
9943 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
9944 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
9945 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
9946 9946 <td width="54%">Madrigal web services </td>
9947 9947 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
9948 9948 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1022,7 +1022,7 table {
1022 1022 <head>
1023 1023 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
1024 1024 <title>Madrigal web services</title>
1025 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1025 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1026 1026 <style type="text/css">
1027 1027 html body {
1028 1028 background-color: {{bg_color}};
@@ -1033,9 +1033,9 table {
1033 1033 <body>
1034 1034 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1035 1035 <tr>
1036 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1037 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="{% url 'docs' 'rr_matlab.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1036 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1037 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="{% url 'docs' 'rr_matlab.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1039 1039 <td width="54%">Madrigal web services </td>
1040 1040 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
1041 1041 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -4924,9 +4924,9 with the following fields:</p>
4924 4924
4925 4925 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
4926 4926 <tr>
4927 <td width="5%"><a href="rr_contents.html"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
4928 <td width="5%"><a href="rr_contents.html"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
4929 <td width="5%"><a href="rt_python.html"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
4927 <td width="5%"><a href="rr_contents.html"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
4928 <td width="5%"><a href="rr_contents.html"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
4929 <td width="5%"><a href="rt_python.html"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
4930 4930 <td width="54%">Madrigal web services </td>
4931 4931 <td width="13%"><a href="madContents.html">Doc home </a></td>
4932 4932 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Remote access TOC</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote data access programming tutorial - toc <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -48,9 +48,9
48 48 <!-- InstanceEndEditable -->
49 49 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
50 50 <tr>
51 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
52 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
53 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
51 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
52 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
53 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
54 54 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote data access programming tutorial -toc <!-- InstanceEndEditable --></td>
55 55 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
56 56 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Remote access using Fortran95</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote access using Fortran95<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -525,9 +525,9
525 525 <!-- InstanceEndEditable -->
526 526 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
527 527 <tr>
528 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
529 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
530 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
528 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
529 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
530 <td width="5%"><a href="{% url 'docs' 'rr_contents.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
531 531 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote access using Fortran 95<!-- InstanceEndEditable --></td>
532 532 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
533 533 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -97,7 +97,7 body .il { color: #666666 } /* Literal.Number.Integer.Long */
97 97
98 98 </style>
99 99 <!-- InstanceEndEditable -->
100 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
100 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
101 101 <style type="text/css">
102 102 html body {
103 103 background-color: {{bg_color}};
@@ -109,9 +109,9 body .il { color: #666666 } /* Literal.Number.Integer.Long */
109 109 <body>
110 110 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
111 111 <tr>
112 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
113 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
114 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
112 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
113 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
114 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
115 115 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote access using IDL <!-- InstanceEndEditable --></td>
116 116 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
117 117 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -858,9 +858,9 END
858 858 <!-- InstanceEndEditable -->
859 859 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
860 860 <tr>
861 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
862 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
863 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
861 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
862 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
863 <td width="5%"><a href="{% url 'docs' 'rt_fortran95.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
864 864 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote access using python <!-- InstanceEndEditable --></td>
865 865 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
866 866 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Remote access tutorial - introduction</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote data access programming tutorial - Introduction <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -46,9 +46,9
46 46 <!-- InstanceEndEditable -->
47 47 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
48 48 <tr>
49 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
50 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
51 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
49 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
50 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
51 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
52 52 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote data access programming tutorial - Introduction<!-- InstanceEndEditable --></td>
53 53 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
54 54 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Remote access using Matlab</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote access using Matlab<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -721,9 +721,9 end
721 721 <!-- InstanceEndEditable -->
722 722 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
723 723 <tr>
724 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
725 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
726 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
724 <td width="5%"><a href="{% url 'docs' 'rt_webServices.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
725 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
726 <td width="5%"><a href="{% url 'docs' 'rt_python.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
727 727 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote access using Matlab <!-- InstanceEndEditable --></td>
728 728 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
729 729 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -83,7 +83,7 body .il { color: #666666 } /* Literal.Number.Integer.Long */
83 83
84 84 </style>
85 85 <!-- InstanceEndEditable -->
86 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
86 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
87 87 <style type="text/css">
88 88 html body {
89 89 background-color: {{bg_color}};
@@ -95,9 +95,9 body .il { color: #666666 } /* Literal.Number.Integer.Long */
95 95 <body>
96 96 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
97 97 <tr>
98 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
99 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
100 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
98 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
99 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
100 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
101 101 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Remote access using python <!-- InstanceEndEditable --></td>
102 102 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
103 103 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -595,9 +595,9 filterString = <b><font color="#BC8F8F">'filter=%s,-1E30,1E30'</font></b> % (fil
595 595 <!-- InstanceEndEditable -->
596 596 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
597 597 <tr>
598 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
599 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
600 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
598 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
599 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
600 <td width="5%"><a href="{% url 'docs' 'rt_idl.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
601 601 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Remote access using python <!-- InstanceEndEditable --></td>
602 602 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
603 603 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -1022,7 +1022,7 table {
1022 1022 <head>
1023 1023 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
1024 1024 <title>Madrigal web services</title>
1025 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
1025 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
1026 1026 <style type="text/css">
1027 1027 html body {
1028 1028 background-color: {{bg_color}};
@@ -1033,9 +1033,9 table {
1033 1033 <body>
1034 1034 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
1035 1035 <tr>
1036 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
1037 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
1036 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
1037 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
1038 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
1039 1039 <td width="54%">Madrigal web services </td>
1040 1040 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
1041 1041 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -4924,9 +4924,9 with the following fields:</p>
4924 4924
4925 4925 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
4926 4926 <tr>
4927 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
4928 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
4929 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
4927 <td width="5%"><a href="{% url 'docs' 'rt_introduction.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
4928 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
4929 <td width="5%"><a href="{% url 'docs' 'rt_matlab.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
4930 4930 <td width="54%">Madrigal web services </td>
4931 4931 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
4932 4932 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>What's new in Madrigal 3.2?</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/madrigal/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="/madrigal{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'madIntroduction.html' %}"><img src="/madrigal/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/madrigal/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'madIntroduction.html' %}"><img src="/madrigal{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/madrigal{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->What's new in Madrigal 3.0? <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -61,7 +61,7
61 61 <h1 align="center" style="text-align: left">Madrigal 3.0 Release - Sept 2017</h1>
62 62 <blockquote>
63 63 <h2 align="center" style="text-align: left">Migration to Hdf5 file format</h2>
64 <p align="center" style="text-align: left">With Madrigal 3.0, the old 16 bit integer based file format has been replaced with Hdf5. However, all the data model and well-defined parameters have been retained. The CEDAR Hdf5 format is designed to be completely self-contained. That is, any user with an Hdf5 reader can fully understand all data in the file without any reference to documentation. A full description of the format can be found <a href="/static/CEDARMadrigalHdf5Format.pdf">here</a>.</p>
64 <p align="center" style="text-align: left">With Madrigal 3.0, the old 16 bit integer based file format has been replaced with Hdf5. However, all the data model and well-defined parameters have been retained. The CEDAR Hdf5 format is designed to be completely self-contained. That is, any user with an Hdf5 reader can fully understand all data in the file without any reference to documentation. A full description of the format can be found <a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}">here</a>.</p>
65 65 <h2 align="center" style="text-align: left">Web interface generates scripts to download any amount of data</h2>
66 66 <p align="center" style="text-align: left">With Madrigal 3, you can generate a script command to download a whole series of files with a few click. You can also create a script that will filter those same files and allow you to choose the parameters you want, again with just a few clicks. These scripts can be run with python, Matlab, or IDL.</p>
67 67 <h2 align="center" style="text-align: left">Download files in a new format</h2>
@@ -95,7 +95,7
95 95 <h2>New simple local web user interface </h2>
96 96 <p>A new easy to use interface to access local Madrigal data was developed by Jicamarca with support from Millstone Hill staff. This interface in now very robust and has been tested with data from all Madrigal sites.</p>
97 97 <h2>HDF5 file download availablity</h2>
98 <p>Users can now download data files as HDF5, in addition to simple column delimited ascii and the more complex <a href="/static/cedarFormat.pdf" target="_self">CEDAR formats</a>. This is also the result of a Jicamarca/Millstone Hill collaborations.</p>
98 <p>Users can now download data files as HDF5, in addition to simple column delimited ascii and the more complex <a href="{% static 'cedarFormat.pdf' %}" target="_self">CEDAR formats</a>. This is also the result of a Jicamarca/Millstone Hill collaborations.</p>
99 99 <h2>Users can register interest in experiments or instruments</h2>
100 100 <p>Users can now register interest in experiments or instruments, and get emails whenever that Madrigal experiment or instrument is updated.</p>
101 101 <h2>Administrative improvements - can now add external disks to experiments</h2>
@@ -342,9 +342,9 Madrigal 2.2 Release - Feb 2003</h1>
342 342 <!-- InstanceEndEditable -->
343 343 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
344 344 <tr>
345 <td width="5%"><a href="{% url 'docs' 'madIntroduction.html' %}"><img src="/madrigal/static/previous.png" alt="previous" width="32" height="32" /></a></td>
346 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal/static/up.png" alt="up" width="32" height="32" /></a></td>
347 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/madrigal/static/next.png" alt="next" width="32" height="32" /></a></td>
345 <td width="5%"><a href="{% url 'docs' 'madIntroduction.html' %}"><img src="/madrigal{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
346 <td width="5%"><a href="{% url 'docs' 'madContents.html' %}"><img src="/madrigal{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
347 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/madrigal{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
348 348 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->What's new in Madrigal 3.0?<!-- InstanceEndEditable --></td>
349 349 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
350 350 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -13,7 +13,7
13 13 -->
14 14 </style>
15 15 <!-- InstanceEndEditable -->
16 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
16 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
17 17 <style type="text/css">
18 18 html body {
19 19 background-color: {{bg_color}};
@@ -25,9 +25,9
25 25 <body>
26 26 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
27 27 <tr>
28 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
29 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
30 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
28 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
29 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
30 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
31 31 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->
32 32 Accessing Madrigal through the web <!-- InstanceEndEditable --></td>
33 33 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
@@ -63,7 +63,7
63 63 <li><em>Create a command to download multiple exps</em> - With this web interface, you can create a command with just a few clicks to download all the data you want from Madrigal with a single command to you local computer. This is the way to download multiple experiments at once, rather than repeatedly using the web interface. You will have the choice of downloading the data files as they exist, or you can select the parameters (including derived parameters) you want, with an option of filtering the data. You will need to install the API of the computer language of your choice, and the download link is also found in this web interface.</li>
64 64 <li><em>FTP-like access</em> - An ftp-like web interface with very simple url patterns. Meant primarily for non-English speakers who find the other web interfaces to be challenging.</li>
65 65 </ol>
66 <p align="center"><img src="/static/access_data.jpg" width="1062" height="551" alt=""/></p>
66 <p align="center"><img src="{% static 'access_data.jpg' %}" width="1062" height="551" alt=""/></p>
67 67 <p align="left">&nbsp;</p>
68 68 <div id="access_metadata"><h2 align="left">Access metadata</h2></div>
69 69 <p align="left">To access Madrigal metadata, use the <em>Access metadata</em> pull-down menu. Madrigal metadata can be useful if you are writing scripts to use the Madrigal API's beyond what the web interface will generate for you. Four types of metadata can be listed:</p>
@@ -73,7 +73,7
73 73 <li>Metadata about all defined CEDAR parameters.</li>
74 74 <li>Metadata about the different kinds of data files associated with each instrument.</li>
75 75 </ol>
76 <p align="left"><img src="/static/access_metadata.jpg" width="1062" height="551" alt=""/></p>
76 <p align="left"><img src="{% static 'access_metadata.jpg' %}" width="1062" height="551" alt=""/></p>
77 77 <p align="left">&nbsp;</p>
78 78 <div id="run_models"><h2 align="left">Run models</h2></div>
79 79 <p align="left">Use the <em>Run models</em> pull-down menu to run model code via Madrigal. There are three options:</p>
@@ -82,17 +82,17
82 82 <li><em>Looker</em> - Calculate values associated with &quot;looking&quot; from a particular observation point. For example, you can calculate the aspect angle of the magnetic field from a particular look direction from a particular point.</li>
83 83 <li><em>ISR emprical models</em> - A link to a web page that will run an empirical model for numerous incoherent scatter radars.</li>
84 84 </ol>
85 <p><img src="/static/run_models.jpg" width="1062" height="551" alt=""/></p>
85 <p><img src="{% static 'run_models.jpg' %}" width="1062" height="551" alt=""/></p>
86 86 <div id="other_sites"><h2>Other Madrigal sites</h2></div>
87 87 <p>Use the <em>Other Madrigal sites</em> pull-down menu to jump to the home page of other Madrigal sites.</p>
88 <p><img src="/static/other_sites.jpg" width="1062" height="551" alt=""/></p>
88 <p><img src="{% static 'other_sites.jpg' %}" width="1062" height="551" alt=""/></p>
89 89 <p align="left">&nbsp;</p>
90 90 <!-- InstanceEndEditable -->
91 91 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
92 92 <tr>
93 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
94 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
95 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
93 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
94 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
95 <td width="5%"><a href="{% url 'docs' 'rt_contents.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
96 96 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Accessing data through the web<!-- InstanceEndEditable --></td>
97 97 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
98 98 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Madrigal web tutorial TOC</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->Madrigal web tutorial - Table of contents <!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -46,9 +46,9
46 46 <!-- InstanceEndEditable -->
47 47 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
48 48 <tr>
49 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
50 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
51 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
49 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
50 <td width="5%"><a href="{% url 'docs' 'wt_usersGuide.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
51 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
52 52 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->Madrigal web tutorial - Table of contents <!-- InstanceEndEditable --></td>
53 53 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
54 54 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Madrigal data organization</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->How does Madrigal organize data?<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -41,7 +41,7
41 41 <table width="100%" border="0">
42 42 <tr>
43 43 <td width="33%">A high level view of the Madrigal data model. </td>
44 <td width="67%"><img src="/static/data_model.png" alt="Madrigal data organization chart" width="503" height="346" /></td>
44 <td width="67%"><img src="{% static 'data_model.png' %}" alt="Madrigal data organization chart" width="503" height="346" /></td>
45 45 </tr>
46 46 </table>
47 47 <h4 align="left">Madrigal Site</h4>
@@ -53,18 +53,18
53 53 <p>For simpler instruments that run constantly in the same mode, it is also possible that all data is put in one experiment. For example, the &quot;DST index&quot; instrument consists of a single experiment that is repeatedly updated. </p>
54 54 <h4>Experiment Files </h4>
55 55 <p>The data from a given experiment is stored in one or more experiment files. There are two reasons there may be more than one file for a given experiment. The first is that the experimental data may be analyzed in more than one way, leading to files with different sets of measured parameters. The second is that older, historical files can be kept on-line for reference purposes. By default, you will only access the most recent, default file through the web, unless you choose &quot;Show History Files&quot; when navigating Madrigal.</p>
56 <p>The format of these files is the <a href="/static/CEDARMadrigalHdf5Format.pdf">CEDAR Madrigal Hdf5 format</a>, but you can access the data in Hdf5, netCDF4, or ascii formats. Note that once to choose a particular file, you will be directed to the Madrigal site that has that file. Madrigal does not share experiment files between site; only higher level metadata about those files. </p>
56 <p>The format of these files is the <a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}">CEDAR Madrigal Hdf5 format</a>, but you can access the data in Hdf5, netCDF4, or ascii formats. Note that once to choose a particular file, you will be directed to the Madrigal site that has that file. Madrigal does not share experiment files between site; only higher level metadata about those files. </p>
57 57 <h4>File parameters </h4>
58 58 <p>Any given file is made up a series of records holding measured parameters. Note that based on which parameters are in the file, Madrigal will automatically derive a large number of other parameters such as Kp and Magnetic field strength that aren't in the file itself. In the web browser, measured parameters are shown in bold, derived parameters in normal font. </p>
59 59 <h4>File data </h4>
60 <p>The bottom level of the Madrigal data model is of course the data itself. With Madrigal 3.0 and beyond, the actual file format is Hdf5 that follows the rules defined in the <a href="/static/CEDARMadrigalHdf5Format.pdf" target="_blank">CEDAR Madrigal Hdf5 format document</a>. A Madrigal file is made up of a series of records, each with a start and stop time, representing the integration period of measurement (Madrigal tries to enforce the idea that all measurements take a finite time, but sometimes the start time = the stop time).</p>
60 <p>The bottom level of the Madrigal data model is of course the data itself. With Madrigal 3.0 and beyond, the actual file format is Hdf5 that follows the rules defined in the <a href="{% static 'CEDARMadrigalHdf5Format.pdf' %}" target="_blank">CEDAR Madrigal Hdf5 format document</a>. A Madrigal file is made up of a series of records, each with a start and stop time, representing the integration period of measurement (Madrigal tries to enforce the idea that all measurements take a finite time, but sometimes the start time = the stop time).</p>
61 61 <p>Each Cedar parameter can also have an associated error value. This error value can have the special values &quot;missing&quot;, &quot;assumed&quot;, or &quot;known bad&quot;. If an error parameter is &quot;assumed&quot;, the implication is that the measured value itself is assumed, and does not represent a measured value. If the error value is &quot;known bad&quot;, the measured data is known to have a problem. </p>
62 62 <!-- InstanceEndEditable -->
63 63 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
64 64 <tr>
65 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
66 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
67 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
65 <td width="5%"><a href="{% url 'docs' 'wt_whatIsMadrigal.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
66 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
67 <td width="5%"><a href="{% url 'docs' 'wt_accessData.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
68 68 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->How does Madrigal organize data?<!-- InstanceEndEditable --></td>
69 69 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
70 70 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>Madrigal users guide</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -7,7 +7,7
7 7 <!-- InstanceBeginEditable name="doctitle" -->
8 8 <title>What is Madrigal?</title>
9 9 <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
10 <link href="/static/madrigal.css" rel="stylesheet" type="text/css" />
10 <link href="{% static 'madrigal.css' %}" rel="stylesheet" type="text/css" />
11 11 <style type="text/css">
12 12 html body {
13 13 background-color: {{bg_color}};
@@ -19,9 +19,9
19 19 <body>
20 20 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
21 21 <tr>
22 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
22 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
23 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
24 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
25 25 <td width="54%"><!-- InstanceBeginEditable name="EditTitleTop" -->What is Madrigal?<!-- InstanceEndEditable --></td>
26 26 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
27 27 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -37,7 +37,7
37 37 <hr/>
38 38 <!-- InstanceBeginEditable name="EditDoc" -->
39 39 <h1 align="center">What is Madrigal?</h1>
40 <p align="center"><img src="/static/madrigal_arch.jpeg" alt="Madrigal architecture" width="703" height="438" /></p>
40 <p align="center"><img src="{% static 'madrigal_arch.jpeg' %}" alt="Madrigal architecture" width="703" height="438" /></p>
41 41 <h3 align="center">Data is local; metadata is shared</h3>
42 42 <p>Madrigal is a robust, World Wide Web based system capable of managing and serving archival and real-time data, in a variety of formats, from a wide range of ground-based instruments. Madrigal is installed at a number of sites around the world. Each site controls their own Madrigal installation, and can add or upgrade their data from their instrument(s) on their site at any time. In addition to storing data in the standard Madrigal/Cedar format, each site can also add additional web-based documentation such as plots or descriptive notes to individual experiments they run. </p>
43 43 <p>However, Madrigal also defines standard metadata that all Madrigal sites share. This makes it possible for each Madrigal site to know about all the experiments on all the other sites. From a user's point of view, each Madrigal site allows them to search for data at all the Madrigal sites at once, and simply follow links to the Madrigal site that has the data they are interested in. </p>
@@ -53,9 +53,9
53 53 <!-- InstanceEndEditable -->
54 54 <table width="100%" border="1" cellpadding="0" cellspacing="2" class="navigation">
55 55 <tr>
56 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/previous.png" alt="previous" width="32" height="32" /></a></td>
57 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="/static/up.png" alt="up" width="32" height="32" /></a></td>
58 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="/static/next.png" alt="next" width="32" height="32" /></a></td>
56 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'previous.png' %}" alt="previous" width="32" height="32" /></a></td>
57 <td width="5%"><a href="{% url 'docs' 'wt_contents.html' %}"><img src="{% static 'up.png' %}" alt="up" width="32" height="32" /></a></td>
58 <td width="5%"><a href="{% url 'docs' 'wt_dataOrg.html' %}"><img src="{% static 'next.png' %}" alt="next" width="32" height="32" /></a></td>
59 59 <td width="54%"><!-- InstanceBeginEditable name="EditTitleBottom" -->What is Madrigal?<!-- InstanceEndEditable --></td>
60 60 <td width="13%"><a href="{% url 'docs' 'madContents.html' %}">Doc home </a></td>
61 61 <td width="18%"><a href="/">Madrigal home</a></td>
@@ -11,7 +11,7
11 11 <head>
12 12 <meta charset="UTF-8">
13 13 <meta name="viewport" content="width=device-width, initial-scale=1.0">
14 <link rel="shortcut icon" type="image/png" href="/static/favicon.ico"/>
14 <link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
15 15 <title>{% block title %}{{site_name}} Madrigal database{% endblock %}</title>
16 16
17 17 <style type="text/css">
@@ -21,7 +21,7
21 21 <head>
22 22 <meta charset="UTF-8">
23 23 <meta name="viewport" content="width=device-width, initial-scale=1.0">
24 <link rel="shortcut icon" type="image/png" href="/static/favicon.ico"/>
24 <link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
25 25 <script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
26 26 <title>{% block title %}Madrigal Database{% endblock %}</title>
27 27 <style type="text/css">
General Comments 0
You need to be logged in to leave comments. Login now