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

Can we include SoFiA-2 in Stimela? #741

Open
paoloserra opened this issue Dec 14, 2021 · 6 comments
Open

Can we include SoFiA-2 in Stimela? #741

paoloserra opened this issue Dec 14, 2021 · 6 comments
Assignees

Comments

@paoloserra
Copy link
Contributor

https://github.com/SoFiA-Admin/SoFiA-2/releases/tag/v2.4.0

Happy to help with the parameter names etc -- they're not the same as SoFiA-1

@paoloserra
Copy link
Contributor Author

@Athanaseus Athanaseus self-assigned this Feb 9, 2022
@Athanaseus
Copy link
Member

Managed to built a stimela image from source (quay.io/stimela/sofia2)

FROM quay.io/stimela/base:1.7.1
RUN docker-apt-install build-essential \
        casacore-dev \
        python3 \
        python3-pip \
        wcslib-dev
RUN pip install -U setuptools \
        astro-tigger-lsm
RUN git clone https://github.com/SoFiA-Admin/SoFiA-2.git
RUN cd /SoFiA-2 && git fetch && git fetch --tags
RUN cd /SoFiA-2 && git checkout v2.4.0
RUN cd /SoFiA-2 && ./compile.sh -fopenmp
RUN cd /SoFiA-2 && ln sofia /usr/bin/sofia

@paoloserra I noticed new parameters in the template file, are there descriptions for these params that I can add to stimela param file?

@paoloserra
Copy link
Contributor Author

All parameters are at https://github.com/SoFiA-Admin/SoFiA-2/wiki/SoFiA-2-Control-Parameters .

The description is completely changed compared to SoFiA-1, so all parameters (not just the new ones) should be updated. There may also be old parameters that are no longer there.

Note that we're about to release 2.5 (just decided that today). Do you think it's worth waiting for that?

@Athanaseus
Copy link
Member

Thanks @paoloserra got it.

Do you think it's worth waiting for that?

Yes, I am happy to wait for a new release to come online.

@paoloserra
Copy link
Contributor Author

in the meantime, are you happy to take care of the parameter list linked above?

@Athanaseus
Copy link
Member

Sure, I can take care of that too. If I have any questions, I'll ask.
Also, I will need a hand when testing the final sofia2 cab once everything is ready (I'll assign you the stimela PR if that's ok).

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

2 participants