LSSTApplications
21.0.0+1b62c9342b,21.0.0+4a36882ba2,21.0.0-1-ga51b5d4+2c88556dba,21.0.0-17-gf9a0284+69dd6c2060,21.0.0-2-g103fe59+d751821c91,21.0.0-2-g1367e85+ad4ce71c09,21.0.0-2-g2909d54+4a36882ba2,21.0.0-2-g45278ab+1b62c9342b,21.0.0-2-g4bc9b9f+56aff0fea6,21.0.0-2-g5242d73+ad4ce71c09,21.0.0-2-g54e2caa+120cd827f5,21.0.0-2-g66bcc37+905c13b855,21.0.0-2-g7f82c8f+ae0b31d2cf,21.0.0-2-g8dde007+5461f6ec49,21.0.0-2-g8f08a60+05ed0ab9e4,21.0.0-2-g973f35b+b1744c1cf5,21.0.0-2-ga326454+ae0b31d2cf,21.0.0-2-ga63a54e+8eea6ad1d1,21.0.0-2-ga885a99+4aa8b35973,21.0.0-2-gc738bc1+96c5b647eb,21.0.0-2-gde069b7+d0bdec52a8,21.0.0-2-ge17e5af+ad4ce71c09,21.0.0-2-ge712728+f9003e3bc5,21.0.0-2-gecfae73+e945072e23,21.0.0-2-gfc62afb+ad4ce71c09,21.0.0-20-g55224fe4+1b10d9d6c3,21.0.0-3-g4c5b185+b08abf4bf6,21.0.0-3-g5051ac2+1b62c9342b,21.0.0-3-g6d51c4a+905c13b855,21.0.0-3-gaa929c8+2605bebd58,21.0.0-3-gd222c45+21ef063859,21.0.0-3-gd5de2f2+905c13b855,21.0.0-4-g8a80011+75be782dbc,21.0.0-5-gb7080ec+ae7922c7fe,21.0.0-5-gcff38f6+c276328c15,21.0.0-6-gd3283ba+2605bebd58,21.0.0-8-g19111d86+0648bf24f8,21.0.0-8-gd9c33f4a0+ec3713772a,w.2021.02
LSSTDataManagementBasePackage
|
Go to the source code of this file.
Classes | |
class | lsst.jointcal.utils.JointcalStatistics |
Namespaces | |
lsst.jointcal.utils | |
Functions | |
def | lsst.jointcal.utils.plot_flux_distributions (plt, old_mag, new_mag, old_weighted_rms, new_weighted_rms, faint, bright, old_PA1, new_PA1, name='', outdir='.plots') |
def | lsst.jointcal.utils.plot_all_wcs_deltas (plt, data_refs, visits, old_wcs_list, per_ccd_plot=False, name='', outdir='.plots') |
def | lsst.jointcal.utils.make_xy_wcs_grid (x_dim, y_dim, wcs1, wcs2, num=50) |
def | lsst.jointcal.utils.wcs_convert (xv, yv, wcs) |
def | lsst.jointcal.utils.plot_all_wcs_quivers (plt, data_refs, visits, old_wcs_list, name, outdir='.plots') |
def | lsst.jointcal.utils.plot_wcs_quivers (ax, wcs1, wcs2, x_dim, y_dim) |
def | lsst.jointcal.utils.plot_wcs_magnitude (plt, data_refs, visits, old_wcs_list, name, outdir='.plots') |
def | lsst.jointcal.utils.plot_wcs (plt, wcs1, wcs2, x_dim, y_dim, center=(0, 0), name="", outdir='.plots') |
def | lsst.jointcal.utils.plot_rms_histogram (plt, old_rms_relative, old_rms_absolute, new_rms_relative, new_rms_absolute, old_rel_total, old_abs_total, new_rel_total, new_abs_total, name="", outdir='.plots') |
Variables | |
lsst.jointcal.utils.MatchDict = collections.namedtuple('MatchDict', ['relative', 'absolute']) | |