Difference between revisions of "CFITSIO"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:LibraryCategory:C {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|CFITSIO}} |{{#vardefine:url|http://heasarc.gsfc.nasa.gov/fitsio/}} <...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:Library]][[Category: | + | [[Category:Software]][[Category:Library]][[Category:Compiler]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|CFITSIO}} | |{{#vardefine:app|CFITSIO}} | ||
Line 21: | Line 21: | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Environment Modules== |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 13:26, 15 August 2022
Description
CFITSIO is a library of C and Fortran subroutines for reading and writing data files in FITS (Flexible Image Transport System) data format. CFITSIO provides simple high-level routines for reading and writing FITS files that insulate the programmer from the internal complexities of the FITS format. CFITSIO also provides many advanced features for manipulating and filtering the information in FITS files.
Environment Modules
Run module spider CFITSIO
to find out what environment modules are available for this application.
System Variables
- HPC_CFITSIO_DIR - installation directory