void RefractionCalibration::setProject(ProjectPtr project) {
	this->project = project;
	this->db = &project->features();
}