Home| superdarn |src.lib|tk|snd| FitToSnd Index

FitToSnd

Syntax
int FitToSnd(struct SndData *ptr, struct RadarParm *prm, struct FitData *fit);
Header
superdarn/fitsnd.h
Library
snd
Description

The FitToSnd function encodes a fitacf data record into a snd data record.

The fit data is encoded into the snd data structure pointed to by the argument ptr. The snd structure is encoded from the parameter block pointed to by the argument prm and the fit data structure pointed to by the argument fit.

Returns
Returns zero on success. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None