Skip to content

FITS Cutout Download Implementation#435

Draft
Abh1ramManugur1 wants to merge 7 commits into
scimma:mainfrom
Abh1ramManugur1:306-cutout-download
Draft

FITS Cutout Download Implementation#435
Abh1ramManugur1 wants to merge 7 commits into
scimma:mainfrom
Abh1ramManugur1:306-cutout-download

Conversation

@Abh1ramManugur1

Copy link
Copy Markdown
Collaborator

Fixes #306

  • Added new cutout download function to CutoutViewSet, contained in Blast API
  • Cutout serialization in /api/cutout has added field with download URL for available cutouts
  • Transient results page now has download links next to each available filter under 'Cutout Download Report'

Comment thread app/api/serializers.py
if not obj.fits:
return None

return request.build_absolute_uri(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has the same URL problem as I described here.

@manning-ncsa
manning-ncsa marked this pull request as draft July 6, 2026 10:08
@manning-ncsa

Copy link
Copy Markdown
Collaborator

In commit 860c7be I made cosmetic changes to the cutout download panel on the results page to simplify the download links.

Once we resolve the URL construction issue here and in #431 these PRs should be ready to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

serve FITS images via the Blast API

2 participants