Closed thomasorb closed 6 years ago
Fitting sky lines works on a single spectrum:
But when mapping sky velocity with
cube = SpectralCube('M33-NE_SN3.merged.cm1.1.0.hdf5') cube.map_sky_velocity(80, div_nb=10) # the mean velocity bias is set around 80 km/s
I get
The correction made in the next branch (https://github.com/thomasorb/orcs/commit/2b1c76cb588c95150e76ea84bc4a6efacaaa363d) seems to be working. I consider this issue as closed.
Fitting sky lines works on a single spectrum:
But when mapping sky velocity with
I get