We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some cases we run code in constructors...
imager_askap = Imager( visibility_askap, imaging_npixel=imaging_npixel, imaging_cellsize=imaging_cellsize, )
...in other cases, we only run the actual code in functions:
fh = FileHandle() fh.clean_up()
interferometer_sim = InterferometerSimulation(channel_bandwidth_hz=1e6) visibility_askap = interferometer_sim.run_simulation( askap_tel, sky, observation_settings )
The text was updated successfully, but these errors were encountered:
@Lukas113 @kenfus @rohitcbscient Opinions?
Sorry, something went wrong.
rohitcbscient
Lukas113
kenfus
No branches or pull requests
In some cases we run code in constructors...
...in other cases, we only run the actual code in functions:
The text was updated successfully, but these errors were encountered: