NEFSC / READ-EDAB-neusAtlantis

https://github.com/NEFSC/READ-EDAB-neusAtlantis/wiki
https://github.com/NEFSC/READ-EDAB-neusAtlantis/wiki
Other
5 stars 0 forks source link

Rjg catch scaling #170

Closed RGamble1 closed 2 years ago

RGamble1 commented 2 years ago

scale_catch.r script is designed to change catch in a catch.ts file. For each group, or 'ALL', it will replace the original catch with a specified value in a data file, or multiply by a scalar over a specified time period. Made more general, and the data files are included.

RGamble1 commented 2 years ago

@andybeet, @jcaracappa1

jcaracappa1 commented 2 years ago

A bit nitpicky but can you separate the function and the call script into their own files? It's easier to source in the function that way for other pre-processing scripts