swifttools 3.0.19
swifttools
3.0.18 / swift_too
1.2.30
Oct 31, 2023: Resolve issue with noisy warnings in Data
even if quiet=True
- When downloading files using
Data
module, if those files already exist on disk awarning
is now issued, instead of a printed warning. Ifquiet=True
no warnings are issued.
swifttools
3.0.17 / swift_too
1.2.29
Oct 31, 2023: Add AWS download support to Data
class.
- Added option to download data from AWS instead of HEASARC. Add argument
aws=True
toData
class arguments to default to AWS downlink. For details of AWS data hosting, see here.