-
Notifications
You must be signed in to change notification settings - Fork 19
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
read tagged information blocks: Time only block and Exposure only block #26
Comments
Hi, |
Hi there,
thanks for the reply. You are right, I was referring to tag-type 1002 and
1003.
I installed the release version with the command
pip3 install -U pycine
about 3 weeks ago, maybe I should have installed the development version?
The measurements were done with the latest PCC version, and they contain
the 2 tag-types.
I know for sure because in the meantime I modified the pycine module to
read out those blocks as well and it works just fine, thank you for sharing
the pycine module, it was very useful for me to understand how to read the
cine file, implementing the modification was relatively easy.
Cheers,
Claudio
…On Mon, Aug 9, 2021 at 2:42 AM SReich-EMI ***@***.***> wrote:
Hi,
as I understand you right, you are searching for tag-type 1002 and 1003 as
the timestamp and exposuretime of your frames. In the current version (4
months old) of pycine this is already included. If you already have the
current version of pycine and no entries with "timestamp" and
"exposuretime" as keys in the header dictionary, maybe you firmware of the
camera of the PCC version is to old, so that it is not included in the
files at all.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMO6PSMRC6A3APLEP6QLVNDT36PG7ANCNFSM5BNYRJIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Hi Claudio, Cheers, |
Hi there,
it would be great if also the tagged information blocks would be read out from the cine file, in particular the Time only block, which gives the timestamp of each image and the Exposure only block, which gives the real exposure time of each frame (it may vary for different frames). See page 30 of the cine file format manual (version 2011).
I could not find a way to load that information in the current pycine module.
The text was updated successfully, but these errors were encountered: