ERI2_WRITRMF

Write simple energy response to a FITS file

Invocation

CALL ERI2_WRITRMF( NARG, ARGS, OARG, STATUS )

Description

This method writes simple format energy respones to a FITS file. Such a response is simply a 2D array of values. It writes only that information which is contained within the RMFID passed as the second argument. Other data of interest must be written by surrounding methods which have access to the dataset to which this response is "attached".

The response is written in one of two formats. If the input compression method is NONE, the the response is written as a simple 2D array in a fixed size BINTABLE extension. If the method is ASTERIX or OGIP_CMP then the response is written to a variable field size BINTABLE.

Arguments

References


ERI2_WRITRMF_OGIP

Write OGIP format energy response to a FITS file

Invocation

CALL ERI2_WRITRMF_OGIP( NARG, ARGS, OARG, STATUS )

Description

This method provides the low level mechanism of writing a energy response structure to a dataset. It writes only that information which is contained within the RMFID passed as the second argument. Other data of interest must be written by surrounding methods which have access to the dataset to which this response is "attached".

The response is written in one of two formats. If the input compression method is NONE, the the response is written as a simple 2D array in a fixed size BINTABLE extension. If the method is ASTERIX or OGIP_CMP then the response is written to a variable field size BINTABLE.

Arguments

References


ERI2_WRITRMF_AST

Write ASTERIX type energy response to a FITS file

Invocation

CALL ERI2_WRITRMF_AST( NARG, ARGS, OARG, STATUS )

Description

This method provides the low level mechanism of writing a energy response structure to a dataset. It writes only that information which is contained within the RMFID passed as the second argument. Other data of interest must be written by surrounding methods which have access to the dataset to which this response is "attached".

The response is written in one of two formats. If the input compression method is NONE, the the response is written as a simple 2D array in a fixed size BINTABLE extension. If the method is ASTERIX or OGIP_CMP then the response is written to a variable field size BINTABLE.

Arguments

References


ERI2_WRITRMF_AST1

Write ASTERIX energy response elements to a FITS file

Invocation

CALL ERI2_WRITRMF_AST1( FID, NE, NCH, NRMF, EBND, CI, EI,

Description

Arguments

References


ERI2_WRITRMF_CEBND

Write channel energy bounds to EBOUNDS extension

Invocation

CALL ERI2_WRITRMF_CEBND( FID, RMFID, STATUS )

Description

Arguments

References

CODE