Skip to content

Can the limit on number of transmitter sites be eliminated? #42

Open
@KyleMaas

Description

@KyleMaas

I'd like to be able to run coverage studies with more than 30 transmitter sites. Is there a reason why the 30 transmitter limit is still necessary now that computers have larger RAM?

" -t txsite(s).qth (max of 4 with -c, max of 30 with -L)\n"

while (z <= y && argv[z][0] && argv[z][0] != '-' && tx_site.size() < 30) {

The documentation says it's supposed to be 4 for coverage map studies, but that no longer seems to be enforced now that this line is no longer there:

https://github.com/jmcmellen/splat/blob/08f06f56470a8361a5609503a6b1cb02f07f48dc/splat.cpp#L8032

Either way, the 30 site limit seems kind of arbitrary, and if I'd think if I'm individually passing QTH files to it on the command line, that as a user, if I specify a lot of them it takes a long time to calculate, it comes with the territory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions