0

First data release of the MUSE Analysis of Gas around Galaxies (MAGG)

Archive Science Group 4 years ago updated 4 years ago 1

MAGG

The MUSE Analysis of Gas around Galaxies project (MAGG, ESO programme ID: 197.A-0384, PI: M. Fumagalli) provides the community with high quality VLT/MUSE cubes centered on bright redshift z~3.5 quasars (Lofthouse et al. 2019). These absorbers were discovered in archival high-to-medium resolution spectra of the quasars collected, among others, with UVES and XSHOOTER.

The primary goal of this ESO large programme is to probe the distribution of gas around intermediate redshift galaxies by linking known optically thick absorbers and the galaxies newly discovered by MUSE. This first data release contains 23 MUSE cubes. Each cube results from the combination of a total of 4 hours on source obtained in sub-arcsecond seeing conditions. The dept of this data allows to detect 90% of the point source line emitters brighter than an integrated line flux of 3x10-18erg/s/cm2.

More information about the release content can be found in the accompanying documentation. The products are available via the Science Portal or programmatically.

News

The TAP query to obtain all the XSHOOTER observations of the quasars part of the MAGG sample is:


SELECT Xshoot.dp_id

FROM

      (SELECT * FROM ivoa.ObsCore 
       WHERE obs_collection = 'XSHOOTER') Xshoot, 

      (SELECT * FROM ivoa.ObsCore
       WHERE obs_collection = '197.A-0384') MyColl 

WHERE CONTAINS( Xshoot.s_region , MyColl.s_region)=1

Similarly, for the UVES spectra:


SELECT Uves.dp_id

FROM

      (SELECT * FROM ivoa.ObsCore 
       WHERE obs_collection = 'UVES') Uves, 

      (SELECT * FROM ivoa.ObsCore
       WHERE obs_collection = '197.A-0384') MyColl 

WHERE CONTAINS( Uves.s_region , MyColl.s_region)=1