-
Notifications
You must be signed in to change notification settings - Fork 14
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
update to latest hessio library #51
Comments
@kosack Could you please provide one of these lasted sim file that need the new hessio library for test purpose ? |
That's a good question: I'll ask if Gernot can provide one - I think the prod3b ones are still readable, but the next production may need the updated library to access the new information stored in them (the current info should still be readable, since it is backward compatible). At least you should test with a prod3b file from the grid. I plan on uploading on to our new shared webserver soon, but you can get one from the CTA-Grid web interface as well. |
I am actually listening :-) Do you just need a random file for testing? If yes, then I would try to find a small one. Do you have access to the GRID? |
Yes, I have access to the GRID. |
I believe that hessio library should be updated once again. I'm trying to read a recently produced sim_telarray file with pyhessio and I'm getting the following error message: Unsupported camera definition version: 5. I traced this back to the io_hess.c routine at https://github.com/cta-observatory/pyhessio/blob/master/hessioxxx/src/io_hess.c ... In a recent version of hessioxxx I found instead item_header.type = IO_TYPE_HESS_CAMSETTINGS; /* Data type */ I attached a file for testing purposes. |
The latest hessioxxx library is needed for reading the latest sims, so we should update the version inside pyhessio.
The text was updated successfully, but these errors were encountered: