NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9
stars
13
forks
source link
var_and_units_pattern (re.Pattern) as a modifiable attribute #55
Open
FObersteiner opened 2 years ago
this is a follow-up to #45
I'd like to implement
var_and_units_pattern
as an attribute with a@setter
so I can modify it after creating the na file object withopenNAFile
.This involves changes to
na_core.py
- I'd like to accompany the modification with some minor refactoring.