The table is a way to view your data and you can not "insert columns". It's more correct to say that you fill a column with data from a wave, as all of the columns in the table already exist.
To append existing data to the table use
appendtotable wave1
while placing data into a new table you would use
edit wave1
if you want to create a new wave by manually entering numbers, you can do so by simply starting to type after clicking on a cell in the table. Igor will automatically generate a wave for you which you can later rename.
Thank you ,Proland.
Is there any way to insert(or appendtotable) a wave between two exsit colummns ?
Thanks
proland wrote:
The table is a way to view your data and you can not "insert columns". It's more correct to say that you fill a column with data from a wave, as all of the columns in the table already exist.
To append existing data to the table use
appendtotable wave1
while placing data into a new table you would use
edit wave1
if you want to create a new wave by manually entering numbers, you can do so by simply starting to type after clicking on a cell in the table. Igor will automatically generate a wave for you which you can later rename.
Is there any way to insert(or appendtotable) a wave between two exsit colummns ?
I think you have to append the wave first, then drag the wave to the desired place. From the help: "To do this, position the cursor over the name of the column that you want to move. While pressing Option (Macintosh) or Alt (Windows) the cursor changes to a hand. If you now click the mouse you can drag an outline of the column to its new position. When you release the mouse the column will be redrawn in its new position. Igor always keeps all of the columns for a particular wave together so if you drag a column, you will move all of the columns for that wave."
To append existing data to the table use
while placing data into a new table you would use
if you want to create a new wave by manually entering numbers, you can do so by simply starting to type after clicking on a cell in the table. Igor will automatically generate a wave for you which you can later rename.
December 6, 2012 at 11:26 am - Permalink
Is there any way to insert(or appendtotable) a wave between two exsit colummns ?
Thanks
December 6, 2012 at 12:37 pm - Permalink
I think you have to append the wave first, then drag the wave to the desired place. From the help: "To do this, position the cursor over the name of the column that you want to move. While pressing Option (Macintosh) or Alt (Windows) the cursor changes to a hand. If you now click the mouse you can drag an outline of the column to its new position. When you release the mouse the column will be redrawn in its new position. Igor always keeps all of the columns for a particular wave together so if you drag a column, you will move all of the columns for that wave."
December 6, 2012 at 12:51 pm - Permalink