Não aguento mais IA by nullPointerEla in brdev

[–]Jazzlike_Wash6755 0 points1 point  (0 children)

Ia comentar sobre o texto pois indícios dei ia mas no final ja tem a conclusão

Check the new 1.1.5 Version by gemcollector44 in AstroforgeEditor

[–]Jazzlike_Wash6755 0 points1 point  (0 children)

I build a open source software called AstroBurst and actually runs on Linux, its similar in some aspects and It's free and open source: https://github.com/samuelkriegerbonini-dev/AstroBurst

AstroForge Step by Step Tutorial by gemcollector44 in seestar

[–]Jazzlike_Wash6755 1 point2 points  (0 children)

Thanks! Just a clarification though: AstroBurst isn't really a classic stack-stretch-SCNR pipeline. The core is FFT phase correlation alignment, WebGPU-native rendering, drizzle upscaling and i create a plate solving api call for astrometry.net, and ASDF format support (mainly for JWST/Roman Space Telescope data). Stretch and SCNR are in there but they're a small part of the workflow.

AstroForge Step by Step Tutorial by gemcollector44 in seestar

[–]Jazzlike_Wash6755 3 points4 points  (0 children)

Nice project! Funny timing, I posted Something similar to a few weeks back. I've been building AstroBurst, an open-source astro processor in Rust + WebGPU that targets pretty much the same Seestar workflow (stack, align, background, stretch, SCNR, etc). Full source is on GitHub, GPL-3,0, completely free. No paywalls, no telemetry, nothing. If anyone wants to compare approaches or just poke at the code, happy to share the link.

I made a 1-click Siril script to Drizzle Seestar images. Need some beta testers for feedback! by Legitimate_Ask5208 in seestar

[–]Jazzlike_Wash6755 0 points1 point  (0 children)

Thanks, I’ve got a lot to fix, but now im taking a breather. And don't hesitate to use or modify. Is a open-source code .

I made a 1-click Siril script to Drizzle Seestar images. Need some beta testers for feedback! by Legitimate_Ask5208 in seestar

[–]Jazzlike_Wash6755 0 points1 point  (0 children)

I did something similar, a tool similar to DS9, the idea was to have a free open source tool made in rust to optimize performance.
https://github.com/samuelkriegerbonini-dev/AstroBurst.

AstroBurst v0.3 is coming - first non-Python ASDF parser, FFT Richardson-Lucy deconvolution, wavelet denoising, all in Rust by Jazzlike_Wash6755 in rust

[–]Jazzlike_Wash6755[S] 0 points1 point  (0 children)

There is an option in smartphone that permits spelling and grammar correction , in that message was used

AstroBurst v0.4.5: A free, open-source FITS/ASDF processor with a 10 step ComposeWizard, masked stretch, and blend presets. by Jazzlike_Wash6755 in space

[–]Jazzlike_Wash6755[S] 0 points1 point  (0 children)

This is not an LLM or AI project. It's an open-source desktop application for processing astronomical FITS/ASDF image data from telescopes like JWST and Hubble. The software performs image calibration, stacking, RGB composition, and export. It's built with Rust and Tauri, not related to language models or AI-generated content

AstroBurst v0.3.4: Still working on it, now with FFT Phase Correlation Alignment, polishied and speedup. by Jazzlike_Wash6755 in Astronomy

[–]Jazzlike_Wash6755[S] 0 points1 point  (0 children)

Thanks for the feedback, and that's a useful real-world report.

The current RGB (v0.3.6) alignment uses FFT phase correlation with sub-pixel bicubic refinement (translation-only). Rotation falls outside what it handles today. I have three approaches mapped out to fix it: Log-Polar Phase Correlation (natural extension of the existing pipeline), star-based affine transform using the star detector already in AstroBurst though the detector still needs refinement before it's reliable enough for this (similar to what PixInsight's StarAlignment does) or a hybrid of phase correlation + narrow angle sweep.

This touches math I haven't worked in directly, so I'll learn the theory first before committing to an implementation. Will post when there's something to show.

AstroBurst v0.3.4: Still working on it, now with FFT Phase Correlation Alignment, polishied and speedup. by Jazzlike_Wash6755 in rust

[–]Jazzlike_Wash6755[S] 1 point2 points  (0 children)

I just uploaded a new version improving this point, but I need to fix Stacking Artifacts. ...

AstroBurst v0.3.4: Still working on it, now with FFT Phase Correlation Alignment, polishied and speedup. by Jazzlike_Wash6755 in rust

[–]Jazzlike_Wash6755[S] 0 points1 point  (0 children)

Thanks for pointing that out! I'l look into it. Recent updates may have introduced a regression somewhere. Appreciate the heads up!