-
-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone know how to use the value minResolution in textures.json ? #4000
Comments
No. It just means that the first team who have introduced this value (2007-09?) have not explained what they did in code comments for the MultiLevelJsonBase and StelSkyImageTile classes and and, we, the current team, have not reverse-engineered the exact internals of the StelSkyImageTile class to understand all the details that went into developing these important classes. If you can, please find out, and when you are sure, add documentation. I am sure there is a meaning in this. It is not completely undocumented, though. In StelSkyImageTile.hpp we find:
But I did not follow up to the end what depends on it. |
Looks like it's the resolution when the next-level tiles should be shown, see this part of the code. |
Ah, right. Is this then relevant for DSS/HiPS only, or are our DSO textures also structured in this way (or are the overlapping DSO images in the DSO images issue thread a result of negligence of correctly configuring this value in the JSON?) I had the impression these classes were made to allow more than is now used. (e.g. what is dataSetCredits for?) |
And if this is property of the actual texture, why is it called minResolution, not just resolution? |
I don't know how the DSO textures are structed, but judging by the locations of the overlapping DSO images I suppose that they won't align well with HiPS tiles.
It's the minimum "resolution" of the display after which tiles are switched. The "resolution" word here is a misnomer, since it's a reciprocal of the actual resolution: the larger the value, the poorer the image. |
Whether it represents the arc represented by each pixel in the image, also known as pixel scale. |
The User Guide did not explain this clearly, and I did not find any effect after modifying the value.
User Guide: “minResolution UNDOCUMENTED VALUE!”
Does it mean that this is an arbitrary value?
The text was updated successfully, but these errors were encountered: