FACT++
1.0
|
#include <fstream>
#include <iostream>
#include <algorithm>
#include <map>
#include <vector>
#include "Configuration.h"
#include "externals/fits.h"
#include "externals/huffman.h"
#include "Time.h"
Go to the source code of this file.
Functions | |
void | SetupConfiguration (Configuration &conf) |
void | PrintUsage () |
string | ReplaceEnd (const string &str, const string &expr, const string &repl) |
string | ReplaceExt (const string &name, bool decomp) |
int | Compress (const string &ifile, const string &ofile) |
template<size_t N> | |
void | revcpy (char *dest, const char *src, int num) |
int | Decompress (const string &ifile, const string &ofile) |
int | main (int argc, const char **argv) |