- resolved minor bugs - able to read out DILUTION - able to set flagged values in FLUX, CCDXY, CENTDXY to NaN (if set_nan=True is given) - standard is now 'TEST18'. Older versions can be loaded via ngts_version='TEST16A' etc.
1.0.0
The first full release, as hosted via PyPi. Use "pip install ngtsio" to install, and "from ngtsio import ngtsio" to import.
0.9.0
- implemented TEST16A - implemented CANVAS (you can call e.g. 'CANVAS_PERIOD', 'CANVAS_Rs', etc.)
0.8.5
solved minor bugs upgraded performance fieldname will be saved in dic automatically
0.8.0
- fixed various minor bugs - automatic rejection of invalid object IDs - added test_ngtsio.py for testing and verification
0.7.0
- upgraded performance: now the code really uses only either astropy or fitsio, never both (before it always used astropy to crossmatch object ids and time stamps) - upgraded performance: the user can now pass “ obj_id=‘bls’ “ to automatically request the entire candidates list from the BLS fits files - changed performance: non-existent BLS values are now returned as np.nan (not as 0. anymore) - solved minor bug: if a single time_date is given as ‘yyyy-mm-dd’ or ‘yyyy/mm/dd’ - solved minor bug: if single time_actionid is given as string