> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remap Spherical Field

> AI context for Remap Spherical Field. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/remap-spherical-field).

## Summary

Remap a scalar field into a spherical space. The only values that will be mapped are values along the positive X-axis, the Y-axis between -length/2 and +length/2, and the positive Z-axis. This block will not attempt to scale the field value

## Package Details

| Field            | Value                                                                   |
| ---------------- | ----------------------------------------------------------------------- |
| **ID**           | `remap-spherical-field`                                                 |
| **Type**         | Block                                                                   |
| **Author**       | nTop                                                                    |
| **Version**      | 1.0.0                                                                   |
| **nTop Version** | 5.43+                                                                   |
| **Domain**       | Geometry                                                                |
| **Complexity**   | Beginner                                                                |
| **Tags**         | `remap`, `spherical`, `scalar-field`, `coordinate-transform`, `mapping` |
| **License**      | MIT                                                                     |
| **Verified**     | Yes                                                                     |

***

Remap a scalar field into a spherical space. The only values that will be mapped are values along the positive X-axis, the Y-axis between -length/2 and +length/2, and the positive Z-axis. This block will not attempt to scale the field values to compensate for distortion. If the compensation is preferred, use the Remap Spherical Body block.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/remap-spherical-field/`.

## Inputs

| Name               | Type         | Description                                                                                                           |
| ------------------ | ------------ | --------------------------------------------------------------------------------------------------------------------- |
| `Field`            | Scalar Field | Scalar field to remap.                                                                                                |
| `Y Mapping Length` | Scalar       | The length of the scalar field along the Y-axis to wrap around the longitudinal circumference of the spherical space. |
| `Z Mapping Length` | Scalar       | The length of the scalar field along the Z-axis to wrap around the latitudinal circumference of the spherical space.  |

## Outputs

| Name             | Type         | Description |
| ---------------- | ------------ | ----------- |
| `Scalar Field_0` | Scalar Field | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/remap-spherical-field](https://community.ntop.com/packages/ntop/remap-spherical-field)
