PMF_SetupPanel_v2_06 14 Dec 2012 New ipf for v2.06 that contains the functions for the "Setup panel" used to run PMF. All functions that are part of actually *running* PMF remain in PMF_Execution_vX.XX.ipf Some were moved from PMF_Execution_v2_0x.ipf For most prep steps, button function is a pass-through to the appropriate function in PMF_ErrPrep_AMS_v2_x.ipf Columns to downweight (e.g., m/z-44-related peaks) can be identified by number (unit-res) or by text in amusWv_txt (high res) One exception is pmfPrep_butt_dnwt44, which finds the indices in the amus or amus_txt wave --------------------- PMF_ErrPrep_AMS_v2_6.ipf 14 Dec 2012 Changes made by Ingrid Ulbrich for integration into PMF_PerformCalc_Panel All changes made start with comment //imu2.6 Made all functions that modify the error matrix return a string with the name of the new error matrix name Updated pmf_ams_deleteNaNs_mxWvs so that it takes more input waves (including amusTxtWv), can delete columns of zeros and isotopes in HR data Updated pmf_err_SNRwv to draw user-selected bad/weak SNR levels on graph Updated pmf_err_DwntWeakColumns so that it can also treat "bad" columns, including deleting them Changed pmf_err_dnwt44peaks so that it takes a wave with the *indices* of the columns to be downweighted. Identification of the columns happens in pmfPrep_butt_dnwt44 in PMF_SetupPanel_v2_0x.ipf --------------------- PMF_Exectution_v2.06 14 Dec 2012 Changes made by Ingrid Ulbrich to do some feature updates. All changes made start with comment //imu2.06 in Execution.ipf: Significant reorganization of code in ipfs. Made new PMF_SetupPanel ipf that contains all functions to do the first panel that takes input for PMF. All execution functions remain in this ipf. Functions that are really part of error prep (pmf_ams_deleteNaNs_mxWvs, etc.) moved to PMF_ErrPrep. --------------------- PMF_ViewResults_v2.06 14 Dec 2012 Changes made by Ingrid Ulbrich to do some feature updates. All changes made start with comment //imu2.06 in ViewResults.ipf: moved storage of diurnal waves to pmfDF:diurnals (were all in root:pmf_plot_globals:diurnals) now only waves to plot are in root:pmf_plot_globals:diurnals --------------------- PMF_Scatter_v2.06 14 Dec 2012 No changes in this version