Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2008-02-12 15:17:58
Size: 266
Editor: dcesarsky
Comment:
Revision 4 as of 2008-02-12 15:25:32
Size: 313
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
The calling syntax is:
Input variable(s) is(are):
Line 10: Line 11:
where iOBSID is generated by CUS as variable $OBSID where iOBSID is generated by CUS as variable $OBSID.

Example

{{{WriteOBSID($OBSID);}}}

WriteOBSID

The procedure WriteOBSID comunicates to DEC/MEC the Observation ID generated by CUS

Input variable(s) is(are):

procedure WriteOBSID {
    int iOBSID = 0x20000000; // Observation ID
}{

where iOBSID is generated by CUS as variable $OBSID.

Example

WriteOBSID($OBSID);

Herschel: PACS/CUSPVscripts/WriteOBSID (last edited 2009-07-15 14:32:36 by localhost)