Skip to content

Commit

Permalink
removed unused aprad column label in pp_distill
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Jan 14, 2019
1 parent 23ca4ee commit b0ba1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pp_distill.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def distill(catalogs, man_targetname, offset, fixed_targets_file, posfile,
'mag sig source_ra source_dec [1] [2] ' +
'[3] [4] [5] ZP ZP_sig inst_mag ' +
'in_sig [6] [7] [8] [9] [10] ' +
'FWHM" APRAD"\n')
'FWHM"\n')

for dat in data:
# sort measured magnitudes by target
Expand Down

0 comments on commit b0ba1b1

Please sign in to comment.