Novice Questions #34
-
Hi, I'm going to take a crack at SolarKAT for some short-track MeerKAT data, and I have a few questions,
Where do I feed in the ms file name, is there anything else critical that I change in the default files -- and which files should I modify? Thanks for the help, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@Victoria-Samboco can answer in more detail, but I think it is indeed on PyPI. Looking at the recipe, the intended usage pattern is solarkat/solarkat-pipeline/solarkat.yaml Line 103 in 24759e4 So you could make your own copy of
I don't like the idea of baking obs-specific settings into the recipe file itself though, so I would suggest @Victoria-Samboco revise it to use this pattern:
and then the setting can live in a separate user-supplied |
Beta Was this translation helpful? Give feedback.
-
Hi, indeed, the version on PyPi is not updated, so for now, the best way to get solarkat is by cloning it from the git repository (I will work forward actualizing it on PyPI soon)
As @o-smirnov said you need to run it as:
you might probably have to modify the directories (for example where your MS is located). I will include a
|
Beta Was this translation helpful? Give feedback.
Hi, indeed, the version on PyPi is not updated, so for now, the best way to get solarkat is by cloning it from the git repository (I will work forward actualizing it on PyPI soon)
As @o-smirnov said you need to run it as:
stimela run solarkat.yaml solarkat obs=L1
if you want to specify which steps to run you can also dostimela run solarkat.yaml…