Isis Developer Reference
SpectralDefinitionFactory.h
Go to the documentation of this file.
1#ifndef SpectralDefinitionFactory_h
2#define SpectralDefinitionFactory_h
8/* SPDX-License-Identifier: CC0-1.0 */
9
10#include "SpectralDefinition.h"
11
12namespace Isis{
13
23 public:
24 static SpectralDefinition* NewSpectralDefinition(FileName smileDefFilename);
25 };
26}
27
28#endif
29
30
File name manipulation and expansion.
Definition FileName.h:100
Constructs a 2D or 1D spectral definition based on the file name extension.
Definition SpectralDefinitionFactory.h:22
static SpectralDefinition * NewSpectralDefinition(FileName smileDefFilename)
Definition SpectralDefinitionFactory.cpp:14
contains calibration info for spectral smile correction (center wavelengths and widths for the whole ...
Definition SpectralDefinition.h:34
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16