@@ -383,6 +383,20 @@ def store_image(self, image_dict):
383
383
logging .getLogger ("HWR" ).debug ("Storing image in lims" )
384
384
if "dataCollectionId" in image_dict :
385
385
try :
386
+ # Possible fields of ISPYB storeOrUpdateImage method are:
387
+ # comments (str): additional comments,
388
+ # cumulativeIntensity (float): image cumulative intensity value,
389
+ # dataCollectionId (int): collection id,
390
+ # fileName (str): name of the master file (.h5),
391
+ # fileLocation (str): location of the master file,
392
+ # imageId (str | None): if None the new id will be created,
393
+ # imageNumber (int): number of frames,
394
+ # jpegFileFullPath (str): path to jpeg file,
395
+ # jpegThumbnailFileFullPath (str): path to jpeg thumbnail file,
396
+ # machineMessage: the operator message from the machine,
397
+ # measuredIntensity (float): measured flux value,
398
+ # synchrotronCurrent (float | str): machine current,
399
+ # temperature (float): temperature of the cryo system
386
400
image_id = self ._collection .service .storeOrUpdateImage (image_dict )
387
401
logging .getLogger ("HWR" ).debug (
388
402
" - storing image in lims ok. id : %s" % image_id
0 commit comments