DAXA
DAXA copied to clipboard
Democratising Archival X-ray Astronomy (DAXA) is an easy-to-use Python module for downloading multi-mission X-ray telescope data and processing it into usable archives. Users can acquire entire archiv...
Currently it just overwrites the original file, so if the raw data get removed so does the .sas summary file. Some SAS tasks might require this file, as @rz-wang has...
It uses len(self) to get what is meant to be the total number of observations of the entire mission, but actually __len__() of BaseMission returns the length of the filtered...
This is the first draft for a function that takes an archive object and writes an xga config file with the paths all formatted for the data in the archive....
Though DAXA will at some point be able to stream data from the S3 bucket, there will still be a necessity to store some data locally (i.e. on a Fornax...
The XMM cifbuild task doesn't really seem to care if the SAS_CCFPATH environment variable points at an empty directory, it will just make an empty ccf.cif file - then when...
Can't believe I left a hard X-ray instrument off given my current interest in non-thermal hard X-ray emission from clusters...
We'll do this this the same way I did the XMM image/expmap generation in DAXA - using XGA. Unfortunately the public version of XGA (as in on PyPI) doesn't support...
As the parse ODF file function is called straight after the odfingest task (essentially as part of the task, not a separate task) if there is an exception raised it...
Soooo, that's great and nearly impossible to diagnose.
This occurs for 0095011401. IndexError Traceback (most recent call last) Cell In[63], line 1 ----> 1 arch.get_obs_to_process('xmm_pointed', '0095011401') File ~/software/anaconda3/envs/daxa_release/lib/python3.12/site-packages/daxa/archive/base.py:1560, in Archive.get_obs_to_process(self, mission_name, search_ident) 1556 proc_res = [[res[0], search_ident] for...