From 1569873cbbb443f7b23b47c918e978787f8b93ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Mon, 30 Dec 2024 11:09:50 +0100 Subject: [PATCH] Update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6541bcf..29eafe1 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,15 @@ Why not? But seriously, this doesn't make any sense, you should never use it in ## Usage +**NOTE: Not added to Packagist yet...** + Add the package with Composer: ``` composer require dumbastro/fits-php ``` -then use classes from the `Dumbastro\FitsPhp` namespace. More info in the documentation. +then use classes from the `Dumbastro\FitsPhp` namespace. ### Examples @@ -73,9 +75,9 @@ echo $blob->bitpix->type(); //int32 ## TODO - [x] Separate the main data table (actual image data) from the header (partly done? Who knows...) -- [x] Read keywords from the FITS header (but consider values and comments could be more than 80-bytes long) +- [x] Read keywords from the FITS header (COMMENT keywords could be buggy) - [ ] History keywords? -- [ ] FITS extensions? What to do with NAXIS > 2? -- [ ] Actually display the image in the standard output (with SVG?) -- [ ] Save the image to PNG and JPG +- [ ] FITS extensions? +- [ ] Actually display the image in the standard output +- [ ] Save the image to PNG and/or JPG - [ ] Manipulate the bits using basic processing algorithms??