AuthorCommitMessageCommit dateIssues
Takeshi NakazatoTakeshi Nakazato
f22c6ad7e05MPull request #1437: PIPE-2351 remove sdimaging from casa_tasks.pyMerge in PIPE/pipeline from PIPE-2351-remove-sdimaging-from-casa_tasks.py to main * commit '617341ba1b66230177f3a3b191308ffb10a5427f': set default reffile to 'nroscalefile.csv' continue running script even if tsdimaging fails avoid including numpy dtype information into the script further tweak of rebase and image script PIPE-2351 update template file for NRO reduction script to use ...PIPE-2351
Rui XueRui Xue
03825983a05MPull request #1449: PIPE-2370: convert np.float64 to a native float for better weblog presentations.Merge in PIPE/pipeline from PIPE-2370-input-parameters-in-task-execution-summary-page-contains-numpy-data-type to main * commit '8797758d9a720d8802b357d229f45957d5929e42': PIPE-2370: plotweather returns tau as list[np.float64] instead of list[float] and we convert it to list[float] for better weblog presentation and formatting in casa_commands.log. PIPE-2370: convert np.float64 to a native...PIPE-2370
Rui XueRui Xue
8797758d9a7PIPE-2370: plotweather returns tau as list[np.float64] instead of list[float] and we convert it to list[float] for better weblog presentation and formatting in casa_commands.log.PIPE-2370
Rui XueRui Xue
c5d6c89ddf1PIPE-2370: convert np.float64 to a native float for better weblog presentations.PIPE-2370
Kana SugimotoKana Sugimoto
55bec574a76MPull request #1423: PIPE-2187: Removed elevation difference warning message in hsd_skycal.Merge in PIPE/pipeline from PIPE-2187-hsd_skycal-removing-duplicated-warning-for-on-and-off-difference to main * commit 'd6d73bd68b503ac9475ea52c803a49e3ad7c771b': PIPE-2187: Fixing a couple of formatting issues. PIPE-2187: Removed elevation difference warning message in hsd_skycal.PIPE-2187
Ajay VibhuteAjay Vibhute
01339a549fdMPull request #1446: PIPE-2487: fixed a bug in get_vla_corrlist_from_spwMerge in PIPE/pipeline from PIPE-2487-fix-ms.get_vla_corrlist_from_spw to main * commit '6e6a3595f61d31bb971afc6d5afe3744fa8890ab': PIPE-2487: using self.data_descriptions in get_vla_corrstring method PIPE-2487: fixed a bug in get_vla_corrlist_from_spwPIPE-2487
Shawn BoothRui XueShawn Booth
6c2c38487afMPull request #1404: PIPE-2126: Define default values for FLUX_SERVICE_URL and FLUX_SERVICE_BACKUPMerge in PIPE/pipeline from PIPE-2126-define-default-values-for-flux_service_url-and-flux_service_backup to main * commit '40b9fed68986ea5912c4bf7d672d1e82c32abccd': PIPE-2126: added more explicit logging for whether the pipeline uses the user-defined environment variable(s) or the default values PIPE-2126: fixed AttributeError in datetime call PIPE-2126: moved validate_url to infrastruc...PIPE-2126
Ajay VibhuteAjay Vibhute
6e6a3595f61PIPE-2487: using self.data_descriptions in get_vla_corrstring methodPIPE-2487
Ajay VibhuteAjay Vibhute
ca2abbd370bPIPE-2487: fixed a bug in get_vla_corrlist_from_spwPIPE-2487
Rui XueRui Xue
440ab96bc74MPull request #1443: PIPE-2484: exclude invalid SPW/band selections in plotms calls.Merge in PIPE/pipeline from PIPE-2484-clone-per-spw-bandpass-plots-for-multi-band-spectral-line-show-spws-that-do-not-exist-in-a to main * commit 'a01f4c39c0ee49f712ce76c3958938f7431ca097': PIPE-2483: cleanup unused variables; fix potential issue of "antName" as unbound variables in multiple locations; eliminate redundant conditional logic. PIPE-2484: exclude invalid SPW/band selections in...2 Jira issues
Rui XueRui Xue
a01f4c39c0ePIPE-2483: cleanup unused variables; fix potential issue of "antName" as unbound variables in multiple locations; eliminate redundant conditional logic.PIPE-2483
Shawn BoothShawn Booth
40b9fed6898PIPE-2126: added more explicit logging for whether the pipeline uses the user-defined environment variable(s) or the default valuesPIPE-2126
Ajay VibhuteAjay Vibhute
10cbebfe6cfMPull request #1395: PIPE-1033: Moved zero clipping commands before templateMerge in PIPE/pipeline from PIPE-1033-flagging-of-zeros-is-not-reported-correctly-in-vla-pipeline-weblog to main * commit 'ed7dcb79786cec26dd2cbf8a6382154c38e811dd': PIPE-1033: dummy commit PIPE-1033: updated 'clip' agent position PIPE-1033: Moved zero clipping commands before templatePIPE-1033
Vincent GeersVincent Geers
afad7b67461MPull request #1436: PIPE-2394: update tsys gainfield mappingMerge in PIPE/pipeline from PIPE-2394_update_tsys_gainfield_mapping to main * commit '18dd01b3a709667e96b3d36f4efe8d810bbb93ec': PIPE-2394: update docstrings, type hints, commentary. PIPE-2394: update gainfield mapping heuristic in h_tsyscal to handle new Tsys observing scheme.PIPE-2394
Rui XueRui Xue
958b7689aaePIPE-2484: exclude invalid SPW/band selections in plotms calls.* ensure pre-existing plots can be reused during rerendering tests. * check SPW existence in band within parent/perspw/perband sections of the weblog.PIPE-2484
Shawn BoothShawn Booth
29cdb282ba9MPull request #1390: PIPE-2245: add csv-3899-eb2-small into the regression test collectionMerge in PIPE/pipeline from PIPE-2245-add-csv-3899-eb2-small-into-the-regression-test-collection to main * commit 'e8f997a8d9bbdbb04e26f71bf352cbf3d3a419c0': PIPE-2245: explicitly set number of OpenMP threads to one in PipelineRegression.run PIPE-2245: updated docstring to indicate updated expected results version PIPE-2245: changed PipelineRegression call to use expectedoutput_dir PIP...PIPE-2245
Shawn BoothShawn Booth
e8f997a8d9bPIPE-2245: explicitly set number of OpenMP threads to one in PipelineRegression.runPIPE-2245
Shawn BoothShawn Booth
6d36e251c03MPull request #1389: PIPE-2143: update the VLA restore regression test for the PIPE-1553/PIPE-1555 changesMerge in PIPE/pipeline from PIPE-2143-update-the-vla-restore-regression-test-for-the-pipe-1553-pipe-1555-changes to main * commit '541371b914a333d21cd565acd69e18194ac99d9a': PIPE-2143: updated docstring to indicate updated expected results version PIPE-2143: moved restore results files into separate restore directory to prevent incorrect selection PIPE-2143: modifed new restore test to u...3 Jira issues
Kana SugimotoKana Sugimoto
d6d73bd68b5PIPE-2187: Fixing a couple of formatting issues.PIPE-2187
Shawn BoothShawn Booth
541371b914aPIPE-2143: updated docstring to indicate updated expected results versionPIPE-2143
Shawn BoothShawn Booth
6b85b2ba8a4MMerge branch 'PIPE-2143-update-the-vla-restore-regression-test-for-the-pipe-1553-pipe-1555-changes' of https://open-bitbucket.nrao.edu/scm/pipe/pipeline into PIPE-2143-update-the-vla-restore-regression-test-for-the-pipe-1553-pipe-1555-changesPIPE-2143
Shawn BoothShawn Booth
131a4a0e6c8PIPE-2143: moved restore results files into separate restore directory to prevent incorrect selectionPIPE-2143
Shawn BoothShawn Booth
4d55770df9cPIPE-2143: modifed new restore test to use products produced by the pipeline following changes made in PIPE-1553/PIPE-15553 Jira issues
Shawn BoothShawn Booth
4f6a8a9f364PIPE-2143: added new restore test for 13A-537 to account for changes made in PIPE-15532 Jira issues
Shawn BoothShawn Booth
1b1c9058849PIPE-2245: updated docstring to indicate updated expected results versionPIPE-2245
Shawn BoothShawn Booth
34f3faa57a3MMerge branch 'PIPE-2245-add-csv-3899-eb2-small-into-the-regression-test-collection' of https://open-bitbucket.nrao.edu/scm/pipe/pipeline into PIPE-2245-add-csv-3899-eb2-small-into-the-regression-test-collectionPIPE-2245
Shawn BoothShawn Booth
0ebfe6fe5e4PIPE-2245: changed PipelineRegression call to use expectedoutput_dirPIPE-2245
Shawn BoothShawn Booth
903c17538daPIPE-2245: removed products entry from test casePIPE-2245
Shawn BoothShawn Booth
f43cb7f3a9ePIPE-2245: added new cal-image regression test using the csv-3899-small datasetPIPE-2245
Takeshi NakazatoTakeshi Nakazato
617341ba1b6set default reffile to 'nroscalefile.csv'
Takeshi NakazatoTakeshi Nakazato
b5e3e28643dcontinue running script even if tsdimaging fails
Takeshi NakazatoTakeshi Nakazato
da91d8fb85eMMerge branch 'main' into PIPE-2351-remove-sdimaging-from-casa_tasks.pyPIPE-2351
Takeshi NakazatoTakeshi Nakazato
738441cc8f3avoid including numpy dtype information into the script
Takeshi NakazatoTakeshi Nakazato
0ac8b0aa12bfurther tweak of rebase and image script
Ajay VibhuteAjay Vibhute
ed7dcb79786PIPE-1033: dummy commitPIPE-1033
Rui XueRui Xue
6447e7125ffMPull request #1429: PIPE-2468: fix a logging-related bug in corner cases where `ants_to_demote=None` for ms.update_reference_antennas().Merge in PIPE/pipeline from PIPE-2468-hifa_wvrgcalflag-might-crash-in-some-corner-cases to main * commit '74499b0f19c829ff0b0c23f83074c5aa8e73deb4': PIPE-2468: fix a logging-related bug in corner cases where `ants_to_demote=None` for ms.update_reference_antennas().PIPE-2468
Shawn BoothShawn Booth
ded8507311dPIPE-2126: fixed AttributeError in datetime callPIPE-2126
Shawn BoothShawn Booth
b50a0fb9b1aPIPE-2126: moved validate_url to infrastructure/utils/utils.py; moved handling of FLUX_SERVICE_URL and FLUX_SERVICE_URL_BACKUP to dbfluxes.py exclusively; created functions get_flux_urls and get_valid_url to replace duplicated global variable logic; converted eager string interpolation in logging messages to deferred; removed unused code; replaced deprecated datetime.datetime.utcnow callPIPE-2126
Kana SugimotoKana Sugimoto
2907e704ffcMPull request #1422: PIPE-2421 hsd skycal remove interval vs time plotsMerge in PIPE/pipeline from PIPE-2421-hsd_skycal-remove-interval-vs-time-plots to main * commit 'b4e743f33f08f6c4b9cfb50e2fdc9021ec538dc5': PIPE-2421: Removed interval vs time plots in hsd_skycal. PIPE-2421: Removed interval vs time plots in hsd_skycal.PIPE-2421
Ajay VibhuteAjay Vibhute
237c2a2d126MPull request #1426: PIPE-2425: fixed issues caused by resolving merge conflicts in PIPE-2424Merge in PIPE/pipeline from PIPE-2425-.get_vla_max_integration_time-in-ms-objects to main * commit 'b714a5dcf36a8456aa0bb0079e5bc69459ef2527': PIPE-2425:readding removed docstring lines PIPE-2425: readding removed docstring lines PIPE-2425: fixed issues caused by resolving merge conflicts in PIPE-24242 Jira issues
Ajay VibhuteAjay Vibhute
c49b9c50b0fPIPE-1033: updated 'clip' agent positionPIPE-1033
Rui XueRui Xue
74499b0f19cPIPE-2468: fix a logging-related bug in corner cases where `ants_to_demote=None` for ms.update_reference_antennas().PIPE-2468
Ajay VibhuteAjay Vibhute
b714a5dcf36PIPE-2425:readding removed docstring linesPIPE-2425
Ajay VibhuteAjay Vibhute
a389aad44e7PIPE-2425: readding removed docstring linesPIPE-2425
Ajay VibhuteAjay Vibhute
fbcbf751377PIPE-2425: fixed issues caused by resolving merge conflicts in PIPE-24242 Jira issues
Rui XueRui Xue
da11964ccbbMMerge remote-tracking branch 'origin/main' into PIPE-1033-flagging-of-zeros-is-not-reported-correctly-in-vla-pipeline-weblogPIPE-1033
Ajay VibhuteAjay Vibhute
0f232520c34MPull request #1425: PIPE-2455: removed unit displayed in residual plotMerge in PIPE/pipeline from PIPE-2455-remove-the-jy-unit-from-the-y-axis-in-the-hifv_fluxboot-residual-plot to main * commit '52b9bcc31aa4b9cfb847c7a2b042bf030421989c': PIPE-2455: removed unit displayed in residual plotPIPE-2455
Ajay VibhuteAjay Vibhute
2565ed0c431MPull request #1420: PIPE-2424 remove vla minbaselineforcal method from domain.measurementsetMerge in PIPE/pipeline from PIPE-2424-remove-vla_minbaselineforcal-method-from-domain.measurementset to main * commit '0f7aa64ee77cb62d0f809285530601e68177e758': PIPE-2424: Minor changes suggested during PR review PIPE-2425: consolidated get_vla_max_integration_time, get_median_intgeration_time, and get_median_science_integration_time methods into get_integration_time_stats PIPE-2438: I...3 Jira issues
Vincent GeersVincent Geers
18dd01b3a70PIPE-2394: update docstrings, type hints, commentary.PIPE-2394
Vincent GeersVincent Geers
d7a4e0ab716PIPE-2394: update gainfield mapping heuristic in h_tsyscal to handle new Tsys observing scheme.PIPE-2394

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

Add shortcut