File: README

package info (click to toggle)
camitk 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 389,508 kB
  • sloc: cpp: 103,476; sh: 2,448; python: 1,618; xml: 984; makefile: 128; perl: 84; sed: 20
file content (19 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bash-script

This directory contains bash scripts to manipulate PML.
Bash scripts have the advantage of being faster than XML parsing programs.


Here is a list of the scripts with a small description (more and especially
usage: see inside the scripts):
- ansysComponent2csv.bash: transform the nodal components exported from ansys into on csv for each component
- atomscsv2atomspml.bash: transform a csv into an atoms SC
- atomspml2atomscsv.bash: transform atoms of pml into a csv file (index x y z)
- extractSC.bash: extract a named structuralComponent or all structuralComponent from a pml
- node2cell.bash: transform a ANSYS node file to one cell containing all the nodes
- removeCellIndex.bash: remove all cell indexes

Other utility scripts include:
- all-on-one-line.sed: glue all lines on one line (usage: sed -nf all-on-one-line.sed fileToTransform)
- cutInBits.bash: separate a big file in smaller ones
- incr_num.sed: increment numbers in a file (+1)