Removed unnecessary escape characters

Fri, 17 Feb 2017 15:34:47 +0200

author
Ioannis <ioannis@inoe.ro>
date
Fri, 17 Feb 2017 15:34:47 +0200
changeset 103
afbca7e2ba25
parent 102
809a8f7f7717
child 104
8705053b4986

Removed unnecessary escape characters

docs/file_formats/low_resolution.rst file | annotate | diff | comparison | revisions
--- a/docs/file_formats/low_resolution.rst	Fri Feb 17 15:31:15 2017 +0200
+++ b/docs/file_formats/low_resolution.rst	Fri Feb 17 15:34:47 2017 +0200
@@ -1174,7 +1174,7 @@
 the variables *elT, elTnr, elTfr, vrRN2, vrRN2nr, vrRN2fr, elPT, elPTnr,
 elPTfr, elPR, elPRnr, elPRfr*, refer to can be obtained as::
 
-    H(laser\_pointing\_angle\_of\_profiles(time),points)
+    H(laser_pointing_angle_of_profiles(time),points)
 
 The total signal (:math:`I_{total}`) and the volume depolarization
 ratio (:math:`\delta`) can be calculated out of reflected (:math:`I_{R}`) and
@@ -1317,7 +1317,7 @@
 The filename of the Low Resolution SCC L1 Products has the following
 format::
 
-    measurementid\_prodid.nc
+    measurementid_prodid.nc
 
 The *measurementid* is a 12 characters alphanumeric string identifying
 the measurement session at which the product refers to. The

mercurial