Wave sorting order
jsingh
eg:
wave1
wave2
...
wave10
...
wave20
...
that
When plotting or performing WaveSort(WaveList("*",";","")) the order is:
wave1
wave10
wave11
...
wave2
wave20
wave21
...
Is there a way to get the waves in ascending order when doing wavesort and making plots? Thank you.
But sorting in Igor can be done in increasing or decreasing order, and you can turn on "alphanumeric" sort which will sort wave2 before wave10. So look inside the definition of wavesort() and change the Sort command (or SortList command, maybe).
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
September 28, 2015 at 03:32 pm - Permalink
September 28, 2015 at 05:06 pm - Permalink