In case you aren't aware of it, SubframeSelector allows you to enter your own weighting expression. I used the weight spreadsheet from David Ault to come up with a weight that mixes FWHM, Ecc, and SNRWeight so that it wasn't totally dominated by SNR. The spreadsheet can be found here:
https://drive.google.com/file/d/0B2J4InZni9UrLVctTjBiZDlHR00/viewThe spreadsheet allows you to adjust how much influence each of these attributes has on the final weight. After some trial and error, I used 35 for FWHM, 10 for Eccentricity, 20 for SNRWeight.
The equation that I used for Weight was the second one (variable weights):
32*(1-(FWHM-<FWHM_min>)/<FWHM_max>-<FWHM_min>) +
9*(1-(Eccentricity-<Ecc_min>)/<Ecc_max>-<Ecc_min>) +
18*(SNRWeight-<SNR_min>)/<SNR_max>-<SNR_min> + 41
Substituting real values from the run (which the spreadsheet does for you) yielded this equation for the weight:
32*(1-(FWHM-2.922)/0.484) + 9*(1-(Eccentricity-0.4416)/0.078) + 18*(SNRWeight-2.031)/0.779 + 41
Here were the resulting weights from my images, along with the attributes used. Note that in my case, SNR was much greater on only one of the three 600sec images (#11) vs. the 300sec images.
Image | Name | Weight | FWHM | Eccentricity | SNRWeight |
1 | 300sec | 55.3 | 3.308 | 0.452 | 2.031 |
2 | 300sec | 58.4 | 3.233 | 0.520 | 2.291 |
3 | 300sec | 54.8 | 3.316 | 0.490 | 2.225 |
4 | 300sec | 48.8 | 3.406 | 0.480 | 2.172 |
5 | 300sec | 66.3 | 3.174 | 0.460 | 2.167 |
6 | 300sec | 62.0 | 3.215 | 0.478 | 2.185 |
7 | 300sec | 72.0 | 3.003 | 0.500 | 2.120 |
8 | 300sec | 72.6 | 3.010 | 0.489 | 2.116 |
9 | 300sec | 74.5 | 3.008 | 0.476 | 2.124 |
10 | 300sec | 75.3 | 2.964 | 0.477 | 2.039 |
11 | 600sec | 94.1 | 2.967 | 0.467 | 2.810 |
12 | 600sec | 72.7 | 3.132 | 0.442 | 2.231 |
13 | 600sec | 84.6 | 2.922 | 0.479 | 2.331 |
The weights are still tilted towards the longer images (which is good), but not excessively so.
Dave