Hello, I have two pipelines currently. The first pipeline circles my ROI’s and performs image correction.
In the next pipeline i am trying to import video from a .nd2 file type, and use the objects identified in the previous pipeline to measure object intensities as recommended here and here
This is the error message i continue to encounter when i run my pipeline MeasureObjectIntensity.
Traceback (most recent call last):
File “cellprofiler\pipeline.pyc”, line 1956, in run_image_set
File “cellprofiler\pipeline.pyc”, line 2067, in run_module
File “cellprofiler\modules\namesandtypes.pyc”, line 1400, in run
File “cellprofiler\modules\namesandtypes.pyc”, line 1581, in add_objects
File “cellprofiler\modules\namesandtypes.pyc”, line 1515, in add_provider_measurements
File “cellprofiler\modules\namesandtypes.pyc”, line 2048, in provide_image
File “bioformats\formatreader.pyc”, line 950, in load_using_bioformats
File “bioformats\formatreader.pyc”, line 784, in read
File “javabridge\jutil.pyc”, line 931, in method
File “javabridge\jutil.pyc”, line 862, in call
File “javabridge\jutil.pyc”, line 829, in fn
JavaException: Invalid image number: 1 (series=0, imageCount=1)
Why am i getting this?
I have updated my java both 32 and 64 bit. (160922-LSL- only install 64 bit java either the jre or the jdk. When you install more than one java, cellprofiler will not load.)
This is the link to the cropped video file.
This is the ROI
and finally, attached is my pipeline
fura2.analysis.cpproj (1007.5 KB)