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

Improve TaQL #229

Closed
gervandiepen opened this issue Sep 4, 2015 · 1 comment
Closed

Improve TaQL #229

gervandiepen opened this issue Sep 4, 2015 · 1 comment

Comments

@gervandiepen
Copy link
Contributor

Add a few functions to TaQL

  • resize an array; the values can be copied in various way making e.g. upsampling possible.
  • several aggregation functions to aggregate per array element

Copy column keywords if a column projection contains an expression

Improve error messages

@gervandiepen
Copy link
Contributor Author

Also fixed a problem for a HAVING resulting in 0 rows

sanbw pushed a commit to sanbw/casacore that referenced this issue Sep 22, 2015
sanbw added a commit to sanbw/casacore that referenced this issue Sep 24, 2015
commit 865f2285a9719b2f52caaa7331fa046f4da88441
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Thu Sep 24 10:19:27 2015 -0600

    Replacing test data with a smaller MS

commit 4f4d336
Merge: c662503 015f472
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 22 23:13:50 2015 -0600

    Merge branch 'master' of git://github.com/casacore/casacore

commit c662503
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 22 23:12:09 2015 -0600

    Changed defaults in setEH and typo fix in tMSSelection

commit d3c23df
Merge: 3f4dacd 3131dcf
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 22 14:54:00 2015 -0600

    Merge remote branch 'upstream/master'

commit 3f4dacd
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 22 11:32:49 2015 -0600

    tMSSelection:  Added options to test installing of EHs
    tMSSelection.run: Added test for installing/not installing EHs.
    tMSSelection.out: Updated it.

commit a17da18
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 22 11:09:34 2015 -0600

    MSSelection: setEH makes a copy of the EHs so that the pointers can be
                 managed internally.
    MSSelectionEH: Added the operator=(), copy constructor and clone()
                 methods.
    MSStateParse: Nothing important
    tMSSelection: Added setEH(SPW).

commit b084563
Merge: 852c1ce 6801abd
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Sep 18 22:08:15 2015 -0600

    Merge branch 'master' of ssh://github.com/sanbw/casacore

commit 852c1ce
Author: Sanjay Bhatnagar <bhatnagar.sanjay@gmail.com>
Date:   Fri Sep 18 20:24:33 2015 -0600

    Removed absolute path from the executable

commit c3269bf
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Sep 18 14:12:05 2015 -0600

    Added CMakeFiles, CMakeCache.txt, *table.lock to .gitignore

commit 412f909
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Sep 18 09:36:38 2015 -0600

    Fixed the getFreqList() method when chans over/underflow from the edges

commit 14fbe95
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 14:57:37 2015 -0600

    Removed namespace instruction from header file

commit 9ba1d06
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 12:25:57 2015 -0600

    Adding casacore symlink in my fork

commit dcd037b
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 12:11:40 2015 -0600

    Fixed a typo in ms/CMakeLists.txt

commit 4b198a5
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 11:28:21 2015 -0600

    Added test MS; using it in tMSSelection.run

commit 1d78939
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 20:12:19 2015 -0600

    Filled tMSSelection.{out, run, cc}. Passes assay test now.

commit 74cf1a3
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 15:00:32 2015 -0600

    More changes in the test program

commit d6f04e5
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 14:25:52 2015 -0600

    Adding the actual tests for MSSel

commit ed574c3
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 11:18:13 2015 -0600

    added tMSSelection.run

commit 2ff4f09
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Mon Sep 14 16:45:42 2015 -0600

    Re-naming "tMSSelection.cc" in MSFits module.

commit 0a85934
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Mon Sep 14 16:40:20 2015 -0600

    Adding the tMSSelection.cc program to test MSSelection.
    Renaming another test program by the same in a different (wrong) module.

commit 511d7c3
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 8 17:06:21 2015 -0600

    Adding SPW error handler.

commit db45f86
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 8 17:01:21 2015 -0600

    Adding and fixing error handlers

commit 301447a
Author: Ger van Diepen <gervandiepen@gmail.com>
Date:   Sat Sep 5 13:54:10 2015 +0200

    Issue casacore#229 Added several TaQL functions

commit 694797c
Author: David Mehringer <dmehring@nrao.edu>
Date:   Fri Sep 4 10:08:52 2015 -0400

    CAS-7637 add getRestFrequencies() and getTransitions() to MSMetaData

commit 87ea0e2
Author: David Mehringer <dmehring@nrao.edu>
Date:   Wed Sep 2 15:51:17 2015 -0400

    CAS-7778: corrected velocity computation, should be based on mean freq, not ref freq, as per user request.

commit abbc4f9
Author: David Mehringer <dmehring@nrao.edu>
Date:   Wed Sep 2 15:00:27 2015 -0400

    CAS-7778: MSMetaData should retrieve chan bws and resolutions

