[36c5910] | 1 | <html> |
---|
| 2 | <body> |
---|
| 3 | <h4>Edit Custom Model</h4> |
---|
| 4 | <ul> |
---|
| 5 | <li><a href="#description">Description</a></li> |
---|
| 6 | <li><a href="#new">New</a></li> |
---|
| 7 | <li><a href="#sum">Sum|Multi(p1,p2)</a></li> |
---|
| 8 | <li><a href="#advanced">Advanced</a></li> |
---|
| 9 | <li><a href="#delete">Delete</a></li> |
---|
| 10 | |
---|
| 11 | </ul> |
---|
| 12 | <h5><a name="description">Description</a></h5> |
---|
| 13 | <p> |
---|
| 14 | This menu (Fitting/Edit Custom Model in the menu bar) interface is to provide you an easy way to write your own custom models. |
---|
| 15 | The changes in a model function are effective after it is re-selected from the combo-box menu. |
---|
| 16 | </p> |
---|
| 17 | <br/> |
---|
| 18 | <img src="edit_model_menu.bmp"/> |
---|
| 19 | <br/> |
---|
| 20 | <br/> |
---|
| 21 | <h5><a name="new">New</a></h5> |
---|
| 22 | <p> |
---|
| 23 | This option is used to make a new model. |
---|
| 24 | A model code generated by this option can be viewed and further modified by the 'Advanced' option below. |
---|
| 25 | </p> |
---|
| 26 | <br/> |
---|
| 27 | <img src="new_model.bmp"/> |
---|
| 28 | <br/> |
---|
| 29 | <br/> |
---|
| 30 | <h5><a name="sum">Sum|Multi(p1,p2)</a></h5> |
---|
| 31 | <p> |
---|
| 32 | This option create a new sum (or multiplication) model. Fill up the (sum model function) name and the description. |
---|
| 33 | The description will show up on details button in the application. |
---|
| 34 | Then select the p1 or p2 model for the sum/multi model, |
---|
| 35 | select an operator as necessary and click the Apply button for activation. |
---|
| 36 | Hit the 'Close' button when it's done. |
---|
| 37 | </p> |
---|
| 38 | <br/> |
---|
| 39 | <img src="sum_model.bmp"/> |
---|
| 40 | <br/> |
---|
| 41 | <br/> |
---|
| 42 | <h5><a name="advanced">Advanced</a></h5> |
---|
| 43 | <p> |
---|
| 44 | The menu option shows all the files in the plugin_models folder. |
---|
| 45 | You can edit, modify, and save it. |
---|
| 46 | It is recommended to modify only the lines with arrow (## <-----). |
---|
| 47 | In the end of edit, 'Compile' and 'Run' from the menu bar to activate or to see the model working properly. |
---|
| 48 | </p> |
---|
| 49 | |
---|
| 50 | |
---|
| 51 | <h5><a name="delete">Delete</a></h5> |
---|
| 52 | <p> |
---|
| 53 | The menu option is to delete the custom models. Just select the file name to delete. |
---|
| 54 | </p> |
---|
| 55 | |
---|
| 56 | </body> |
---|
| 57 | |
---|
[83e0aa1] | 58 | </html> |
---|