I'm a little confused here. The function setInitialValues() appears to use the function estimateSpawnLoc(); however, the repo doesn't seem to have a estimateSpawnLoc() function... it instead had the estimateFinalLoc() function. I ported over an estimateSpawnLoc() function from ryankinzer/DABOM in KevinSee/PITcleanr@c19a45a , which was then renamed in KevinSee/PITcleanr@1a7406a.
I haven't had a moment to look at the differences between the two, but seems worth resolving. It appears that @KevinSee made some changes to estimateFinalLoc() related to recent "PITcleanr_lite" modifications.
I'm a little confused here. The function
setInitialValues()appears to use the functionestimateSpawnLoc(); however, the repo doesn't seem to have aestimateSpawnLoc()function... it instead had theestimateFinalLoc()function. I ported over anestimateSpawnLoc()function from ryankinzer/DABOM in KevinSee/PITcleanr@c19a45a , which was then renamed in KevinSee/PITcleanr@1a7406a.I haven't had a moment to look at the differences between the two, but seems worth resolving. It appears that @KevinSee made some changes to
estimateFinalLoc()related to recent "PITcleanr_lite" modifications.