Commits
388 388 | </description> |
389 389 | <value>ap</value> |
390 390 | <allowed kind="enum"> |
391 391 | <value>a</value> |
392 392 | <value>p</value> |
393 393 | <value>ap</value> |
394 394 | </allowed> |
395 395 | </param> |
396 396 | |
397 397 | <param type="string" name="solmode"> |
398 - | <description>Robust solving mode: (\'\', \'L1\', \'R\', \'L1R\')</description> |
398 + | <shortdescription>Robust solving mode: (\'\', \'L1\', \'R\',\'L1R\')</shortdescription> |
399 + | <description>Robust solving mode: |
400 + | Options: '', 'L1', 'R', 'L1R' |
401 + | </description> |
399 402 | <value></value> |
400 403 | <allowed kind="enum"> |
401 404 | <value></value> |
402 405 | <value>L1</value> |
403 406 | <value>L1R</value> |
404 407 | <value>R</value> |
405 408 | </allowed> |
406 409 | </param> |
407 410 | |
408 411 | <param type="doubleArray" name="rmsthresh"> |
409 - | <description>RMS Threshold sequence (for solmode=\'R\' or \'L1R\'; see help)</description> |
412 + | <shortdescription>RMS Threshold sequence (for solmode=\'R\' or \'L1R\'; see help)</shortdescription> |
413 + | <description>RMS Threshold sequence |
414 + | Subparameter of solmode='R' or 'L1R' |
415 + | |
416 + | See CASA Docs for more information |
417 + | (https://casa.nrao.edu/casadocs/) |
418 + | </description> |
410 419 | <value></value> |
411 420 | </param> |
412 421 | |
413 422 | <param type="bool" name="append"> |
414 423 | <shortdescription>Append solutions to the (existing) table</shortdescription> |
415 424 | <description>Append solutions to the (existing) table |
416 425 | Default: False (overwrite existing table or make |
417 426 | new table) |
418 427 | |
419 428 | Appended solutions must be derived from the same |