save cell properties and custom arrays to file
Open
feature request
- Dominant language
- Python
- Stars
- 26
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
save cell list properties to a table
```
cell_list.savetxt(file name, 'length', 'radius', {'custom1': array1, 'custom2' array2}
``
or
```
cc.savetxt.savetxt('filename.txt', 'length', 'radius', {'custom1': array1, 'custom2' array2}
``
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.