-
Notifications
You must be signed in to change notification settings - Fork 2
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
Coordinate System of photon_stream.point_cloud
#44
Comments
I agree that consistence is most important. I do not understand yet where the 90 degrees rotation comes from, or where you have seen it. |
The 90 degrees rotation comes from this function in respect to the pixel map file. But I think it's better to use the rotated coordinate system (but in mm, not degrees). |
I thought about this again. I say that I will accept the wish of the majority, but personally I recommend to not use distances over direction angles. The photo-stream is meant to be a high level tool that is as decoupled from the telescope as possible (e.g. its focal length). Further using distances in units of |
All our other tools expect camera coordinates in mm. For example pyfact and the classifier tools. |
As we are on the way of switching all our tools to the rotated coordinate system, this is not an issue anymore. However, I would strongly urge to use |
It seems the
x
andy
coordinates are degrees and rotated 90 degrees to our reference coordinate system.I would propose the following:
To be consistent with FACT-Tools, Mars and the original PixelMap file: keep the coordinates as is.
So x and y in mm and not rotated.
This is especially important for things like the reconstruction of origin, where the estimators need the cog in mm in this coordinate system and the coordinate trafo also expects this coordinate system.
I would like to reduce the number of coordinate systems to a bare minimum and introducing yet another (albeit probably more sane) creates a strong headache for me.
The text was updated successfully, but these errors were encountered: