Skip to content

Commit

Permalink
Use an example file that is in UsageData
Browse files Browse the repository at this point in the history
Refs #10065
  • Loading branch information
DanNixon committed Sep 24, 2014
1 parent 45525b3 commit b4d1a21
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ Usage
import os

# Create a calibration workspace
cal_ws = CreateCalibrationWorkspace(InputFiles='IRS38633.raw', DetectorRange='3,53', PeakRange='62500,65000', BackgroundRange='59000,61500')
cal_ws = CreateCalibrationWorkspace(InputFiles='IRS26173.raw', DetectorRange='3,53', PeakRange='62500,65000', BackgroundRange='59000,61500')

# Save the workspace to a NeXus file
calib_file = 'iris_calibration.nxs'
Expand Down

0 comments on commit b4d1a21

Please sign in to comment.