RononDex / FitsLibrary

A native C# dotnet core implenetation to read and write astronomical .FITS files following newest specifications
Mozilla Public License 2.0
12 stars 0 forks source link

Display fits image? #3

Closed algady closed 3 years ago

algady commented 3 years ago

Can this be used to view (display) fits image? I mean to load and view the image itself!

RononDex commented 3 years ago

When it's a bit further along yes.

The library is still early work in progress. However, next implementation step will be reading and accessing its data content, once that's done you can use it to load the image data in fits files (which is what I want to use the library for myself)

algady commented 3 years ago

Great news, I'll be waiting for it, thanks

RononDex commented 3 years ago

Should not take too long hopefully, will keep you updated in this issue :)

algady commented 3 years ago

More good news, I'll consider help with donation, Keep up and thanks

RononDex commented 3 years ago

Just a small up date, have been working on the content parsing the past few days, should have it ready in 2-3 weeks I think

RononDex commented 3 years ago

A first nuget package is now released, with support for content parsing :)

Feel free to test it out and tell me how it works out for yout. It's just the first version though. I have several helper methods and stuff planned to make access a bit easier. However, it should be already quite self-explanatory on how to use it. See the ReadMe file for instructions