|
LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Functions | |
| def | getParams (record, galType='sersic') |
| def | getMag (record, fluxType='cmodel') |
| def | writeNumpyTable (fakeTable) |
| def | main (root, visit, ccds, galType='sersic', output='outputs/') |
Variables | |
| parser | |
| args | |
Compare the input fake galaxy model to the output one
| def lsst.synpipe.compareModel.getMag | ( | record, | |
fluxType = 'cmodel' |
|||
| ) |
| def lsst.synpipe.compareModel.getParams | ( | record, | |
galType = 'sersic' |
|||
| ) |
return the semi-major axis, axis ratio and position angle (in degrees)
Definition at line 17 of file compareModel.py.
| def lsst.synpipe.compareModel.main | ( | root, | |
| visit, | |||
| ccds, | |||
galType = 'sersic', |
|||
output = 'outputs/' |
|||
| ) |
main function for controlling fake source comparison
Definition at line 83 of file compareModel.py.
| def lsst.synpipe.compareModel.writeNumpyTable | ( | fakeTable | ) |
| lsst.synpipe.compareModel.args |
Definition at line 116 of file compareModel.py.
| lsst.synpipe.compareModel.parser |
Definition at line 108 of file compareModel.py.
1.8.18