RSCH-RT / ImageJ_Macros

1 stars 0 forks source link

Results Output should be consistent for future QATrack integration #13

Closed mbolt01 closed 7 years ago

mbolt01 commented 8 years ago

Currently different macros format the output results text file differently. This adds complexity for importing results into QATrack in the future.

Proposal is that all results should follow the template of 30x30 strips macro. - This contains the most information - The vertical bars should be removed, so that tab delimitation is used only. - Spurious spaces should be cleaned up.

~~Template for results should be: Jaw [tab] Standard [tab] Measured [tab] Results (OK/Fail)

For import into QATrack the simplest method is to have simply a {parameter : result} pair. this allows for simple import into a dictionary for lookup of the required values.

Delivery info should be: Item:[tab]value

Comments should come underneath the Line starting with the word 'Comments' Similar for the initials of operator.

The following words should appear in the title for identification:

  1. 'Gafchromic' or 'EPID'
  2. 'Asymmetric' or 'Congruence'
    • Asym is a different set of results than the others as it has high/low values, and so a different macro can run on these to extract results.
    • FFD within file should then be enough combined with these for all results.
    • Printing of the results does not have to be at the end of the macro as this is not always most useful when performing the analysis.
    • The resulting extraction of results should be able to be performed using the vlookup function in excel.
    • This will mean things can be added and the lookup will still work to extract the correct values.
mbolt01 commented 8 years ago

Redhill Congruence 10x10 formatting sorted. Redhill-Congruence_10x10.txt

Colons used to separate {parameter : result}.

Ensures simple addition to dictionary of all lines in file.

mbolt01 commented 8 years ago

Papillon results format changed for version 1.1. see #21 for details