1. casa
  2. casa5

Commits

AuthorCommitMessageCommit dateIssues
Ville SuorantaVille Suoranta
8c88a43bef8Use Pipeline-CASA51-P2-B branchUse Pipeline-CASA51-P2-B branch
Ville SuorantaVille Suoranta
39e5dc733e0MMerge pull request #229 in CASA/casa from bugfix/CAS-10625 to release/5.1.0* commit '777f712765ec6d44a7ffa46771de07c336db0285': Getting updated remove_cloud recipe (related to CAS-10454) into the release branch. stats.nanmedian was replaced by np.nanmedian .2 Jira issues
Dirk PetryDirk Petry
777f712765eGetting updated remove_cloud recipe (related to CAS-10454)into the release branch. stats.nanmedian was replaced by np.nanmedian .CAS-10454
Ville SuorantaVille Suoranta
e44ef0286adMMerge pull request #227 in CASA/casa from bugfix/CAS-10451 to release/5.1.0* commit '8992f642dc845876b057b8caeddf6ce404499983': Update casacore submodule reference to 0da59a4CAS-10451
Ville SuorantaVille Suoranta
ba5726bde29MMerge pull request #224 in CASA/casa from bugfix/CAS-10546 to release/5.1.0* commit '83a364f10daf943dcafc0409d9a2293e6b42882e': Use of local instance in task clearplot.CAS-10546
Ville SuorantaVille Suoranta
0a72105843dMMerge pull request #222 in CASA/casa from bugfix/CAS-10524 to release/5.1.0* commit '0bd12535b99e29f77b1715e21e46cf282c4ca0e2': Add crashrpt_conf.py Add crashrpt_conf Install breakpad version without libcurl warning Remove CrashReporter tmp directory on exit Add username and pid to the CrashReport pathCAS-10524
Ville SuorantaVille Suoranta
0bd12535b99MMerge branch 'master' into bugfix/CAS-10524CAS-10524
Ville SuorantaVille Suoranta
0f676fa7b08MMerge pull request #220 in CASA/casa from hotfix-remove-redundant-info to master* commit '5fe78c8424b51a66ac7126a674b11904d6d4bbba': Fix merge error in start_casa.py remove redundant information from exception message
Ville SuorantaVille Suoranta
5fe78c8424bFix merge error in start_casa.py
Ville SuorantaVille Suoranta
5fd5acfbe6cMMerge branch 'master' into hotfix-remove-redundant-info
Ville SuorantaVille Suoranta
bc08179fbaeMMerge pull request #218 in CASA/casa from bugfix/CAS-10585 to master* commit '163a89092fcb86025e9d301a34fc3e3143f45fa8': exit with non-zero status upon exception throw away stdout/err from viewer to preserve terminal stateCAS-10585
Ville SuorantaVille Suoranta
26f98897408MMerge pull request #219 in CASA/casa from bugfix/CAS-10534 to master* commit '8ae5f456e748c83ddcc0d10862ae3329b183daf0': Fix for UV plots axis range for yaxis Fixed bug setting UV axis range for completely flagged dataCAS-10534
Ville SuorantaVille Suoranta
99053210f64MMerge pull request #217 in CASA/casa from feature/CAS-10462 to master* commit '19ea24ff9893e0e2f1b9c17f1eda8397b22b7048': addded back missing argument from the previous commit automask to handle absorption features (a new sub-parameter added) trial fix to be able to mask absorption feature by taking abs(res_image) when making a mask by a threshold valueCAS-10462
Darrell SchiebelDarrell Schiebel
00220f7d9a0remove redundant information from exception message
Martin PokornyMartin Pokorny
8992f642dc8MMerge master bitbucket branch into bugfix/CAS-10451CAS-10451
Ville SuorantaVille Suoranta
34e287f34d6MMerge pull request #216 in CASA/casa from bugfix/CAS-10525 to master* commit '25f912b8d27bd793bd810a9251c8a8a620b0d56a': CAS-10525 : Changed peak residual calculators in SIImageStore to return max(abs(residual)) instead of max(residual).CAS-10525
Ville SuorantaVille Suoranta
a0d500849cbMMerge pull request #215 in CASA/casa from bugfix/CAS-10537 to master* commit '243978aaa8ffdb116a781bc4add853954ede94b9': Restore previous behavior of no popups for plotms taskCAS-10537
Ville SuorantaVille Suoranta
63c9c8d46f8MMerge pull request #214 in CASA/casa from bugfix/CAS-10536 to master* commit '4671c318b25e0650007a6427b85f616d8ca0b409': changed exception to a warning with a false return value Error when field, spw selection is complemented with rowNumber selectionCAS-10536
Darrell SchiebelDarrell Schiebel
163a89092fcexit with non-zero status upon exception
Darrell SchiebelDarrell Schiebel
1402f3b7b46throw away stdout/err from viewer to preserve terminal state
Pam FordPam Ford
8ae5f456e74Fix for UV plots axis range for yaxis
Takahiro TsutsumiTakahiro Tsutsumi
19ea24ff989addded back missing argument from the previous commit
Takahiro TsutsumiTakahiro Tsutsumi
fe9434ff0bcMMerge branch 'master' into feature/CAS-10462Fixed the conflicts Conflicts: code/synthesis/ImagerObjects/SDMaskHandler.ccCAS-10462
Kana SugimotoKana Sugimoto
83a364f10daUse of local instance in task clearplot.
R. V. UrvashiR. V. Urvashi
25f912b8d27CAS-10525 : Changed peak residual calculators in SIImageStore to return max(abs(residual)) instead of max(residual).CAS-10525
Pam FordPam Ford
ad08a78c652MMerge branch 'master' into bugfix/CAS-10534CAS-10534
Pam FordPam Ford
243978aaa8fMMerge branch 'master' into bugfix/CAS-10537CAS-10537
Kumar GolapKumar Golap
4671c318b25changed exception to a warning with a false return value
Kumar GolapKumar Golap
bab01b4b71fError when field, spw selection is complemented with rowNumber selection
Ville SuorantaVille Suoranta
853dc5c06dcMMerge pull request #212 in CASA/casa from feature/CAS-8082 to master* commit '49b97411642f4e54435018d9c854669f7da7e1dd': Bug fix: GUI/selected items. Interface change: targpos -> targdir. Target direction: format ICRS like J2000 Code cleanup, spaces trimming Added unit tests for page header Trivial bug fix. Check that type of headeritems parameter is str Include file cleanup, comment addition bug fixes: cli export, metadata selection minor bug f...CAS-8082
Pam FordPam Ford
09babccff4aFixed bug setting UV axis range for completely flagged data
Ville SuorantaVille Suoranta
089603294c6Add crashrpt_conf.py
Ville SuorantaVille Suoranta
cf0613b16f2Add crashrpt_conf
Pam FordPam Ford
96cd1db2e7dRestore previous behavior of no popups for plotms task
Ville SuorantaVille Suoranta
349da16b2f2Install breakpad version without libcurl warning
Ville SuorantaVille Suoranta
b487dfd56a9Remove CrashReporter tmp directory on exit
Ville SuorantaVille Suoranta
2c1747ae06aMMerge pull request #210 in CASA/casa from custom/CAS-10464 to master* commit '059ab0963d6eda06f0ba4af5e29fa39f74161cd7': CAS-10464: ref values for 'RMS in primary phase calibrator' also need updating for 1% tolerance CAS-10464: comment with ticket number CAS-10464: update M100 ref test values, sensitive to tclean changes and platformCAS-10464
Ville SuorantaVille Suoranta
8c7d0586d3fMMerge pull request #213 in CASA/casa from hotfix-gcwrap-version-number to master* commit '99fa4023cbdef4b65a3bf31d855a38af05b396ec': fix "casadef"
Darrell SchiebelDarrell Schiebel
99fa4023cbdfix "casadef"
Renaud MielRenaud Miel
49b97411642MMerge branch 'master' into feature/CAS-8082CAS-8082
Renaud MielRenaud Miel
9421127c34bBug fix: GUI/selected items. Interface change: targpos -> targdir.- Bug fix: GUI/selected items list was not cleared on set. - Interface change: renamed item 'targpos' (Target Position) to 'targdir' (Target Direction) for consistency with MS (position is 3D). - GUI/CLI consistency: renamed some GUI labels for consistency with CLI header items selection keywords.
Ville SuorantaVille Suoranta
ab57af40a88MMerge pull request #209 in CASA/casa from bugfix/CAS-10484 to master* commit '08901c3992686f47589ea83749dfd507268408c7': Removed unnessary copying of psf image and narrowing scope of some variables. intial attempt to fix automask segfualtCAS-10484
Ville SuorantaVille Suoranta
ca8462ee11cMMerge pull request #208 in CASA/casa from bugfix/CAS-10532 to master* commit '5adc738a43791d148f7aba0568f7cf853a518aae': Somehow i managed to revert these to a wrong version when doing a revert before...so fixing them back to last version that Martin checked inCAS-10532
Darrell SchiebelDarrell Schiebel
5cde7ce596bMMerge pull request #206 in CASA/casa from bugfix/CAS-9143 to master* commit '479541c201d15248bc00574653e6a78c3bc52b24': code review: keep tout servers as tout after stop_debugging, re CAS-9143 fix some pep8/flake8 issues: deprecated raise/has_key(), unused variables, re CAS-9143 ensure timeout status is cleared after 'debug', more verbose test, re CAS-9143 add test case for debuggin mode, re CAS-9143 bit of refactoring get_command_response into small...CAS-9143
Federico Montesino PouzolsFederico Montesino Pouzols
059ab0963d6CAS-10464: ref values for 'RMS in primary phase calibrator' also need updating for 1% toleranceCAS-10464
Darrell SchiebelDarrell Schiebel
284324361f6MMerge pull request #207 in CASA/casa from bugfix/CAS-10434 to master* commit '2eb391c74e56cc5f7f99b4f3db67e4896968998d': Fixing a field id issue in buildcoordinates when the first fieldid is non existant in the ms being processed along with an issue of selectdata on multiple process and multi ms was getting a blank selectionCAS-10434
Ville SuorantaVille Suoranta
716be6286b6MMerge pull request #205 in CASA/casa from bugfix/CAS-10217 to master* commit '73df09183de4262bfbf40f779c127df5d5284eaf': -c flag is handled in init_welcome (so sys.argv shenanigans must be complete beforehand) remove cwd from sys.path for CASA startup scriptsCAS-10217
Kumar GolapKumar Golap
5adc738a437Somehow i managed to revert these to a wrong version when doing a revert before...so fixing them back to last version that Martin checked in
Ville SuorantaVille Suoranta
469e95461dcMMerge pull request #203 in CASA/casa from bugfix/CAS-10438 to master* commit '23d3b06bccd1c8792c0e52afcde092569f723223': ifdef out VO panel, prevent SEGV on closing with shared_ptrCAS-10438
Ville SuorantaVille Suoranta
d41b0744ee6MMerge pull request #204 in CASA/casa from bugfix/CAS-10502 to master* commit '1a7caf7f5e65b99d645451e888ae0e01bf67bf79': Fixed a 1 channel miscount in end of channel for chan range OR-ingCAS-10502

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut