Differences between revisions 2 and 3
Revision 2 as of 2008-02-15 11:32:14
Size: 362
Editor: dcesarsky
Comment:
Revision 3 as of 2008-02-15 12:00:39
Size: 1738
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Expert HSPOT rendering of '''W''''''aveCalNoChop'''; see its description below for more details.
The procedure will place the SPECTRO virtual aperture at the nominal RA,DEC. The offsets ''yoffset,zoffset'' can be used to place the virtual aperture elsewhere on the sky.
Expert HSPOT rendering of '''W''''''aveCalNoChop''' (see description below for more details).
The procedure will place the SPECTRO virtual aperture '''''P02_0''''' at the nominal ''RA,DEC''. The offsets ''yoffset,zoffset'' can be used to place the virtual aperture elsewhere on the sky.
Line 6: Line 6:
Input variable(s) with default value(s):
{{{
obs PacsCal_WaveCalNoChop {
    /* Needed variables to call WaveCalNoChop */
    string fltPOS = "POS A"; //Filter wheel position 0="POS A", 1="POS B"
    int grat_start = 500000; // grating start position for scan\
    int grat_stepsize = 200; // grating step size
    int grat_numsteps = 50; // number of grating steps in one direction
    int grat_numramps = 3; // number of ramps per grating position
    int chop_def = 648; // chopper position during grating scan
    int nb_rdout_ramp = 64; // number of readouts per ramp
    int num_updown = 1; // number of grating updown scans
    int grat_def = 496000; // position of grating after the scan
    int capa_red = 12; // Red capacitor
    int capa_blu = 12; // Blue capacitor
    double bias_r_blu = 0.01; // Bias "r" blue
    double bias_r_red = 0.01; // Bias "r" red
    double bias_d_blu = 0.198; // Bias "d" blue
    double bias_d_red = 0.069; // Bias "d" red
    int nb_samp_subramp_blu = 64; // Nb of blue samples per sub-ramp
    int nb_samp_subramp_red = 64; // Nb of red samples per sub-ramp
    double yoffset = 0.0; // yoffset [arcsec]
    double xoffset = 0.0; // xoffset [arcsec]
    double ra = 0.0; // RA
    double dec = 0.0; // DEC
}{
}}}

Called module:

PacsCal_WaveCalNoChop

Expert HSPOT rendering of WaveCalNoChop (see description below for more details). The procedure will place the SPECTRO virtual aperture P02_0 at the nominal RA,DEC. The offsets yoffset,zoffset can be used to place the virtual aperture elsewhere on the sky.

Input variable(s) with default value(s):

obs PacsCal_WaveCalNoChop {
    /* Needed variables to call WaveCalNoChop */
    string fltPOS = "POS A"; //Filter wheel position 0="POS A", 1="POS B"
    int grat_start = 500000; // grating start position for scan\
    int grat_stepsize = 200; // grating step size
    int grat_numsteps = 50;  // number of grating steps in one direction
    int grat_numramps = 3;   // number of ramps per grating position
    int chop_def = 648;      // chopper position during grating scan
    int nb_rdout_ramp = 64;  // number of readouts per ramp
    int num_updown = 1;      // number of grating updown scans
    int grat_def = 496000;   // position of grating after the scan
    int capa_red = 12; // Red capacitor
    int capa_blu = 12; // Blue capacitor
    double bias_r_blu = 0.01; // Bias "r" blue
    double bias_r_red = 0.01; // Bias "r" red
    double bias_d_blu = 0.198; // Bias "d" blue
    double bias_d_red = 0.069; // Bias "d" red
    int nb_samp_subramp_blu = 64; // Nb of blue samples per sub-ramp
    int nb_samp_subramp_red = 64; // Nb of red samples per sub-ramp
    double yoffset = 0.0;         // yoffset [arcsec]
    double xoffset = 0.0;         // xoffset [arcsec]
    double ra = 0.0;              // RA
    double dec = 0.0;             // DEC
}{

Called module: [wiki:PACS/CUSPVscripts/WaveCalNoChop WaveCalNoChop]

Herschel: PACS/CUSPVscripts/PacsCal_WaveCalNoChop (last edited 2009-07-15 14:32:38 by localhost)