 SALAT_INFO¶
 SALAT_INFO¶
SALAT_INFO
Prints some relevant information about the data cube in terminal
CALLING SEQUENCE:
>>> import salat
>>> salat.info(file)
| Option | Description | Status | Default | 
|---|---|---|---|
| file | Path to the SALSA cube in FITS format. | required | 
| Parameter | Description | 
|---|---|
| N/A | Information printed in terminal only. | 
>>> import salat
>>> salat.info(file)
---------------------------------------------------
--------------- SALAT INFO part of ----------------
-- Solar Alma Library of Auxiliary Tools (SALAT) --
----------------------------------------------
| Data feat.: 
----------------------------------------------
|  ALMA BAND:  3
|  Obs. Date:  2016-12-22
|  ALMA proj:  2016.1.00423.S
|  Pix. Unit:  K
|  Pix. Size:  0.32  arcsec.
|  Beam mean:  6242.723999999999  arcsec
|  FOV. diam:  notcomputed
----------------------------------------------
| Data range 
----------------------------------------------
|  Min =  4573.09  Kelvin
|  Max =  10635.5  Kelvin
----------------------------------------------
Back to the list of Python functions