# WCS_REMAP

## Description

 Remaps data from one World Coordinate System (WCS) to anothe


## Calling sequence

```idl
 data_to = wcs_remap(data_from, wcs_from, wcs_to)
```

## Returning value

Returns two-dimensional array containing remapped image

## Parameters

- *data_from* - data to be remapped
- *wcs_from* - WCS structure describing coordinate system of the given
- *wcs_to* - structure describing coordinate system where the data will be remapped to

## Keywords

None
