create_single_tile¶
- toasty.toast.create_single_tile(pos, coordsys=ToastCoordinateSystem.ASTRONOMICAL)[source]¶
Create a single TOAST tile.
- Parameters:
- pos
Pos
The position of the tile that will be created. The depth of the tile must be at least 1.
- coordsysoptional
ToastCoordinateSystem
The TOAST coordinate system to use. Default is
ToastCoordinateSystem.ASTRONOMICAL
.
- pos
- Returns:
Notes
This function should only be used for one-off investigations and debugging. It is much more efficient to use
generate_tiles()
for bulk computations.