00001
00002
00051 #ifndef OIMERGE_H
00052 #define OIMERGE_H
00053
00054 #include "oifile.h"
00055
00056
00057
00058
00059 GHashTable *merge_oi_target(const GList *, oi_fits *);
00060 GList *merge_all_oi_wavelength(const GList *, oi_fits *);
00061 void merge_all_oi_vis(const GList *, GHashTable *, const GList *, oi_fits *);
00062 void merge_all_oi_vis2(const GList *, GHashTable *, const GList *, oi_fits *);
00063 void merge_all_oi_t3(const GList *, GHashTable *, const GList *, oi_fits *);
00064 void merge_oi_fits_list(const GList *, oi_fits *);
00065 void merge_oi_fits(oi_fits *, oi_fits *, oi_fits *,...);
00066
00067 #endif
00068