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

Use python-casacore's pending MeasurementSet creation functionality for creating Fixed Shape columns #75

Merged

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    4f40f94 View commit details
    Browse the repository at this point in the history
  2. Don't use blank list for empty hypercolumn args

    `HCcoordnames=[], HCidnames=[]` is longer accepted as valid by
    python-casacore and casacore.
    sjperkins committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    0512b72 View commit details
    Browse the repository at this point in the history
  3. Create a much-reduced MS table descriptor

    Now that python-casacore can create a proper MeasurementSet, we no
    longer need to rely on our own definition of it and it's subtables.
    However, do create custom tiled arrays and hypercolumns for
    DATA, MODEL_DATA, CORRECTED_DATA, FLAGS, FLAG, FLAG_CATEGORY,
    WEIGHT, SIGMA and IMAGING_WEIGHT in the kat_ms_desc function.
    sjperkins committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    220c299 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412d552 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95bd580 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1274c5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51a9764 View commit details
    Browse the repository at this point in the history
  8. Work out nchan earlier and more accurately

    Take averaging into account
    sjperkins committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    4669dc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    75a2b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f176466 View commit details
    Browse the repository at this point in the history
  3. Improve formatting

    sjperkins committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    56877b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36c02ea View commit details
    Browse the repository at this point in the history
  5. Revert "WEIGHT+SIGMA vary by channel not correlation"

    This reverts commit 4f40f94.
    sjperkins committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    689f4d7 View commit details
    Browse the repository at this point in the history
  6. Correct WEIGHT+SPECTRUM column shapes

    They should vary by correlation, not channels.
    sjperkins committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    308ed80 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Remove obsolete comment

    sjperkins committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    54c155e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Set tile size on Tile Column Storage managers

    Set up a Data Manager Info object with tile sizes specified for each
    Data Storage Manager. kat_ms_desc_and_dminfo returns both a Table
    Description and Data Manager info object suitable for passing to
    create_ms.
    sjperkins committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    41af4b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Add the SOURCE subtable

    sjperkins committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    e2c220a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Remove extra dim in SOURCE DIRECTION column

    https://casa.nrao.edu/Memos/229.html#SECTION000615000000000000000 says
    that DIRECTION has shape (2,) and since every row in SOURCE table
    corresponds to a FIELD, the extra dimension of size one seems
    unnecessary.
    sjperkins committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    bc4d10a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Fit tile sizes into a memory limit

    Aim for 4MB tile chunks. Further customisation of the tile size is
    possible.
    sjperkins committed May 17, 2017
    Configuration menu
    Copy the full SHA
    3297800 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into use-python-casacore-ms-creation

    Conflicts:
    	scripts/h5toms.py
    sjperkins committed May 17, 2017
    Configuration menu
    Copy the full SHA
    2cd5e1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d66811 View commit details
    Browse the repository at this point in the history
  4. Force remove CATEGORY keyword from FLAG_CATEGORY

    It automatically gets add in the C++ ms layer.
    See casacore/python-casacore#72 (comment)
    for more information.
    sjperkins committed May 17, 2017
    Configuration menu
    Copy the full SHA
    43f27b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Configuration menu
    Copy the full SHA
    f85759c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    d28b068 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    dfb52f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Add PR details to NEWS.rst

    sjperkins committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    98bbced View commit details
    Browse the repository at this point in the history