Skip to content

Inconsistent piff log message levels #132

@parejkoj

Description

@parejkoj

Under seemingly normal processing, piff outputs log messages that appear to have incorrect log levels. warning for the iteration numbers and total chi2, and info for statements about ill-conditioned matrices (which we seem to get all the time, so maybe there is a threshold that is set to tight somewhere?). Can you please change those WARNINGs that are really just informative to "INFO", and either make the "ill-conditioned matrix" messages WARNING, or do something to surpress them when they are likely not a real problem?

WARNING: Iteration 1: Fitting 63 stars
INFO: Beginning solution of matrix size (3750, 3750)
INFO: Ill-conditioned matrix (rcond=3.64162e-17): result may not be accurate.
WARNING:              Total chisq = 9645.68 / 38425 dof
WARNING: Iteration 2: Fitting 63 stars
INFO: Beginning solution of matrix size (3750, 3750)
INFO: Ill-conditioned matrix (rcond=7.03794e-17): result may not be accurate.
WARNING:              Total chisq = 9099.78 / 38425 dof

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions