MatchEnd

Match trailing axes?

Description:

This attribute is a boolean value which controls how a Frame behaves when it is used (by AST_FINDFRAME) as a template to match another (target) Frame. It applies only in the case where a match occurs between template and target Frames with different numbers of axes.

If the MatchEnd value of the template Frame is zero, then the axes which occur first in the target Frame will be matched and any trailing axes (in either the target or template) will be disregarded. If it is non-zero, the final axes in each Frame will be matched and any un-matched leading axes will be disregarded instead.

Type:
Integer (boolean).

Applicability

Frame
The default MatchEnd value for a Frame is zero, so that trailing axes are disregarded.
FrameSet
The MatchEnd attribute of a FrameSet is the same as that of its current Frame (as specified by the Current attribute).