User Tools

Site Tools


jvs:fscan:manual:chapter2:expression:censor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:fscan:manual:chapter2:expression:censor [2016/01/04 17:58]
voyvodic
jvs:fscan:manual:chapter2:expression:censor [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 2 (CmdLineOptions:Expr): censor** **fScan Reference Manual, Chapter 2 (CmdLineOptions:Expr): censor**
-===== censor -- ===== +===== censor -- replace or remove selected images from time series ===== 
- **usage:  -expr censor [timeref] [flag]**\\+ **usage:  -expr censor [timeref] [flag [filloption]]**
  
-CENSOR replaces flagged time points with new values. By default, time points are flagged using the data set's "ACTIVE" reference timeline (0/1 value for each image).  Alternatively, time points can be flagged by explicitly specifying a reference time course (TIMEREF).+CENSOR replaces flagged with new values, or it can completely remove images. Which images to censor is controlled by a reference time series. By default, the reference time series is the data set's "ACTIVE" reference timeline (0/1 value for each image).  Alternatively, a reference time series can be specified explicitly by name as the first argument (TIMEREF). 
  
-All voxels in images with a 0 reference value will be replaced according the the FLAG argument, as:\\ +Usually the reference series should have at least as many values as their are images, in which case the images to be censored are those for which the corresponding reference value is less than or equal to zero (any positive reference value means keep that image).  
-FLAG:\\ + 
-  * 0 - replace with linear interpolation of surrounding time points (default+Alternatively, if the FLAG argument includes the 8 option, then the reference series is assumed to be an explicit list of which image numbers to censor. Image numbering always starts with 0 for the first image of the first volume, then the 2nd image of the first volume, etc. For example, if data set has 20 image slices per volume and TIMEREF has values [ 0, 4, 107 ] then the only images to be censored would be: slice 0 volume 0, slice 4 volume 0, and slice 7 volume 4. Such a TIMEREF must contain only unique values sorted in ascending order; the list can be any length up to the total number of images. 
-  * 1 - replace with spline interpolation of surrounding time points + 
-  * 2 - replace with zeros +What happens to censored images depends on the values of the FLAG and FILLOPTION arguments. FILLOPTION can be a numberindicating which image volume of the data being censored to use as fill images, or it can be the name of a 3D image data set (with the same XYZ dimensions as the data being censored). 
-  * 3 - excise the value (result is fewer time points)+ 
 +FLAG - censoring operation:\\ 
 + * 0 - replace with linear interpolation (unless FILLOPTION specified\\ 
 + * 1 - replace with spline interpolation\\ 
 + * 2 - replace with zeros (blank image)\\ 
 + * 3 - remove image entirely making shorter image series (blank images added at end)\\ 
 + * 4 - match post-mean to pre-mean\\ 
 + * 8 - reference is list of image numbers to remove; otherwise is 0/1 flag\\ 
 + * 16 - replace with value at 1st censored time point at or after timept FILLOPTION\\ 
 + * 17 - replace with value at 1st uncensored time point at or after FILLOPTION\\ 
 + * 18 - replace with value at time point FILLOPTION\\ 
 + * 32 - replace with FILLOPTION data set images\\ 
 + 
 +Default FLAG is:\\ 
 + * 0 if FILLOPTION is 0 or not specified, or\\ 
 + * 16 if FILLOPTION is a number, or\\ 
 + * 32 if FILLOPTION is data set name
  
-Other FLAG values can be combined with the above byb addition:\\ 
-  * 4 - adjust values after 0 reference values to have similar means to earlier values (matches means of 3 values before and after) 
-  * 8 - The TIMEREF is a list of time point indices to censor (default is TIMEREF is 0/1 flag for every timepoint) 
-  *    
 **See Also:**\\ **See Also:**\\
 [[jvs:fscan|fScan Home]],  [[jvs:fscan|fScan Home]], 
jvs/fscan/manual/chapter2/expression/censor.1451930285.txt.gz · Last modified: 2016/01/04 17:58 by voyvodic