commit 502f14e
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Aug 28 15:19:30 2015 -0600

    Adding SPW error handler.

commit f2e9352
Author: Julian Taylor <jtaylor.debian@googlemail.com>
Date:   Thu Aug 27 18:06:49 2015 +0200

    fix out of bounds in TableCache::getTableNames

commit 7111c3f
Author: Ger van Diepen <gervandiepen@gmail.com>
Date:   Thu Aug 27 11:43:31 2015 +0200

    Issue casacore#220 Use nanosleep instead of sleep

commit 97730fc
Author: David Mehringer <dmehring@nrao.edu>
Date:   Wed Aug 26 10:43:32 2015 -0400

    CAS-7770 add getReferenceDirection() for ephemeris sources

commit f3ac545
Author: Ger van Diepen <gervandiepen@gmail.com>
Date:   Thu Aug 20 10:44:29 2015 +0200

    Issue casacore#217 Make TableCache fully thread-safe

commit ff1055f
Author: David Mehringer <dmehring@nrao.edu>
Date:   Tue Aug 25 15:59:43 2015 -0400

    CAS-7837 account for case of no intents, so segfault doesn't occur

commit a133627
Author: Tammo Jan Dijkema <T.J.Dijkema@gmail.com>
Date:   Mon Jul 27 09:54:10 2015 +0200

    Update CMakeLists.txt documentation

commit 6801abd
Merge: bd9bcb4 b2b74ab
Author: Sanjay Bhatnagar <bhatnagar.sanjay@gmail.com>
Date:   Fri Sep 18 21:52:11 2015 -0600

    Merge branch 'master' of github.com:sanbw/casacore

commit bd9bcb4
Merge: 04aad06 7bb4ae2
Author: Sanjay Bhatnagar <bhatnagar.sanjay@gmail.com>
Date:   Fri Sep 18 21:51:47 2015 -0600

    Merge branch 'master' of ssh://github.com/casacore/casacore

commit b2b74ab
Merge: b755a30 04aad06
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Sep 18 21:46:14 2015 -0600

    Merge branch 'master' of ssh://github.com/sanbw/casacore

commit 04aad06
Author: Sanjay Bhatnagar <bhatnagar.sanjay@gmail.com>
Date:   Fri Sep 18 20:24:33 2015 -0600

    Removed absolute path from the executable

commit b755a30
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Sep 18 14:12:05 2015 -0600

    Added CMakeFiles, CMakeCache.txt, *table.lock to .gitignore

commit fa10bad
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Sep 18 09:36:38 2015 -0600

    Fixed the getFreqList() method when chans over/underflow from the edges

commit 84c1b1d
Merge: b47c86b 08a28d0
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Sep 18 09:33:43 2015 -0600

    Merge remote branch 'upstream/master'

commit b47c86b
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 14:57:37 2015 -0600

    Removed namespace instruction from header file

commit d75078c
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 12:25:57 2015 -0600

    Adding casacore symlink in my fork

commit cd7f675
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 12:11:40 2015 -0600

    Fixed a typo in ms/CMakeLists.txt

commit 6193c2e
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Wed Sep 16 11:28:21 2015 -0600

    Added test MS; using it in tMSSelection.run

commit 02b8b6f
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 20:12:19 2015 -0600

    Filled tMSSelection.{out, run, cc}. Passes assay test now.

commit f5b3e4f
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 15:00:32 2015 -0600

    More changes in the test program

commit 18d7807
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 14:25:52 2015 -0600

    Adding the actual tests for MSSel

commit 8847ffc
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 15 11:18:13 2015 -0600

    added tMSSelection.run

commit 3a03424
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Mon Sep 14 16:45:42 2015 -0600

    Re-naming "tMSSelection.cc" in MSFits module.

commit 3199232
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Mon Sep 14 16:40:20 2015 -0600

    Adding the tMSSelection.cc program to test MSSelection.
    Renaming another test program by the same in a different (wrong) module.

commit d5c2f11
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 8 17:06:21 2015 -0600

    Adding SPW error handler.

commit 33e90b6
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Tue Sep 8 17:01:21 2015 -0600

    Adding and fixing error handlers

commit a8663bc
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Aug 28 15:19:30 2015 -0600

    Adding SPW error handler.

commit 62ad9c9
Merge: c366382 bb354a3
Author: Sanjay <sbhatnag@nrao.edu>
Date:   Fri Aug 28 15:18:28 2015 -0600

    Merge branch 'alma-evla' of git://github.com/casacore/casacore

commit bb354a3
Author: Malte Marquarding <Malte.Marquarding@csiro.au>
Date:   Tue Nov 18 15:27:53 2008 +0000

    created branch for nrao merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant