Published September 21, 2023
| Version v3.0.0
Software
Open
askap-vast/vast-tools: v3.0.0
Authors/Creators
- 1. Swinburne University of Technlogy
- 2. University of Wisconsin-Milwaukee
Description
What's Changed
- Added access to epochs 21-41
- Refactor the add_obs_date testing by @ajstewart in https://github.com/askap-vast/vast-tools/pull/299
- New epoch tools by @ddobie in https://github.com/askap-vast/vast-tools/pull/298
- Add warning to query docs re: Dask RuntimeError by @ddobie in https://github.com/askap-vast/vast-tools/pull/317
- Change postagestamps to use offset axis ticks/labels instead of absolute coordinates by @ddobie in https://github.com/askap-vast/vast-tools/pull/315
- Improve MOC generation by @ddobie in https://github.com/askap-vast/vast-tools/pull/323
- New release & multi-frequency handling by @ddobie in https://github.com/askap-vast/vast-tools/pull/311
- Allow query epochs to be specified as list or string by @ddobie in https://github.com/askap-vast/vast-tools/pull/327
- Fix metadata for islands queries by @ddobie in https://github.com/askap-vast/vast-tools/pull/328
- Expand access to TILES data by @ddobie in https://github.com/askap-vast/vast-tools/pull/325
- Fixed pandas append deprecation by @ajstewart in https://github.com/askap-vast/vast-tools/pull/337
- Fix eta-v matplotlib plot by @ddobie in https://github.com/askap-vast/vast-tools/pull/340
- Added pylint workflow for pull requests by @ajstewart in https://github.com/askap-vast/vast-tools/pull/338
- Correctly implement legend on lightcurve by @ddobie in https://github.com/askap-vast/vast-tools/pull/345
- Add check for existence of requested data to Query init by @ddobie in https://github.com/askap-vast/vast-tools/pull/346
- Set dask npartition to minimum of ncpu or number of unique sources by @ddobie in https://github.com/askap-vast/vast-tools/pull/363
- Fix access to RACS data by @ddobie in https://github.com/askap-vast/vast-tools/pull/358
- Remove epoch 12 user warning by @ddobie in https://github.com/askap-vast/vast-tools/pull/361
- Fix find_fields not returning RACS-mid fields by @ddobie in https://github.com/askap-vast/vast-tools/pull/368
- Fix query search_around_coordinates option by @ajstewart in https://github.com/askap-vast/vast-tools/pull/365
- Fix RACS tiles get_selavy_paths by @ddobie in https://github.com/askap-vast/vast-tools/pull/373
- Add function to create WISE color-color plots by @marxide in https://github.com/askap-vast/vast-tools/pull/379
- Update numpy to ~1.22.1 by @marxide in https://github.com/askap-vast/vast-tools/pull/380
- Fix eta-V bokeh plotting and add logging to PipeRun class. by @ddobie in https://github.com/askap-vast/vast-tools/pull/383
- Fix read_selavy arguments in Query._get_cutout by @ddobie in https://github.com/askap-vast/vast-tools/pull/389
- Change self.planets to be an empty list if no input is provided by @ddobie in https://github.com/askap-vast/vast-tools/pull/391
- Fix query docs and logging by @ddobie in https://github.com/askap-vast/vast-tools/pull/398
- Add file validation by @ddobie in https://github.com/askap-vast/vast-tools/pull/370
- Correctly handle conversion from RACS -> VAST field names by @ddobie in https://github.com/askap-vast/vast-tools/pull/405
- Change output file naming scheme by @ddobie in https://github.com/askap-vast/vast-tools/pull/403
- Fix fits cutout function naming by @ddobie in https://github.com/askap-vast/vast-tools/pull/407
- Fix stokes I hardcoding by @ddobie in https://github.com/askap-vast/vast-tools/pull/410
- Added corrected_data argument to Source class by @ddobie in https://github.com/askap-vast/vast-tools/pull/412
- Correctly handle empty groups in match_planet_to_field by @ddobie in https://github.com/askap-vast/vast-tools/pull/416
- Enable full survey access by @ddobie in https://github.com/askap-vast/vast-tools/pull/408
- Expand epoch specification in Query to allow ints and not require "x" to be appended to partial pilot epochs by @ddobie in https://github.com/askap-vast/vast-tools/pull/421
- Add dask scheduler switch by @ddobie in https://github.com/askap-vast/vast-tools/pull/430
- Query all fields by @ddobie in https://github.com/askap-vast/vast-tools/pull/418
- Ensure selected_fields is defined for all cases by @ddobie in https://github.com/askap-vast/vast-tools/pull/435
- Correctly handle show_all_png_cutouts(save=True) file naming by @ddobie in https://github.com/askap-vast/vast-tools/pull/437
- Updated RACS dec limit to +50 by @ddobie in https://github.com/askap-vast/vast-tools/pull/438
- Expand default value of max_sep in Query to 1.5 by @ddobie in https://github.com/askap-vast/vast-tools/pull/440
- Serialise beam centre coords to speed up Fields init by @ddobie in https://github.com/askap-vast/vast-tools/pull/431
- Updated VASTMOCS to correctly handle fields with/without 'A' suffix by @ddobie in https://github.com/askap-vast/vast-tools/pull/452
- Fix 'A' field suffix issue in planet matching and correctly handle empty df in init_sources by @ddobie in https://github.com/askap-vast/vast-tools/pull/453
- Update read_selavy to force all flux & flux err values to be positive by @ddobie in https://github.com/askap-vast/vast-tools/pull/463
- Update docs and fix errors by @ddobie in https://github.com/askap-vast/vast-tools/pull/354
- Added warning when querying corrected data by @ddobie in https://github.com/askap-vast/vast-tools/pull/465
- Fix source product generation and enable generation of background/rms map cutouts by @ddobie in https://github.com/askap-vast/vast-tools/pull/445
- Remove duplicates in field matching by @ddobie in https://github.com/askap-vast/vast-tools/pull/472
- Fix missing RMS measurements for non-detections by @ddobie in https://github.com/askap-vast/vast-tools/pull/476
- Handle pipeline runs that use compressed fits files by @ddobie in https://github.com/askap-vast/vast-tools/pull/480
- Ensure that full image data does not persist when creating FITS cutouts from compressed HDUs by @ddobie in https://github.com/askap-vast/vast-tools/pull/483
- Account for pipeline runs with no measurement pairs file by @ddobie in https://github.com/askap-vast/vast-tools/pull/478
- Raise exception when simbad name query returns more names than there are objects queried by @ddobie in https://github.com/askap-vast/vast-tools/pull/490
Full Changelog: https://github.com/askap-vast/vast-tools/compare/v2.0.0...v3.0.0
Files
askap-vast/vast-tools-v3.0.0.zip
Files
(23.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ba988a2180fe4f65416d408e862d6432
|
23.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/askap-vast/vast-tools/tree/v3.0.0 (URL)