Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cphead(1) [debian man page]

CPHEAD(1)							   User Commands							 CPHEAD(1)

NAME
cphead - AME SYNOPSIS
cphead [-v][-d dir][-p num] file1.fit ... filen.fits kw1 kw2 ... kwn DESCRIPTION
Copy FITS or IRAF header keyword values from first file to others or : cphead [-v][-d dir][-p num] file1.fit @filelist kw1 kw2 ... kwn or : cphead [-v][-d dir][-p num] file1.fit @filelist @kwlist -a: Replace header of 2nd file with that from first -d: Root directory for input files (default is cwd) -h: Write HISTORY line -k: Write CPHEAD keyword -n: Write a new file (add e before the extension) -p: Number of decimal places in numeric output -v: Verbose -w: Copy all WCS keywords cphead 3.8.4 June 2012 CPHEAD(1)

Check Out this Related Man Page

gethead(1)						      General Commands Manual							gethead(1)

Name
       gethead - Print FITS or IRAF header keyword values

Synopsis
       gethead [-hptv] [-d pathname] [-n num] <FITS or IRAF file> kw1 kw2 ... kwn

Description
       Print  values of the specified keywords from the given image header.  By default they are all listed on one line, separated by spaces.  The
       -v flag causes the keyword names and values to be printed, one keyword per line.  To read keywords from a list of files, substitute @<list-
       file>  for  the file names on the command line.	To read a lot of keywords, put them, one per line, in a file and substitute @<keylistfile>
       on the command line.  If two @ commands are present, the program will figure out which contains file names and which contains keywords.

Options
       -a     List file name even if keywords are not found

       -d     Root directory for input files (default is cwd)

       -e     Output keyword=value's on one line per file

       -f     Never print filenames (default is to print them if more than one)

       -g     Output keyword=value's on one line per keyword

       -h     flag causes the keyword names to be printed at top of columns.

       -n     Number of decimal places in numeric output

       -o     OR conditions instead of ANDing them

       -p     Print full pathnames of files

       -t     flag causes the output to be in tab-separated tables with keyword column headings.

       -u     Always print ___ if keyword not found, event if only one keyword in search

       -v     Print output as <keyword>=<value>, one per line

Web Page
       http://tdc-www.harvard.edu/software/wcstools/gethead.html

Author
       Doug Mink, SAO (dmink@cfa.harvard.edu)

6 July 2001							     WCSTools								gethead(1)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

c++, raw sockets, stopping kernel write in header?

Hi, im trying to lern about raw sockets with my debian and c++. Tried to make a icmp and tcp packet and send it with sendto. Checked on wireshark and recognized that kernel changed my headers. So searched about stopping the kernel change the header and tried it with setsockopt, like said in at this... (4 Replies)
Discussion started by: sandcastle
4 Replies

2. IP Networking

Issue with ns2 - no throughput data

Hello, First time poster here hoping to get some help with ns2. I've recently started using ns2(first time user) but I'm having difficulty getting the results I'm after. I am trying to set up a network with wireless nodes(5-15 nodes) and then use xgraph to display a timing diagram,... (0 Replies)
Discussion started by: UnicksMan
0 Replies

3. IP Networking

Doubt in networklayer

Guys just one doubt How network layer adds destination IP address to its header , the transport protocol header does NOT contain anything about the IP address (or host name). So, from where does the layer 3 brings the destination IP address? (7 Replies)
Discussion started by: baker
7 Replies