PRO CW_OPT_HLP

message = [$
'This widget can be used to adjust parameters of the scanning and sorting commnands.', $
'Scanning:', $
'     Sources/image: fixes the maximum number of centers scanned in an image', $
'     Factor: fixes the interpolation factor of the images. Increasing this ', $
'             parameter slows down the scanning.', $
'     Level: should be 2.', $
'     Max flux: fixes the maximum level under which scanning of the image is stopped.', $
'Sorting:', $
'Sorting of centers in position is made by using a zone criteria. This mean than', $
'2 centers belong to the same position if they are in the same area.', $
'Zone can be adjusted by changing Area EW and Area NS values. This values are', $
'respectively the number of pixels in EW and NS directions.' $
]

r=WIDGET_MESSAGE(message,/INFORMATION, TITLE= 'Options Help')

END
