6 Jul
2012
6 Jul
'12
4:06 p.m.
On Fri, Jul 6, 2012 at 12:04 PM, Richard Gildea
You will need to get a matching set of indices for both arrays before calculating the R1 factor. The simplest way to do this would be by calling the miller.array.common_sets() function:
e.g. where f_obs and f_calc are two arrays that are not necessarily matching sets of indices:
f_obs, f_calc = f_obs.common_sets(f_calc)
Wow, I didn't even notice this... Richard is correct, ignore my answer. -Nat