#include <CCfits/CCfits>
#include <gsl/gsl_spline.h>
#include "mutils/CommandLine.h"
Go to the source code of this file.
|
int | manticore::getBand (const CCfits::HDU &hdu) |
| Returns nominal band center (microns) from an HDU. More...
|
|
mapDataType | manticore::getError (const mapDataType &data, CCfits::PHDU &hdu, const mutils::CommandLine &cli) |
|
gsl_spline * | manticore::initSpline (const tableType &table, bool ln, unsigned stride) |
| Initializes cubic spline interpolator. More...
|
|
void | manticore::process (const mu::CommandLine &cli) |
| Processes multi-wavelength maps into temperature/column density maps. More...
|
|
void | manticore::setKeys (CCfits::ExtHDU &hdu, const CCfits::PHDU &hdu0, const mu::CommandLine &cli, const std::vector< long > &ll) |
| Sets header keywords for an output map. More...
|
|
void | manticore::solve (std::vector< mapDataType > &outMap, std::vector< CCfits::ExtHDU * > &outHDU, CCfits::FITS *outFITS, const std::vector< mapDataType > &bandData, const std::vector< mapDataType > &bandError, const std::vector< CCfits::PHDU * > &bandHDU, const std::vector< long > &axis, const mu::CommandLine &cli, const std::vector< long > &ll, const std::vector< long > &ur, const std::vector< long > &st) |
| Performs least-squares fitting of band SEDs. More...
|
|