OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
This class extands the FITS image to espadons image. More...
#include <iostream>
#include <string>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "fitsio.h"
#include "libraries/operaException.h"
#include "libraries/operaFITSImage.h"
#include "libraries/operaEspadonsImage.h"
#include "libraries/operaImage.h"
#include "libraries/operaParameterAccess.h"
#include "libraries/operaConfigurationAccess.h"
Namespaces | |
namespace | operaEspadonsImage |
Functions | |
unsigned * | where (operaEspadonsImage *b, unsigned *count) |
where function - return an index vector of count size of all image values at index that satisfy condition. | |
unsigned * | where (operaEspadonsImage &b, unsigned *count) |
Variables | |
static string | imagetypestrings [] = {"GENERIC", "BIAS", "FLAT", "COMPARISON", "ALIGN", "OBJECT", "DARK"} |
static string | detectorstrings [] = {"UNKNOWN", "EEV1", "OLAPA"} |
static string | amplifierstrings [] = {"UNKNOWN", "a", "ab"} |
static string | instrumentmodestrings [] = {"UNKNOWN", "STAR_ONLY", "STAR_PLUS_SKY", "POLAR"} |
static string | speedstrings [] = {"UNKNOWN", "FAST", "NORMAL", "SLOW"} |
static string | stokesstrings [] = {"STOKES_UNKNOWN", "STOKES_I", "STOKES_U", "STOKES_Q", "STOKES_V"} |
static string | polarquadstrings [] = {"UNKNOWN", "1", "2", "3", "4"} |
This class extands the FITS image to espadons image.
unsigned* where | ( | operaEspadonsImage * | b, |
unsigned * | count | ||
) |
where function - return an index vector of count size of all image values at index that satisfy condition.
where function - return a vector of the same size .
where
b | - operaFITSImage* |
count | - count of 1's |
unsigned* where | ( | operaEspadonsImage & | b, |
unsigned * | count | ||
) |
string amplifierstrings[] = {"UNKNOWN", "a", "ab"} [static] |
string detectorstrings[] = {"UNKNOWN", "EEV1", "OLAPA"} [static] |
string imagetypestrings[] = {"GENERIC", "BIAS", "FLAT", "COMPARISON", "ALIGN", "OBJECT", "DARK"} [static] |
string instrumentmodestrings[] = {"UNKNOWN", "STAR_ONLY", "STAR_PLUS_SKY", "POLAR"} [static] |
string polarquadstrings[] = {"UNKNOWN", "1", "2", "3", "4"} [static] |
string speedstrings[] = {"UNKNOWN", "FAST", "NORMAL", "SLOW"} [static] |
string stokesstrings[] = {"STOKES_UNKNOWN", "STOKES_I", "STOKES_U", "STOKES_Q", "STOKES_V"} [static] |