bvitview

Bvitview is a tool to quickly inspect BVIT lightcurves generated by bvitphot.

class bvitview.ApplicationWindow(datafiles)

Bases: PyQt4.QtGui.QMainWindow

Main application window.

class bvitview.LightcurveConfigWidget(canvas, datafiles, parent=None)

Bases: PyQt4.QtGui.QWidget

loadData(file)

Determine if file is of ASCII or FITS type and load data into numpy arrays.

loadFile(i)

Load the currently selected datafile.

loadFromAscii(file)

Load data from ASCII if possible.

loadFromFits(file)

Load lightcurve from FITS file if possible.

render()

Render the plot.

bvitview.bvitview(datafiles, clobber, logfile, verbose, debug)

Inspect BVIT lightcurves interactively.

Previous topic

bvitpreview

Next topic

salterror

This Page