Skip to content

Commit

Permalink
correctly write main/cmx string to output file header
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Mar 18, 2019
1 parent cf4e142 commit 1aa5115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/select_gfas
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ gfas = gfas[decgood]
bbad = is_in_gal_box(gfas, [0., 360., -ns.mingalb, ns.mingalb])
gfas = gfas[~bbad]

io.write_gfas(ns.dest, gfas, indir=indir, nside=nside, survey='main')
io.write_gfas(ns.dest, gfas, indir=indir, nside=nside, survey=survey)

log.info('{} GFAs written to {}...t = {:.1f} mins'.format(len(gfas), ns.dest, (time()-t0)/60.))

0 comments on commit 1aa5115

Please sign in to comment.