User contributions
From NITRC Wiki
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
- 20:47, 17 June 2011 (hist) (diff) m nitrc:NITRC Release Notes (fixed 2.1.1 notes typo)
- 20:12, 12 May 2011 (hist) (diff) m nitrc:User Guide - Search in Browser (added nowiki to URL templates)
- 20:12, 12 May 2011 (hist) (diff) m nitrc:Future User Guide - Search in Browser (added nowiki to URL templates)
- 19:53, 10 May 2011 (hist) (diff) Image:Nitrc:opera search 2.png (Opera's add search engine dialog box.) (top)
- 19:53, 10 May 2011 (hist) (diff) Image:Nitrc:opera search.png (Opera's search box menu.) (top)
- 19:48, 10 May 2011 (hist) (diff) m nitrc:User Guide - Search in Browser (link to second opera image)
- 19:48, 10 May 2011 (hist) (diff) m nitrc:Future User Guide - Search in Browser (link to second opera image)
- 19:47, 10 May 2011 (hist) (diff) m nitrc:User Guide - Search in Browser (formatting for opera search)
- 19:47, 10 May 2011 (hist) (diff) m nitrc:Future User Guide - Search in Browser (formatting for opera search)
- 19:46, 10 May 2011 (hist) (diff) Image:Nitrc:firefox search.png (Firefox's search box menu.) (top)
- 19:46, 10 May 2011 (hist) (diff) Image:Nitrc:firefox search 2.png (Search in Firefox's address bar.) (top)
- 19:45, 10 May 2011 (hist) (diff) Image:Nitrc:safari search.png (Dragging javascript to the bookmark bar in Safari.) (top)
- 19:45, 10 May 2011 (hist) (diff) Image:Nitrc:safari search 2.png (Safari's bookmark name dialog.) (top)
- 19:43, 10 May 2011 (hist) (diff) Image:Nitrc:camino search 2.png (Searching in Camino's address bar.) (top)
- 19:43, 10 May 2011 (hist) (diff) Image:Nitrc:camino search.png (Camino search box menu.) (top)
- 20:50, 9 May 2011 (hist) (diff) Image:Nitrc:firefox search 3.png (Adding a custom search in Firefox using the search input field.) (top)
- 16:59, 6 May 2011 (hist) (diff) Image:Nitrc:chrome search 2.png (Chrome address bar configuration (search configuration).) (top)
- 16:59, 6 May 2011 (hist) (diff) Image:Nitrc:chrome search 3.png (Chrome search (typing).) (top)
- 16:59, 6 May 2011 (hist) (diff) Image:Nitrc:chrome search 4.png (Chrome search (keyword grabbed).) (top)
- 16:59, 6 May 2011 (hist) (diff) Image:Nitrc:chrome search.png (Chrome address bar configuration (menu).) (top)
- 16:49, 6 May 2011 (hist) (diff) m nitrc:User Guide - Search in Browser (chrome search image placeholders)
- 16:49, 6 May 2011 (hist) (diff) m nitrc:Future User Guide - Search in Browser (chrome search image placeholders)
- 16:47, 6 May 2011 (hist) (diff) Image:Nitrc:ie search 2.png (IE search box (configured).) (top)
- 16:47, 6 May 2011 (hist) (diff) Image:Nitrc:ie search.png (IE search box configuration.) (top)
- 14:02, 21 September 2010 (hist) (diff) nitrc:NITRC FAQ (Undo revision 7984 by Haroldmarshall (Talk)) (top)
- 18:52, 8 April 2010 (hist) (diff) Image:Nitrc:Flirtmat read.mat (get FLIRT affine matrix from file as written by flirt -omat Example: mat = flirtmat_read(fname)) (top)
- 18:39, 8 April 2010 (hist) (diff) Image:Utilities.sh (This (ba)sh script defines some useful functions for dependency checking and file locking. Dependency checking is implemented in function "needs_update", which is called with two or more parameters (all paths to files or directories). The first parameter is the target file, which depends on the remaining files listed as parameters. If one of the prerequisite files is more recent than the target files, then the function returns "true", i.e., the target file needs to be updated. Otherwise, the function returns "false", i.e., the target file is up to date w.r.t. the given dependencies. Example: if needs_update target source1 source 2; then cat source1 source2 > target fi The file locking (which tries hard to be NFS-safe, although it isn't completely) is implemented in two functions: "lockfile_create" creates a lock for a given path in the file system, which is typically a target file that is being generated. If the function returns "true", locking was successful and processing should proceed. If the function returns false, locking failed (e.g., because another process has already locked the same file), and processing should skip this target file. If a lock was successfully acquired, it must subsequently be freed (i.e., deleted) by calling "lockfile_delete". Example: if lockfile_create target; then echo "Hello!" > target lockfile_delete target fi Finally, there is a combination function, "needs_update_and_lock," which is called exactly like "needs_update", but attempts to acquire a lock on the target file in case it needs to be updated. Example: if needs_update_and_lock target src1 src2; then cat src1 src2 > target lockfile_delete target fi) (top)
- 18:38, 8 April 2010 (hist) (diff) Image:Flirt resamp.mat (Resample a NIfTI source image using a flirt -omat matrix Example: flirt_resamp('src_flirtmat.txt', 'src.nii', 'trg.nii', 'res.nii')) (top)
- 18:38, 8 April 2010 (hist) (diff) Image:Worldmat2flirtmat.mat (convert NIfTI world (mm) coordinates matrix to flirt Example: [flirtmat spmvoxmat fslvoxmat] = worldmat2flirtdmat(worldmat, src, trg);) (top)
- 18:37, 8 April 2010 (hist) (diff) Image:Flirtmat2worldmat.mat (convert saved flirt matrix to NIfTI world coords matrix Example: [worldmat spmvoxmat fslvoxmat] = flirtmat2worldmat(flirtmat, src, trg);) (top)
- 18:37, 8 April 2010 (hist) (diff) Image:Flirtmat read.mat (get FLIRT affine matrix from file as written by flirt -omat Example: mat = flirtmat_read(fname)) (top)
- 18:31, 8 April 2010 (hist) (diff) Image:Flirtmat write.mat (save a 4-by-4 matrix to a file as handled by flirt -init Example: flirtmat_write(fname, affinemat)) (top)
- 16:46, 1 April 2010 (hist) (diff) nitrc:NITRC FAQ (added question not found fallbacks)
- 22:24, 18 March 2010 (hist) (diff) nitrc:Funding Opportunities (removed expired announcements)
- 14:48, 23 December 2009 (hist) (diff) m nitrc:NITRC Release Notes (biositemaps correction)
- 21:44, 14 December 2009 (hist) (diff) nitrc:NITRC FAQ (added account suspension information)
- 02:40, 13 November 2009 (hist) (diff) nitrc:Funding Opportunities (added nibib quantum projects; removed expired BIRN PAs; updated next due dates)
- 14:09, 4 June 2009 (hist) (diff) nitrc:Getting Started: Listing Your Tool/Resource (tracking access section)
- 14:06, 26 May 2009 (hist) (diff) nitrc:MainPage (moving prioritization process link to technical information)
- 20:38, 18 May 2009 (hist) (diff) nitrc:GrantProposals (initial content)
- 20:30, 18 May 2009 (hist) (diff) nitrc:MainPage (added grant proposals link)
- 16:00, 5 May 2009 (hist) (diff) nitrc:NITRC Training (update)
- 23:08, 30 April 2009 (hist) (diff) nitrc:Getting Started: Listing Your Tool/Resource (added associations section)
- 18:40, 10 April 2009 (hist) (diff) nitrc:NITRC Training (april training)
- 21:04, 12 February 2009 (hist) (diff) nitrc:Getting Started: Listing Your Tool/Resource (added contact information for attribute list modification suggestions)
- 21:04, 9 January 2009 (hist) (diff) nitrc:NITRC Release Notes (pre-release 1.2.1-1 notes)
- 17:21, 22 December 2008 (hist) (diff) nitrc:Getting Started: Listing Your Tool/Resource (removed "fMRI")
- 17:21, 22 December 2008 (hist) (diff) nitrc:NITRC Known Bugs (removed "fMRI")
- 17:20, 22 December 2008 (hist) (diff) nitrc:Comparing Tools/Resources (removed "fMRI")
- 16:45, 22 December 2008 (hist) (diff) nitrc:NITRC FAQ (minor changes (content same))
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)








