Skip to content

Commit

Permalink
Typo fix in filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Oct 31, 2018
1 parent 326789e commit 964dfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaia_astrometry_index_files/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def solve_frame():
# Add the RA and Dec values to the catalog
add_ra_dec_to_catalog(header, catalog)

save_solved_image(basename.replace('.fits', 'solved.fits'), header, data, catalog)
save_solved_image(basename.replace('.fits', '.solved.fits'), header, data, catalog)
save_astrometry_catalog_regions(basename.replace('.fits', '.gaia.reg'), catalog_source_name)


Expand Down

0 comments on commit 964dfa0

Please sign in to comment.