next up previous contents index
Next: Type SnglTransdataTable Up: Types Previous: Type SimInspiralTable   Contents   Index

Type SimBurstTable



typedef struct
tagSimBurstTable
{
  struct tagSimBurstTable *next;
  CHAR             waveform[LIGOMETA_SOURCE_MAX];
  LIGOTimeGPS      geocent_peak_time;
  LIGOTimeGPS      h_peak_time;
  LIGOTimeGPS      l_peak_time;
  REAL8            peak_time_gmst;
  REAL4            dtminus;
  REAL4            dtplus;
  REAL4            longitude;
  REAL4            latitude;
  REAL4            polarization;
  REAL4            hrss;
  REAL4            hpeak;
  REAL4            freq;
  REAL4            tau;
  INT4             zmNumber;
  EventIDColumn   *event_id;
}
SimBurstTable;

Document table.



LAL test account 2003-10-23