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

28 locit solver for antenna positions #140

Merged
merged 49 commits into from
Sep 7, 2023

Commits on Aug 31, 2023

  1. locit: basic infrastructure for locit set

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0ae849c View commit details
    Browse the repository at this point in the history
  2. locit: Small change in general dask computing routine, keys on the ma…

    …in dict that contain info on their name are ignored
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8799c05 View commit details
    Browse the repository at this point in the history
  3. locit: Fixed the saving of time in mjd in extract_locit

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f404a94 View commit details
    Browse the repository at this point in the history
  4. locit: Added hour angle + declination to alt az coordinate system

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fa8fd6d View commit details
    Browse the repository at this point in the history
  5. locit: basic workflow implemented

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4c8f72f View commit details
    Browse the repository at this point in the history
  6. locit: changed _hadec_to_elevation to changes in the hadec format

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    08b6383 View commit details
    Browse the repository at this point in the history
  7. locit: Implemented baseline solving with scipy optimize curve fitting

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7e72a43 View commit details
    Browse the repository at this point in the history
  8. locit: Added a toggle to select between the available polarizations

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b3f7edd View commit details
    Browse the repository at this point in the history
  9. locit: Creation of .position.zarr on disk

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9d02539 View commit details
    Browse the repository at this point in the history
  10. locit: Implemented k term and phase slope in scipy solving routine, s…

    …till not accessible from user
    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3a9d188 View commit details
    Browse the repository at this point in the history
  11. locit: Toggles for k term and phase slope now available to user

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    106bb02 View commit details
    Browse the repository at this point in the history
  12. locit: Implemented k term and phase slope terms in both linear algebr…

    …a and scipy fits.
    
    scipy and linear algebra agree for up to 5 or 6 decimal places!
    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6fc224a View commit details
    Browse the repository at this point in the history
  13. locit: Now the user can choose between the two available fitting engi…

    …nes, scipy or linear algebra
    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1159c68 View commit details
    Browse the repository at this point in the history
  14. locit: Created mds class for position files

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ca98716 View commit details
    Browse the repository at this point in the history
  15. locit: Cal tables don't preserve the polarization scheme of the data.…

    … Now the polarization scheme is inferred from the telescope being used.
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    61ba986 View commit details
    Browse the repository at this point in the history
  16. locit: It is now possible to use the information from both polarizati…

    …ons for the data fit
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    11364fe View commit details
    Browse the repository at this point in the history
  17. locit: Flagged data is now excluded

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0bda033 View commit details
    Browse the repository at this point in the history
  18. locit: Added support for conversion between time units

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d93dc49 View commit details
    Browse the repository at this point in the history
  19. locit: Added tool to format number and their errors to appropriate si…

    …gnificant digits
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    657331f View commit details
    Browse the repository at this point in the history
  20. locit: fit results can now be exported

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    58405f9 View commit details
    Browse the repository at this point in the history
  21. locit: Added open_locit and open_position functions

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1a288c8 View commit details
    Browse the repository at this point in the history
  22. locit: It is now possible to combine DDIs when exporting results

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    191dd3d View commit details
    Browse the repository at this point in the history
  23. locit: Rewrote significant digit routine without sigfig

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    00ce097 View commit details
    Browse the repository at this point in the history
  24. locit: Locit now skips xdses with no valid data

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4d20ad0 View commit details
    Browse the repository at this point in the history
  25. locit: Added sky coverage plots

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    abe0323 View commit details
    Browse the repository at this point in the history
  26. locit: Added gain dependency plots including fit, also added phase wr…

    …apping for slope term in scipy fits
    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d3a3a2d View commit details
    Browse the repository at this point in the history
  27. locit: Docstrings for locit related functions

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4dd33f7 View commit details
    Browse the repository at this point in the history
  28. locit: Some more docstrings

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8c1e50e View commit details
    Browse the repository at this point in the history
  29. Initial locit notebook

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    55ac115 View commit details
    Browse the repository at this point in the history
  30. Functional Locit tutorial

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9ad6a35 View commit details
    Browse the repository at this point in the history
  31. locit: Simplified and factorized data filtering

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d5a7b00 View commit details
    Browse the repository at this point in the history
  32. locit: Renamed all mentions of delay to phase

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d5860ca View commit details
    Browse the repository at this point in the history
  33. Locit: adday Array center coordinates to telescopes

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2f1a3e4 View commit details
    Browse the repository at this point in the history
  34. locit: Added optional rotation to array center longitude

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f0b51b1 View commit details
    Browse the repository at this point in the history
  35. locit: Added nsec, usec and msec to time units

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f0e7591 View commit details
    Browse the repository at this point in the history
  36. locit: It is now possible to return a dict of xdses in the dask gener…

    …al utility
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ebfb01d View commit details
    Browse the repository at this point in the history
  37. locit: Fitting is now done in delay space rather than phase space, th…

    …is is the first step in making locit capable of combining DDIs in the fit, plotting routines not yet updated
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f13c252 View commit details
    Browse the repository at this point in the history
  38. locit: Factorized the processing steps this is the second step in mak…

    …ing locit capable of combining DDIs in the fit, plotting routines not yet updated
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2a210ab View commit details
    Browse the repository at this point in the history
  39. locit: Enabled either two or one level structure for position mds thi…

    …s is the third step in making locit capable of combining DDIs in the fit, plotting routines not yet updated
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    770f159 View commit details
    Browse the repository at this point in the history
  40. locit: locit is now capable of combining DDIs in the fit, plotting ro…

    …utines not yet updated, error bars in linear algebra fit meaningless
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e0ee93f View commit details
    Browse the repository at this point in the history
  41. locit: plot_sky_coverage now supports the two possible structures for…

    … the position mds
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    27b7cc7 View commit details
    Browse the repository at this point in the history
  42. locit: plot_gains renamed to

    plot_delays, which supports the two possible structures for the position mds
    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fd02ccc View commit details
    Browse the repository at this point in the history
  43. locit: updated locit tutorial notebook

    Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    234e486 View commit details
    Browse the repository at this point in the history
  44. locit: Some more docstrings

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b7b94cb View commit details
    Browse the repository at this point in the history
  45. locit: Changed references to J2000 to FK5

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4847b46 View commit details
    Browse the repository at this point in the history
  46. Locit: CASA pointing data reduction script

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    171674f View commit details
    Browse the repository at this point in the history
  47. Locit: Implemented rotation to GMT meridian

    vsmagalhaes authored and Victor de Souza Magalhaes committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    319f5ef View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0b281ee View commit details
    Browse the repository at this point in the history
  2. Add cal table download option for locit testing. Add locit to docs. U…

    …pdate soem incorrect docstrings.
    jrhosk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b6c72cd View commit details
    Browse the repository at this point in the history