python Copyright (C) 2024 Evan Goetz More...
Prototypes | |
def | lalpulsar_MoveSFTs.silence_xlal_error_messages () |
def | lalpulsar_MoveSFTs.parse_command_line () |
def | lalpulsar_MoveSFTs.find_SFT_files (source_directory, channel, dest_directory) |
def | lalpulsar_MoveSFTs.make_dest_dirs (dest_dirs) |
def | lalpulsar_MoveSFTs.move_SFT_file (src_path, dest_path, validate) |
def | lalpulsar_MoveSFTs.move_all_SFT_files (src_dest_paths, validate, processes) |
python Copyright (C) 2024 Evan Goetz
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
Move SFTs between directories.
Definition in file lalpulsar_MoveSFTs.py.
Go to the source code of this file.
Namespaces | |
namespace | lalpulsar_MoveSFTs |
Variables | |
def | lalpulsar_MoveSFTs.args = parse_command_line() |
lalpulsar_MoveSFTs.dest_dirs = set() | |
list | lalpulsar_MoveSFTs.src_dest_paths = [] |
def | lalpulsar_MoveSFTs.src_dest = find_SFT_files(args.source_directory, c, args.dest_directory[idx]) |
lalpulsar_MoveSFTs.flush | |