You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To complete the functional, we should also add a function sort_RLum().
For what?
methods for RLum.Analysis-class and Risoe.BINfileData-class objects only
generic for sort_RLum()
Should work on a list of RLum.Analysis-class object
Option fort ascending and descending
How should it work?
It should work on all slots and class elements the RLum.Data-class objects in a RLum.Analysis() object, means sorting can be done by either using slot entries or@info element entries.
Slot and @info element sorting can be combined. Slot ordering always supersedes @info ordering.
Default value is ascending()
The sorting on Risoe.BINfileData-class is a simple table sorting that maintains the class.
Output
Short return the same output as input, but sorted.
To complete the functional, we should also add a function
sort_RLum()
.For what?
RLum.Analysis-class
andRisoe.BINfileData-class
objects onlysort_RLum()
RLum.Analysis-class
objectHow should it work?
RLum.Data-class
objects in aRLum.Analysis()
object, means sorting can be done by either using slot entries or@info
element entries.@info
element sorting can be combined. Slot ordering always supersedes@info
ordering.ascending()
Risoe.BINfileData-class
is a simple table sorting that maintains the class.Output
Short return the same output as input, but sorted.
Pseudo example
The text was updated successfully, but these errors were encountered: