gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
315 stars 352 forks source link

allow tarballed / zipped files in results pages #29

Closed ahnitz closed 9 years ago

ahnitz commented 9 years ago

In the case of an indeterminate amount of output files from a plotting / result page generation code, where it is not reasonable to individually specify the files, we would like to standardize on generating a single tar'd file. Note that this would also resolve Pegasus handling.

This request is to ensure that these files are properly handled in the pycbc_make_html_page script. It will untar these files and render the resulting output as normal. If the tar'd file contains its own index.html, this will also be respected and not overwritten.

cmbiwer commented 9 years ago

See pull request #68

Also I checked and as the code is now, it will not overwrite any index.html. So nothing should need changing for that.