Thread: Blackboard variables problem

Started: 2015-12-15 18:09:37
Last activity: 2015-12-16 03:41:48
Topics: SAC Help
Juan Rueda
2015-12-15 18:09:37
Cannot access blackboard variables generated by linefit and I do not know what is the problem. Any help??
Thanks

SAC> r pg.pro
SAC> linefit
Slope and standard deviation are: 0.21684 0.010161
Intercept and standard deviation are: -2.4629 0.092655
Data standard deviation is: 0.54604
Data correlation coefficient is: 0.7864
SAC> getbb slope
ERROR 1201: Could not find VARS variable slope

  • Brian Savage
    2015-12-15 22:28:06
    This is a known issue in the most recent version of sac.

    It has been fixed and will be included in the upcoming release.

    Sorry for any inconvenience.

    Brian

    On Dec 15, 2015, at 1:09 PM, jjrueda<at>fomento.es wrote:

    Cannot access blackboard variables generated by linefit and I do not know what is the problem. Any help??
    Thanks

    SAC> r pg.pro
    SAC> linefit
    Slope and standard deviation are: 0.21684 0.010161
    Intercept and standard deviation are: -2.4629 0.092655
    Data standard deviation is: 0.54604
    Data correlation coefficient is: 0.7864
    SAC> getbb slope
    ERROR 1201: Could not find VARS variable slope

    ----------------------
    SAC Help (http://ds.iris.edu/message-center/topic/sac-help/)

    Sent via IRIS Message Center (http://ds.iris.edu/message-center/)
    Update subscription preferences at http://ds.iris.edu/account/profile/


  • Milton Plasencia
    2015-12-16 03:41:48
    if you only write getbb, you obtain the fit values

    SAC> funcgen seismogram
    SAC> linefit
    Slope and standard deviation are: 0.00023042 0.0035114
    Intercept and standard deviation are: -0.10165 0.048355
    Data standard deviation is: 0.32054
    Data correlation coefficient is: 0.0020772
    SAC> getbb
    CORRCOEF = 0.00207718
    NUMERROR = 0
    SACERROR = 'FALSE'
    SACNFILES = 1
    SDDATA = 0.32054
    SDSLOPE = 0.00351136
    SDYINT = 0.0483548
    SLOPE = 0.000230417
    YINT = -0.10165


    HTH,

    Milton



    On Dec 15, 2015, at 19:09, jjrueda<at>fomento.es wrote:

    Cannot access blackboard variables generated by linefit and I do not know what is the problem. Any help??
    Thanks

    SAC> r pg.pro
    SAC> linefit
    Slope and standard deviation are: 0.21684 0.010161
    Intercept and standard deviation are: -2.4629 0.092655
    Data standard deviation is: 0.54604
    Data correlation coefficient is: 0.7864
    SAC> getbb slope
    ERROR 1201: Could not find VARS variable slope

    ----------------------
    SAC Help (http://ds.iris.edu/message-center/topic/sac-help/)

    Sent via IRIS Message Center (http://ds.iris.edu/message-center/)
    Update subscription preferences at http://ds.iris.edu/account/profile/


19:30:33 v.22510d55