Skip to content

Conversation

@lmagnus
Copy link
Contributor

@lmagnus lmagnus commented Apr 21, 2016

@ludwigschwardt

Added a printing section to the end of the baseline cal script to allow simple copy and paste into a google sheet

@lmagnus
Copy link
Contributor Author

lmagnus commented Apr 21, 2016

# print lines for easy incoporation into a spreadsheet
print "\nFor spreadsheet logging"
for n, ant in enumerate(data.ants):
print "%s\t%s\t%s\t%7.3f\t%7.3f\t%7.3f\t%7.3f\t%7.3f\t%7.3f\t%s"%(data.name.split('/')[-1].split('.')[0], \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The base part of the filename might be better extracted via os.path.splitext(os.path.basename('path'))[0] but that is a minor concern.

@ludwigschwardt
Copy link
Contributor

Why remove the standard printouts and plotting? Rather disable plotting via an option and keep the spreadsheet output at the end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants