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

multiple updates #5

Merged
merged 58 commits into from
Nov 12, 2024
Merged

multiple updates #5

merged 58 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. properly writing auxiliary signals

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c63ee6d View commit details
    Browse the repository at this point in the history
  2. optional names for protocolapplication and effect record

    these will be used as titles in nexus format
    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a187e3b View commit details
    Browse the repository at this point in the history
  3. example ploomber pipeline

    for converting spectra to nexus
    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    68936b5 View commit details
    Browse the repository at this point in the history
  4. instructions for running the workflow

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    feee422 View commit details
    Browse the repository at this point in the history
  5. make use of effect.nx_name

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5511e5e View commit details
    Browse the repository at this point in the history
  6. refactored valuearrays

    auxiliary is now only in the subclass
    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    71f0dd1 View commit details
    Browse the repository at this point in the history
  7. value array tests

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0f5f5ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e95fe6b View commit details
    Browse the repository at this point in the history
  9. make use of BaseValueArray

    example group ProtocolApplication by folder
    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3614a9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56ad8c1 View commit details
    Browse the repository at this point in the history
  11. conditions in ValueArray

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    98374a0 View commit details
    Browse the repository at this point in the history
  12. type check

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5979055 View commit details
    Browse the repository at this point in the history
  13. multidimensional argument

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    03010f0 View commit details
    Browse the repository at this point in the history
  14. endpoint type

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6a5fb3d View commit details
    Browse the repository at this point in the history
  15. use endpoint as signal name as before

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    43ab12f View commit details
    Browse the repository at this point in the history
  16. pipeline updates

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bdddb1e View commit details
    Browse the repository at this point in the history
  17. metadata for the multidimensional case

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    985510c View commit details
    Browse the repository at this point in the history
  18. fixed metadata handling

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9a363fc View commit details
    Browse the repository at this point in the history
  19. aligning with NxRaman spec

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    109f347 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    59f4a48 View commit details
    Browse the repository at this point in the history
  21. add generation of solr index

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ace4830 View commit details
    Browse the repository at this point in the history
  22. small updates

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a7f6de4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    96026fc View commit details
    Browse the repository at this point in the history
  24. NeXus parser

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e044f33 View commit details
    Browse the repository at this point in the history
  25. remove redundant info

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6dc31f7 View commit details
    Browse the repository at this point in the history
  26. prefix for solr writer

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    abc9cba View commit details
    Browse the repository at this point in the history
  27. pipeline update

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    374d07a View commit details
    Browse the repository at this point in the history
  28. fixed misplaced indent

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    911b53e View commit details
    Browse the repository at this point in the history
  29. fix

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    35e4933 View commit details
    Browse the repository at this point in the history
  30. should be flat array

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    623ff0a View commit details
    Browse the repository at this point in the history
  31. method for effectrecord parse

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2302786 View commit details
    Browse the repository at this point in the history
  32. program_name moved ot the nxroot

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    61345e6 View commit details
    Browse the repository at this point in the history
  33. effectresult index

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    72db5f0 View commit details
    Browse the repository at this point in the history
  34. hack for embeddings

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    787b535 View commit details
    Browse the repository at this point in the history
  35. object oriented solr writer

    so that we can subclass it easier
    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    da27ec0 View commit details
    Browse the repository at this point in the history
  36. write method

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e9be5dc View commit details
    Browse the repository at this point in the history
  37. enable context manager

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    377c36e View commit details
    Browse the repository at this point in the history
  38. ndarray json serialization

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7ce0745 View commit details
    Browse the repository at this point in the history
  39. context manager

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bacb463 View commit details
    Browse the repository at this point in the history
  40. linter happiness 1

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    588490e View commit details
    Browse the repository at this point in the history
  41. linter happiness 2

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    48943c7 View commit details
    Browse the repository at this point in the history
  42. linter happiness 3

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0a8ad87 View commit details
    Browse the repository at this point in the history
  43. fixed parameter lookup

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c4b223d View commit details
    Browse the repository at this point in the history
  44. typo fixed

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    751119f View commit details
    Browse the repository at this point in the history
  45. EffectArray representation

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    da4d0eb View commit details
    Browse the repository at this point in the history
  46. fixed nexus unsupported array of U1 string type

    now using array of objects with specific dtype
    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c807106 View commit details
    Browse the repository at this point in the history
  47. flake8 happiness

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8d790e2 View commit details
    Browse the repository at this point in the history
  48. more flake8 happiness

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ae8313a View commit details
    Browse the repository at this point in the history
  49. remove nan values from conditions

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    87ce883 View commit details
    Browse the repository at this point in the history
  50. flake8

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    688fb59 View commit details
    Browse the repository at this point in the history
  51. nan cols

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2c6a13a View commit details
    Browse the repository at this point in the history
  52. parameters

    vedina authored and kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f79f8fa View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    9705536 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    b2c7e14 View commit details
    Browse the repository at this point in the history
  55. ops: update poetry version

    kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fa2df7a View commit details
    Browse the repository at this point in the history
  56. examples: remove ploomber

    kerberizer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b11989e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    8bd5a4e View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c255bca View commit details
    Browse the repository at this point in the history