Skip to content

Commit

Permalink
Also archive parset
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed Apr 7, 2017
1 parent 7296701 commit ffb5a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/archiving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A full archive will include the following:
Directory containing the self-calibration solution tables.

``misc/``
Directory containing miscelaneous files, such as the directions file, the basic Factor log, and the facet and calibrator region files.
Directory containing miscelaneous files, such as the Factor parset, the directions file, the basic Factor log, and the facet and calibrator region files.

``pipeline_state/``
Directory containing the state files generated by the pipeline.
Expand Down
1 change: 1 addition & 0 deletions factor/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def archive(parset_file, directions, dir_output, full=False, archive_subdata=Fal
else:
directions_file = os.path.join(working_dir, 'factor_directions.txt')
file_list = [directions_file,
parset_file,
'{}/factor.log'.format(working_dir),
'{}/regions/facets_ds9.reg'.format(working_dir),
'{}/regions/calimages_ds9.reg'.format(working_dir)]
Expand Down

0 comments on commit ffb5a53

Please sign in to comment.