{"id":50324946,"url":"https://github.com/uq-rcc/imsmeta","last_synced_at":"2026-05-29T05:04:27.572Z","repository":{"id":124109703,"uuid":"160125987","full_name":"UQ-RCC/imsmeta","owner":"UQ-RCC","description":"Dragonfly Metadata to JSON converter","archived":false,"fork":false,"pushed_at":"2019-01-22T04:52:27.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-20T23:36:54.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UQ-RCC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-12-03T03:15:40.000Z","updated_at":"2023-10-20T23:36:54.603Z","dependencies_parsed_at":null,"dependency_job_id":"09c1459a-5dd7-4df5-a6a7-6d923ce318ef","html_url":"https://github.com/UQ-RCC/imsmeta","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/UQ-RCC/imsmeta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UQ-RCC%2Fimsmeta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UQ-RCC%2Fimsmeta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UQ-RCC%2Fimsmeta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UQ-RCC%2Fimsmeta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UQ-RCC","download_url":"https://codeload.github.com/UQ-RCC/imsmeta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UQ-RCC%2Fimsmeta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":[],"created_at":"2026-05-29T05:04:06.615Z","updated_at":"2026-05-29T05:04:27.553Z","avatar_url":"https://github.com/UQ-RCC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dragonfly Metadata to JSON converter\n\nConverts metadata files from the Andor Dragonfly to JSON.\n\n## Usage\n```bash\nimsmeta \u003c meta.txt | json_pp\n```\n\nThis is designed to run as part of an existing software pipeline, so input/output to files is not supported.\n\nUse shell redirection if you need this functionality.\n\n## Sample Input\n```ini\nDateAndTime=2018-05-24 10:38:16\nNumberOfTimePoints=1\nNumberOfZPoints=1\nNumberOfChannels=3\nWidth=2048\nHeight=2048\nFusionVersion=1.5.0.7\n[Channels In Image]\n\t[Channel]\n\t\tDescription=\n\t\tName=405_DAPI_Confocal_25um_Cam1\n\t\t[ImagingMode]\n\t\t\tName=Confocal_25um\n\t\t\tModality=SpinningDiskConfocal\n\t\t\tIsConfigurable=True\n\t\t\tIsChannelAssignable=True\n\t\t\tDescription=\n\t\t\tIsActive=True\n\t\t\tIsReadOnly=True\n\t\t\t[FeatureValueList]\n\t\t\t\t{DisplayName=Rotation, Value=0˚}\n\t\t\t\t{DisplayName=Rotation, Value=0˚}\n\t\t\t\t{DisplayName=Flip Vertical, Value=True}\n```\n\n## Sample Output\n```json\n{\n   \"FusionVersion\" : \"1.5.0.7\",\n   \"NumberOfZPoints\" : \"1\",\n   \"Height\" : \"2048\",\n   \"NumberOfChannels\" : \"3\",\n   \"Channels In Image\" : {\n      \"Channel\" : {\n         \"ImagingMode\" : {\n            \"Name\" : \"Confocal_25um\",\n            \"IsActive\" : \"True\",\n            \"Description\" : \"\",\n            \"IsConfigurable\" : \"True\",\n            \"IsReadOnly\" : \"True\",\n            \"IsChannelAssignable\" : \"True\",\n            \"Modality\" : \"SpinningDiskConfocal\",\n            \"FeatureValueList\" : [\n               {\n                  \"Value\" : \"0˚\",\n                  \"DisplayName\" : \"Rotation\"\n               },\n               {\n                  \"Value\" : \"0˚\",\n                  \"DisplayName\" : \"Rotation\"\n               },\n               {\n                  \"Value\" : \"True\",\n                  \"DisplayName\" : \"Flip Vertical\"\n               }\n            ]\n         },\n         \"Description\" : \"\",\n         \"Name\" : \"405_DAPI_Confocal_25um_Cam1\"\n      }\n   },\n   \"DateAndTime\" : \"2018-05-24 10:38:16\",\n   \"NumberOfTimePoints\" : \"1\",\n   \"Width\" : \"2048\"\n}\n```\n\n\n## License\nThis project is licensed under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0):\n\nCopyright \u0026copy; 2019 [The University of Queensland](http://uq.edu.au/)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n* * *\n\nThis project uses the [`JSON for Modern C++`](https://github.com/nlohmann/json) library by Niels Lohmann which is licensed under the [MIT License](http://opensource.org/licenses/MIT) (see above). Copyright \u0026copy; 2013-2018 [Niels Lohmann](http://nlohmann.me/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuq-rcc%2Fimsmeta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuq-rcc%2Fimsmeta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuq-rcc%2Fimsmeta/lists"}