- Development of new data classes for handling source list, photometry, and catalog data which include data format validation. [#125]
- Aperture photometry streamlined into
single_image_photometry
andmulti_image_photometry
functions that use the new data classes. [#141] multi_image_photometry
now is a wrapper for single_image_photometry instead of a completely separate function.- Photometry related notebooks updated to use new data classes and new functions. [#151]
- Logging has been implemented for photometry, so all the output can now be logged to a file. [#150]
- Add class to hold the file locations needed for the photometry notebook. [#168]
- Major reorganizaiton of code including moving functions to new modules. [#130, #133]
- Now requires Python 3.10 or later. [#147]
- Use pydantic for aperture settings. [#154]
- Stomped bug in handling of
NaN``s in ``single_image_photometry
. [#157]
- Fixed dependence on non-release version of astrowidgets for overwrite capability on output images. [#108]
- Fixed computation of FWHM when fitting to data that includes NaNs. [#164]
- Increase minimum angular separation between comparison stars and variable stars.
- Use ccd data unit instead of adu.
- Allow exposure keyword in FITS header to be set.
- Astropy 6 compatibility.
- Fix minor errors notebook 06 and 07.
- Make it easier to exclude data form transit analysis.
- Add more file chooser dialogs and other simplifications.
- Use astropy.timeseries.LombScargle instead of gatspy for periodogram.
- Add option to display predetermined label names in ComparisonViewer.show_labels.
- Fix field length in AAVSO writer. [#172]
- Fix issue in
TessTargetFile
on Windows. [#171]
- Add a number to the name of the photometry transform notebook. [#173]
- Re-update imports in
transform_pared_back.ipynb
.
- Update imports in
transform_pared_back.ipynb
.
- Do not use
Quantity
in boolean comparisons. [#170]
- Do release from proper branch.
- Include AAVSO file format description. [#155]
- Add class for writing AAVSO files. [#146]
- Old and redundant notebooks have been purged and bad references to glowing-waffles instead of stellarphot [#94]
- Most functions are now linked to the documentation. [#90]
- Many functions and classes that had missing documentation have now had docstrings added. [#100]
- Runs without errors on release version of astrowidgets (0.3.0) [#93]
- Runs without errors on current numpy (1.24.3) and astropy (5.3). [#92]
- Simplify comparison notebook.
- Include photometry notebooks in wheel.
- Add two photometry notebooks and refactor underlying functions. [#73]
- Ignore ``NaN``s in the calculation of AAVSO magnitudes. [#72]
- Add equality method for AstroImageJ aperture objects. [#71]
- Fix error in generation of AstroImageJ data tables and aperture files. [#71]
- Allow TIC ID numbers to have 9 or 10 digits. [#71]
- Pin astropy version until changes to modeling can be incorporated. [#69]
- GUI for making EXOTIC settings. [#59]
- Handle the case when no VSX variables are present in the field. [#62]
- Exclude comparison stars from relative flux calculation if counts are
NaN
. [#57] - Fix handling of comparison stars near the edge of the field of view. [#55]