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

Add the latest pfb release #78

Merged
merged 26 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
68a727a
change pfb-clean to pfb-imaging
May 22, 2024
e3cdc3a
add updated pfb-imaging parsets
May 22, 2024
00be59c
remove stale pfb config files
May 22, 2024
57db05e
update pfb config files
May 23, 2024
a1add01
update pfb configs
landmanbester May 24, 2024
279eba2
change default pfb branch
landmanbester Sep 3, 2024
e09557d
merge master and add multiscale-max-scales parameters to wsclean cab
landmanbester Sep 3, 2024
7fa0395
add multiscale-gain parameter to wsclean cab
landmanbester Sep 3, 2024
91214e7
change channel-range repeat policy
landmanbester Sep 3, 2024
7f45f86
sync latest pfb configs
landmanbester Sep 5, 2024
7624840
Merge branch 'master' into pfb-imaging
landmanbester Sep 5, 2024
77c8883
sync pfb configs from outputs branch
landmanbester Sep 5, 2024
5da5b6b
update stimela cab definitions
landmanbester Sep 5, 2024
0c05104
update pfb config files
landmanbester Sep 18, 2024
683fdaa
remove default multiscale-max-scales from wsclean cab
landmanbester Oct 25, 2024
9d9144a
update QuartiCal config
landmanbester Nov 30, 2024
e04e10c
Merge branch 'master' into pfb-imaging
landmanbester Nov 30, 2024
89c674e
add quartical v0.2.4 to manifest and use python3.10 as base python image
landmanbester Nov 30, 2024
56fd136
sync pfb configs
landmanbester Nov 30, 2024
44ed8e3
fix pfb configs
landmanbester Dec 1, 2024
15f04e6
Bump stimela. New QC image.
JSKenyon Dec 2, 2024
810d839
merge in refactor-0.2.0
landmanbester Dec 10, 2024
470f58e
use v0.0.5-dev for latest version
landmanbester Dec 10, 2024
33b3d7f
add pfb v0.0.5
landmanbester Dec 13, 2024
1d95887
use main branch to sync pfb config
landmanbester Dec 13, 2024
7a0ea9d
Merge branch 'refactor-0.2.0' into pfb-imaging
landmanbester Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions cultcargo/builder/cargo-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,24 @@ images:
package: git+https://github.com/SpheMakh/msutils

quartical:
assign:
# base image for generic Python-based packages
base_python_image: python-astro:3.10
# corresponding python binary
python: python3.10
versions:
master:
package: git+https://github.com/ratt-ru/QuartiCal
'0.2.2':
package: quartical==0.2.2
'0.2.3':
package: quartical==0.2.3
'0.2.4':
package: quartical==0.2.4
'0.2.5':
package: quartical==0.2.5
latest:
package: quartical
master:
package: git+https://github.com/ratt-ru/QuartiCal

cubical:
versions:
Expand All @@ -209,11 +216,20 @@ images:
package: git+https://github.com/ratt-ru/CubiCal

pfb-imaging:
assign:
# base image for generic Python-based packages
base_python_image: python-astro:3.10
# corresponding python binary
python: python3.10
versions:
'0.0.4':
package: pfb-imaging==0.0.4
# master:
# package: git+https://github.com/ratt-ru/pfb-imaging
'0.0.5':
package: pfb-imaging==0.0.4
latest:
package: git+https://github.com/ratt-ru/pfb-imaging
master:
package: git+https://github.com/ratt-ru/pfb-imaging

ddfacet:
assign:
Expand Down
42 changes: 0 additions & 42 deletions cultcargo/genesis/pfb-clean/latest/degrid.yaml

This file was deleted.

96 changes: 0 additions & 96 deletions cultcargo/genesis/pfb-clean/latest/fastim.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions cultcargo/genesis/pfb-clean/latest/forward.yaml

This file was deleted.

100 changes: 0 additions & 100 deletions cultcargo/genesis/pfb-clean/latest/fwdbwd.yaml

This file was deleted.

Loading