Add helper file for parsing an ISIS journal file
Adds a couple of generic functions for requesting data from a journal. The main work is done by a function that takes the file contents as a string so that this can be easily tested. A wrapper function allows the file to first be fetched from a URL constructed for the instrument and cycle. Also adds a couple of functions for requesting the list of cycles, again with one function taking the file contents and another which finds the URL for the instrument. Re #26897
Showing
- Framework/DataHandling/CMakeLists.txt 3 additions, 0 deletionsFramework/DataHandling/CMakeLists.txt
- Framework/DataHandling/inc/MantidDataHandling/ISISJournal.h 44 additions, 0 deletionsFramework/DataHandling/inc/MantidDataHandling/ISISJournal.h
- Framework/DataHandling/src/ISISJournal.cpp 288 additions, 0 deletionsFramework/DataHandling/src/ISISJournal.cpp
- Framework/DataHandling/test/ISISJournalTest.h 176 additions, 0 deletionsFramework/DataHandling/test/ISISJournalTest.h
Loading
Please register or sign in to comment