GRS survey
Full-survey decomposition of the Galactic Ring Survey using the AWS pipeline.
Five-tile strip (tiles 26--34)
Tiles 26, 28, 30, 32, and 34 cover -- in the inner Galaxy, spanning the Scutum--Centaurus arm where molecular cloud complexes are densely packed along the line of sight.
Submit
for l in 26 28 30 32 34; do
uv run benchmarks pipeline "/tmp/phspectra/grs-full/grs-${l}-cube.fits" --survey "grs-${l}"
done
Visualise
Once all five tiles are processed, generate the multi-tile strip:
uv run benchmarks grs-map-plot --input-dir /tmp/phspectra/grs-full

Figure. Four-panel decomposition strip of GRS tiles 26--34 (--). (a) Velocity RGB composite -- three velocity bins mapped to R, G, B from the decomposed Gaussians. (b) Topological complexity -- number of Gaussian components detected per pixel; highlights cloud boundaries, outflows, and shock fronts. (c) Amplitude--velocity bivariate colormap -- hue encodes centroid velocity, luminance encodes peak amplitude. (d) Dominant velocity field -- centroid velocity of the brightest component per pixel, revealing bulk gas motions hidden by moment-1 blending when multiple clouds overlap along the line of sight.
Spatial correlation of decomposition fields
The two-point autocorrelation function measures how strongly a scalar field at two positions is correlated as a function of their angular separation . We compute it across the five-tile strip (--) using FFT-based estimation on the global pixel grid, with spatial-jackknife error bands (44 block grid). Four fields are derived from the Gaussian decomposition:
- -- number of components per pixel (topological complexity).
- -- total integrated intensity, , proportional to column density.
- -- intensity-weighted mean velocity (first moment of fitted components).
- -- intensity-weighted velocity dispersion (second central moment of component centroids).
uv run benchmarks correlation-plot --input-dir /tmp/phspectra/grs-full

Figure. Two-point autocorrelation of four decomposition-derived scalar fields across GRS tiles 26--34. Shaded bands show 1 spatial-jackknife uncertainties. The dashed vertical line marks the correlation length where drops to , when it falls within the plotted range.
The velocity field and dispersion decorrelate faster than the structural fields (, ), reflecting the smaller coherence scale of gas kinematics compared to the cloud-scale column density structure. The correlation lengths of -- for and are consistent with the angular extent of giant molecular cloud complexes in the inner Galaxy. Roman-Duval et al. (2010) measured physical radii of 1--40 pc for 580 molecular clouds identified in the GRS, at kinematic distances of 1--12 kpc (Roman-Duval et al. 2009). At typical GRS distances of 3--8 kpc, clouds of 10--30 pc radius subtend --, matching the observed correlation scale.
Velocity spacing distribution
The distribution of velocity separations between adjacent fitted Gaussian components reveals the characteristic velocity scales recovered by the decomposition. For each spectrum with two or more significant components (amplitude ), we sort the component centroids by velocity and compute adjacent spacings .
uv run benchmarks velocity-spacing-plot --input-dir /tmp/phspectra/grs-full

Figure. Normalised distribution of adjacent velocity spacings across GRS tiles 26--34. The grey histogram shows all spectra combined; coloured step histograms split by the number of significant components per spectrum (, --, ).
Full survey (all 22 tiles)
See Data Sources for download instructions. To process every tile, submit each one as a separate pipeline run:
for l in 15 17 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56; do
uv run benchmarks pipeline "/tmp/phspectra/grs-full/grs-${l}-cube.fits" --survey "grs-${l}"
done
| Property | Value |
|---|---|
| Tiles | 22 |
| Total spectra | ~2.3M |
| Lambda chunks | ~5,100 |
| Estimated cost | ~$40 |