Skip to content

Commit

Permalink
rm rf
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Aug 11, 2024
1 parent e86e9b2 commit 687ce86
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 441 deletions.
104 changes: 0 additions & 104 deletions meteor/maps.py

This file was deleted.

197 changes: 0 additions & 197 deletions meteor/meteor_io.py

This file was deleted.

7 changes: 4 additions & 3 deletions meteor/scale.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

import reciprocalspaceship as rs


def scale_structure_factors(reference: rs.DataSet, dataset_to_scale: rs.DataSet) -> rs.DataSet:
def scale_structure_factors(
reference: rs.DataSet, dataset_to_scale: rs.DataSet
) -> rs.DataSet:
"""
Apply an anisotropic scaling so that `dataset_to_scale` is on the same scale as `reference`.
Expand All @@ -11,7 +12,7 @@ def scale_structure_factors(reference: rs.DataSet, dataset_to_scale: rs.DataSet)
This is the same procedure implemented by CCP4's SCALEIT.
.. https://www.ccp4.ac.uk/html/scaleit.html
"""
...
Loading

0 comments on commit 687ce86

Please sign in to comment.