region_to_frame# gammapy.utils.regions.region_to_frame(region, frame)[source]# Convert a region to a different frame. Parameters: regionSkyRegionRegion to transform. frame{“icrs”, “galactic”}Frame to transform the region into. Returns: region_newSkyRegionRegion in the given frame.