Overwrite the lines in the header. Add the new PHDU header to the current one. If keywords appear twice, the new value and comment overwrite the current contents.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub UpdateLines( _ ByVal newHdr As Header _ ) |
C# |
---|
public void UpdateLines( Header newHdr ) |
C++ |
---|
public: void UpdateLines( Header newHdr ) sealed |
J# |
---|
public void UpdateLines( Header newHdr ) |
JScript |
---|
public
function UpdateLines( newHdr : Header ) |
Parameters
- newHdr
- the list of new header data lines to replace the current ones.