2024-02-24 17:28:26 +01:00
|
|
|
{
|
|
|
|
"basic_path": "/data_1/robert",
|
|
|
|
"recoding_data": "2021-05-05",
|
|
|
|
"mouse_identifier": "M3852M",
|
|
|
|
"raw_path": "raw",
|
|
|
|
"export_path": "output",
|
|
|
|
"ref_image_path": "ref_images",
|
|
|
|
"required_order": [
|
|
|
|
"acceptor",
|
|
|
|
"donor",
|
|
|
|
"oxygenation",
|
|
|
|
"volume"
|
|
|
|
],
|
2024-02-27 01:13:32 +01:00
|
|
|
"classical_ratio_mode": false, // true: a/d false: 1+a-d
|
|
|
|
// Regression
|
|
|
|
"target_camera_acceptor": "acceptor",
|
|
|
|
"regressor_cameras_acceptor": [
|
|
|
|
"oxygenation",
|
|
|
|
"volume"
|
|
|
|
],
|
|
|
|
"target_camera_donor": "donor",
|
|
|
|
"regressor_cameras_donor": [
|
|
|
|
"oxygenation",
|
|
|
|
"volume"
|
|
|
|
],
|
2024-02-26 18:56:59 +01:00
|
|
|
// binning
|
|
|
|
"binning_enable": true,
|
|
|
|
"binning_before_alignment": false, // otherwise at the end after everything else
|
2024-02-24 17:28:26 +01:00
|
|
|
"binning_kernel_size": 4,
|
|
|
|
"binning_stride": 4,
|
|
|
|
"binning_divisor_override": 1,
|
2024-02-26 18:56:59 +01:00
|
|
|
// alignment
|
|
|
|
"alignment_batch_size": 200,
|
2024-02-24 17:28:26 +01:00
|
|
|
// Heart beat detection
|
|
|
|
"lower_freqency_bandpass": 5.0, // Hz
|
|
|
|
"upper_freqency_bandpass": 14.0, // Hz
|
2024-02-26 18:56:59 +01:00
|
|
|
"heartbeat_filtfilt_chuck_size": 10,
|
2024-02-26 21:13:32 +01:00
|
|
|
// Gauss smear
|
|
|
|
"gauss_smear_spatial_width": 8,
|
|
|
|
"gauss_smear_temporal_width": 0.1,
|
|
|
|
"gauss_smear_use_matlab_mask": false,
|
2024-02-24 17:28:26 +01:00
|
|
|
// LED Ramp on
|
|
|
|
"skip_frames_in_the_beginning": 100, // Frames
|
|
|
|
// PyTorch
|
2024-02-26 18:56:59 +01:00
|
|
|
"dtype": "float32",
|
2024-02-24 17:28:26 +01:00
|
|
|
"force_to_cpu": false
|
|
|
|
}
|