kpg1Axcpy

Copies an NDF AXIS structure from one NDF to another

Description:

This function copies all AXIS information describing axis " ax1" in " indf1" , into " indf2" axis " ax2" .

Invocation

void kpg1Axcpy( int indf1, int indf2, int ax1, int ax2, int status )

Arguments

indf1
The source NDF.
indf2
The destination NDF.
ax1
The one-based index of the axis to be copied within " ndf1" . Must be less than or equal to the number of pixel axes in " ndf1" .
ax2
The one-based index of the new axis to create within " ndf2" . Must be less than or equal to the number of pixel axes in " ndf2" .
status
The inherited status.