The Flexible Image Transport System (FITS) is the undisputed data standard in astronomy and astrophotography. Every FITS file starts with a standardized header containing essential metadata: optics focal length, sensor pixel sizes, camera gain, filters, exposure times, observation timestamps, and celestial coordinates (WCS).
In real-world astrophotography pipelines, metadata glitches are notoriously common:
FOCALLEN) or pixel dimensions (PIXSIZE1/XPIXSZ) were omitted by capture software.FILTER, EXPTIME, or GAIN.BAYERPAT tag (e.g., RGGB) is missing or formatted incorrectly.OBJECT names, observer credits, and custom notes before submitting data to public observatories or AstroBin.Fixing a single keyword previously required launching heavy desktop suites (PixInsight, SAOImage DS9, AstroImageJ) or writing Python scripts with astropy.io.fits.
To make this workflow effortless across any computer, tablet, or smartphone without installing dependencies, I created FITS Header Editor Online.
🔗 Live Link: https://abctool.info/fits-header-editor-online/

100% In-Browser Privacy & Speed
Strict FITS Standard Compliance
SIMPLE, BITPIX, NAXIS, NAXISn, EXTEND) are protected against accidental modifications to prevent image data corruption.Smart Visual Interface
Astronomical Quick Helpers
+ OBJECT, + EXPTIME, + FILTER, + BAYERPAT, + GAIN, + FOCALLEN, + PIXSIZE1, + OBSERVER.Multi-Format Export Options
.fits, .fit, or .fts file into the upload area (or click Load Sample FITS for a demo).I would love to hear your thoughts, feature suggestions, or edge cases. Feel free to try it out!