Failed to include URL https://damask2.mpie.de/pub/damask_docu/processing/post/addLinked.txt Can't connect to damask2.mpie.de:443 (certificate verify failed)
parent_gray

Examples

  • add squared values
    Suppose we have a reference ASCIItable containing data to which we want to add the squared values of column » y «.
    2 head
    # reference ASCIItable
    x y
    1 1
    2 3
    3 4
    
    The lookup table contains
    2 head
    # lookup ASCIItable
    value squared
    1      1
    2      4
    3      9
    4     16
    5     25
    

    >  addLinked --link y value --asciitable lookup --label squared < reference
    
    yields
    3 head
    # reference ASCIItable
    # addLinked --index y value --asciitable lookup --label squared
    x y squared
    1 1 1
    2 3 9
    3 4 16
    

This topic: Documentation > Processing > PostProcessing > AddLinked
Topic revision: 09 Dec 2021, FranzRoters
This site is powered by FoswikiCopyright by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding DAMASK? Send feedback
§ Imprint § Data Protection