Skip to content

Releases: fact-project/pyfact

pyfact 0.8.4 – Towards photon_stream

25 Jan 11:39
Compare
Choose a tag to compare

The pixel_dataframe returned by fact.pixels.get_pixel_dataframe() contains two new columns: azimuth and zenith, which contain the mean "viewing direction" of each pixel in the sky. (It even takes into a the fact, that the FACT reflector is not really a thin-lense in first order approximation... nice, hu?)

Also we add a new module fact.geometry, which up to now only contains position a dict, telling you where on earth the FACT telescope is. But who knows ... maybe more will come later.

pyfact 0.8.3 – peewee models for our database

09 Dec 09:30
Compare
Choose a tag to compare

This introduces a new module, fact.factdb containing peewee ORM models for our database. So we can stop writing raw sql in python code.

Also, create_factdb_engine now accepts a database keyword argument, that let's you select the database name.

v0.8.2

09 Dec 09:27
Compare
Choose a tag to compare

This is the first release on PyPI – YEAH!

v0.7.0

03 Nov 12:36
Compare
Choose a tag to compare

Add new aux services

v0.6.0

02 Sep 10:24
Compare
Choose a tag to compare

Add code to read in auxfiles into pandas dataframes