SynthesizeCWDraws: revert to consistent (h0,cosi) output in --outputInjParams
Compare changes
+ 13
− 1
@@ -769,11 +769,23 @@ write_InjParams_to_fp ( FILE * fp, /**< [in] file-pointer to output file */
This fixes a small issue introduced last year by !482 (merged) which I only just noticed: for the SynthesizeCWDraws module and the three lalapps codes calling it, the internal conversion (h0,cosi)<->(Aplus,Across) is fine as far as I can tell, but the file output should have been left as (h0,cosi) for backwards compatibility and since this was still what the columns header string said. It's also still the more natural output tuple here since the input arguments for the lalapps codes are all --h0 --cosi only, anyway.
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Small fix for @karl-wette to review. For the record, it's unlikely that this would have been caught by a test script, since its a header-content mismatch in a secondary output file which is usually only looked at for debugging.