Skip to content

Commit

Permalink
Add --avoid-pyfits argument to default generated scripts
Browse files Browse the repository at this point in the history
The install of astrometry.net on esne-bide doesn't talk to pyfits anymore
(and why still pyfits anyway?!)
  • Loading branch information
mwcraig committed Jun 27, 2018
1 parent 2a4c470 commit 4274662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions msumastro/scripts/run_standard_header_process.py
Expand Up @@ -159,10 +159,10 @@ def main(arglist=None):
else:
source_for_rest = root

if no_blind:
additional_args = None
else:
additional_args = ['--blind']
additional_args = ['--avoid-pyfits']

if not no_blind:
additional_args.append('--blind')

run_astrometry = construct_command('run_astrometry.py',
source_for_rest,
Expand Down

0 comments on commit 4274662

Please sign in to comment.