SWS TUTORIAL

SWS Pipeline



SWS Data Reduction Software:

There are two standard software packages to reduce SWS observations from telemetry data to standard output products (ERD, SPD, AAR):

OLP/pipeline:


SIA/OSIA:
In this section the individual reduction steps of the SWS pipeline are discussed. As observers usually run O/SIA but have no access to OLP, the pipeline modules are presented here as they are contained in the O/SIA environment. In the following text just the term SIA is used, but the statements hold, unless explicitly mentioned, also for OSIA.

To execute the described commands, some basic IA (+IDL) knowledge is necessary, which can be found in the IA Beginner's Guide.


Run pipeline in IA:

  • derive SPD:
  • derive AAR:
spd = dspd( erd )
aar = daar( spd )

Derive SPD from ERD:

erd = drange( erd )

erd = midbit( erd )

erd = pulse_shape( erd )

erd = accor( erd )

erd = crosscor( erd )

erd = glitch( erd, gll )

spd = slope( erd, gll )

spd = get_grat_ang( spd )

spd = get_FP_gap( spd )

spd = wave( spd )

Derive AAR from SPD:

  • remove memory effects:

  • dark subtraction:

  • updown calibration:

  • responsivity calibration:

  • flux conversion:

  • velocity correction:

  • extract AAR:
spd = antimem( spd )

spd = dark( spd )

[ spd = updowncal( spd ) ]

spd = respcal( spd )

spd = fluxcon( spd )

spd = velcor( spd )

aar = extract_aar( spd, /all )


Documents:


SWS TUTORIAL : CALIBRATION << PIPELINE > ERD to SPD > dspd ...

Last update: 30-Jul-1998 by D. Kunze ( mail to: isodata@mpe.mpg.de )