Skip to content

[Proposal] The NEF frame nef_nmr_meta_data history should include uuids #128

@varioustoxins

Description

@varioustoxins

The nef_nmr_meta_data frame includes a uuid but doesn't include it in the _nef_run_history loop. It is suggested that this is included in the _nef_run_history loop as shown below using the tag _nef_run_history.uuid. This would allow files to be tracked as they are modified.

data_new

save_nef_nmr_meta_data
   _nef_nmr_meta_data.sf_category      nef_nmr_meta_data
   _nef_nmr_meta_data.sf_framecode     nef_nmr_meta_data
   _nef_nmr_meta_data.format_name      nmr_exchange_format
   _nef_nmr_meta_data.format_version   1.1
   _nef_nmr_meta_data.program_name     NEFPipelines
   _nef_nmr_meta_data.program_version  0.0.1
   _nef_nmr_meta_data.script_name      header.py
   _nef_nmr_meta_data.creation_date    2021-06-19T21:13:32.548158
   _nef_nmr_meta_data.uuid             NEFPipelines-2021-06-19T21:13:32.548158-0485797022

   loop_
      _nef_run_history.run_number
      _nef_run_history.program_name
      _nef_run_history.program_version
      _nef_run_history.script_name
      _nef_run_history.uuid

      1 NEFPipelines 1.1 header.py NEFPipelines-2021-06-19T21:13:32.548158-0485797022

   stop_

save_

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions