Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calibration file settings in polly configs were removed #35

Closed
ZPYin opened this issue Apr 20, 2020 · 1 comment
Closed

calibration file settings in polly configs were removed #35

ZPYin opened this issue Apr 20, 2020 · 1 comment
Assignees
Labels
documentation documentation related Improvement Improvement to some feature

Comments

@ZPYin
Copy link
Collaborator

ZPYin commented Apr 20, 2020

Since the calibration results were all saved into SQLite database #20 , there is no need to keep such settings about ASCII calibration files. All of such settings were replaced with calibrationDB, which the filename of the database for all calibration results.

Before

    "depolCaliFile532": "arielle_depolcali_532_results.txt",
    "depolCaliFile355": "arielle_depolcali_355_results.txt",
    "wvCaliFile": "arielle_wvcali_results.txt",
    "lcCaliFile": "arielle_lccali_results.txt",

After

"calibrationDB": "polly_calibration.db"

@ZPYin ZPYin added documentation documentation related Improvement Improvement to some feature labels Apr 20, 2020
@ZPYin ZPYin self-assigned this Apr 20, 2020
@ZPYin ZPYin closed this as completed Apr 20, 2020
@ZPYin
Copy link
Collaborator Author

ZPYin commented Apr 20, 2020

Update your local polly configs if you want to run the latest version of Picasso.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation related Improvement Improvement to some feature
Projects
None yet
Development

No branches or pull requests

1 participant