Changeset 967 for sans/Dev


Ignore:
Timestamp:
Nov 5, 2015 1:09:13 PM (7 years ago)
Author:
srkline
Message:

First pass at all of the get() and write() accessors for the Nexus VSANS file. The definition is still incomplete and untested, so these procedures will require complete verification, and some editing.

get and write are separated into their own files, so be sure to make the change in the pair if needed

Location:
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
Files:
3 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/VSANS_Includes.ipf

    r966 r967  
    1313#include "Nexus_SANS_Write" 
    1414#include "Nexus_VSANS_Write" 
    15 #include "V_ReadWrite_HDF5"             //AUG2015 beginning of read/write 
     15//#include "V_ReadWrite_HDF5"           //AUG2015 beginning of read/write, renamed Nov2015 
    1616#include "V_NexusFromIgor"                      //AUG2015 - depricated, but keep for now 
    1717 
     
    2626#include "V_ISO8601_Util" 
    2727 
     28// HDF R/W Nov 2015 
     29#include "V_HDF5_Read" 
     30#include "V_HDF5_Write" 
     31#include "V_HDF5_RW_Utils" 
Note: See TracChangeset for help on using the changeset viewer.