Closed JunCEEE closed 4 years ago
https://cfsa-pmw.warwick.ac.uk/SDF/SDF_C This is the one to check. The previous link is a different one with the same acronym.
Found this one, maybe I can try it quickly https://pypi.org/project/sdfpy/ Conclusion: failed, version too old.
wget https://github.com/leczzsolt/neutrontools/blob/master/SDF.zip?raw=true -O SDF.zip
unzip SDF.zip
cd SDF
mkdir build
cd build
cmake ..
make -j
make install
TNSAIonMatterInteractor.py cannot pass the test because
sdf.read
doesn't exist. @leczzsolt, could you please help fix the problem? From this page https://github.com/ScientificDataFormat/SDF-Python, I only foundsdf.load
to read the file.