Design doc: Add intrinsic coordinate system name example#963
Design doc: Add intrinsic coordinate system name example#963LucaMarconato merged 3 commits intoscverse:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #963 +/- ##
==========================================
+ Coverage 92.14% 92.20% +0.06%
==========================================
Files 48 49 +1
Lines 7473 7560 +87
==========================================
+ Hits 6886 6971 +85
- Misses 587 589 +2 🚀 New features to boost your workflow:
|
|
Thanks Mark! We actually don't give much important to the name of the intrinsic coordinate system in the code, and we don't expose this in-memory to the user, so I removed the sentence that you added—but I have added that each extrinsic coordinate system has a name (otherwise the reader may indeed wonder what is the name of the intrinsic coordinate system). With the latest version of the NGFF spec, the concept of intrinsic coordinate system will change a bit. We will try to prioritize the adoption on the specs to remove all the confusion and inconsistencies around this concept. |
Hi,
I wanted to clarify the logic for inferring the intrinsic coordinate system name here by adding an example.
Please let me know if this understanding of how the intrinsic coordinate systems are named is incorrect. Thanks!