Ripley L plots
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 existingSimilaritySlurmJob
model which compares a dataset to other datasets in the database. - Adds are the necessary things to submit
DatasetAnalysisSlurmJob
s to BlueBEAR whenever a dataset is uploaded/modified. This works much the same way as it does forSimilaritySlurmJob
s - Display the png Ripley L plots produced
DatasetAnalysisSlurmJob
on the display page for each file.
Edited by Jeremy Pike (Former Member of Staff)