Manticore  Version 1.5.3
Physics of Molecular Clouds
Functions
pacsResponse.cc File Reference

Computes net response of a PACS band. More...

#include <gsl/gsl_interp.h>
#include "mutils/util.h"
#include "manticore.h"
Include dependency graph for pacsResponse.cc:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Computes net response of a PACS band.

The PACS bolometer response curve provided by Herschel support is provided over a completely different set of points than the supplied filter response tables. This program interpolates the bolometer response onto the filter grid and outputs the net response.

Warning
The input files must be 2-column {lambda, response} values only, no headers. The output is {nu, response} formatted for inclusion to Detector::tableType.

Author:  Kevin P. Rauch  <rauch.nosp@m.@ast.nosp@m.ro.um.nosp@m.d.ed.nosp@m.u>

Definition in file pacsResponse.cc.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)