get_anomalous_scfac(r)

Returns the row r of the table anomalous_scfac.

Parameters:

r (int) – row

Returns:

anomalous scattering factors

Return type:

dict. See anomalous_sc_type.

>>> from pycrysfml import cfml_scattering_tables
>>> row = cfml_scattering_tables.get_anomalous_scfac(26)
>>> for k in row:
...   print(f'{k :>6}: {row[k]}')
...
  symb: fe
    fp: [-1.339 -2.095 -1.179  0.301  0.244]
   fpp: [0.764 0.566 3.204 0.845 0.545]