#include "toi.h" #include "toiprocessor.h" #include "toimanager.h" #include "fitstoirdr.h" #include "asciitoiwtr.h" int main(int argc, char** argv) { TOIManager* mgr = TOIManager::getManager(); // mgr->setRequestedSample(11680920,11710584); mgr->setRequestedSample(11680920,11690000); FITSTOIReader r(argv[1]); ASCIITOIWriter w(argv[2]); int n = r.getNOut(); for (int i=0; ijoinAll(); return(0); }