python Copyright (C) 2022 Karl Wette More...
Prototypes | |
def | lalpulsar_CopyPublicSFTs.silence_xlal_error_messages () |
def | lalpulsar_CopyPublicSFTs.parse_command_line () |
def | lalpulsar_CopyPublicSFTs.find_SFT_files (source_directory, dest_directory) |
def | lalpulsar_CopyPublicSFTs.make_dest_dirs (dest_dirs) |
def | lalpulsar_CopyPublicSFTs.copy_SFT_file (src_path, dest_path, validate) |
def | lalpulsar_CopyPublicSFTs.copy_all_SFT_files (src_dest_paths, validate, processes) |
def | lalpulsar_CopyPublicSFTs.write_readme_md (dest_directory) |
python Copyright (C) 2022 Karl Wette
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with with program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Copy SFTs between directories. The destination directory is organised following the convention detailed in the SFT spec (T040164).
Definition in file lalpulsar_CopyPublicSFTs.py.
Go to the source code of this file.
Namespaces | |
namespace | lalpulsar_CopyPublicSFTs |
Variables | |
def | lalpulsar_CopyPublicSFTs.args = parse_command_line() |
lalpulsar_CopyPublicSFTs.dest_dirs | |
lalpulsar_CopyPublicSFTs.src_dest_paths | |
lalpulsar_CopyPublicSFTs.flush | |