AstroHuntsman / gunagala

4 stars 9 forks source link

Solved minor bugs in load_config.py and imager.py #33

Closed JAAlvarado-Montes closed 4 years ago

JAAlvarado-Montes commented 4 years ago

Hi Anthony,

These are two minor changes, which are:

  1. Adding and if statement to make load_config.py to find the performance_local.yaml in data directory where all the config files are located.

  2. Removal of an extra indentation from imager.py when building the dictionary with the cameras. This was causing to neglect the properties of any extra imager that the user might put into performance_local.yaml and just taking the ones from the first camera in the dictionary.

Hope this helps a bit to improve gunagala's functionality.

Cheers, Jaime.