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

Parameter-file interface #4

Open
hcferguson opened this issue Apr 3, 2015 · 1 comment
Open

Parameter-file interface #4

hcferguson opened this issue Apr 3, 2015 · 1 comment

Comments

@hcferguson
Copy link

<StringIO.StringIO instance at 0x7f25e8877ef0>

@hcferguson
Copy link
Author

Trello card: https://trello.com/c/Q0V6XhXL/50-parameter-file-interface

Github does not have a mechanism for file attachments to issues...so examples of trying various formats are attached to the Trello card.

For spectral fitting and other tools, we would like to have a disk-file storage format for specifying the models an parameters. Desirable features include:

  • Human readable in ASCII format
    • Without too much cumbersome markup (e.g. not XML, or JSON)
  • Output results from can be exported to the same format
  • Comments and structure of the file is preserved when reading and writing (YAML does not support this)
  • Allows a straightforward, hierarchical encoding of the object structure of the models and components
  • Ideally adopt a format that is in widespread use and has a good python parser library, rather than invent one
  • Ideally, adopt a format for which someone has already developed tools to build GUI menus.

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

No branches or pull requests

1 participant