Jump to content

better fit for secondary alignments


---
 Share

Recommended Posts

The way I understood it is that he want's to loop the 2nd alignment.
It's been a long time since I've used it but,I believe the difference system is what I used to loop the 2nd alignment?
Link to comment
Share on other sites

Wouldn't those both do the same thing? The help guide's entry for differenceSystem (specifically, the wording "characteristics of *an* iterative alignment") leads me to believe that it applies as the break condition for whatever secondary alignment it's set within. If that's the case, using differenceSystem seems safer, as it would minimize the chance of making a typo, or accidentally setting a break condition to be dependent on the returned value of a different, similarly-named alignment.
Link to comment
Share on other sites

What I understand is that I have to create a loop and within the loop find the formula differenceSistem (). valueA <0.005, but I understand that ValueA only applies to base alignment or applies to any alignment
Link to comment
Share on other sites

It is just a variable, like x, y, or z. When used as part of the baseSystem break condition, it reports the calculated difference between the current and "expected" base alignment. However, when used as part of the differenceSystem break condition, it reports the calculated difference of the secondary alignment that break condition is used in.
Link to comment
Share on other sites

I already know how to run the best fit in a secondary alignment differenceSystem (). valueA <0.005 and make a loop of five repetitions until within my limit 0.005
Link to comment
Share on other sites

You got it right Owen, I was just intrested in why you recommended the syntax differenceSystem(). Its absolutely the standard way, no doubt about that. I just had some other things I tought about, a bit more obscure, and as I said, pure intrest in how you think. 😃
Link to comment
Share on other sites

we have a 4.6 version of calypso, but I can not find the differenceSystem().ValueA function and I can not make the secondary alignments run in a better setting and I tried to generate this current getActual("Alignment1"). valueA <0.005 but it does not work
Link to comment
Share on other sites

 Share

×
×
  • Create New...