diff --git a/articles/stars2.html b/articles/stars2.html index d2c3a990..50ea28a9 100644 --- a/articles/stars2.html +++ b/articles/stars2.html @@ -282,7 +282,7 @@
## user system elapsed
-## 1.023 0.182 0.727
+## 1.033 0.152 0.679
This takes only around 1 second, since only those pixels are read that can be seen on the plot. If we read the entire image in memory first, as we would do with
@@ -390,12 +390,12 @@Doing this allows for optimizing the order in which operations are
done. As an example, for st_apply
, reading can be done
sequentially over the dimensions over which the function is applied:
## user system elapsed
-## 0.695 0.178 0.378
+## 0.707 0.165 0.375
diff --git a/pkgdown.yml b/pkgdown.yml
index c796a4c6..1ea42d61 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -10,4 +10,4 @@ articles:
stars6: stars6.html
stars7: stars7.html
stars8: stars8.html
-last_built: 2024-07-24T15:48Z
+last_built: 2024-07-24T15:54Z
diff --git a/reference/read_stars.html b/reference/read_stars.html
index 51b7b414..12e6cb01 100644
--- a/reference/read_stars.html
+++ b/reference/read_stars.html
@@ -240,7 +240,7 @@