Changeset 169


Ignore:
Timestamp:
May 6, 2010 11:08:07 AM (14 years ago)
Author:
jemian
Message:

remove TODO, note why

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dc2mda/src/pythonlib/dc2mda.py

    r168 r169  
    606606                        'description': item[69:-1].strip()
    607607                    })
    608             # TODO:  mda.writeMDA() here for 1D data
    609             # for 1D processing, this is a good place to write the MDA
    610             # since it becomes very slow to append O(10^2) scans
     608            # For 1D processing, this is a good place to write the MDA
     609            # since it becomes very slow to append O(10^2) scans.
     610            # BUT, since this routine is called from the 2D processing
     611            # and the record view code, don't write 1D MDA files from here.
    611612            scans.append(dict)
    612613        return scans
Note: See TracChangeset for help on using the changeset viewer.