Bio-SANS Data Process Guide

Quick Reference for using jupyter notebooks to reduce data

Note:

Steps:

  1. Identify the run numbers for the data in ONCat.ornl.gov : All data are saved in sequential number (Run #) with all metadata information such as title, time and other user specified information. The run number is used in the reduction to call the data. Identifying the run number for the data to be reduced in the data catalogue is the first step in the process.

    a. Login into oncat.ornl.gov biosans_image1

    b. Click into HFIR > CG3, then find your experiment IPTS

    c. The Run number is the very first column in the list, along with other useful information to identify data

  2. Data reduction with jupyter notebook, jupyter.sns.gov

Login to jupyter.sns.gov and have a jupyter notebook setup for your experiment with your local contact.

  1. As instructed by your local contact, input the IPTS number, the folder to save the reduced data and other necessary information, usually at the top of the script.
  2. At the Bio-SANS, data is reduced in a batch mode; build the lists of sample names, sample run numbers and associated background run numbers into the reduction script.
  3. Once the lists of run number are completed and click 'Run' button under the notebook menu. The data will be reduced in the order of the list. Some useful information will be displayed, e.g., the progress, the transmissions etc. The information is also saved.

{:start="3"} 3. Accessing reduced data from analysis.sns.gov

Reduced data can be downloaded and viewed from analysis.sns.gov in the designated output folder as specified in the reduction script. The server provides various connection options to access and download data as shown below in the front page of the analysis cluster.

Alternatively, one can launch Remote Desktop and located these files. As shown below, go to https://analysis.sns.gov and launch remote desktop by clicking the "Launch Session" button.

  1. Once logged-in, use the file broswer to locate the reduced files.

  2. Reduced files are saved into 1D folder (1D curves) and 2D folder (reduced as in QxQy coordinates). The HDF files have all the raw and reduction metadata, as well as the reduced data. Please consult your local contact on how to utilize them.

  3. Typical isotropic data in 1D format (4 columns- Q, I, ΔI, ΔQ) are saved in the 1D folder with the reduced 1D curves from main detector, wing detector and both (main/wing curves stitched. Once the files are downloaded, you can view them in the SANS analysis software of your choice.


Up: Index