<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1600137768;
        mso-list-template-ids:-529631720;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi Dustin,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I can’t speak to nom-tam-fits support for what you want to do, but FITS tile compression is designed for this, eg: “Dividing the image into tiles before compression enables faster access to small sections of the image because only those
 tiles covering the area of interest need be uncompressed.” (<a href="https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/fpackguide.pdf">https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/fpackguide.pdf</a>)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">See the discussion under ZTILEn in the FITS convention (<a href="https://fits.gsfc.nasa.gov/registry/tilecompression/tilecompression2.3.pdf">https://fits.gsfc.nasa.gov/registry/tilecompression/tilecompression2.3.pdf</a>) for the header
 keywords to sort it out. Either you or the library will then need to index from the table into the heap. By default, the tiles are row-by-row which makes the arithmetic easier. If there are constraints on the sub-images of interest such as location or size,
 the tiles can be tuned to optimize access.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Rob<o:p></o:p></p>
<div style="mso-element:para-border-div;border:none;border-bottom:solid windowtext 1.0pt;padding:0in 0in 1.0pt 0in">
<p class="MsoNormal" style="border:none;padding:0in"><o:p> </o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-left:.5in">On 10/18/22, 7:29 PM, "fitsbits" wrote:<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-left:.5in">I’m using the nom-tam-fits Java library to extract a sub image from a compressed image binary table.  Typically, the compressed image is decompressed and one can perform a normal extraction, but my service exists
 on the Cloud and needs to be able to cutout in a streaming manner.  Is there a way to look at the Header and know what row in the table (or which tile) that overlaps some range of pixels?  Alternatively, would I need to iterate the tiles to see if any of them
 overlap?<br>
<br>
Many thanks,<br>
Dustin<br>
CADC<br>
<br>
_______________________________________________<br>
fitsbits mailing list<br>
fitsbits@listmgr.nrao.edu<br>
<a href="https://listmgr.nrao.edu/mailman/listinfo/fitsbits">https://listmgr.nrao.edu/mailman/listinfo/fitsbits</a><o:p></o:p></p>
</div>
</div>
</body>
</html>