-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: wtsi-npg/simtools
base: V1.4
head repository: wtsi-npg/simtools
compare: master
Commits on Jul 16, 2013
-
Merge pull request #6 from wtsi-npg/master
update dev branch from master (I hope)
Configuration menu - View commit details
-
Copy full SHA for e7c47d9 - Browse repository at this point
Copy the full SHA e7c47d9View commit details
Commits on Jul 22, 2013
-
Merge pull request #7 from wtsi-npg/master
Fixed "pure virtual method called" error, and "dereferencing type-punned...
Configuration menu - View commit details
-
Copy full SHA for 221149f - Browse repository at this point
Copy the full SHA 221149fView commit details
Commits on Sep 2, 2013
-
Added help text and placeholders for QC option
Iain Bancarz committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 5b803c5 - Browse repository at this point
Copy the full SHA 5b803c5View commit details -
Iain Bancarz committed
Sep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 5675994 - Browse repository at this point
Copy the full SHA 5675994View commit details -
Added simple test for QC function
Iain Bancarz committedSep 2, 2013 Configuration menu - View commit details
-
Copy full SHA for bb345c0 - Browse repository at this point
Copy the full SHA bb345c0View commit details
Commits on Sep 4, 2013
-
Iain Bancarz committed
Sep 4, 2013 Configuration menu - View commit details
-
Copy full SHA for 5189646 - Browse repository at this point
Copy the full SHA 5189646View commit details -
Initial changes to support intensity QC metrics
Iain Bancarz committedSep 4, 2013 Configuration menu - View commit details
-
Copy full SHA for 8142268 - Browse repository at this point
Copy the full SHA 8142268View commit details
Commits on Sep 5, 2013
-
Write sample names and magnitudes to file
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for e7b685f - Browse repository at this point
Copy the full SHA e7b685fView commit details -
Find magnitude with arbitrarily many intensity channels
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 9bd8562 - Browse repository at this point
Copy the full SHA 9bd8562View commit details -
Iain Bancarz committed
Sep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for ff61d3c - Browse repository at this point
Copy the full SHA ff61d3cView commit details -
Fix signed/unsigned integer comparison warning
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for c16ba26 - Browse repository at this point
Copy the full SHA c16ba26View commit details -
Remove main method, call from simtools executable instead
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for cd4bb88 - Browse repository at this point
Copy the full SHA cd4bb88View commit details -
Include QC.o in simtools compliation
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 302f538 - Browse repository at this point
Copy the full SHA 302f538View commit details -
Get rid of hello() method, add placeholder for xydiff
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 167bb49 - Browse repository at this point
Copy the full SHA 167bb49View commit details -
Add constructor and Sim instance variable to QC class
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for ce89355 - Browse repository at this point
Copy the full SHA ce89355View commit details -
Add xydiff computation; remove sim argument from magnitude functions;…
… use fprintf for output
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 84824d4 - Browse repository at this point
Copy the full SHA 84824d4View commit details -
Changed variable names for greater clarity
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for d62dff9 - Browse repository at this point
Copy the full SHA d62dff9View commit details -
Changed help messages; require QC output to files (must specify at le…
…ast one of magnitude, xydiff)
Iain Bancarz committedSep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 5b5556a - Browse repository at this point
Copy the full SHA 5b5556aView commit details -
Iain Bancarz committed
Sep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 8196a23 - Browse repository at this point
Copy the full SHA 8196a23View commit details -
Iain Bancarz committed
Sep 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 7d90087 - Browse repository at this point
Copy the full SHA 7d90087View commit details
Commits on Sep 6, 2013
-
Fix memory leaks and support greater verbosity for QC
Iain Bancarz committedSep 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 727bb34 - Browse repository at this point
Copy the full SHA 727bb34View commit details
Commits on Sep 9, 2013
-
Intensity vectors as class members; do not repeatedly create/destroy …
…vector objects
Iain Bancarz committedSep 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 1f51094 - Browse repository at this point
Copy the full SHA 1f51094View commit details -
Reserve sufficient vector space initially
Iain Bancarz committedSep 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 15101db - Browse repository at this point
Copy the full SHA 15101dbView commit details
Commits on Sep 11, 2013
-
Use pointers instead of at() for faster access to vector
Iain Bancarz committedSep 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 19b77eb - Browse repository at this point
Copy the full SHA 19b77ebView commit details
Commits on Sep 12, 2013
-
Read intensities into array instead of vector for QC
Iain Bancarz committedSep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 20d4626 - Browse repository at this point
Copy the full SHA 20d4626View commit details -
Iain Bancarz committed
Sep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 01a3226 - Browse repository at this point
Copy the full SHA 01a3226View commit details -
Read header from C-style file descriptor
Iain Bancarz committedSep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 40ff779 - Browse repository at this point
Copy the full SHA 40ff779View commit details -
Only use C-style file descriptor for input; may still be a few redund…
…ant variables to fix
Iain Bancarz committedSep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for ccfe087 - Browse repository at this point
Copy the full SHA ccfe087View commit details -
Read intensities into arrays, not vectors
Iain Bancarz committedSep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 488541f - Browse repository at this point
Copy the full SHA 488541fView commit details -
Remove output from previous tests; introduced variable for illuminus …
…output filename
Iain Bancarz committedSep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 829399a - Browse repository at this point
Copy the full SHA 829399aView commit details -
Bugfix; do not call fclose on inFileRaw
Iain Bancarz committedSep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 11c4a73 - Browse repository at this point
Copy the full SHA 11c4a73View commit details -
Remove unnecessary cerr statements
Iain Bancarz committedSep 12, 2013 Configuration menu - View commit details
-
Copy full SHA for ac1e3ea - Browse repository at this point
Copy the full SHA ac1e3eaView commit details
Commits on Sep 13, 2013
-
Remove unnecessary iostream input code
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for c1dbcee - Browse repository at this point
Copy the full SHA c1dbceeView commit details -
Rename inFileRaw variable to inFile
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for f98e355 - Browse repository at this point
Copy the full SHA f98e355View commit details -
Remove unnecessary status chatter
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for df6d1dd - Browse repository at this point
Copy the full SHA df6d1ddView commit details -
Modified to work with new Sim class
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for c0e4d1a - Browse repository at this point
Copy the full SHA c0e4d1aView commit details -
Iain Bancarz committed
Sep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 9caa363 - Browse repository at this point
Copy the full SHA 9caa363View commit details -
Iain Bancarz committed
Sep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 1a2f279 - Browse repository at this point
Copy the full SHA 1a2f279View commit details -
Do not store input path in 'filename' variable
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for a4b4526 - Browse repository at this point
Copy the full SHA a4b4526View commit details -
Rename Sim.open() to Sim.openInput()
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for aadcbf0 - Browse repository at this point
Copy the full SHA aadcbf0View commit details -
close() now checks and closes both input and output
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for ef771be - Browse repository at this point
Copy the full SHA ef771beView commit details -
Call close() method on Sim object for QC
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for e7a01d7 - Browse repository at this point
Copy the full SHA e7a01d7View commit details -
Close and delete sim/qc objects before exit
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 882638f - Browse repository at this point
Copy the full SHA 882638fView commit details -
Rename createFile to openOutput
Iain Bancarz committedSep 13, 2013 Configuration menu - View commit details
-
Copy full SHA for 2e20257 - Browse repository at this point
Copy the full SHA 2e20257View commit details
Commits on Sep 17, 2013
-
Initial commit of additional test data
Iain Bancarz committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for b6ef70f - Browse repository at this point
Copy the full SHA b6ef70fView commit details -
Add -lm compiler flag. Remove -ffast-math which causes errors handlin…
…g INF/NaN values.
Iain Bancarz committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for e37f5d7 - Browse repository at this point
Copy the full SHA e37f5d7View commit details -
Iain Bancarz committed
Sep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 5d2dd5f - Browse repository at this point
Copy the full SHA 5d2dd5fView commit details -
Fix memory errors; change stderr messages; update calls to getNextRecord
Iain Bancarz committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 7b1096b - Browse repository at this point
Copy the full SHA 7b1096bView commit details -
Check for NaN/INF values in .sim input, and optionally set them to zero
Iain Bancarz committedSep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 9d1bcb0 - Browse repository at this point
Copy the full SHA 9d1bcb0View commit details -
Iain Bancarz committed
Sep 17, 2013 Configuration menu - View commit details
-
Copy full SHA for 298b37a - Browse repository at this point
Copy the full SHA 298b37aView commit details
There are no files selected for viewing