tag-recapture: create user filter to set min number of recaptures for inclusion of a tag-group #280
Labels
change log
use for issues that should appear in change log
tag-recapture
wishlist
request new feature; bigger than revision; OK to remove after adding to Milestone
Milestone
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;}
The text was updated successfully, but these errors were encountered: