Hi @kammerje, fouriever has been working great so far! I made a few minor changes:
Added a .gitignore file that includes some Python folders that are created when running the code.
Included the VLT aperture for analyzing SPHERE/SAM data.
The ofile parameter of the plot functions can also be used if the files should be stored in the current/working folder. Before, it created an empty folder in addition to the plot file. Now, it simply checks if a slash is included in the argument of ofile.
Hope this is helpful! Let me know if you have any comments.
Hi @kammerje,
fouriever
has been working great so far! I made a few minor changes:.gitignore
file that includes some Python folders that are created when running the code.ofile
parameter of the plot functions can also be used if the files should be stored in the current/working folder. Before, it created an empty folder in addition to the plot file. Now, it simply checks if a slash is included in the argument ofofile
.Hope this is helpful! Let me know if you have any comments.