Skip to content

Commit

Permalink
clean design code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed Jan 11, 2024
1 parent f8d72ef commit 911ba3e
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 171 deletions.
45 changes: 0 additions & 45 deletions js/histojs/analysisFunctionsv12.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,30 +665,6 @@




/**
* CSV channel meta data local path.
*
* @function
* @memberof HistoJS
* @since 1.0.0
* @version 1.0.0
* @returns {string}
* @example
*
* getCsvChannelMetaDataLocalPath()
*
* => "boundaries/LUNG-3-PR_40X/"
*/

getCsvChannelMetaDataLocalPath = () => {
return getItemName() ? ( Opts.dockerMountingDir +
Opts.defaultBoundariesDir + "/" +
getItemName().split(".")[0] + "/"
) : null;
}


/**
* Get Item bourndaris file name
*
Expand All @@ -711,27 +687,6 @@
}


/**
* Get CSV channel metadata file name
*
* @function
* @memberof HistoJS
* @since 1.0.0
* @version 1.0.0
* @returns {string}
* @example
*
* getCsvChannelMetaDataFileName()
*
* => "LUNG-3-PR_40X_channel_metadata.csv"
* OR
* => "TONSIL-1_40X_channel_metadata.csv"
*/

getCsvChannelMetaDataFileName = () => {
return getItemName().split(".")[0] + "_channel_metadata.csv"
}


/**
* This is for a generic mask e.g "TONSIL-1_40X_cellMask.tiff"
Expand Down
Loading

0 comments on commit 911ba3e

Please sign in to comment.