Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target Audience and Outcome Objectives #5

Open
ns-rse opened this issue Jan 15, 2024 · 0 comments
Open

Target Audience and Outcome Objectives #5

ns-rse opened this issue Jan 15, 2024 · 0 comments
Assignees
Labels
epic Broad topics

Comments

@ns-rse
Copy link
Contributor

ns-rse commented Jan 15, 2024

Target Audience

Assumed knowledge of Atomic Force Microscopy and the steps involved in processing images such as...

  • Flattening
  • Scar Removal
  • Grain Finding
  • Masks
  • Tracing

Basic familiarity with computers is required but no familiarity with the Command Line Interface, or Conda environments is required, this is the content covered by the course. Python programming is not required as we are teaching users how to use TopoStats. Learning how to use the individual stages (as in existing notebooks) actually requires some Python basics and will, hopefully, be covered in future material that is developed.

Outcome Objectives

After undertaking the course attendees should have an understanding of and be able to perform the following.

Basic command line navigation

  • Move to where images are (pwd / cd)
  • List files/images (ls)
  • Copying/move files (cp / mv).
  • Understand how the command line relates to file manager views.

Conda basics (activate topostats env)

  • Understand what an environment is
  • Create environments
  • Activate environments
  • Install packages in the environment
  • Install TopoStats
  • Use terminal to install TopoStats via pip through conda

Configuration File Understand the Configuration File

  • Know what each of the basic parameters do in the config file
  • Process Images
  • Run topostats on a folder of files
  • Impact of parameters on images
  • Understand what base_dir, output_dir do
  • Understand what cores does
  • Understand how filters effects images
  • Understand how grains effects images
  • Understand what core / all does

Stretch goal of plotting grainstats????

  • Be able to use a topostats csv file to plot the area of molecules as a kde plot
  • Possibly do this for two datasets?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Broad topics
Projects
None yet
Development

No branches or pull requests

4 participants