Skip to content

Lookup for the meaning of short parameter names #16

Description

@pisarik

Hi!

Would it be nice to have a lookup in opusfc for the meaning of short parameter names (e.g. "NSS" is "Number of sample scans")?

I extracted the parameter codes and their corresponding full names from Opus Reference Manual Version 6 (2006 year). You can find them in the attached json file opus_parameter_codes.zip. The file contains in total 284 unique codes. There are no duplicates among the codes, so it is fine to remove category and subcategory levels, I just preserved them as they are in the reference manual.

Note

This is not a full list of the parameter codes. My opus files still contain 19 unknown codes like "ADT", "AQM"... so perhaps there is a more recent version of the reference manual, but I could not find it.

Json format

{
  "Category_N":  {
    "Subcategory_M": {
       "Code_K": "Full name",
    }
  }
} 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions