00001 /*----------------------------------------------------------------------*/ 00002 /* */ 00003 /* Module Name: framedump */ 00004 /* */ 00005 /* Module Description: Frame dump */ 00006 /* */ 00007 /* Revision History: */ 00008 /* Rel Date Programmer Comments */ 00009 /* 0.1 4Oct00 D. Sigg First release */ 00010 /* */ 00011 /* Documentation References: */ 00012 /* Man Pages: framedump.html */ 00013 /* References: none */ 00014 /* */ 00015 /* Author Information: */ 00016 /* Name Telephone Fax e-mail */ 00017 /* Daniel Sigg (509) 372-8132 (509) 372-8137 sigg_d@ligo.mit.edu */ 00018 /* */ 00019 /* */ 00020 /* ------------------- */ 00021 /* */ 00022 /* LIGO */ 00023 /* */ 00024 /* THE LASER INTERFEROMETER GRAVITATIONAL WAVE OBSERVATORY. */ 00025 /* */ 00026 /* (C) The LIGO Project, 1999. */ 00027 /* */ 00028 /* */ 00029 /* Caltech MIT */ 00030 /* LIGO Project MS 51-33 LIGO Project NW-17 161 */ 00031 /* Pasadena CA 91125 Cambridge MA 01239 */ 00032 /* */ 00033 /* LIGO Hanford Observatory LIGO Livingston Observatory */ 00034 /* P.O. Box 1970 S9-02 19100 LIGO Lane Rd. */ 00035 /* Richland WA 99352 Livingston, LA 70754 */ 00036 /* */ 00037 /*----------------------------------------------------------------------*/ 00038 00039 #ifndef _LIGO_FRAMEDUMP_H 00040 #define _LIGO_FRAMEDUMP_H 00041 00042 00043 namespace framefast { 00044 00045 00059 } 00060 00061 00062 #endif // _LIGO_FRAMEDUMP_H 00063 00064
1.5.4