[Python-modules-commits] r33130 - in packages/pyfits/trunk/debian (fitscheck.1 fitsdiff.1)

aurel32 at users.alioth.debian.org aurel32 at users.alioth.debian.org
Sat Jun 27 15:33:59 UTC 2015


    Date: Saturday, June 27, 2015 @ 15:33:58
  Author: aurel32
Revision: 33130

Also remove manpages

Deleted:
  packages/pyfits/trunk/debian/fitscheck.1
  packages/pyfits/trunk/debian/fitsdiff.1

Deleted: packages/pyfits/trunk/debian/fitscheck.1
===================================================================
--- packages/pyfits/trunk/debian/fitscheck.1	2015-06-27 15:33:40 UTC (rev 33129)
+++ packages/pyfits/trunk/debian/fitscheck.1	2015-06-27 15:33:58 UTC (rev 33130)
@@ -1,71 +0,0 @@
-.TH fitscheck 1 "June 2012" "fitscheck" "PyFITS 3.0.7"
-.SH NAME
-fitscheck \- script to detect and fix FITS standards violations
-.SH SYNOPSIS
-.B fitscheck
-[\fIOPTION\fR]... [\fIFILE\fR]...
-.SH DESCRIPTION
-.PP
-\fBfitscheck\fR is a command line script based on pyfits for verifying
-and updating the CHECKSUM and DATASUM keywords of FITS files.
-\fBitscheck\fR can also detect and often fix other FITS standards
-violations. \fBfitscheck\fR facilitates re\-writing the non-standard
-checksums originally generated by pyfits with standard checksums which
-will interoperate with cfitsio.
-.PP
-\fBfitscheck\fR will refuse to write new checksums if the checksum keywords
-are missing or their values are bad.  Use \fB\-\-force\fR to write new
-checksums regardless of whether or not they currently exist or pass.
-Use \fB\-\-ignore-missing\fR to tolerate missing checksum keywords without
-comment.
-.SH OPTIONS
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Display terse usage information (help).
-.TP
-\fB\-k\fR [\fIstandard\fR | \fInonstandard\fR | \fIeither\fR | \fInone\fR], \fB\-\-checksum\fR=[\fIstandard\fR | \fInonstandard\fR | \fIeither\fR | \fInone\fR]
-Choose FITS checksum mode or none. Defaults to standard.
-.TP
-\fB\-w\fR, \fB\-\-write\fR
-Write out file checksums and/or FITS compliance fixes.
-.TP
-\fB\-f\fR, \fB\-\-force\fR
-Do file update even if original checksum was bad.
-.TP
-\fB\-c\fR, \fB\-\-compliance\fR
-Do FITS compliance checking, fix if possible.
-.TP
-\fB\-i\fR, \fB\-\-ignore\-missing\fR
-Ignore missing checksums.
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Generate extra output.
-.SH "EXAMPLES"
-.B "% fitscheck --checksum either --write *.fits"
-.br
-Verify and update checksums, tolerating non-standard checksums, updating to standard checksum.
-    
-.B "% fitscheck --write --force *.fits"
-.br
-Write new checksums, even if existing checksums are bad or missing.
-
-.B "% fitscheck --compliance *.fits"
-.br
-Verify standard checksums and FITS compliance without changing the files.
-
-.B "% fitscheck --checksum nonstandard *.fits"
-.br   
-Verify original nonstandard checksums only.
-
-.B "% fitscheck --checksum none --compliance --write *.fits"
-.br
-Only check and fix compliance problems,  ignoring checksums.
-
-.B "% fitscheck *.fits"
-.br
-Verify standard interoperable checksums.
-
-.B "% fitscheck --checksum none --write *.fits"
-.br
-Delete checksum keywords.
-

