Write proposalID to TASP data files
This commit is contained in:
@ -272,6 +272,11 @@ static int TASHeader(pScanData self)
|
|||||||
pTAS->tasPar[BX]->fVal, pTAS->tasPar[BY]->fVal,
|
pTAS->tasPar[BX]->fVal, pTAS->tasPar[BY]->fVal,
|
||||||
pTAS->tasPar[BZ]->fVal);
|
pTAS->tasPar[BZ]->fVal);
|
||||||
|
|
||||||
|
sVar = FindCommandData(pServ->pSics, "ProposalID", "SicsVariable");
|
||||||
|
if (sVar != NULL) {
|
||||||
|
fprintf(self->fd,"PARAM: ProposalID=%s\n",sVar->text);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* write mupad stuff if available
|
* write mupad stuff if available
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user