pywwt.windows.utils Module

Functions

map_array_to_colors(arr, cmap[, scale, ...])

Map a NumPy array to a colormap using Matplotlib.

generate_utc_times(num_steps, step_size[, ...])

Generate a series of equally linearly spaced times in UTC.

convert_xyz_to_spherical(x, y, z[, ...])

Convert rectangular coordinates (x,y,z) to spherical coordinates (Lat, Lon, Alt) or (RA, Dec, Alt).

write_data_to_csv(data, filename[, mode])

Write a dataset to a CSV-formatted file with a data header.