ERI1_WRITRMF

Write simple energy response to a HDS file

Invocation

CALL ERI1_WRITRMF( NARG, ARGS, OARG, STATUS )

Description

This method writes simple format energy respones to a HDS 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


ERI1_WRITE_OGIP_RMFARF

Write OGIP format energy response with ancillary response to an HDS file

Invocation

CALL ERI1_WRITE_OGIP_RMFARF( NARG, ARGS, OARG, STATUS )

Description

Writes the RMF component to HDS. Remaps response array and scales each value by the corresponding value in the ancillary response.

Arguments

References


ERI1_WRITRMF_OGIP

Write OGIP format energy response to an HDS file

Invocation

CALL ERI1_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


ERI1_WRITRMF_AST

Write ASTERIX type energy response to a HDS file

Invocation

CALL ERI1_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".

Arguments

References


ERI1_WRITRMF_AST1

Write ASTERIX energy response elements to a HDS file

Invocation

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

Description

Arguments

References


ERI1_WRITRMF_CEBND

Write channel energy bounds to EBOUNDS extension

Invocation

CALL ERI1_WRITRMF_CEBND( FID, RMFID, STATUS )

Description

Arguments

References


ERI1_LOCRESP

Locate response structure, creating if specified

Invocation

CALL ERI1_LOCRESP( ARGS, CREATE, ELOC, STATUS )

Description

This method writes simple format energy respones to a HDS 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

CODE