Set the grating arm and order to use in the pixlib module.
pix_set_grating( String_Type arm ) pix_set_grating( Integer_Type order ) pix_set_grating( String_Type arm, Integer_Type order )
This function allows you to set the grating arm and order to use in the pixlib routines. The valid values for arm are "HEG", "MEG", or "LEG".
pix_set_grating( "HEG" )
pix_set_grating( 1 )
pix_set_grating( "HEG", 1 )
See the bugs page for the pixlib library on the CIAO website for an up-to-date listing of known bugs.