|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef PushFrameCameraCcdLayout_h
2 #define PushFrameCameraCcdLayout_h
51 FrameletInfo(
const int frameid, QString filterName,
int startSample,
52 int startLine,
int samples,
int lines) :
75 const QString &name =
"")
const;
82 int getSpiceInt(
const QString &var,
const int index = 0)
const;
83 double getSpiceDouble(
const QString &var,
const int index = 0)
const;
84 QString getSpiceString(
const QString &var,
const int index = 0)
const;
@ Io
A type of error that occurred when performing an actual I/O operation.
Definition: IException.h:155
int m_frameId
The NAIF ID of the framelet.
Definition: PushFrameCameraCcdLayout.h:55
Determine SPICE kernels defined in an ISIS file.
Definition: Kernels.h:94
File name manipulation and expansion.
Definition: FileName.h:100
Container for the layout of a specific framelet on the detector.
Definition: PushFrameCameraCcdLayout.h:44
FrameletInfo getFrameInfo(const int &frameId, const QString &name="") const
Get the layout information for a framelet.
Definition: PushFrameCameraCcdLayout.cpp:100
FrameletInfo(const int frameid, QString filterName, int startSample, int startLine, int samples, int lines)
Definition: PushFrameCameraCcdLayout.h:51
static void CheckErrors(bool resetNaif=true)
This method looks for any naif errors that might have occurred.
Definition: NaifStatus.cpp:28
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
PushFrameCameraCcdLayout()
Push frame full CCD layout class.
Definition: PushFrameCameraCcdLayout.cpp:24
bool Add(const QString &kfile)
Add a new kernel to the list.
Definition: Kernels.cpp:178
int m_samples
The number of samples in the framelet.
Definition: PushFrameCameraCcdLayout.h:59
virtual ~PushFrameCameraCcdLayout()
Destructor.
Definition: PushFrameCameraCcdLayout.cpp:42
QString m_filterName
The name of the framelet.
Definition: PushFrameCameraCcdLayout.h:56
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
int m_startLine
The first line of the framelet on the detector.
Definition: PushFrameCameraCcdLayout.h:58
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
int m_startSample
The first sample of the framelet on the detector.
Definition: PushFrameCameraCcdLayout.h:57
Provide image coordinates that map to the push frame detector.
Definition: PushFrameCameraCcdLayout.h:28
Isis exception class.
Definition: IException.h:91
int Load(const QString &ktype)
Load all kernels with one more types.
Definition: Kernels.cpp:364
int ccdSamples() const
Return the number of samples in the CCD.
Definition: PushFrameCameraCcdLayout.cpp:73
int ccdLines() const
Return the number of lines in the CCD.
Definition: PushFrameCameraCcdLayout.cpp:85
bool addKernel(const QString &kernel)
Add a NAIF kernel to the set of kernels that values will be pulled from.
Definition: PushFrameCameraCcdLayout.cpp:56
int m_lines
The number of lines in the framelet.
Definition: PushFrameCameraCcdLayout.h:60
bool isVersioned() const
Checks to see if a file name is versioned by date or numerically.
Definition: FileName.cpp:281
FileName highestVersion() const
Searches the directory specified in the file name for the highest version of the file name.
Definition: FileName.cpp:313
FrameletInfo()
Definition: PushFrameCameraCcdLayout.h:45
FrameletInfo(const int frameid)
Definition: PushFrameCameraCcdLayout.h:48
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16