generate_simulation_coordinates
- generate_simulation_coordinates(time_coordinates: TimeCoordinates, spectral_coordinates: SpectralCoordinates) dict[str, ndarray][source]
Generate simulation coordinates based on time and spectral coordinates.
- Parameters:
time_coordinates (TimeCoordinates) – The time coordinates for the simulation.
spectral_coordinates (SpectralCoordinates) – The spectral coordinates for the simulation.
- Returns:
A dictionary containing two keys: - ‘time’: A numpy array representing the time axis. - ‘spectral’: A numpy array representing the spectral axis.
- Return type:
dict[str, np.ndarray]