diff --git a/2024/20241123/PNGWalk.md b/2024/20241123/PNGWalk.md new file mode 100644 index 0000000..1f67bfd --- /dev/null +++ b/2024/20241123/PNGWalk.md @@ -0,0 +1 @@ +PNGWalk diff --git a/2024/20241123/test.md b/2024/20241123/test.md new file mode 100644 index 0000000..a02a560 --- /dev/null +++ b/2024/20241123/test.md @@ -0,0 +1 @@ +Link to [PNGWalk](PNGWalk.md) diff --git a/2024/20241206_latex_md.md b/2024/20241206_latex_md.md new file mode 100644 index 0000000..dbe1d62 --- /dev/null +++ b/2024/20241206_latex_md.md @@ -0,0 +1,31 @@ +This doesn't render properly on the help page, where the LaTeX engine is kicking in: +- $(subsec;places=3) three digits are milliseconds. +- $ (subsec;places=3) three digits are milliseconds. +- \$ \(subsec;places=3\) three digits are milliseconds. +- $(subsec; places=3) three digits are milliseconds. + +### Wildcard codes + +Aggregation URIs will contain from the following wildcard codes: + +
$Y
four-digit year
+ $y
two-digit year
+ $j
three-digit day of year
+ $m
two-digit month
+ $b
three-letter month (English locale only)
+ $d
two-digit day of month
+ $H
two-digit hour
+ $M
two-digit minute
+ $S
two-digit second
+ $(milli)
three digit milliseconds since second boundary. (Please use
+ subsec instead of this)
+ $(micro)
three digit microseconds since millisecond boundary.
+ (please use subsec instead of this)
+ $(subsec;places=3)
three digits are milliseconds. $(subsec;places=6)
+ means the 6 digits are microseconds.
+ $v
version number, decimal sort. $(v;alpha)
is for alpha sort, and
+ $(v;sep)
for "x.y.z" Note sometimes the filename will contain a V
+ before this, and this should be just the number like so: V$v
+ $o
orbit number, arguments like $(o;id=crres)
make this useful. see
+ $x
ignore, match anything but don't interpret the field.
diff --git a/2025/developer.labelling.md b/2025/developer.labelling.md
new file mode 100644
index 0000000..26cb90a
--- /dev/null
+++ b/2025/developer.labelling.md
@@ -0,0 +1,2 @@
+
+https://web.archive.org/web/20110608234400/http://www.cs.uu.nl/docs/vakken/gd/steven2.pdf
diff --git a/docs/vap_files.md b/docs/vap_files.md
index 42c583b..5b35f65 100644
--- a/docs/vap_files.md
+++ b/docs/vap_files.md
@@ -4,7 +4,8 @@ the plot. These product files are like a .doc file is to Microsoft Word, or
an HTML file with .jpg references. When all the data products are from public
servers, the .vap file can be sent to collegues so that they can have a look at the
same display. Another common use is to have a public website to share standard
-plot configurations with others.
+plot configurations with others. Note the data are not stored within the .vap file,
+just URI references to data.
# loading .vap files
The .vap files are saved and loaded using the file menu. If a .vap file name or URI
@@ -16,8 +17,8 @@ configuration.
.vaps can be tweaked when they are loaded as well. For example, suppose you have a
.vap which loads data from several servers for a day. It is common to tell Autoplot
to load this vap but for another day. For example, if the vap file is
-http://autoplot.org/data/autoplot.vap then http://autoplot.org/data/autoplot.vap?timerange=2000-01-12
-will load the same data but for 2000-01-12. Note the File&raar;"Open Vap File" has
+https://autoplot.org/data/autoplot.vap then https://autoplot.org/data/autoplot.vap?timerange=2000-01-12
+will load the same data but for 2000-01-12. Note the File→"Open Vap File" has
a gui control to pick a different time.
# saving .vap files
diff --git a/md/QDataSet.md b/md/QDataSet.md
index 510b20b..ab6b28f 100644
--- a/md/QDataSet.md
+++ b/md/QDataSet.md
@@ -29,7 +29,7 @@ easily implemented in different environments, often with code that
achieves high-performance without loosing abstraction.
This poster describes most cleanly the interface: [2011
-Poster](http://autoplot.org/wiki/images/InsideAutoplot-20110531.ppt)
+Poster](https://cottagesystems.com/~jbf/autoplot/posters/InsideAutoplot-20110531.ppt)
# QDataSet v1.0
diff --git a/md/cookbook.md b/md/cookbook.md
index 32a9b1d..5081742 100644
--- a/md/cookbook.md
+++ b/md/cookbook.md
@@ -20,7 +20,7 @@ selector, we change multiple nodes:
The folks at LANL asked for a page with images associated with complex
plot panel configurations or styles and the procedure to create them:
[Cooking at LANL](Cooking_at_LANL.md "wikilink"). See also
-