Skip to content

Ripley L plots

Jeremy Pike (Former Member of Staff) requested to merge ripley into master

closes #4 (closed)

This MR adds the following:

  • Adds the DatasetAnalysisSlurmJob model. The purpose of this is to send a dataset level job to BlueBEAR to calculate some things about the dataset. At the moment it just calculates Ripley L curves. Going forward we can add more to it. This is in contrast to the existing SimilaritySlurmJob model which compares a dataset to other datasets in the database.
  • Adds are the necessary things to submit DatasetAnalysisSlurmJobs to BlueBEAR whenever a dataset is uploaded/modified. This works much the same way as it does for SimilaritySlurmJobs
  • Display the png Ripley L plots produced DatasetAnalysisSlurmJob on the display page for each file.

Merge request reports

Loading