Ignore:
Timestamp:
07/19/13 09:07:03 (11 years ago)
Author:
lyard
Message:
replaced fits with fact fits to be able to read compressed files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r15278 r16964  
    2323
    2424#include "src/Configuration.h"
    25 #include "externals/fits.h"
     25#include "externals/factfits.h"
    2626
    2727
     
    547547    }
    548548    try {
    549     inputFile = new fits(file);
     549    inputFile = new factfits(file, "Events");
    550550    }
    551551    catch (std::runtime_error e)
     
    22202220        "The FACT++ raw data viewer.\n"
    22212221        "\n"
    2222         "Usage: viewer [OPTIONS] [datafile.fits[.gz] [calibration.drs.fits[.gz]]]\n"
     2222        "Usage: viewer [OPTIONS] [datafile.fits[.gz|.fz] [calibration.drs.fits[.gz]]]\n"
    22232223        "  or:  viewer [OPTIONS]\n";
    22242224    cout << endl;
Note: See TracChangeset for help on using the changeset viewer.