#include <fstream>
#include <iostream>
#include <iomanip>
#include "utils.h"
#include "cheezyparser.h"
#include "parametermap.h"
#include "sou1d_legendre.h"
#include "sou1d_laguerre.h"
#include "sou1d_hermite.h"
#include "sou1d_chebyshev.h"
#include "sou1d_histo.h"
#include "sou1d_gauss.h"
#include "sou1d_bsplines.h"
#include "yasper.h"
#include "bspline_imager1d.h"
#include "basisfunc_imager1d.h"
#include "sou3d_ylm.h"
#include "corr3d_ylm.h"
#include "corr3d_histo.h"
#include "uncoupled_imager3d.h"
Go to the source code of this file.
Functions | |
void | getHelp (void) |
Print usage information & quit. | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
-------------------------------------------------------
Core-Halo Ur-Model (CHUM) This is a simple implementation of the Core-Halo model based off of Scott-Pratt's PhaseMaker code, but with several simple flow patterns implemented as well as a rho-meson induced halo as well as an exponential decaying core (which also gives a halo!)
-------------------------------------------------------