Deleted: packages/pyfits/trunk/debian/fitsdiff.1
===================================================================
--- packages/pyfits/trunk/debian/fitsdiff.1	2015-06-27 15:33:40 UTC (rev 33129)
+++ packages/pyfits/trunk/debian/fitsdiff.1	2015-06-27 15:33:58 UTC (rev 33130)
@@ -1,87 +0,0 @@
-.TH fitsdiff 1 "August 2013" "fitsdiff" "PyFITS 3.1.2"
-.SH NAME
-fitsdiff \- compare two FITS image files and report the differences in header keywords and data.
-.SH SYNOPSIS
-.B fitsdiff
-[\fIOPTION\fR]... \fIFILE1\fR \fIFILE2\fR
-.SH DESCRIPTION
-.PP
-\fBfitsdiff\fR is a command line script based on pyfits to compare two
-FITS image files and report the differences in header keywords and data.
-.PP
-\fIFILE1\fR and \fIFILE2\fR are the two files to be compared. They may also be
-wild cards, in such cases, they must be enclosed by double or single quotes, or
-they may be directory names. If both are directory names, all files in each of
-the directories will be included; if only one is directory name, then the
-directory name will be prefixed to the file name(s) specified by the other
-argument. For example:
-.TP
-.B "% fitsdiff ""*.fits"" ""/machine/data1""
-.PP
-will compare all FITS files in the current directory to the corresponding files
-in the directory \fI/machine/data1\fR.
-.PP
-If the two files are identical within the specified conditions, it will report
-"No difference is found." If the value(s) of \fI-c\fR and \fI-k\fR takes the form
-\fI\@filename\fR, list is in the text file \fIfilename\fR, and each line in that text
-file contains one keyword.
-.PP
-\fBfitsdiff\fR commandline arguments can also be set using the environment variable
-\fIFITSDIFF_SETTINGS\fR. If the \fIFITSDIFF_SETTINGS\fR environment variable is present,
-each argument present will override the corresponding argument on the
-commandline. This environment variable exists to make it easier to change the
-behavior of \fBfitsdiff\fR on a global level, such as in a set of regression tests.
-.SH GENERIC OPTIONS
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Display terse usage information (help).
-.TP
-\fB\-q\fR, \fB\-\-quiet\fR
-Produce no output and just return a status code.
-.TP
-\fB\-n\fR \fIINTEGER\fR, \fB\-\-num\-diffs\fR=\fIINTEGER\fR
-Max number of data differences (image pixel or table element) to report per extension (default 10).
-.TP
-\fB\-d\fR \fINUMBER\fR, \fB\-\-difference-tolerance\fR=\fINUMBER\fR
-The relative tolerance for comparison of two numbers,
-specifically two floating point numbers.  This applies
-to data in both images and tables, and to floating
-point keyword values in headers (default 0.0).
-.TP
-\fB\-b\fR, \fB\-\-no\-ignore\-blanks\fR
-Don't ignore trailing blanks (whitespace) in string
-values. Otherwise trailing blanks both in header
-keywords/values and in table column values) are not
-treated as significant i.e. without this option 'ABC ' and 'ABC' are considered equivalent.
-.TP
-\fB\-\-no\-ignore\-blank\-cards\fR
-Don't ignore entirely blank cards in headers. Normally \fIfitsdiff\fR does not
-consider blank cards when comparing headers, but this will ensure that even blank
-cards match up.
-.TP
-\fB\-o\fR \fIFILE\fR, \fB\-\-output\-file\fR=\fIFILE\fR
-Output results to this file; otherwise results are printed to stdout.
-.SH "HEADER COMPARISON OPTIONS"
-.TP
-\fB\-k\fR \fIKEYWORDS\fR, \fB\-\-ignore\-keywords\fR=\fIKEYWORDS\fR
-Comma-separated list of keywords not to be compared.
-Keywords may contain wildcard patterns.  To exclude
-all keywords, use "*"; make sure to have double or
-single quotes around the asterisk.
-.TP
-\fB\-c\fR \fIKEYWORDS\fR, \fB\-\-ignore\-comments\fR=\fIKEYWORDS\fR
-Comma-separated list of keywords whose comments will not be compared.
-Wildcards may be used as with \fI\-\-ignore-keywords\fR.
-.SH "TABLE COMPARISON OPTIONS"
-.TP
-\fB\-f\fR \fICOLUMNS\fR, \fB\-\-ignore\-fields\fR=\fICOLUMNS\fR
-Comma-separated list of fields (i.e. columns) not to be compared.
-All columns may be excluded using "*" as with \fI\-\-ignore-keywords\fR.
-.SH "EXAMPLES"
-.B "% fitsdiff -k filename,filtnam1 -n 5 -d 1.e-6 test1.fits test2"
-.br
-This command will compare files \fItest1.fits\fR and \fItest2.fits\fR, report maximum of 5
-different pixels values per extension, only report data values larger than
-1.e-6 relative to each other, and will neglect the different values of
-keywords \fIFILENAME\fR and \fIFILTNAM1\fR (or their very existence).
-




More information about the Python-modules-commits mailing list