summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/doc/headdata.html
blob: 9d586fb37d9b5b2c90afdb8291f4c38953e822ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> headdata
</TITLE>
<p>
<!-- pnuts --> <a href="headins.html">[Previous]</a> <a href="dataimage.html">[Next]</a> <a href="fitsy.html">[Up]</a> <a href="../mmtilib.html">[Top]</a>
<META NAME="generator" CONTENT="txt2html v1.3">
</HEAD>
<BODY>


<A NAME="section-1.1.1"><H3>NAME</H3></A>

<P>
 ft_dataskip,ft_dataseek -Fitsy FITS routines to work with the data portion of
 a FITS file.

<A NAME="section-1.1.2"><H3>SYNOPSIS</H3></A>

 

<PRE>
void ft_dataskip(File ifile, FITSHead fits, File ofile);
int ft_dataseek(File sfile, FITSHead fits);


<P>
</PRE>
<A NAME="section-1.1.3"><H3>PARAMETERS</H3></A>

<UL>
<P>
  <LI> <B>File ifile</B> - File pointer to read FITS data from.
  <LI> <B>FITSHead fits</B> - FITS header associated with data.
  <LI> <B>File ofile</B> - File pointer to write data to.
  <LI> <B>File sfile</B> - File pointer to seek.

</UL>
<A NAME="section-1.1.4"><H3>DESCRIPTION</H3></A>


<A NAME="section-1.1.4.1"><H4>ft_dataskip</H4></A>

<P>
 Skip over the data part of a FITS header data unit.
 
<P>
 If the file is seekable and the <B>ofile</B> file pointer is
 <B>NULL</B> the data are skipped with an <B>fseek</B>().
 
<P>
 If the <B>ofile</B> file pointer is <B>NULL</B> no data is written.

<A NAME="section-1.1.4.2"><H4>ft_dataseek</H4></A>

<P>
 Seek to the data portion of prevoiusly read fits header data unit.

<p>
<!-- pnuts --> <a href="headins.html">[Previous]</a> <a href="dataimage.html">[Next]</a> <a href="fitsy.html">[Up]</a> <a href="../mmtilib.html">[Top]</a>
</BODY>
</HTML>