Joining images in Y- dimension (i.e. one row below another)
smp wrote on Apr 27, 2009
Hi,
I have some image sections (one dimensional fits images; i.e. they contain one row and several columns) or horizontal (x-dimension) strips.
I want to join these sections in Y-dimension
i.e. take one strip and add next strip below it.
i.e. adding image sections vertically.
In my script, therefore, I wrote
i.e. I have put join_dimension = 2.
(assuming 1 for x, 2 for y, 3 for z )
Then I got following error message:
Can I add the image sections as I want (i.e. one below another)?
Regards
I have some image sections (one dimensional fits images; i.e. they contain one row and several columns) or horizontal (x-dimension) strips.
I want to join these sections in Y-dimension
i.e. take one strip and add next strip below it.
i.e. adding image sections vertically.
In my script, therefore, I wrote
imjoin(input="@"//"joinlist",output="joined_left.fits",join_dimensi=2,v-)i.e. I have put join_dimension = 2.
(assuming 1 for x, 2 for y, 3 for z )
Then I got following error message:
ERROR: For image row_left1.fits ndim is 1 max join dimension is 1
ERROR on line 38: The user-specified join dimension is too large
Can I add the image sections as I want (i.e. one below another)?
Regards
Francisco Valdes wrote on Apr 27, 2009
I think the task you are looking for is IMSTACK. Take a look at the help page and give it a try.
Frank Valdes
Frank Valdes
Last post on Apr 27, 2009