astroufsc / chimera

Chimera - Observatory Automation System
http://chimera.sf.net/
GNU General Public License v2.0
36 stars 19 forks source link

Fix issue #80. #81

Closed tribeiro closed 9 years ago

tribeiro commented 9 years ago

In some rare occasions the extract function of the Image class will fail with "Error: cannot open [filename]". This adds a check for the file to exists before running sextractor. If the file does not exists it will write it to disc.

wschoenell commented 9 years ago

@tribeiro Why did you closed this? Is the fix for #80 done on another PR?

tribeiro commented 9 years ago

Well, you haven't submitted the PR yet but it is fixed on https://github.com/wschoenell/chimera/tree/test_autofocus

wschoenell commented 9 years ago

Ok. That branch is the fix on #91, so the code on master should be working for you.