Skip to content

Commit

Permalink
Progress on PBP refinement class, better PBPMap class (now just a col…
Browse files Browse the repository at this point in the history
…umnfile)
  • Loading branch information
jadball committed Oct 4, 2024
1 parent c8cea8f commit e06f3e7
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 98 deletions.
4 changes: 4 additions & 0 deletions ImageD11/sinograms/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ def update_paths(self, force=False):
("icolfile", "_icolf.h5"),
# point by point raw output
("pbpfile", "_pbp.txt"),
# subset peaks selected for refinement
("refpeaksfile", "_refine_peaks.h5"),
# input map for refinement (pbp)
("refmapfile", "_refine_map.h5")
]:
# If the user has got a different name (via loading or edit), we keep that
if (getattr(self, name, None) is None) or force:
Expand Down
Loading

0 comments on commit e06f3e7

Please sign in to comment.