Skip to main content
Solved

how supress double calculation for analysis?

  • May 14, 2024
  • 1 reply
  • 44 views

@David Nguyen  
below video with problem. in each window calculation maded 2 times. How this can reduce it to 1?

https://youtu.be/1cIMvsqjmDs

TheSystemData.Wavelengths.GetWavelength(2).Wavelength = wave_um

geometric_bitmap_analysis = TheSystem.Analyses.New_Analysis(ZOSAPI.Analysis.AnalysisIDM.GeometricBitmapImageAnalysis)
geometric_bitmap_settings = geometric_bitmap_analysis.GetSettings()

geometric_bitmap_settings.ModifySettings(geometric_bitmap_settings_filepath, "GBM_OUTPUT", file_name)
geometric_bitmap_settings.LoadFrom(geometric_bitmap_settings_filepath)

geometric_bitmap_analysis.ApplyAndWaitForCompletion()

Best answer by David.Nguyen

Ahhh, I understand what you mean now. Can you try with New_Analysis_SettingsFirst instead of New_Analysis?

Take care,

 

David

View original
Did this topic help you find an answer to your question?

1 reply

David.Nguyen
Luminary
Forum|alt.badge.img+2
  • Luminary
  • 1085 replies
  • Answer
  • May 14, 2024

Ahhh, I understand what you mean now. Can you try with New_Analysis_SettingsFirst instead of New_Analysis?

Take care,

 

David


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings