  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    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;
 
 
 
int getSpiceInt(const QString &var, const int index=0) const
Query the loaded kernels for an integer valued keyword.
 
double getSpiceDouble(const QString &var, const int index=0) const
Query the loaded kernels for a double valued keyword.
 
int m_frameId
The NAIF ID of the framelet.
 
Determine SPICE kernels defined in an ISIS file.
 
Container for the layout of a specific framelet on the detector.
 
FrameletInfo getFrameInfo(const int &frameId, const QString &name="") const
Get the layout information for a framelet.
 
Kernels m_kernels
NAIF kernel manager.
 
PushFrameCameraCcdLayout()
Push frame full CCD layout class.
 
int m_samples
The number of samples in the framelet.
 
virtual ~PushFrameCameraCcdLayout()
Destructor.
 
QString m_filterName
The name of the framelet.
 
int m_startLine
The first line of the framelet on the detector.
 
int m_startSample
The first sample of the framelet on the detector.
 
int m_ccdId
NAIF ID of the CCD.
 
Provide image coordinates that map to the push frame detector.
 
QString getSpiceString(const QString &var, const int index=0) const
Query the loaded kernels for a string valued keyword.
 
int ccdSamples() const
Return the number of samples in the CCD.
 
int ccdLines() const
Return the number of lines in the CCD.
 
bool addKernel(const QString &kernel)
Add a NAIF kernel to the set of kernels that values will be pulled from.
 
int m_lines
The number of lines in the framelet.
 
This is free and unencumbered software released into the public domain.