Adding proxy records¶
NCDC file formatting:¶
[Example of correctly formatted file with additional information about possible options.]
How to add proxy records to the LMR¶
- Add a new class to LMR_config.py.
- Add new proxy database information to LMR_proxy_preprocess.py into def main and create and new function to create the database from whatever starting files.
- Add new proxy database information to LMR_proxy_pandas_rework.py by adding a class for the proxy database and adding the new database as an option to _proxy_classes.
- In LMR_utils.py, add new proxy_str and proxy_cfg options for the new database.
- In misc/build_ye_file.py, add new proxy_cfg option for the new database.
- Update LMR_PSMbuild.py if you wish to use this utility.