Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
main.cpp
1 #include "cheetah/candidate_pipeline/Launcher.h"
2 #include <cstdint>
3 
4 int main(int argc, char** argv)
5 {
7  if(int rv=launcher.parse(argc, argv)) return rv;
8  return launcher.exec();
9 }
Launches the single pulse candidate processing pipeline.
Definition: Launcher.h:53