{"id":16654142,"url":"https://github.com/mperrin/jwxml","last_synced_at":"2025-05-12T20:30:48.169Z","repository":{"id":62573550,"uuid":"51101286","full_name":"mperrin/jwxml","owner":"mperrin","description":"Misc XML support helper code related to some JWST config files.","archived":false,"fork":false,"pushed_at":"2020-10-05T15:54:47.000Z","size":907,"stargazers_count":0,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-25T05:38:51.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/mperrin.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2016-02-04T19:54:52.000Z","updated_at":"2020-10-05T15:40:19.000Z","dependencies_parsed_at":"2022-11-03T18:30:44.972Z","dependency_job_id":null,"html_url":"https://github.com/mperrin/jwxml","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mperrin%2Fjwxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mperrin%2Fjwxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mperrin%2Fjwxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mperrin%2Fjwxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mperrin","download_url":"https://codeload.github.com/mperrin/jwxml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253816661,"owners_count":21968861,"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","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":"2024-10-12T09:48:49.546Z","updated_at":"2025-05-12T20:30:47.703Z","avatar_url":"https://github.com/mperrin.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"jwxml\n=====\n\n**DEPRECATED: This package is obsolete. See PYSIAF (https://pysiaf.readthedocs.io/) instead for XML SIAF parsing code, and WebbPSF (https://webbpsf.readthedocs.io/) for JWST mirror file XML parsing code.**\n\n**jwxml is no longer actively developed and its use should be phased out.**\n\n\n*Note: This is probably mostly useful internally at STScI.*\n\nMiscellaneous XML support helper code related to some JWST configuration files, mostly optics and wavefront sensing related.\n\nSo far this provides support for reading in and interacting with:\n\n  * The so-called SIAF (Science Instrument Aperture Files)\n  * Wavefront control SUR (Segment Update Request) files\n\nMore functionality may be added ad hoc as needed; no overall long term development master plan is implied.\n\nSIAF\n----\n\nScience Instrument Aperture Files contain detailed focal plane and pointing models for the science instruments. They are maintained in the JWST PRD (Project Reference Database). Snapshots taken from the PRD are bundled with jwxml, but care should be taken to ensure one is using the latest files from the PRD directly.\n\nFor a file obtained from the PRD:\n\n.. code:: python\n\n    siaf = jwxml.SIAF(filename='/your/path/to/NIRCam_SIAF_2016-01-28.xml')\n\nTo use the bundled SIAF:\n\n.. code:: python\n\n    siaf = jwxml.SIAF('NIRCam')\n\nTo check which PRD version is in use:\n\n.. code:: python\n\n    print(jwxml.PRD_VERSION)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmperrin%2Fjwxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmperrin%2Fjwxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmperrin%2Fjwxml/lists"}