newfilec( filename, frequency, itype, (offsets), (spectral_widths), (frequencies) )



Creates an empty data file, as described by the parameters. The file
can then be filled with PUTC or with macros.

e.g.
newfilec(data_set, 400.0, 3, (128,256), (0.0,0.0), (6000.0,4000.0), (100.13, 400.13))
for a 1H-13C experiment on a 400MHz machine.

lists are entered in the order : ( F1 {,F2 {,F3 } } )

A file connected with NEWFILEC can be JOINed and DISJOINed. However
a GETC is not possible (it is a Write only acces mode).

see also : join getheader putheader

WARNING: Syntax (parameter order) has changed from Gifa syntax
Previous syntax was
NEWFILEC file-name dim ( parameters )(x dim) spec_freq itype

NPK Documentation, version 0.995 - 2009-10-14