Giter VIP home page Giter VIP logo

carbspec's People

Contributors

oscarbranson avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

carbspec's Issues

Carbspec is working very well with iPad and Pyto! Great ๐Ÿ‘

Dear Dr. Oscar Branson,

I am dealing with some spectra to calculate the pH. I used the baseline corrected spectral data from the Dickson CRM *.dat file and tested the code in different environments. It works on ipad with Pyto and on Windows as well. Great!
from carbspec import spectro # for doing the work

I declared the wavelength array data as wv and the spectrum Absorption array data as Abs.

wv=np.array([407.203,407.386,407.569,407.752,...,695])
Abs=np.array([0.2700,0.2700,0.2700,0.2700,...,0])

spectro.pH_from_spectrum(wavelength=wv, spectrum=Abs, dye = 'MCP', Temperature = 26.311, Sal = 35, sigma = None)

BDAF0F85-FBA1-4AFE-AA89-E6C5E593454A

The result: 8.00103+/- 0.00005, where the error is quite low! I expected higher errors.
Which pH scale is calculated - Total scale?

best regards
Matthias

Jupyter Notebook is not starting for all examples of carbspec - solved!

Dear Oscar Branson,

thank you very much for your research.
We are doing TA and pH measurements with spectrophotometric methods. We are using cleaned mCP for pH and BCP for TA determination.
I wanted to go for the Jupyter Notebook of carbspec and I failed with different browsers and different environments.
Are you so polite to check this error? Thank you very much. Best regards, Matthias

W
'"'"'/tmp/pip-req-build-6lz1xp2l/setup.py'"'"'; file='"'"'/tmp/pip-req-build-6lz1xp2l/setup.py'"'"';f
=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.
close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-8p9e2n9q
cwd: /tmp/pip-req-build-6lz1xp2l/
Complete output (9 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-6lz1xp2l/setup.py", line 3, in
from carbspec import version
File "/tmp/pip-req-build-6lz1xp2l/carbspec/init.py", line 1, in
from carbspec import io, dye, alkalinity, spectro, helpers
File "/tmp/pip-req-build-6lz1xp2l/carbspec/io.py", line 2, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Removing intermediate container 1d44b7cdc8d6
The command '/bin/sh -c ${KERNEL_PYTHON_PREFIX}/bin/pip install --no-cache-dir .' returned a non-zero code: 1

AttributeError: 'list' object has no attribute 'mean'

Dear Oscar,
I am using exemplarly the dataset CRM2_DICKSON_D10_CRM_100556_03_12_2019.dat
when I am using the code like your suggestion "spectro.pH_from_spectrum(s['wavelength'], s['Abs'])":

from carbspec import spectro
spectro.pH_from_spectrum([407.203,407.386,407.569,407.752,407.935,408.118,408.302,408.485,408.668,408.852,409.035,409.219,409.402,409.586,409.77,409.954,410.137,410.321,410.505,410.689,410.873,411.057,411.241,411.425,411.61,411.794,411.978,412.162,412.347,412.531,412.716,412.9,413.085,413.27,413.454,413.639,413.824,414.009,414.193,414.378,414.563,414.748,414.934,415.119,415.304,415.489,415.674,415.86,416.045,416.23,416.416,416.601,416.787,416.973,417.158,417.344,417.53,417.716,417.901,418.087,418.273,418.459,418.645,418.831,419.017,419.204,419.39,419.576,419.762,419.949,420.135,420.322,420.508,420.695,420.881,421.068,421.255,421.441,421.628,421.815,422.002,422.189,422.376,422.563,422.75,422.937,423.124,423.311,423.499,423.686,423.873,424.061,424.248,424.435,424.623,424.811,424.998,425.186,425.374,425.561,425.749,425.937,426.125,426.313,426.501,426.689,426.877,427.065,427.253,427.441,427.629,427.818,428.006,428.194,428.383,428.571,428.759,428.948,429.137,429.325,429.514,429.703,429.891,430.08,430.269,430.458,430.647,430.836,431.025,431.214,431.403,431.592,431.781,431.97,432.16,432.349,432.538,432.728,432.917,433.106,433.296,433.485,433.675,433.865,434.054,434.244,434.434,434.624,434.813,435.003,435.193,435.383,435.573,435.763,435.953,436.143,436.334,436.524,436.714,436.904,437.095,437.285,437.475,437.666,437.856,438.047,438.237,438.428,438.619,438.809,439,439.191,439.382,439.572,439.763,439.954,440.145,440.336,440.527,440.718,440.909,441.1,441.292,441.483,441.674,441.865,442.057,442.248,442.44,442.631,442.823,443.014,443.206,443.397,443.589,443.781,443.972,444.164,444.356,444.548,444.74,444.931,445.123,445.315,445.507,445.699,445.892,446.084,446.276,446.468,446.66,446.853,447.045,447.237,447.43,447.622,447.814,448.007,448.2,448.392,448.585,448.777,448.97,449.163,449.355,449.548,449.741,449.934,450.127,450.32,450.513,450.706,450.899,451.092,451.285,451.478,451.671,451.864,452.058,452.251,452.444,452.638,452.831,453.024,453.218,453.411,453.605,453.798,453.992,454.186,454.379,454.573,454.767,454.96,455.154,455.348,455.542,455.736,455.93,456.124,456.318,456.512,456.706,456.9,457.094,457.288,457.482,457.676,457.871,458.065,458.259,458.454,458.648,458.842,459.037,459.231,459.426,459.62,459.815,460.009,460.204,460.399,460.593,460.788,460.983,461.178,461.373,461.567,461.762,461.957,462.152,462.347,462.542,462.737,462.932,463.127,463.323,463.518,463.713,463.908,464.103,464.299,464.494,464.689,464.885,465.08,465.276,465.471,465.666,465.862,466.058,466.253,466.449,466.644,466.84,467.036,467.231,467.427,467.623,467.819,468.015,468.211,468.406,468.602,468.798,468.994,469.19,469.386,469.582,469.779,469.975,470.171,470.367,470.563,470.759,470.956,471.152,471.348,471.545,471.741,471.938,472.134,472.33,472.527,472.723,472.92,473.117,473.313,473.51,473.706,473.903,474.1,474.297,474.493,474.69,474.887,475.084,475.281,475.477,475.674,475.871,476.068,476.265,476.462,476.659,476.856,477.054,477.251,477.448,477.645,477.842,478.039,478.237,478.434,478.631,478.829,479.026,479.223,479.421,479.618,479.816,480.013,480.211,480.408,480.606,480.803,481.001,481.198,481.396,481.594,481.791,481.989,482.187,482.385,482.582,482.78,482.978,483.176,483.374,483.572,483.77,483.968,484.166,484.364,484.562,484.76,484.958,485.156,485.354,485.552,485.75,485.948,486.147,486.345,486.543,486.741,486.94,487.138,487.336,487.535,487.733,487.931,488.13,488.328,488.527,488.725,488.924,489.122,489.321,489.519,489.718,489.916,490.115,490.314,490.512,490.711,490.91,491.109,491.307,491.506,491.705,491.904,492.103,492.301,492.5,492.699,492.898,493.097,493.296,493.495,493.694,493.893,494.092,494.291,494.49,494.689,494.888,495.088,495.287,495.486,495.685,495.884,496.083,496.283,496.482,496.681,496.881,497.08,497.279,497.479,497.678,497.877,498.077,498.276,498.476,498.675,498.875,499.074,499.274,499.473,499.673,499.872,500.072,500.271,500.471,500.671,500.87,501.07,501.27,501.469,501.669,501.869,502.069,502.268,502.468,502.668,502.868,503.068,503.268,503.468,503.667,503.867,504.067,504.267,504.467,504.667,504.867,505.067,505.267,505.467,505.667,505.867,506.067,506.267,506.468,506.668,506.868,507.068,507.268,507.468,507.669,507.869,508.069,508.269,508.469,508.67,508.87,509.07,509.271,509.471,509.671,509.872,510.072,510.272,510.473,510.673,510.874,511.074,511.275,511.475,511.675,511.876,512.076,512.277,512.478,512.678,512.879,513.079,513.28,513.48,513.681,513.882,514.082,514.283,514.484,514.684,514.885,515.086,515.286,515.487,515.688,515.888,516.089,516.29,516.491,516.692,516.892,517.093,517.294,517.495,517.696,517.897,518.097,518.298,518.499,518.7,518.901,519.102,519.303,519.504,519.705,519.906,520.107,520.308,520.509,520.71,520.911,521.112,521.313,521.514,521.715,521.916,522.117,522.318,522.519,522.72,522.921,523.122,523.324,523.525,523.726,523.927,524.128,524.329,524.531,524.732,524.933,525.134,525.335,525.537,525.738,525.939,526.14,526.342,526.543,526.744,526.945,527.147,527.348,527.549,527.751,527.952,528.153,528.355,528.556,528.757,528.959,529.16,529.361,529.563,529.764,529.966,530.167,530.368,530.57,530.771,530.973,531.174,531.375,531.577,531.778,531.98,532.181,532.383,532.584,532.786,532.987,533.189,533.39,533.592,533.793,533.995,534.196,534.398,534.599,534.801,535.002,535.204,535.405,535.607,535.809,536.01,536.212,536.413,536.615,536.816,537.018,537.22,537.421,537.623,537.824,538.026,538.228,538.429,538.631,538.833,539.034,539.236,539.437,539.639,539.841,540.042,540.244,540.446,540.647,540.849,541.051,541.252,541.454,541.656,541.857,542.059,542.261,542.462,542.664,542.866,543.067,543.269,543.471,543.672,543.874,544.076,544.278,544.479,544.681,544.883,545.084,545.286,545.488,545.689,545.891,546.093,546.295,546.496,546.698,546.9,547.101,547.303,547.505,547.707,547.908,548.11,548.312,548.513,548.715,548.917,549.119,549.32,549.522,549.724,549.926,550.127,550.329,550.531,550.732,550.934,551.136,551.338,551.539,551.741,551.943,552.144,552.346,552.548,552.75,552.951,553.153,553.355,553.556,553.758,553.96,554.161,554.363,554.565,554.767,554.968,555.17,555.372,555.573,555.775,555.977,556.178,556.38,556.582,556.783,556.985,557.187,557.388,557.59,557.792,557.993,558.195,558.397,558.598,558.8,559.002,559.203,559.405,559.606,559.808,560.01,560.211,560.413,560.615,560.816,561.018,561.219,561.421,561.623,561.824,562.026,562.227,562.429,562.63,562.832,563.034,563.235,563.437,563.638,563.84,564.041,564.243,564.444,564.646,564.847,565.049,565.25,565.452,565.653,565.855,566.056,566.258,566.459,566.661,566.862,567.064,567.265,567.466,567.668,567.869,568.071,568.272,568.474,568.675,568.876,569.078,569.279,569.48,569.682,569.883,570.085,570.286,570.487,570.689,570.89,571.091,571.292,571.494,571.695,571.896,572.098,572.299,572.5,572.701,572.903,573.104,573.305,573.506,573.707,573.909,574.11,574.311,574.512,574.713,574.914,575.116,575.317,575.518,575.719,575.92,576.121,576.322,576.523,576.724,576.925,577.126,577.328,577.529,577.73,577.931,578.132,578.333,578.534,578.735,578.935,579.136,579.337,579.538,579.739,579.94,580.141,580.342,580.543,580.744,580.944,581.145,581.346,581.547,581.748,581.949,582.149,582.35,582.551,582.752,582.952,583.153,583.354,583.554,583.755,583.956,584.156,584.357,584.558,584.758,584.959,585.16,585.36,585.561,585.761,585.962,586.162,586.363,586.563,586.764,586.964,587.165,587.365,587.566,587.766,587.967,588.167,588.367,588.568,588.768,588.969,589.169,589.369,589.569,589.77,589.97,590.17,590.371,590.571,590.771,590.971,591.171,591.372,591.572,591.772,591.972,592.172,592.372,592.572,592.772,592.972,593.172,593.372,593.573,593.772,593.972,594.172,594.372,594.572,594.772,594.972,595.172,595.372,595.572,595.772,595.971,596.171,596.371,596.571,596.77,596.97,597.17,597.37,597.569,597.769,597.969,598.168,598.368,598.567,598.767,598.967,599.166,599.366,599.565,599.765,599.964,600.164,600.363,600.562,600.762,600.961,601.161,601.36,601.559,601.759,601.958,602.157,602.356,602.556,602.755,602.954,603.153,603.352,603.552,603.751,603.95,604.149,604.348,604.547,604.746,604.945,605.144,605.343,605.542,605.741,605.94,606.139,606.337,606.536,606.735,606.934,607.133,607.331,607.53,607.729,607.928,608.126,608.325,608.524,608.722,608.921,609.119,609.318,609.516,609.715,609.913,610.112,610.31,610.509,610.707,610.906,611.104,611.302,611.501,611.699,611.897,612.095,612.294,612.492,612.69,612.888,613.086,613.285,613.483,613.681,613.879,614.077,614.275,614.473,614.671,614.869,615.067,615.264,615.462,615.66,615.858,616.056,616.254,616.451,616.649,616.847,617.044,617.242,617.44,617.637,617.835,618.032,618.23,618.427,618.625,618.822,619.02,619.217,619.415,619.612,619.809,620.007,620.204,620.401,620.598,620.796,620.993,621.19,621.387,621.584,621.781,621.978,622.175,622.372,622.569,622.766,622.963,623.16,623.357,623.554,623.751,623.947,624.144,624.341,624.538,624.734,624.931,625.128,625.324,625.521,625.717,625.914,626.11,626.307,626.503,626.7,626.896,627.092,627.289,627.485,627.681,627.878,628.074,628.27,628.466,628.662,628.859,629.055,629.251,629.447,629.643,629.839,630.035,630.23,630.426,630.622,630.818,631.014,631.21,631.405,631.601,631.797,631.992,632.188,632.384,632.579,632.775,632.97,633.166,633.361,633.557,633.752,633.947,634.143,634.338,634.533,634.728,634.924,635.119,635.314,635.509,635.704,635.899,636.094,636.289,636.484,636.679,636.874,637.069,637.264,637.458,637.653,637.848,638.043,638.237,638.432,638.627,638.821,639.016,639.21,639.405,639.599,639.794,639.988,640.182,640.377,640.571,640.765,640.959,641.154,641.348,641.542,641.736,641.93,642.124,642.318,642.512,642.706,642.9,643.094,643.288,643.481,643.675,643.869,644.063,644.256,644.45,644.644,644.837,645.031,645.224,645.418,645.611,645.804,645.998,646.191,646.384,646.578,646.771,646.964,647.157,647.35,647.543,647.736,647.929,648.122,648.315,648.508,648.701,648.894,649.087,649.279,649.472,649.665,649.858,650.05,650.243,650.435,650.628,650.82,651.013,651.205,651.397,651.59,651.782,651.974,652.167,652.359,652.551,652.743,652.935,653.127,653.319,653.511,653.703,653.895,654.087,654.278,654.47,654.662,654.854,655.045,655.237,655.429,655.62,655.812,656.003,656.195,656.386,656.577,656.769,656.96,657.151,657.342,657.533,657.725,657.916,658.107,658.298,658.489,658.68,658.87,659.061,659.252,659.443,659.634,659.824,660.015,660.206,660.396,660.587,660.777,660.968,661.158,661.348,661.539,661.729,661.919,662.11,662.3,662.49,662.68,662.87,663.06,663.25,663.44,663.63,663.82,664.009,664.199,664.389,664.579,664.768,664.958,665.147,665.337,665.526,665.716,665.905,666.095,666.284,666.473,666.662,666.852,667.041,667.23,667.419,667.608,667.797,667.986,668.175,668.363,668.552,668.741,668.93,669.118,669.307,669.496,669.684,669.873,670.061,670.25,670.438,670.626,670.815,671.003,671.191,671.379,671.567,671.755,671.943,672.131,672.319,672.507,672.695,672.883,673.07,673.258,673.446,673.633,673.821,674.009,674.196,674.383,674.571,674.758,674.946,675.133,675.32,675.507,675.694,675.881,676.068,676.255,676.442,676.629,676.816,677.003,677.19,677.376,677.563,677.75,677.936,678.123,678.309,678.496,678.682,678.868,679.055,679.241,679.427,679.613,679.799,679.985,680.171,680.357,680.543,680.729,680.915,681.101,681.286,681.472,681.658,681.843,682.029,682.214,682.4,682.585,682.771,682.956,683.141,683.326,683.511,683.696,683.882,684.067,684.251,684.436,684.621,684.806,684.991,685.176,685.36,685.545,685.729,685.914,686.098,686.283,686.467,686.651,686.836,687.02,687.204,687.388,687.572,687.756,687.94,688.124,688.308,688.492,688.676,688.859,689.043,689.227,689.41,689.594,689.777,689.961,690.144,690.327,690.51,690.694,690.877,691.06,691.243,691.426,691.609,691.792,691.975,692.157,692.34,692.523,692.705,692.888,693.071,693.253,693.436,693.618,693.8,693.982,694.165,694.347,694.529,694.711,694.893,695.075,695.257,695.439,695.621],[0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.298,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.301,0.301,0.301,0.301,0.301,0.301,0.301,0.302,0.302,0.302,0.302,0.302,0.302,0.302,0.303,0.303,0.303,0.303,0.303,0.303,0.304,0.304,0.304,0.304,0.304,0.305,0.305,0.305,0.305,0.305,0.305,0.306,0.306,0.306,0.306,0.306,0.306,0.307,0.307,0.307,0.307,0.307,0.308,0.308,0.308,0.308,0.308,0.308,0.309,0.309,0.309,0.309,0.309,0.309,0.31,0.31,0.31,0.31,0.31,0.311,0.311,0.311,0.311,0.311,0.311,0.312,0.312,0.312,0.312,0.312,0.312,0.312,0.313,0.313,0.313,0.313,0.313,0.313,0.314,0.314,0.314,0.314,0.314,0.314,0.314,0.315,0.315,0.315,0.315,0.315,0.315,0.315,0.315,0.315,0.316,0.316,0.316,0.316,0.316,0.316,0.316,0.316,0.316,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.318,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.317,0.316,0.316,0.316,0.316,0.316,0.316,0.316,0.316,0.316,0.316,0.315,0.315,0.315,0.315,0.315,0.315,0.315,0.315,0.314,0.314,0.314,0.314,0.314,0.314,0.314,0.314,0.313,0.313,0.313,0.313,0.313,0.313,0.313,0.312,0.312,0.312,0.312,0.312,0.312,0.311,0.311,0.311,0.311,0.311,0.311,0.31,0.31,0.31,0.31,0.31,0.309,0.309,0.309,0.309,0.309,0.308,0.308,0.308,0.308,0.308,0.308,0.307,0.307,0.307,0.307,0.307,0.306,0.306,0.306,0.306,0.306,0.305,0.305,0.305,0.305,0.305,0.304,0.304,0.304,0.304,0.303,0.303,0.303,0.303,0.303,0.302,0.302,0.302,0.302,0.302,0.301,0.301,0.301,0.301,0.301,0.3,0.3,0.3,0.3,0.3,0.299,0.299,0.299,0.299,0.299,0.298,0.298,0.298,0.298,0.298,0.297,0.297,0.297,0.297,0.297,0.296,0.296,0.296,0.296,0.296,0.295,0.295,0.295,0.295,0.295,0.294,0.294,0.294,0.294,0.294,0.294,0.293,0.293,0.293,0.293,0.293,0.292,0.292,0.292,0.292,0.292,0.292,0.291,0.291,0.291,0.291,0.291,0.291,0.29,0.29,0.29,0.29,0.29,0.29,0.289,0.289,0.289,0.289,0.289,0.289,0.289,0.288,0.288,0.288,0.288,0.288,0.288,0.288,0.288,0.288,0.288,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.285,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.286,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.287,0.288,0.288,0.288,0.288,0.288,0.288,0.288,0.288,0.288,0.289,0.289,0.289,0.289,0.289,0.289,0.289,0.289,0.29,0.29,0.29,0.29,0.29,0.29,0.291,0.291,0.291,0.291,0.291,0.292,0.292,0.292,0.292,0.292,0.293,0.293,0.293,0.294,0.294,0.294,0.294,0.295,0.295,0.295,0.296,0.296,0.296,0.297,0.297,0.297,0.298,0.298,0.298,0.299,0.299,0.299,0.3,0.3,0.301,0.301,0.301,0.302,0.302,0.302,0.303,0.303,0.304,0.304,0.304,0.305,0.305,0.306,0.306,0.306,0.307,0.307,0.308,0.308,0.309,0.309,0.31,0.31,0.311,0.311,0.312,0.312,0.313,0.313,0.314,0.314,0.315,0.315,0.316,0.316,0.317,0.317,0.318,0.319,0.319,0.32,0.32,0.321,0.321,0.322,0.323,0.323,0.324,0.325,0.325,0.326,0.326,0.327,0.328,0.328,0.329,0.33,0.331,0.331,0.332,0.333,0.333,0.334,0.335,0.335,0.336,0.337,0.337,0.338,0.339,0.339,0.34,0.341,0.341,0.342,0.343,0.343,0.344,0.345,0.345,0.346,0.347,0.347,0.348,0.349,0.35,0.35,0.351,0.352,0.353,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.418,0.419,0.42,0.421,0.422,0.423,0.425,0.426,0.427,0.428,0.429,0.43,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.463,0.464,0.465,0.466,0.467,0.469,0.47,0.471,0.472,0.473,0.475,0.476,0.477,0.478,0.48,0.481,0.482,0.484,0.485,0.486,0.487,0.489,0.49,0.491,0.493,0.494,0.495,0.497,0.498,0.499,0.5,0.502,0.503,0.504,0.506,0.507,0.508,0.51,0.511,0.512,0.513,0.515,0.516,0.517,0.518,0.52,0.521,0.522,0.524,0.525,0.526,0.527,0.528,0.53,0.531,0.532,0.533,0.535,0.536,0.537,0.538,0.54,0.541,0.542,0.543,0.544,0.546,0.547,0.548,0.549,0.55,0.552,0.553,0.554,0.555,0.556,0.558,0.559,0.56,0.561,0.562,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.581,0.582,0.583,0.584,0.585,0.586,0.586,0.587,0.588,0.589,0.589,0.59,0.591,0.591,0.592,0.593,0.593,0.594,0.594,0.595,0.595,0.596,0.596,0.597,0.597,0.598,0.598,0.598,0.599,0.599,0.599,0.6,0.6,0.6,0.6,0.601,0.601,0.601,0.601,0.601,0.601,0.601,0.601,0.602,0.602,0.602,0.601,0.601,0.601,0.601,0.601,0.601,0.601,0.6,0.6,0.6,0.599,0.599,0.598,0.598,0.597,0.596,0.596,0.595,0.594,0.593,0.592,0.591,0.59,0.589,0.588,0.587,0.586,0.585,0.584,0.583,0.581,0.58,0.579,0.578,0.576,0.575,0.573,0.572,0.571,0.569,0.568,0.566,0.564,0.563,0.561,0.56,0.558,0.556,0.555,0.553,0.551,0.55,0.548,0.546,0.544,0.543,0.541,0.539,0.537,0.535,0.533,0.532,0.53,0.528,0.526,0.524,0.522,0.52,0.518,0.516,0.514,0.512,0.51,0.508,0.506,0.504,0.501,0.499,0.497,0.495,0.493,0.49,0.488,0.486,0.484,0.481,0.479,0.476,0.474,0.472,0.469,0.467,0.464,0.462,0.459,0.457,0.454,0.451,0.449,0.446,0.443,0.441,0.438,0.435,0.433,0.43,0.427,0.424,0.422,0.419,0.416,0.413,0.41,0.408,0.405,0.402,0.399,0.396,0.394,0.391,0.388,0.385,0.383,0.38,0.377,0.374,0.372,0.369,0.366,0.363,0.361,0.358,0.355,0.353,0.35,0.347,0.345,0.342,0.339,0.337,0.334,0.331,0.329,0.326,0.323,0.321,0.318,0.315,0.313,0.31,0.307,0.305,0.302,0.3,0.297,0.294,0.292,0.289,0.287,0.284,0.281,0.279,0.276,0.274,0.271,0.269,0.266,0.264,0.261,0.259,0.256,0.254,0.252,0.249,0.247,0.245,0.242,0.24,0.238,0.236,0.234,0.231,0.229,0.227,0.225,0.223,0.221,0.219,0.217,0.215,0.213,0.211,0.209,0.207,0.205,0.203,0.201,0.199,0.197,0.195,0.193,0.191,0.189,0.188,0.186,0.184,0.182,0.18,0.178,0.176,0.175,0.173,0.171,0.169,0.168,0.166,0.164,0.163,0.161,0.159,0.158,0.156,0.154,0.153,0.151,0.15,0.148,0.147,0.145,0.144,0.142,0.141,0.139,0.138,0.137,0.135,0.134,0.132,0.131,0.13,0.128,0.127,0.126,0.124,0.123,0.122,0.12,0.119,0.118,0.117,0.116,0.114,0.113,0.112,0.111,0.11,0.109,0.108,0.107,0.106,0.105,0.104,0.103,0.102,0.101,0.1,0.099,0.098,0.097,0.096,0.095,0.094,0.094,0.093,0.092,0.091,0.09,0.089,0.088,0.087,0.087,0.086,0.085,0.084,0.083,0.083,0.082,0.081,0.08,0.08,0.079,0.078,0.078,0.077,0.076,0.076,0.075,0.074,0.074,0.073,0.072,0.072,0.071,0.071,0.07,0.069,0.069,0.068,0.068,0.067,0.067,0.066,0.065,0.065,0.064,0.064,0.063,0.063,0.062,0.062,0.061,0.061,0.06,0.06,0.059,0.059,0.059,0.058,0.058,0.057,0.057,0.056,0.056,0.056,0.055,0.055,0.054,0.054,0.054,0.053,0.053,0.053,0.052,0.052,0.051,0.051,0.051,0.05,0.05,0.05,0.05,0.049,0.049,0.049,0.048,0.048,0.048,0.047,0.047,0.047,0.047,0.046,0.046,0.046,0.045,0.045,0.045,0.045,0.044,0.044,0.044,0.044,0.044,0.043,0.043,0.043,0.043,0.042,0.042,0.042,0.042,0.042,0.041,0.041,0.041,0.041,0.041,0.04,0.04,0.04,0.04,0.04,0.04,0.039,0.039,0.039,0.039,0.039,0.039,0.039,0.038,0.038,0.038,0.038,0.038,0.038,0.038,0.037,0.037,0.037,0.037,0.037,0.037,0.037,0.037,0.036,0.036,0.036,0.036,0.036,0.036,0.036,0.036,0.035,0.035,0.035,0.035,0.035,0.035,0.035,0.035,0.035,0.035,0.035,0.034,0.034,0.034,0.034,0.034,0.034,0.034,0.034,0.034,0.034,0.034,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.033,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.032,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.031,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029,0.029
])
following error meassage ocurs in the module "Fitting.py" line 73: B0start = Abs[-10:].mean() # background:

AttributeError: 'list' object has no attribute 'mean'

how can I handle this error?

best regrads,
Matthias

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.