You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example trip is 100322 in Dev: I submitted a discard for a single sablefish length (50 cm) which returned a weight of 1 lb. The weight should be 2.64 lbs. I think the error is with the β. appears the Beta value is being multiplied instead of being raised to the power.
Sablefish
α = 0.000003927
β = 3.430072
The text was updated successfully, but these errors were encountered:
@sethgerou-noaa for trip 100325 I calculated a different value than what is displayed in the EM results table for sablefish. Below is the json of the catch record. I calculate a 2.64 lbs for a single fish at 50 cm. The EM results page is displaying 4 lbs. Not sure where the bug is?
{
"disposition": "Discarded",
"speciesCode": "SABL",
"speciesLength": 50,
"speciesCount": 1,
"calcWeightType": "Estimated Weight",
"comments": "Count greater than 1 for a length"
This was caused by the missing weight expansion pulling all catch data, even that in the revision history. So fixed it to just pull just the current catch and now it's calculating correctly. Getting 2.64 now.
Just a note, @neilriley-NOAA the discard mortality rate rule is also being applied to trip 100325 since catch is sablefish and gear used is pot. So speciesWeight = 2.64 * .2 = .528 since 20% mortality is taken . When I change gear to longline (snap) getting 2.64 though.
@sethgerou-noaa there is a bug in the calculation code
Example trip is 100322 in Dev: I submitted a discard for a single sablefish length (50 cm) which returned a weight of 1 lb. The weight should be 2.64 lbs. I think the error is with the β. appears the Beta value is being multiplied instead of being raised to the power.
Sablefish
α = 0.000003927
β = 3.430072
The text was updated successfully, but these errors were encountered: