Open jpinedaf opened 10 years ago
A quick solution is to pass data.squeeze()
into astrodendro; that drops the degenerate dimensions.
(but I think this is an argument for getting spectral-cube
integrated into astrodendro)
That helps! Thanks for the quick advice :)
Hi,
I run dendrograms on an integrated intensity map from JVLA successfully, which has two degenerate coordinates in the header (Stokes=1, and Frequency=1). The size of the array is:
However, the dendrogram viewer does not know how to handle this image:
I had to go back into CASA and export the data without the degenerate axes, however, since the 2 extra dimensions in the array have length=1 I think that this should be accepted .
Cheers, Jaime