Граф коммитов

838 Коммитов

Автор SHA1 Сообщение Дата
John ZuHone cc16f4cf02 small fix 2014-01-22 14:06:01 -05:00
John ZuHone 003a914e43 Finished up docs for WWTClient 2014-01-22 14:05:49 -05:00
John ZuHone e531d6b655 More users guide 2014-01-22 09:59:45 -05:00
John ZuHone d59f8174c6 Small fixes 2014-01-22 00:51:57 -05:00
John ZuHone dfc34cf2a5 Utilties docs 2014-01-22 00:50:19 -05:00
John ZuHone 0466504c83 More updates to the Users' Guide 2014-01-21 23:58:20 -05:00
John ZuHone d3fcf30af6 More docs, API docs 2014-01-21 09:02:15 -05:00
John ZuHone 43cc470e40 Refactoring to pretty up docs 2014-01-21 09:01:36 -05:00
John ZuHone a8d29cd13a Forgot to get rid of this 2014-01-21 08:04:36 -05:00
John ZuHone f8c4888a6c Forgot to get rid of this 2014-01-21 08:04:21 -05:00
John ZuHone cba92abe92 Once more 2014-01-21 07:51:59 -05:00
John ZuHone 43bcfffc76 Final fixes for the fields bug I introduced. 2014-01-20 23:54:15 -05:00
John ZuHone df67ff0f0c Fixing some bugs in setting up of fields 2014-01-20 23:44:15 -05:00
John ZuHone a515a0fd28 Huge refactor
1) Changed docstrings to RestructuredText
2) Moved some utilities to misc.py
3) Moved WWTLayer to its own file, layer.py
4) Separate methods for returning lists of layers and reference frames.
5) Added a method to WWTClient to create a WWTLayer object for an
existing layer.
2014-01-20 23:27:31 -05:00
John ZuHone a8bdc1ccdb Some preliminaries 2014-01-20 10:57:07 -05:00
John ZuHone d064760470 Doing this correctly 2014-01-20 10:05:21 -05:00
John ZuHone 17d9e9d41b Update README 2014-01-20 00:19:41 -05:00
John ZuHone 75adc2576f Forgot this 2014-01-20 00:12:53 -05:00
John ZuHone fa16814aa4 Updated README 2014-01-20 00:08:56 -05:00
John ZuHone 19aa6adf3f Update .gitignore 2014-01-19 23:48:37 -05:00
John ZuHone e4b133e776 Including setup.py 2014-01-19 23:46:20 -05:00
John ZuHone 3e5d708e20 Changed name in license 2014-01-19 23:35:36 -05:00
John ZuHone 6445dffd51 Rename file: pywwt.py => client.py 2014-01-19 23:33:57 -05:00
John ZuHone d3ea2da80e Renaming WWTController to WWTClient 2014-01-19 23:32:16 -05:00
John ZuHone 04c255d1ae Docstrings, changing behavior of new and update, etc.
Docstrings (still need to add examples). Added __repr__ for classes.

When creating a new layer, no longer submit field names. Only do this
on update.

generate_utc_times now takes a time string as input for start_time as
opposed to a datetime object.
2014-01-19 23:27:09 -05:00
John ZuHone a1eff0014b Handling of optional kwargs
There are some optional parameters that are accepted by all of the
LCAPI commands—this provides support for them.

Also includes better handling of the possible errors that may arise
when trying to connect to the WWT client.
2014-01-16 10:57:15 -05:00
John ZuHone a56b1b1b02 Some refactoring. Didn't realize update can take more than one line. 2014-01-16 00:52:41 -05:00
John ZuHone d96472c406 Finished with layer refactor. Changing default host to localhost. 2014-01-15 22:45:02 -05:00
John ZuHone 4abbab81cb Refactoring layer code.
Moving all of the layer-specific methods to WWTLayer. Not quite
finished.
2014-01-15 22:20:07 -05:00
John ZuHone 65b09eea2c Should put the name of the layer in here 2014-01-15 13:25:09 -05:00
John ZuHone 610a459753 Easy modules import, some refinements 2014-01-15 12:22:15 -05:00
John ZuHone 0385899134 Added write_data_to_csv, moving some things around
Write data in dict form to a CSV file which may be read in.
2014-01-15 11:49:45 -05:00
John ZuHone 55ac94aaa1 Enabling more functionality, fixing bugs
1) A few more commands have been added.
2) Added WWTException, currently is just a clone of Exception
3) Fixed a bug with _handle_response
4) Can load from either a filename or can create a dict of values and
create a temporary file to load from
5) Using the ProgressBar from astropy—will hopefully use more stuff
from astropy to justify the dependence on the package
2014-01-15 11:12:42 -05:00
John ZuHone 7a9c1ea680 Adding gitignore 2014-01-15 10:17:34 -05:00
John ZuHone 9e00ca0391 Reorganized directory structure, added functionality
1) Using requests module instead of urllib2.
2) Handling responses to check for errors.
3) Added utilities to set up time series, change xyz coords to
spherical, and map float values to colors.
4) Continuing to add more LCAPI functionality.
2014-01-15 10:17:34 -05:00
jzuhone d8c6fcaa93 Update README.md 2014-01-13 10:51:25 -05:00
John ZuHone af2b2089e0 First commit 2014-01-13 10:15:58 -05:00
jzuhone 0ea546160b Initial commit 2014-01-13 07:11:47 -08:00