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
Running the cubical gain plotter:
cubical
plot-gain-solutions -o de_solutions_bp_D1_ap -B --dir 1 --nrow 6 --ncol 10 --diag ap g_phase-dE-field_0-ddid_None.parmdb
import stimela INPUT = 'input' OUTPUT = 'output' MSDIR = 'msdir' TABLE = 'g_phase-dE-field_0-ddid_None.parmdb' stimela.register_globals() recipe = stimela.Recipe('Plot Gain Solutions', ms_dir=MSDIR, JOB_TYPE="singularity") recipe.add('cab/cubical_pgs', 'plot_gains', { "files" : "%s:output" % TABLE, "output-name" : TABLE.rsplit('.', 1)[0], "dir" : 1, "bandpass" : true, "diag" : "ap", "nrow" : 6, "ncol" : 10, }, input=INPUT, output=OUTPUT, label='plot_gains:: Cubical') recipe.run()
The text was updated successfully, but these errors were encountered:
@Athanaseus could you please post an updated set of gain plots (after the fix)
Sorry, something went wrong.
Setting enabling gain_plot will produce the following plots:
gain_plot
selfcal: enable: true img_npix: 1800 img_cell: 2 cal_timeslots_chunk: 240 cal_cubical: gain_plot: enable: true
This example is from the Jenkins tests:
NB: The plots feature antenna amplitude and phase in a single plot with twin y-axes respectively.
Successfully merging a pull request may close this issue.
Running the
cubical
gain plotter:plot-gain-solutions -o de_solutions_bp_D1_ap -B --dir 1 --nrow 6 --ncol 10 --diag ap g_phase-dE-field_0-ddid_None.parmdb
The text was updated successfully, but these errors were encountered: