gfitsio.lvlib:gfitsio-flush-file.vi

Writes all buffers of the file identified by gfits refnum to disk and updates the directory entry of the file associated with gfits refnum. The file remains open, and refnum remains valid. Data written to a file often resides in a buffer until the buffer fills up or until you close the file. This function forces the cfitsio library and the operating system to write any buffer data to the file.


Connector Pane

gfitsio.lvlib:gfitsio-flush-file.vi


Controls and Indicators

cerrcodeclst

error in (no error)

error in describes error conditions that occur before this VI or function runs.

cdlrn

gfits refnum

The file refnum associated with the file you want to access.

ierrcodeclst

error out

error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.

idlrn

dup gfits refnum

Returns gfits refnum unchanged.