! #############################################################################
!  Copyright (c) 2000  Bruker Advance X-ray Solutions, Inc. (Bruker AXS, Inc.)
!                      5465 E Cheryl Parkway
!                      Madison, WI 53711-5373  USA
! #############################################################################
!
! GRASTST -- Command file for testing FRAMBO/SADIE GRAPH command.
!       Following files must be accessible, in the test
!       directory (SAXS$TEST:).
!
!               gratst.slm -- this file
!		fiber_u.1 -- fiber test frame
!               plotso.dat -- Test plot data
!
! Plot the test data
clear /q=0 ALL
graph/file/quad=0 SAXS$TEST:plotso.dat
wait 1.0
!
! Display a frame.
display/new/quad=0/lo=0/hi=150/x=255/y=255/mag=1/graph SAXS$TEST:fiber-h.1
!
! Graph vector, full screen
graph/vec/quad=0 215 289 11 -13
wait 0.1
!
!Graph vector, display in quadrants
graph/vec/quad=1 215 289 11 -13
wait 0.1
graph/vec/quad=2 215 289 11 -13
wait 0.1
graph/vec/quad=3 215 289 11 -13
wait 0.1
graph/vec/quad=4 215 289 11 -13
wait 0.1
!
! Graph vector, full screen
graph/vec/quad=0 215 289 11 -13
wait 0.1
!
! Rocking curve full screen
!graph/rock/quad=0/frame=4 253 208 12 12
!
! Rocking curve, quadrant
!graph/rock/quad=3/frame=4 253 208 12 12
