|
Woolz Image Processing
Version 1.7.5
|
WlzChangeEMAPProperty [-a<anatomyUID>] [-e<modelUID>] [-E<targetUID>]
[-c<time>] [-C<author>] [-f<filename>] [F<target version>]
[-l<location>] [-m<time>] [-M<author>]
[-n<name>] [-r] [-s<stage>] [-S<sub-stage>]
[-t#] [-T<text>] [-V<version>]
[-h] [-v][<input file>] | -a | anatomy component unique ID |
| -e | EMAP model unique ID |
| -E | target EMAP model unique ID for transform object |
| -c | Creation time (dd.mm.yyyy) |
| -C | Creation author |
| -f | File name associated with object |
| -F | Target model version if the object is a transform |
| -l | Machine name (or IP address) |
| -m | Modification time (dd.mm.yyyy) |
| -M | Modification author. |
| -n | EMAP Model name |
| -r | Remove the property. |
| -s | Embryonic stage (default NULL). |
| -S | Embryonic sub-stage (default NULL). |
| -t | EMAP property type: |
| # = 1: grey-level EMAP-model | |
| # = 2: EMAP anatomy domain | |
| # = 3: other domain (default) | |
| -T | Comment text |
| -V | Model version |
| -h | Help - print help message |
| -v | Verbose operation |
#
# set the properties for a grey-level atlas model
# and display the result using WlzFacts
#
richard-lt.local% WlzChangeEMAPProperty -e EMAPM:00025 -C "Richard Baldock" \
-n "embryo_1_3D" -T "Program test" -V "1.0" -t "1" -f "embryo_1_3D.wlz" \
-s 14 ts14.wlz | WlzFacts
Object type: WLZ_3D_DOMAINOBJ.
Linkcount: 0.
Domain type: WLZ_PLANEDOMAIN_DOMAIN.
Linkcount: 1.
Domain plane bounds: 0 305
Domain line bounds: 51 223
Domain column bounds: 60 380
VoxelSize: 4 4 7
Values type: WLZ_VOXELVALUETABLE_GREY.
Linkcount: 1.
Background type: WLZ_GREY_UBYTE.
Background value: 255.
Values plane bounds: 0 305
Property list:
Property type:WLZ_PROPERTY_EMAP
Linkcount: 1.
EMAP property type: WLZ_EMAP_PROPERTY_GREY_MODEL.
Model UID: EMAPM:00025
Anatomy UID:
Target UID:
Theiler Stage: 14
Model name: embryo_1_3D
Model version: 1.0
Filename: embryo_1_3D.wlz
Creation time: Thu Feb 23 17:36:42 2006
Creation author: Richard Baldock
Creation machine name: richard-lt.local
Modification time: Thu Feb 23 17:36:42 2006
Modification author: richard (richard)
Comment: Program test
richard-lt.local%