Unsolved
This post is more than 5 years old
16 Posts
0
876
Searching for Reflections
I have a list of clipid's which I would like to see if there are reflections for. I don't know the date that they were created or deleted. The only way I can think to do this is by using the jcass query function to pull all reflections back (unbound on type deleted) and then compare them in excel or something. Is there anyway to check if a reflection exists other than query?
When I do a "clipexists" on a known reflection, it returns false.
Thanks!
chughh
122 Posts
0
June 15th, 2012 05:00
You can check clip id from blob information viewer it will give you output if its reflection.
from centera viewer cli you can type show location it will give you location of clip.
holgerjakob_c0722c
337 Posts
1
June 24th, 2012 23:00
Hi Nathan
You can perfrom a qtf of deleted only like you have provided. Then compare the files on a linux system and see if all of your ClipID's exist in the query output.
Holger