Skip to content

tag-recapture: create user filter to set min number of recaptures for inclusion of a tag-group #280

@Rick-Methot-NOAA

Description

@Rick-Methot-NOAA

some tag groups may have many releases, but few recaptures. It seems useful to allow a user to set a filter such that that number of recaptures in time >= mixperiod exist.
This could be implemented in ss_readdata330.tpl to create a "use" flag for each tag group.
The value could be read in ss_readdata330.tpl right after the input of the value for mixperiod.
The total number of recaps is currently not counted, but easily could be in ss_readdata330.tpl.
Note: remember to only count those that are >=mixperiod.
Probably should make this a conditional input:
if(mixperiod>=0){
min_tag_recap=0.0;}
else{
mixperiod=-mixperiod;
ad_comm: min_tag_recap;}

Metadata

Metadata

Labels

change loguse for issues that should appear in change logtag-recapturewishlistrequest new feature; bigger than revision; OK to remove after adding to Milestone

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions