QtiSAS|QtiKWS

SANS: reduction, analysis, global instrumental fit

User Tools

Site Tools


Sidebar


Vitaliy Pipich


Contact Form


SANS@Tools



SANS
Data
Reduction


ascii
SANS
1D


Compile
Fitting
Function

Fitting
Curve(s)
Tools


Singular
Value De-
composition


Jülich
NSE
Tools


SLD: Calculator


SANS@ToDo

SANS@MLZ




Very Small Angle Scattering KWS-3 ‘VerySANS’ www.verysans.com

JCNS :: Institutes

dan-tof



DAN-TOF: New Interface to Analize multi-canal data

Time-Of-Flight, Real-Time kinetics, Multi-Detector-configurations...

DAN-TOF is the provisional name for the generalization approach to SANS data reduction. New SANS instruments are multi-detector by design and, by default, time-of-flight (TOF) instruments or have a TOF option.

  • data format if HDF5 (NEXUS)
  • ND number of detectors; ND is number of synchronically saved detectors with identical normalization (time or monitor), number of TOF channels NTOF ,
  • NTOF (number of TOF channels) could be re-binned for all detectors identically (linearly, progressivelly, …)
  • NR (number of repetitions) could correspond to:
    • just repetitions (will be added later)
    • real-time experiment: all frames will be treated separately
    • could correspond to different experimental modes, like for polarised neutrons (++, +-, -+, –)

Detector Image Structures

HDF adress examples:

  • /raw_data_1/detector_1/counts
  • /entry1/SANS/detector/counts

HDF arrays examples:

  1. single detector VECTOR:
    • [dimX x dimY]
    • [dimY x dimX]
  2. single detector MATRIX:
    • [dimX][dimY]
    • [dimY][dimX]
  3. single detector VECTOR / repeated NR:
    • [NR][dimX x dimY]
    • [NR][dimY x dimX]
    • [dimX x dimY][NR]
    • [dimY x dimX][NR]
  4. single detector MATRIX / repeated NR:
    • [NR][dimX][dimY]
    • [NR][dimY][dimX]
    • [dimX][dimY][NR]
    • [dimY][dimX][NR]
  5. single detector VECTOR / repeated NR / TOF frames NTOF:
    • [NR][dimX x dimY][NTOF]
    • [NR][dimY x dimX][NTOF]
  6. single detector MATRIX / repeated NR:
    • [NR][dimX][dimY][NTOF]
    • [NR][dimY][dimX][NTOF]

Single Detector Image / NON-TOF:

  • general [1][128][256][1]
  • non-tof [1][128][256]
  • simplest [128][256]

Suggested to support formats:

  • [NR][dimX][dimY][NTOF]
dan-tof.txt · Last modified: 2024/09/24 16:54 by Vitaliy Pipich