concatenate¶
- astropy.coordinates.concatenate(coords)[source]¶
Combine multiple coordinate objects into a single
SkyCoord
.“Coordinate objects” here mean frame objects with data,
SkyCoord
, or representation objects. Currently, they must all be in the same frame, but in a future version this may be relaxed to allow inhomogeneous sequences of objects.- Parameters:
- coordspython:sequence of astropy:coordinate-like
The objects to concatenate
- Returns:
- cskycoord
SkyCoord
A single sky coordinate with its data set to the concatenation of all the elements in
coords
- cskycoord