From cd0c5f27409b2fda23c0c0d38820494d165926ea Mon Sep 17 00:00:00 2001 From: Tania Castillo <31288525+tvcastillod@users.noreply.github.com> Date: Thu, 22 Jun 2023 12:28:14 -0500 Subject: [PATCH 1/2] added blogpost week 3 --- .../2023/2023-06-19-week-3-tvcastillod.rst | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst diff --git a/docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst b/docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst new file mode 100644 index 000000000..37b2e5656 --- /dev/null +++ b/docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst @@ -0,0 +1,22 @@ +Week 3: Working on uncertainty and details of the first PR +========================================================== + +.. post:: June 19, 2023 + :author: Tania Castillo + :tags: google + :category: gsoc + +What did I do this week? +------------------------ + +I made some adjustments to the ellipsoid actor definition, now called *tensor*. This was something discussed in the weekly meeting as the coming changes are related to this actor, the idea now is to have a tensor actor that allows choosing between displaying the tensor ellipsoids or the uncertainty cones (later on). I also worked on the uncertainty calculation, and the cone SDF for the visualization, so I plan to do a WIP PR next to start getting feedback on this new addition. + +What is coming up next? +----------------------- + +As for uncertainty calculation, other data is needed such as the noise variance and the design matrix (check `this `_ article for more details), I need to identify which should be the parameters for the function definition. I also have to work on the documentation, so the function and its purpose are clear. I plan to make the final adjustments related to the uncertainty so that the next PR is ready for submission this week. I also expect to make the final changes to the first PR so that it can be merged soon. + +Did I get stuck anywhere? +------------------------- + +Not this week, I will wait for feedback to see if there is anything I need to review or correct. From 55d10f2b4e302981c96419e93902e5f99a219f7b Mon Sep 17 00:00:00 2001 From: Tania Castillo <31288525+tvcastillod@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:38:50 -0500 Subject: [PATCH 2/2] made corrections --- docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst b/docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst index 37b2e5656..47cb8b17d 100644 --- a/docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst +++ b/docs/source/posts/2023/2023-06-19-week-3-tvcastillod.rst @@ -14,7 +14,7 @@ I made some adjustments to the ellipsoid actor definition, now called *tensor*. What is coming up next? ----------------------- -As for uncertainty calculation, other data is needed such as the noise variance and the design matrix (check `this `_ article for more details), I need to identify which should be the parameters for the function definition. I also have to work on the documentation, so the function and its purpose are clear. I plan to make the final adjustments related to the uncertainty so that the next PR is ready for submission this week. I also expect to make the final changes to the first PR so that it can be merged soon. +As for the uncertainty calculation, other data is needed such as the noise variance and the design matrix (check `this `_ article for more details), I need to identify which should be the parameters for the function definition. I also have to work on the documentation, so the function and its purpose are clear. I plan to make some final adjustments related to the uncertainty so that the next PR is ready for submission this week. I also expect to make final changes to the first PR so that it can be merged soon. Did I get stuck anywhere? -------------------------