NAME

sep_put_data_axis_par - put n,o,d, label to output tag


SYNOPSIS

int sep_put_data_axis_par(tag_history,i_axis,n,o,d,label)


INPUT PARAMETER

char* - tag_history
        tag of History File
int* - i_axis
        Axis number of parameters to read
int* - n
        value of nh-i (i = i_axis)
float* - o
        value of oh-i (i = i_axis)
float* - d
        value of dh-i (i = i_axis)
char*l - abel
        value of labelh-i (i = i_axis)


RETURN VALUE

 -1= if fails for other reasons
 0= if successful
 +1= if tag_history is an Sep77 History File


DESCRIPTION

   Put the values that describe the i axis of the Data
   Coordinate System into the Header Format File pointed 
   by the History File corresponding to tag history.


SEE ALSO

the sep_put_header_axis_par manpage, the sep_put_grid_axis_par manpage, the sep_get_data_axis_par manpage


LIBRARY

sep3d