{"id":30833191,"url":"https://github.com/tillbiskup/evefile","last_synced_at":"2025-09-06T16:10:50.767Z","repository":{"id":308665200,"uuid":"1030186650","full_name":"tillbiskup/evefile","owner":"tillbiskup","description":"Transitional package to read eveH5 files containing synchrotron radiometry data recorded at BESSY/MLS in Berlin.","archived":false,"fork":false,"pushed_at":"2025-08-22T12:13:21.000Z","size":445,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-22T14:29:34.640Z","etag":null,"topics":["bessy","eve","mls","ptb","radiometry","synchrotron"],"latest_commit_sha":null,"homepage":"https://evefile.docs.radiometry.de/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tillbiskup.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.rst","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-01T08:17:12.000Z","updated_at":"2025-08-22T12:13:25.000Z","dependencies_parsed_at":"2025-08-22T14:16:19.337Z","dependency_job_id":"f8bd5bf3-f5ae-4734-9bdf-a9982b649c8d","html_url":"https://github.com/tillbiskup/evefile","commit_stats":null,"previous_names":["tillbiskup/evefile"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tillbiskup/evefile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tillbiskup%2Fevefile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tillbiskup%2Fevefile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tillbiskup%2Fevefile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tillbiskup%2Fevefile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tillbiskup","download_url":"https://codeload.github.com/tillbiskup/evefile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tillbiskup%2Fevefile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273927668,"owners_count":25192560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bessy","eve","mls","ptb","radiometry","synchrotron"],"created_at":"2025-09-06T16:10:30.093Z","updated_at":"2025-09-06T16:10:50.749Z","avatar_url":"https://github.com/tillbiskup.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.16815768.svg\n   :target: https://doi.org/10.5281/zenodo.16815768\n   :align: right\n\n=======\nevefile\n=======\n\n*Transitional package to read eveH5 files containing synchrotron radiometry data recorded at BESSY/MLS in Berlin.*\n\nWelcome! This is evefile, a Python package for **importing (synchrotron) radiometry data** obtained at one of the beamlines at **BESSY-II or MLS in Berlin**, mostly operated by the German National Metrology Institute, the `Physikalisch-Technische Bundesanstalt (PTB) \u003chttps://www.ptb.de/\u003e`_. This package acts as *transitional* interface between the (eveH5) data files and the processing and analysis code. For related packages for importing, viewing, and analysing those data, have a look at the \"related projects\" section below.\n\nLoading the contents of a data file of a measurement is as simple as::\n\n    import evefile\n\n    file = evefile.EveFile(filename=\"my_measurement_file.h5\")\n\nHere, ``file`` contains all the information contained in the data file as a hierarchy of Python objects.\n\n\nFeatures\n========\n\nA list of features:\n\n* Importer for eve HDF5 files (used at PTB in Berlin, Germany)\n\n* Fully backwards-compatible to older eveH5 versions\n\n* Complete information available that is contained in an eveH5 file\n\n* Data are (only) loaded on demand, not when loading the file\n\n* Powerful and intuitive abstractions, allowing for associative access to data and information – beyond a purely tabular view of the data\n\n\nAnd to make it even more convenient for users and future-proof:\n\n* Open source project written in Python (\u003e= 3.9)\n\n* Developed fully test-driven\n\n* Extensive user and API documentation\n\n\nInstallation\n============\n\nTo install the evefile package on your computer (sensibly within a Python virtual environment), open a terminal (activate your virtual environment), and type in the following::\n\n    pip install evefile\n\n\nRelated projects\n================\n\nThere is a number of related packages users of the evedata package may well be interested in, as they have a similar scope, focussing on working with synchrotron radiometry data.\n\n* `evedata \u003chttps://evedata.docs.radiometry.de\u003e`_\n\n  A Python package for **importing (synchrotron) radiometry data** obtained at one of the beamlines at **BESSY-II or MLS in Berlin**, mostly operated by the German National Metrology Institute, the `Physikalisch-Technische Bundesanstalt (PTB) \u003chttps://www.ptb.de/\u003e`_. In contrast to ``evefile``, this package will provide powerful and intuitive abstractions, allowing for associative access to data and information. Hence, ``evefile`` is only a transitional package for use until ``evedata`` is considered sufficiently stable for routine use.\n\n* `radiometry \u003chttps://docs.radiometry.de\u003e`_\n\n  A Python package for **processing and analysing (synchrotron) radiometry data** in a **reproducible** and mostly **automated** fashion. Currently, it focusses on data obtained at one of the beamlines at **BESSY-II or MLS in Berlin**, mostly operated by the German National Metrology Institute, the `Physikalisch-Technische Bundesanstalt (PTB) \u003chttps://www.ptb.de/\u003e`_.\n\n* `evedataviewer \u003chttps://evedataviewer.docs.radiometry.de\u003e`_\n\n  A Python package for **graphically inspecting data** contained in EVE files, *i.e.* data **obtained at one of the beamlines at BESSY-II or MLS in Berlin**, mostly operated by the German National Metrology Institute, the `Physikalisch-Technische Bundesanstalt (PTB) \u003chttps://www.ptb.de/\u003e`_.\n\n\nLicense\n=======\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the **GPLv3 License**. See the file ``LICENSE`` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftillbiskup%2Fevefile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftillbiskup%2Fevefile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftillbiskup%2Fevefile/lists"}