|
Isis 3 Programmer Reference
|
54 void SetSubArea(
const int orignl,
const int origns,
const int sl,
55 const int ss,
const int el,
const int es,
56 const double linc,
const double sinc);
void SetSubArea(const int orignl, const int origns, const int sl, const int ss, const int el, const int es, const double linc, const double sinc)
Defines the subarea.
int p_es
Ending sample of subarea.
int p_ss
Starting sample of subarea.
void UpdateLabel(Cube *icube, Cube *ocube, PvlGroup &results)
Modifies a label for a file containing a subarea.
Contains multiple PvlContainers.
int p_el
Ending line of subarea.
int p_nl
Number of lines in original file.
IO Handler for Isis Cubes.
Apply corrections to a cube label for subarea extraction.
int p_sl
Starting line of subarea.
double p_sinc
Sample increment for subarea.
This is free and unencumbered software released into the public domain.
double p_linc
Line increment for subarea.
int p_ns
Number of samples in original file.