The SKIRT project
advanced radiative transfer for astrophysics
Functions
pts.storedtable.convert_copy Namespace Reference

Function to "convert" stored table files by simply copying them. More...

Functions

def copyWithoutConversion (inFilePaths, outFilePaths)
 This function expects a sequence of input file paths and corresponding output file paths. More...
 

Detailed Description

Function to "convert" stored table files by simply copying them.

The function in this module has the same signature as the functions for converting some type of data into SKIRT stored table format, however, it expects its input files to already have the correct format.

Function Documentation

◆ copyWithoutConversion()

def pts.storedtable.convert_copy.copyWithoutConversion (   inFilePaths,
  outFilePaths 
)

This function expects a sequence of input file paths and corresponding output file paths.

If there are multiple input paths and a single output path, the function uses the output path as a directory path and preserve the input filenames. Otherwise it simply copies each of the input files to corresponding output file path. In other words, the function has the same signature as the functions for converting some type of data into SKIRT stored table format, however, it expects its input files to already have the correct format.