// ArchTOIPipe (C) CEA/DAPNIA/SPP IN2P3/LAL // Eric Aubourg // Christophe Magneville // Reza Ansari // $Id: fits2asc.cc,v 1.5 2001-11-08 15:47:44 aubourg Exp $ #include "machdefs.h" #include "toi.h" #include "toiregwindow.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 ncol = r.getNOut(); for (int i=0; ijoinAll(); return(0); }