Differences between revisions 2 and 3
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
----
Line 5: Line 5:
||2010 (to july)||1037|| '''''last updated 21 july 2010'''''
||2010||1037||
Line 21: Line 22:
----
=== Mailing List ===
'''''last updated 21 july 2010'''''
There are 1016 freesurfer mailing list subscribers who actively receive emails.
Line 22: Line 27:
=== Mailing List === To determine this number, login to the [[https://mail.nmr.mgh.harvard.edu/mailman/admin/freesurfer|administrative interface of the freesurfer mailing list]], click 'Membership Management', and the total number of users is shown italicized in the middle. This number includes those who have opted to not receive the mailings. To subtract who has opted to not receive emails, each of the 20 or so pages of the membership list must be checked (tedious, but this takes about five minutes, versus trying to figure out how this info is stored in the bowels of the mailing list server).
----
=== Wiki ===
----
=== References ===
'''''last updated 22 july 2010'''''
There are 1490 [[http://scholar.google.com/scholar?as_q=%22FreeSurfer%22|Google Scholar results to the search for 'FreeSurfer']].
Line 24: Line 35:
=== Wiki === ----
=== Courses ===
See [[FsTutorial/CourseHistory]]
----
=== Tests ===
'''''last updated 22 july 2010'''''
421 unit tests
86 system tests
Line 26: Line 44:
=== References ===

=== Courses ===

=== Tests ===
To count unit tests (the tests which are run nightly during 'make check'),
{{{
cd /space/freesurfer/build/logs
gunzip build_log-stable-minerva-20100722.txt.gz (using the most current dev build log)
grep PASS: build_log-stable-minerva-20100722.txt |wc -l
}}}
To count system tests (the tests run after recon-all is run on bert and ernie),
{{{
cd /space/freesurfer/test/logs/x86_64/bert
grep "pass ::" test_recon-all.txt |wc -l
}}}
See [[DevelopersGuide/MartinosCenter]] for details on the build and test platforms.

FreeSurfer Stats

This page lists the various stats about the usage of freesurfer, with notes on how each is gathered.


Licenses

last updated 21 july 2010

2010

1037

2009

1549

2008

1126

2007

962

2006

722

2005

500

2004

385

2003

392

2002

233

2001

155

2000

177

license count is made by ssh'ing to surfer, then cd /home/httpd/FreeSurfer/customers, and each ???? file is a license. to license count by year, ex. 2010:

ls --full-time ???? | awk '{print $6}' | grep 2010 | wc -l


Mailing List

last updated 21 july 2010 There are 1016 freesurfer mailing list subscribers who actively receive emails.

To determine this number, login to the administrative interface of the freesurfer mailing list, click 'Membership Management', and the total number of users is shown italicized in the middle. This number includes those who have opted to not receive the mailings. To subtract who has opted to not receive emails, each of the 20 or so pages of the membership list must be checked (tedious, but this takes about five minutes, versus trying to figure out how this info is stored in the bowels of the mailing list server).


Wiki


References

last updated 22 july 2010 There are 1490 Google Scholar results to the search for 'FreeSurfer'.


Courses

See FsTutorial/CourseHistory


Tests

last updated 22 july 2010 421 unit tests 86 system tests

To count unit tests (the tests which are run nightly during 'make check'),

cd /space/freesurfer/build/logs
gunzip build_log-stable-minerva-20100722.txt.gz     (using the most current dev build log)
grep PASS: build_log-stable-minerva-20100722.txt |wc -l

To count system tests (the tests run after recon-all is run on bert and ernie),

cd /space/freesurfer/test/logs/x86_64/bert
grep "pass ::" test_recon-all.txt |wc -l

See DevelopersGuide/MartinosCenter for details on the build and test platforms.

FsStats (last edited 2024-02-29 13:04:30 by AllisonStevens)