Welcome to MAOPhot 1.1.11, a PSF Photometry tool using Astropy 7.1.1 and Photutils 2.3.0
NEW FEATURE: Support for compressed FITS files: CFITSIO, ZIP and GZIP files. ZIP, and GZIP files are now supported; files of any type (FITS, GZIP, or ZIP) can be saved, and can be saved as any other type (FITS, GZIP or ZIP)
- Corrected problem with VSX catalog entries overriding comparison star entries in photometry table
- Check for valid AIRMASS and DATE-OBS; print user object's qfit at end of VSX list
- FITS file format selection has been improved
NEW FEATURE introduced in 1.1.10: PSF Estimation of FITS image file. FWHM and Beta (Moffat) are estimated and inserted automatically into settings. A plot is displayed.
- Corrected problem with Moffat alpha value
- Corrected "Shift+Button-1" which drags drags inmage on screeen
- Added qfit metrics to console output after Two Color Photometry
- Corrected problem with Object Name’s alpha and delta values
- Replace Min Separation Factor with Min Separation Bias
- Added PSF Estimation and it is optionally executed after a FITS file is opened. FWHM and Beta (Moffat) are estimated and inserted automatically into settings. A plot displaying the work is popped up
- In all DAOStarFinder calls, set min_separation to fwhm parameter value (fwhm or fwhm_estimate)
- Updated V1117 Her and Z Tau example settings
- Fixed problem with yellow circles after star is rejected
- "Fitting width/height, px” need not be odd
- Intermediate results display qfit metrics
- Button-2 click centers image
- Button-1 + Shift drags image
- Mouse wheel zooms image in and out
- Added View-->Invert; this inverts image
- Added Effective PSF-->Load... and Effective PSF-->Save As...
- ENSEMBLE calculated for Single Image Photometry
- ENSEMBLE outliers displayed for Single Image Photometry
- Replace IRAFStarFinder with DAOStarFinder
- SourceGrouper is used in IterativePSFPhotometry
- In APASS DR10, remove any entries with Johnson (V) > maglimit until cgi-bin/apass_dr10_download.pl is fixed
- Added Moffat with beta parameter as option for PSF model
- Added option to generate residual image
- MAOPhot 1.1.7 has been merged into MAOPhot 1.1.8
Note: Version 1.1.7 has been merged into 1.1.8
MAOPhot calculates stellar magnitudes from FITS formatted digital photographs using PSF photometry. It produces an extended AAVSO (American Association of Variable Star Observers) report (https://www.aavso.org/aavso-extended-file-format) which can be submitted to AAVSO using their online tool WebObs (https://www.aavso.org/webobs). MAOPhot uses PSF (point spread function) photometry exclusively.
MAOPhot is written in Python using Astropy (a common core package for astronomy). MAOPhot also uses Photutils. See "PSF Photometry" which describes many of the classes and methods used in MAOPhot: https://photutils.readthedocs.io/en/stable/user_guide/psf.html
MAOPhot has been redesigned for AAVSO reporting only and includes, but is not limited to, the following enhancements: • Uses Astropy 7.1.1 and Photutils 2.3.0 • Generation of an Effective PSF model (EPSF model) following the prescription of Anderson and King (2000; PASP 112, 1360), with the ability to create a 'rejection list' of stars that the user can select that will not be part of the EPSF model generated • Option to use a Circular Gaussian PRF (Pixel Response Function) as a model • Option to use a Moffat PSF model • Uses Iterative PSF Photometry - an iterative version of PSF Photometry (IterativePSFPhotometry class from Photutils) where new sources are detected in the residual image after the fit sources are subtracted. This is particularly useful for crowded fields where faint sources are very close to bright sources and may not be detected in the first pass • PSF Photometry using an ensemble of comparison stars or a single comp star • Generation of Two-Color Photometry (B, V), (V, R) or (V, I), and Single Image Photometry reports in AAVSO extended format • Use of telescope Transformation Coefficients (needed for Two Color Photometry) • User can specify check star and list of comp stars • Manually select a star for measurement • Intermediate results are saved as .csv files • Optionally enter an AAVSO Chart ID when retrieving comparison star data
See HelpFile.pdf for more information.