Files
UR/src/startReconstructions.h

10 lines
235 B
C
Raw Normal View History

2023-06-02 15:34:22 +08:00
#ifndef START_RECONSTRUCTIONS_H
#define START_RECONSTRUCTIONS_H
2023-06-28 16:48:28 +08:00
#include <string>
2023-06-02 15:34:22 +08:00
namespace Recon
{
2023-09-12 09:53:30 +08:00
int startReconstructions(const std::string& aDataPath, const std::string& aDataRefPath, const std::string& aOutputPath);
2023-06-02 15:34:22 +08:00
}
#endif