#include "oifile.h"
Go to the source code of this file.
Functions | |
GHashTable * | merge_oi_target (const GList *, oi_fits *) |
Copy records for uniquely-named targets into output target table. | |
GList * | merge_all_oi_wavelength (const GList *, oi_fits *) |
Copy unique wavelength tables into output dataset. | |
void | merge_all_oi_vis (const GList *, GHashTable *, const GList *, oi_fits *) |
Copy all input OI_VIS tables into output dataset. | |
void | merge_all_oi_vis2 (const GList *, GHashTable *, const GList *, oi_fits *) |
Copy all input OI_VIS2 tables into output dataset. | |
void | merge_all_oi_t3 (const GList *, GHashTable *, const GList *, oi_fits *) |
Copy all input OI_T3 tables into output dataset. | |
void | merge_oi_fits_list (const GList *, oi_fits *) |
Merge list of oi_fits structs into single dataset. | |
void | merge_oi_fits (oi_fits *, oi_fits *, oi_fits *,...) |
Merge supplied oi_fits structs into single dataset. |
Copyright (C) 2007 John Young
This file is part of OIFITSlib.
OIFITSlib is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
OIFITSlib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with OIFITSlib. If not, see http://www.gnu.org/licenses/