Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

permissions on autoastrometry #957

Closed
tahumada opened this issue Jul 9, 2024 · 0 comments · Fixed by #985
Closed

permissions on autoastrometry #957

tahumada opened this issue Jul 9, 2024 · 0 comments · Fixed by #985
Labels
bug Something isn't working

Comments

@tahumada
Copy link

tahumada commented Jul 9, 2024

Error for processor mirar.processors.astrometry.autoastrometry.autoastrometry_processor at 2024-07-09 14:22:19.444126 (local time):
File "/data/rdstein/code/mirar/mirar/processors/base_processor.py", line 252, in apply_to_batch
batch = self.apply(batch)
^^^^^^^^^^^^^^^^^
File "/data/rdstein/code/mirar/mirar/processors/base_processor.py", line 278, in apply
batch = self._apply(batch)
^^^^^^^^^^^^^^^^^^
File "/data/rdstein/code/mirar/mirar/processors/base_processor.py", line 427, in _apply
return self._apply_to_images(batch)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/rdstein/code/mirar/mirar/processors/astrometry/autoastrometry/autoastrometry_processor.py", line 55, in _apply_to_images
run_autoastrometry_single(
File "/data/rdstein/code/mirar/mirar/processors/astrometry/autoastrometry/autoastrometry.py", line 624, in run_autoastrometry_single
write_config_file()
File "/data/rdstein/code/mirar/mirar/processors/astromatic/sextractor/settings.py", line 176, in write_config_file
with open(config_path, "w", encoding="utf8") as conf_f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/data/rdstein/code/mirar/mirar/processors/astromatic/config/sex.config'
This error affected the following files: ['image0111.fits']
This error was not a known error raised by mirar.

@tahumada tahumada added the bug Something isn't working label Jul 9, 2024
robertdstein added a commit that referenced this issue Aug 20, 2024
@robertdstein robertdstein mentioned this issue Aug 20, 2024
@robertdstein robertdstein linked a pull request Aug 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant