Skip to content

Commit

Permalink
Fix to cli for q vector
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Dec 12, 2018
1 parent 7d22967 commit 7d135d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pystog_cli
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def main(kwargs=None):
# print stog.get_lowR_mean_square()

# Set the S(Q) and g(r) if no Fourier Filter
q = stog.df_sq_master[stog.sq_title].values
sq = stog.df_sq_master[stog.sq_title].values
gr_out = stog.df_gr_master[stog.gr_title].values

Expand Down

0 comments on commit 7d135d2

Please sign in to comment.