11\input texinfo @c -*-texinfo-*-
2- @c Copyright (c) 2019-2023 , John Donoghue <[email protected] >2+ @c Copyright (c) 2019-2024 , John Donoghue <[email protected] >33@c Octave cfitsio - Octave FITS file I/O.
44
55@c For manually generating the documentation use
2424@author John Donoghue
2525@page
2626@vskip 0pt plus 1filll
27- Copyright @copyright {} 2019-2023 John Donoghue
27+ Copyright @copyright {} 2019-@value { YEAR } John Donoghue
2828
2929Permission is granted to make and distribute verbatim copies of
3030this manual provided the copyright notice and this permission notice
@@ -53,14 +53,14 @@ Octave that you have. The precise conditions can be found in the
5353Octave CFITSIO package and that also appears in @ref {Copying }.
5454
5555To download a copy of the @acronym {GNU } Octave CFITSIO package, please visit
56- @url {https://gnu-octave.github.io/octave-cfitsio /index }.
56+ @url {https://gnu-octave.github.io/octave- @value { PACKAGE } /index }.
5757
5858@end titlepage
5959@c %*** End of TITLEPAGE
6060
6161@dircategory Math
6262@direntry
63- * Octave CFITSIO : (octave-cfitsio ). CFITSIO Toolkit for Octave
63+ * Octave CFITSIO : (octave-@value { PACKAGE } ). CFITSIO Toolkit for Octave
6464@end direntry
6565
6666@c %*** Start of BODY
@@ -87,7 +87,7 @@ System (FITS) files for GNU Octave.
8787
8888The @acronym {GNU } Octave CFITSIO toolkit must be installed and then loaded to be used.
8989
90- It can be installed in @acronym {GNU } Octave directly from octave-cfitsio ,
90+ It can be installed in @acronym {GNU } Octave directly from octave-@value { PACKAGE } ,
9191or can be installed in an off-line mode via a downloaded tarball.
9292
9393
@@ -111,16 +111,16 @@ Otherwise it can be installed by installing the requirements and then using the
111111@section Online Direct install
112112@cindex Online install
113113With an internet connection available, the package can be installed from
114- octave-cfitsio using the following command within @acronym {GNU } Octave:
114+ octave-@value { PACKAGE } using the following command within @acronym {GNU } Octave:
115115
116116@example
117- pkg install https://sourceforge.net/projects /octave-cfitsio/files/ v@value { VERSION } /octave-cfitsio- @value {VERSION } .tar.gz/download
117+ pkg install " https://github.com/gnu-octave /octave-/ @value { PACKAGE }releases/download/ v@value ( VERSION) /octave-@value {PACKAGE }- @value (VERSION) .tar.gz"
118118@end example
119119
120120On @acronym {GNU } Octave 7 and higher, the package can be installed in the simpler form of:
121121
122122@example
123- pkg install -forge cfitsio
123+ pkg install -forge @value { PACKAGE }
124124@end example
125125
126126The latest released version of the toolkit will be downloaded and installed.
@@ -131,7 +131,7 @@ With the toolkit package already downloaded, and in the current directory when r
131131@acronym {GNU } Octave, the package can be installed using the following command within @acronym {GNU } Octave:
132132
133133@example
134- pkg install octave-cfitsio -@value {VERSION }.tar.gz
134+ pkg install octave-@value { PACKAGE } -@value {VERSION }.tar.gz
135135@end example
136136
137137@section Loading
@@ -140,7 +140,7 @@ Regardless of the method of installing the toolkit, in order to use its function
140140the toolkit must be loaded using the pkg load command:
141141
142142@example
143- pkg load cfitsio
143+ pkg load @value { PACKAGE }
144144@end example
145145
146146The toolkit must be loaded on each @acronym {GNU } Octave session.
@@ -152,7 +152,7 @@ The toolkit must be loaded on each @acronym{GNU} Octave session.
152152
153153@section Overview
154154@cindex Overview
155- The octave-cfitsio toolkit provides high and low level functionality for reading and
155+ The octave-@value { PACKAGE } toolkit provides high and low level functionality for reading and
156156writing FITS format files.
157157
158158The high level functions provide base read and write of data to octave using the functions
@@ -179,7 +179,7 @@ import matlab.io.fits;
179179
180180The package must be loaded each time a @acronym {GNU } Octave session is started:
181181@example
182- pkg load cfitsio
182+ pkg load @value { PACKAGE }
183183@end example
184184
185185After loading the toolkit, the toolkit functions are available.
0 commit comments