3D to 2D converting
Eugene Romas wrote on Nov 08, 2006
Heh! I help myself!
My mistake is next: i tried to work with 3D images, but need tyo have 2D!
"Converting" next to 2D:
It create a file with same name, but 2D!!!
My mistake is next: i tried to work with 3D images, but need tyo have 2D!
"Converting" next to 2D:
imcopy image*[*,*] image*
It create a file with same name, but 2D!!!
Mike Fitzpatrick wrote on Nov 08, 2006
The IMSLICE task can reduce the dimensionality of images, or you can simply use an image section e.g.
[code]cl> imcopy myimage[*,*,1] newimage.fits # 'newimage' is now 2-D[/code
-Mike
[code]cl> imcopy myimage[*,*,1] newimage.fits # 'newimage' is now 2-D[/code
-Mike
Eugene Romas wrote on Nov 08, 2006
fitz
The IMSLICE task can reduce the dimensionality of images, or you can simply use an image section e.g.
cl> imcopy myimage[*,*,1] newimage.fits # 'newimage' is now 2-D
-Mike
Understand you... But! i writed:
imcopy image*[*,*] image*
not a image*[*,*,1] !
About imslice, help imslice, reading now... greate thing!
Thx!
And that about http://iraf.net/phpBB2/viewtopic.php?t=85811 ?
Can anybody tell what should i use? I really need it![/code]
Last post on Nov 08, 2006