Skip to content

Commit

Permalink
smurf: pol2cat - display number of vectors in final catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
David Berry committed Oct 17, 2012
1 parent 861e7a0 commit 07fade6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/smurf/scripts/pol2cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@

# Create a FITS catalogue containing the polarisation vectors.
msg_out( "Creating the output catalogue: {0}...".format(outcat) )
invoke( "$POLPACK_DIR/polvec {0} cat={1}".format(cube,outcat) )
msg = invoke( "$POLPACK_DIR/polvec {0} cat={1}".format(cube,outcat) )
msg_out( "\n{0}\n".format(msg) )

# If required, produce a vector plot.
if plot != None:
Expand Down

0 comments on commit 07fade6

Please sign in to comment.