keflavich / FITS_tools

Simple scipy and python based tools for FITS image manipulation
17 stars 12 forks source link

Decomposing DDFacet cube into sub-band images #10

Closed Kincaidr closed 3 years ago

Kincaidr commented 3 years ago

Hi,

I want to use the fitstools option --unstack to decompose a cube image into constituent sub-band images.

image

I am not sure on the syntax required for this. Where do i specify number of planes to split?

I have tried fitstools --unstack 10 NAXIS4 image_cube.fits .

But it says

image

Here are the cube details: image

i want to split it into 10 individual images.

Many thanks for help!

keflavich commented 3 years ago

Your issue is not related to this package.