Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis 3 Programmer Reference
SpectralDefinitionFactory.h
1#ifndef SpectralDefinitionFactory_h
2#define SpectralDefinitionFactory_h
7
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.
contains calibration info for spectral smile correction (center wavelengths and widths for the whole ...
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16