Skip to content

Commit

Permalink
Remove writing transmission spectrum to XML data files.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Mar 27, 2017
1 parent 27109e5 commit 8434365
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sas/sascalc/dataloader/readers/cansas_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,8 @@ def _to_xml_doc(self, datainfo):
else:
self._write_data(datainfo, entry_node)
# Transmission Spectrum Info
self._write_trans_spectrum(datainfo, entry_node)
# TODO: fix the writer to linearize all data, including T_spectrum
# self._write_trans_spectrum(datainfo, entry_node)
# Sample info
self._write_sample_info(datainfo, entry_node)
# Instrument info
Expand Down

0 comments on commit 8434365

Please sign in to comment.