Closed hadibordbar closed 4 years ago
Hadi,
Thanks!
I realize now I didn't think to give you our philosophy on what files to archive. In general we look to avoid committing temporary and binary files where possible. You can't diff a binary file and temporary files don't need to be archived. For a program like radcal which runs really quickly we also don't need output files.
In this case we only need radcal inputs, the tex file, bibliography files, matlab and python scripts, and any graphics files needed to generate the latex document that aren't generated by a matlab or python script. We wouldn't need log files, the final pdf file (since we can now generate it with the latex), any pdf files generated by matlab or python, or radcal outputs, or any other files that are created from the text input files or scripts.
I realize now that your first commit included some of these extra files but we can clean that up later.
Thanks Jason, Sorry for that. I should have guessed it... Hadi
As requested by Jason, I uploaded the latex source files of my documentation of the new changes to Documentations. The files of the new test cases are also rearranged in Examples to properly work with the given Latex files. Hadi