astrorama/SourceXtractorPlusPlus: 0.19 Release
Authors/Creators
- 1. Observatoire de Genève
- 2. University of Geneva
- 3. AstrOmatic
Description
New in 0.19:
- Support for FITS Data cubes
- Columns from ASSOC catalogs can be used in mode fitting configuration
- Changes in some command line parameters (see below)
- Many bug fixes and internal enhancements
Details:
Several command line parameters have been modified to make their behavior more clear:
use-cleaning, use-attractors-partition, partition-corethreshold become booleans, so instead of --use-cleaning' you have to writeuse-cleaning=true' this makes their behavior consistent between command line and configuration file use.
Also since it would have caused double negatives, the following parameters have also been renamed :
segmentation-disable-filtering becomes the boolean segmentation-use-filtering (on by default)
output-flush-unsorted becomes the boolean output-flush-sorted (on by default)
progress-bar-disable becomes the boolean progress-bar (on by default)
How to use the new FITS cubes:
g1 = load_fits_data_cube('cube.fits', sorted(glob('sim11_g_??.psf')))
to load individual slices:
DataCubeSlice('cube.fits', "nopsf", image_layer=3)
Files
astrorama/SourceXtractorPlusPlus-0.19d.zip
Files
(4.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0d6ea000499ce84b1b2272c6be837fc0
|
4.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/astrorama/SourceXtractorPlusPlus/tree/0.19d (URL)