<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0037_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0037_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-04/func/sub-0037_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>bd753dd7aa4eeb8cfc6ac1c084da6fa0</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:41:7.535000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999841, 0.0125398, 0.0126645, -0.012565, 0.999919, 0.00191324]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.090673</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7282, 517, -81, -262, -6, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.308</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a322e591-cedd-4ce4-b916-5cec95f83b7d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825008392333984, -0.03371106833219528, 0.03412650525569916, 110.6178207397461], [-0.03364342451095581, 2.6827101707458496, 0.005594583228230476, -84.4381332397461], [0.033977821469306946, -0.005133089143782854, 2.6997785568237305, -83.8866958618164], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['184107.535000', '184107.995000', '184108.455000', '184108.915000', '184109.375000', '184109.835000', '184110.295000', '184110.755000', '184111.215000', '184111.675000', '184112.135000', '184112.595000', '184113.055000', '184113.515000', '184113.975000', '184114.435000', '184114.895000', '184115.355000', '184115.815000', '184116.275000', '184116.735000', '184117.195000', '184117.655000', '184118.115000', '184118.575000', '184119.035000', '184119.495000', '184119.955000', '184120.415000', '184120.875000', '184121.335000', '184121.795000', '184122.255000', '184122.715000', '184123.175000', '184123.635000', '184124.095000', '184124.555000', '184125.015000', '184125.475000', '184125.935000', '184126.395000', '184126.855000', '184127.315000', '184127.775000', '184128.235000', '184128.695000', '184129.155000', '184129.615000', '184130.075000', '184130.535000', '184130.995000', '184131.455000', '184131.915000', '184132.375000', '184132.835000', '184133.295000', '184133.755000', '184134.215000', '184134.675000', '184135.135000', '184135.595000', '184136.055000', '184136.515000', '184136.975000', '184137.435000', '184137.895000', '184138.355000', '184138.815000', '184139.275000', '184139.735000', '184140.195000', '184140.655000', '184141.115000', '184141.575000', '184142.035000', '184142.495000', '184142.955000', '184143.415000', '184143.875000', '184144.335000', '184144.795000', '184145.255000', '184145.715000', '184146.175000', '184146.635000', '184147.095000', '184147.555000', '184148.015000', '184148.475000', '184148.935000', '184149.395000', '184149.855000', '184150.315000', '184150.775000', '184151.235000', '184151.695000', '184152.155000', '184152.615000', '184153.075000', '184153.535000', '184153.995000', '184154.455000', '184154.915000', '184155.375000', '184155.835000', '184156.295000', '184156.755000', '184157.215000', '184157.675000', '184158.135000', '184158.595000', '184159.055000', '184159.515000', '184159.975000', '184200.435000', '184200.895000', '184201.355000', '184201.815000', '184202.275000', '184202.735000', '184203.195000', '184203.655000', '184204.115000', '184204.575000', '184205.035000', '184205.495000', '184205.955000', '184206.415000', '184206.875000', '184207.335000', '184207.795000', '184208.255000', '184208.715000', '184209.175000', '184209.635000', '184210.095000', '184210.555000', '184211.015000', '184211.475000', '184211.935000', '184212.395000', '184212.855000', '184213.315000', '184213.775000', '184214.235000', '184214.695000', '184215.155000', '184215.615000', '184216.075000', '184216.535000', '184216.995000', '184217.455000', '184217.915000', '184218.375000', '184218.835000', '184219.295000', '184219.755000', '184220.215000', '184220.675000', '184221.135000', '184221.595000', '184222.055000', '184222.515000', '184222.975000', '184223.435000', '184223.895000', '184224.355000', '184224.815000', '184225.275000', '184225.735000', '184226.195000', '184226.655000', '184227.115000', '184227.575000', '184228.035000', '184228.495000', '184228.955000', '184229.415000', '184229.875000', '184230.335000', '184230.795000', '184231.255000', '184231.715000', '184232.175000', '184232.635000', '184233.095000', '184233.555000', '184234.015000', '184234.475000', '184234.935000', '184235.395000', '184235.855000', '184236.315000', '184236.775000', '184237.235000', '184237.695000', '184238.155000', '184238.615000', '184239.075000', '184239.535000', '184239.995000', '184240.455000', '184240.915000', '184241.375000', '184241.835000', '184242.295000', '184242.755000', '184243.215000', '184243.675000', '184244.135000', '184244.595000', '184245.055000', '184245.515000', '184245.975000', '184246.435000', '184246.895000', '184247.355000', '184247.815000', '184248.275000', '184248.735000', '184249.195000', '184249.655000', '184250.115000', '184250.575000', '184251.035000', '184251.495000', '184251.955000', '184252.415000', '184252.875000', '184253.335000', '184253.795000', '184254.255000', '184254.715000', '184255.175000', '184255.635000', '184256.095000', '184256.555000', '184257.015000', '184257.475000', '184257.935000', '184258.395000', '184258.855000', '184259.315000', '184259.775000', '184300.235000', '184300.695000', '184301.155000', '184301.615000', '184302.075000', '184302.535000', '184302.995000', '184303.455000', '184303.915000', '184304.375000', '184304.835000', '184305.295000', '184305.755000', '184306.215000', '184306.675000', '184307.135000', '184307.595000', '184308.055000', '184308.515000', '184308.975000', '184309.435000', '184309.895000', '184310.355000', '184310.815000', '184311.275000', '184311.735000', '184312.195000', '184312.655000', '184313.115000', '184313.575000', '184314.035000', '184314.495000', '184314.955000', '184315.415000', '184315.875000', '184316.335000', '184316.795000', '184317.255000', '184317.715000', '184318.175000', '184318.635000', '184319.095000', '184319.555000', '184320.015000', '184320.475000', '184320.935000', '184321.395000', '184321.855000', '184322.315000', '184322.775000', '184323.235000', '184323.695000', '184324.155000', '184324.615000', '184325.075000', '184325.535000', '184325.995000', '184326.455000', '184326.915000', '184327.375000', '184327.835000', '184328.295000', '184328.755000', '184329.215000', '184329.675000', '184330.135000', '184330.595000', '184331.055000', '184331.515000', '184331.975000', '184332.435000', '184332.895000', '184333.355000', '184333.815000', '184334.275000', '184334.735000', '184335.195000', '184335.655000', '184336.115000', '184336.575000', '184337.035000', '184337.495000', '184337.955000', '184338.415000', '184338.875000', '184339.335000', '184339.795000', '184340.255000', '184340.715000', '184341.175000', '184341.635000', '184342.095000', '184342.555000', '184343.015000', '184343.475000', '184343.935000', '184344.395000', '184344.855000', '184345.315000', '184345.775000', '184346.235000', '184346.695000', '184347.155000', '184347.615000', '184348.075000', '184348.535000', '184348.995000', '184349.455000', '184349.915000', '184350.375000', '184350.835000', '184351.295000', '184351.755000', '184352.215000', '184352.675000', '184353.135000', '184353.595000', '184354.055000', '184354.515000', '184354.975000', '184355.435000', '184355.895000', '184356.355000', '184356.815000', '184357.275000', '184357.735000', '184358.195000', '184358.655000', '184359.115000', '184359.575000', '184400.035000', '184400.495000', '184400.955000', '184401.415000', '184401.875000', '184402.335000', '184402.795000', '184403.255000', '184403.715000', '184404.175000', '184404.635000', '184405.095000', '184405.555000', '184406.015000', '184406.475000', '184406.935000', '184407.395000', '184407.855000', '184408.315000', '184408.775000', '184409.235000', '184409.695000', '184410.155000', '184410.615000', '184411.075000', '184411.535000', '184411.995000', '184412.455000', '184412.915000', '184413.375000', '184413.835000', '184414.295000', '184414.755000', '184415.215000', '184415.675000', '184416.135000', '184416.595000', '184417.055000', '184417.515000', '184417.975000', '184418.435000', '184418.895000', '184419.355000', '184419.815000', '184420.275000', '184420.735000', '184421.195000', '184421.655000', '184422.115000', '184422.575000', '184423.035000', '184423.495000', '184423.955000', '184424.415000', '184424.875000', '184425.335000', '184425.795000', '184426.255000', '184426.715000', '184427.175000', '184427.635000', '184428.095000', '184428.555000', '184429.015000', '184429.475000', '184429.935000', '184430.395000', '184430.855000', '184431.315000', '184431.775000', '184432.235000', '184432.695000', '184433.155000', '184433.615000', '184434.075000', '184434.535000', '184434.995000', '184435.455000', '184435.915000', '184436.375000', '184436.835000', '184437.295000', '184437.755000', '184438.215000', '184438.675000', '184439.135000', '184439.595000', '184440.055000', '184440.515000', '184440.975000', '184441.435000', '184441.895000', '184442.355000', '184442.815000', '184443.275000', '184443.735000', '184444.195000', '184444.655000', '184445.115000', '184445.575000', '184446.035000', '184446.495000', '184446.955000', '184447.415000', '184447.875000', '184448.335000', '184448.795000', '184449.255000', '184449.715000', '184450.175000', '184450.635000', '184451.095000', '184451.555000', '184452.015000', '184452.475000', '184452.935000', '184453.395000', '184453.855000', '184454.315000', '184454.775000', '184455.235000', '184455.695000', '184456.155000', '184456.615000', '184457.075000', '184457.535000', '184457.995000', '184458.455000', '184458.915000', '184459.375000', '184459.835000', '184500.295000', '184500.755000', '184501.215000', '184501.675000', '184502.135000', '184502.595000', '184503.055000', '184503.515000', '184503.975000', '184504.435000', '184504.895000', '184505.355000', '184505.815000', '184506.275000', '184506.735000', '184507.195000', '184507.655000', '184508.115000', '184508.575000', '184509.035000', '184509.495000', '184509.955000', '184510.415000', '184510.875000', '184511.335000', '184511.795000', '184512.255000', '184512.715000', '184513.175000', '184513.635000', '184514.095000', '184514.555000', '184515.015000', '184515.475000', '184515.935000', '184516.395000', '184516.855000', '184517.315000', '184517.775000', '184518.235000', '184518.695000', '184519.155000', '184519.615000', '184520.075000', '184520.535000', '184520.995000', '184521.455000', '184521.915000', '184522.375000', '184522.835000', '184523.295000', '184523.755000', '184524.215000', '184524.675000', '184525.135000', '184525.595000', '184526.055000', '184526.515000', '184526.975000', '184527.435000', '184527.895000', '184528.355000', '184528.815000', '184529.275000', '184529.735000', '184530.195000', '184530.655000', '184531.115000', '184531.575000', '184532.035000', '184532.495000', '184532.955000', '184533.415000', '184533.875000', '184534.335000', '184534.795000', '184535.255000', '184535.715000', '184536.175000', '184536.635000', '184537.095000', '184537.555000', '184538.015000', '184538.475000', '184538.935000', '184539.395000', '184539.855000', '184540.315000', '184540.775000', '184541.235000', '184541.695000', '184542.155000', '184542.615000', '184543.075000', '184543.535000', '184543.995000', '184544.455000', '184544.915000', '184545.375000', '184545.835000', '184546.295000', '184546.755000', '184547.215000', '184547.675000', '184548.135000', '184548.595000', '184549.055000', '184549.515000', '184549.975000', '184550.435000', '184550.895000', '184551.355000', '184551.815000', '184552.275000', '184552.735000', '184553.195000', '184553.655000', '184554.115000', '184554.575000', '184555.035000', '184555.495000', '184555.955000', '184556.415000', '184556.875000', '184557.335000', '184557.795000', '184558.255000', '184558.715000', '184559.175000', '184559.635000', '184600.095000', '184600.555000', '184601.015000', '184601.475000', '184601.935000', '184602.395000', '184602.855000', '184603.315000', '184603.775000', '184604.235000', '184604.695000', '184605.155000', '184605.615000', '184606.075000', '184606.535000', '184606.995000', '184607.455000', '184607.915000', '184608.375000', '184608.835000', '184609.295000', '184609.755000', '184610.215000', '184610.675000', '184611.135000', '184611.595000', '184612.055000', '184612.515000', '184612.975000', '184613.435000', '184613.895000', '184614.355000', '184614.815000', '184615.275000', '184615.735000', '184616.195000', '184616.655000', '184617.115000', '184617.575000', '184618.035000', '184618.495000', '184618.955000', '184619.415000', '184619.875000', '184620.335000', '184620.795000', '184621.255000', '184621.715000', '184622.175000', '184622.635000', '184623.095000', '184623.555000', '184624.015000', '184624.475000', '184624.935000', '184625.395000', '184625.855000', '184626.315000', '184626.775000', '184627.235000', '184627.695000', '184628.155000', '184628.615000', '184629.075000', '184629.535000', '184629.995000', '184630.455000', '184630.915000', '184631.375000', '184631.835000', '184632.295000', '184632.755000', '184633.215000', '184633.675000', '184634.135000', '184634.595000', '184635.055000', '184635.515000', '184635.975000', '184636.435000', '184636.895000', '184637.355000', '184637.815000', '184638.275000', '184638.735000', '184639.195000', '184639.655000', '184640.115000', '184640.575000', '184641.035000', '184641.495000', '184641.955000', '184642.415000', '184642.875000', '184643.335000', '184643.795000', '184644.255000', '184644.715000', '184645.175000', '184645.635000', '184646.095000', '184646.555000', '184647.015000', '184647.475000', '184647.935000', '184648.395000', '184648.855000', '184649.315000', '184649.775000', '184650.235000', '184650.695000', '184651.155000', '184651.615000', '184652.075000', '184652.535000', '184652.995000', '184653.455000', '184653.915000', '184654.375000', '184654.835000', '184655.295000', '184655.755000', '184656.215000', '184656.675000', '184657.135000', '184657.595000', '184658.055000', '184658.515000', '184658.975000', '184659.435000', '184659.895000', '184700.355000', '184700.815000', '184701.275000', '184701.735000', '184702.195000', '184702.655000', '184703.115000', '184703.575000', '184704.035000', '184704.495000', '184704.955000', '184705.415000', '184705.875000', '184706.335000', '184706.795000', '184707.255000', '184707.715000', '184708.175000', '184708.635000', '184709.095000', '184709.555000', '184710.015000', '184710.475000', '184710.935000', '184711.395000', '184711.855000', '184712.315000', '184712.775000', '184713.235000', '184713.695000', '184714.155000', '184714.615000', '184715.075000', '184715.535000', '184715.995000', '184716.455000', '184716.915000', '184717.375000', '184717.835000', '184718.295000', '184718.755000', '184719.215000', '184719.675000', '184720.135000', '184720.595000', '184721.055000', '184721.515000', '184721.975000', '184722.435000', '184722.895000', '184723.355000', '184723.815000', '184724.275000', '184724.735000', '184725.195000', '184725.655000', '184726.115000', '184726.575000', '184727.035000', '184727.495000', '184727.955000', '184728.415000', '184728.875000', '184729.335000', '184729.795000', '184730.255000', '184730.715000', '184731.175000', '184731.635000', '184732.095000', '184732.555000', '184733.015000', '184733.475000', '184733.935000', '184734.395000', '184734.855000', '184735.315000', '184735.775000', '184736.235000', '184736.695000', '184737.155000', '184737.615000', '184738.075000', '184738.535000', '184738.995000', '184739.455000', '184739.915000', '184740.375000', '184740.835000', '184741.295000', '184741.755000', '184742.215000', '184742.675000', '184743.135000', '184743.595000', '184744.055000', '184744.515000', '184744.975000', '184745.435000', '184745.895000', '184746.355000', '184746.815000', '184747.275000', '184747.735000', '184748.195000'], 'ContentTime': ['184129.239000', '184129.242000', '184129.245000', '184129.248000', '184129.251000', '184129.253000', '184129.256000', '184129.259000', '184129.261000', '184129.264000', '184129.266000', '184129.269000', '184129.271000', '184129.274000', '184129.277000', '184129.279000', '184129.282000', '184129.284000', '184129.287000', '184129.289000', '184129.292000', '184129.295000', '184129.297000', '184129.300000', '184129.302000', '184129.305000', '184129.308000', '184129.310000', '184129.313000', '184129.315000', '184129.318000', '184129.320000', '184129.323000', '184129.325000', '184129.328000', '184129.330000', '184129.333000', '184129.336000', '184129.338000', '184129.341000', '184129.344000', '184129.346000', '184129.349000', '184129.351000', '184149.208000', '184149.211000', '184149.214000', '184149.216000', '184149.219000', '184149.221000', '184149.224000', '184149.227000', '184149.229000', '184149.232000', '184149.234000', '184149.248000', '184149.251000', '184149.253000', '184149.256000', '184149.258000', '184149.261000', '184149.264000', '184149.266000', '184149.269000', '184149.271000', '184149.274000', '184149.276000', '184149.279000', '184149.282000', '184149.284000', '184149.287000', '184149.290000', '184149.292000', '184149.295000', '184149.297000', '184149.300000', '184149.303000', '184149.305000', '184149.308000', '184149.310000', '184149.313000', '184149.316000', '184149.318000', '184149.321000', '184149.323000', '184149.326000', '184149.328000', '184209.208000', '184209.211000', '184209.214000', '184209.216000', '184209.219000', '184209.222000', '184209.224000', '184209.227000', '184209.229000', '184209.232000', '184209.234000', '184209.237000', '184209.239000', '184209.242000', '184209.245000', '184209.247000', '184209.250000', '184209.253000', '184209.255000', '184209.258000', '184209.260000', '184209.263000', '184209.266000', '184209.268000', '184209.271000', '184209.273000', '184209.276000', '184209.278000', '184209.281000', '184209.283000', '184209.286000', '184209.289000', '184209.291000', '184209.294000', '184209.296000', '184209.299000', '184209.301000', '184209.304000', '184209.307000', '184209.309000', '184209.312000', '184209.314000', '184209.317000', '184209.319000', '184229.208000', '184229.211000', '184229.214000', '184229.216000', '184229.219000', '184229.221000', '184229.224000', '184229.227000', '184229.229000', '184229.232000', '184229.234000', '184229.237000', '184229.240000', '184229.242000', '184229.245000', '184229.247000', '184229.250000', '184229.253000', '184229.255000', '184229.258000', '184229.260000', '184229.263000', '184229.266000', '184229.268000', '184229.271000', '184229.273000', '184229.276000', '184229.279000', '184229.281000', '184229.284000', '184229.286000', '184229.289000', '184229.291000', '184229.294000', '184229.297000', '184229.299000', '184229.302000', '184229.305000', '184229.307000', '184229.310000', '184229.312000', '184229.315000', '184229.318000', '184249.208000', '184249.211000', '184249.214000', '184249.216000', '184249.219000', '184249.222000', '184249.224000', '184249.227000', '184249.229000', '184249.232000', '184249.235000', '184249.237000', '184249.240000', '184249.242000', '184249.245000', '184249.248000', '184249.250000', '184249.253000', '184249.256000', '184249.258000', '184249.261000', '184249.263000', '184249.266000', '184249.269000', '184249.271000', '184249.274000', '184249.276000', '184249.279000', '184249.281000', '184249.284000', '184249.287000', '184249.289000', '184249.292000', '184249.294000', '184249.297000', '184249.300000', '184249.302000', '184249.305000', '184249.308000', '184249.310000', '184249.313000', '184249.315000', '184249.318000', '184249.365000', '184309.208000', '184309.211000', '184309.214000', '184309.216000', '184309.219000', '184309.222000', '184309.224000', '184309.227000', '184309.229000', '184309.232000', '184309.235000', '184309.237000', '184309.240000', '184309.242000', '184309.245000', '184309.248000', '184309.250000', '184309.253000', '184309.255000', '184309.258000', '184309.261000', '184309.263000', '184309.266000', '184309.269000', '184309.271000', '184309.274000', '184309.276000', '184309.279000', '184309.282000', '184309.284000', '184309.287000', '184309.289000', '184309.292000', '184309.294000', '184309.297000', '184309.300000', '184309.303000', '184309.305000', '184309.308000', '184309.310000', '184309.313000', '184309.316000', '184309.318000', '184329.208000', '184329.211000', '184329.214000', '184329.216000', '184329.219000', '184329.222000', '184329.224000', '184329.234000', '184329.237000', '184329.239000', '184329.242000', '184329.245000', '184329.247000', '184329.250000', '184329.252000', '184329.255000', '184329.258000', '184329.260000', '184329.263000', '184329.265000', '184329.268000', '184329.271000', '184329.273000', '184329.276000', '184329.278000', '184329.281000', '184329.284000', '184329.286000', '184329.289000', '184329.291000', '184329.294000', '184329.296000', '184329.299000', '184329.302000', '184329.304000', '184329.307000', '184329.309000', '184329.312000', '184329.314000', '184329.317000', '184329.319000', '184329.322000', '184329.324000', '184329.327000', '184349.208000', '184349.211000', '184349.214000', '184349.216000', '184349.219000', '184349.222000', '184349.224000', '184349.227000', '184349.230000', '184349.232000', '184349.235000', '184349.237000', '184349.240000', '184349.243000', '184349.245000', '184349.248000', '184349.251000', '184349.253000', '184349.256000', '184349.258000', '184349.261000', '184349.264000', '184349.266000', '184349.269000', '184349.271000', '184349.274000', '184349.281000', '184349.284000', '184349.286000', '184349.289000', '184349.292000', '184349.294000', '184349.297000', '184349.299000', '184349.302000', '184349.305000', '184349.307000', '184349.310000', '184349.312000', '184349.315000', '184349.318000', '184349.320000', '184349.323000', '184409.208000', '184409.211000', '184409.214000', '184409.216000', '184409.219000', '184409.222000', '184409.225000', '184409.227000', '184409.230000', '184409.233000', '184409.237000', '184409.240000', '184409.243000', '184409.246000', '184409.248000', '184409.251000', '184409.254000', '184409.256000', '184409.259000', '184409.261000', '184409.264000', '184409.267000', '184409.269000', '184409.272000', '184409.274000', '184409.277000', '184409.279000', '184409.282000', '184409.285000', '184409.287000', '184409.291000', '184409.293000', '184409.296000', '184409.299000', '184409.301000', '184409.304000', '184409.306000', '184409.309000', '184409.312000', '184409.314000', '184409.317000', '184409.320000', '184409.322000', '184409.325000', '184429.209000', '184429.211000', '184429.214000', '184429.217000', '184429.219000', '184429.222000', '184429.225000', '184429.227000', '184429.230000', '184429.232000', '184429.235000', '184429.238000', '184429.240000', '184429.243000', '184429.245000', '184429.248000', '184429.251000', '184429.253000', '184429.256000', '184429.258000', '184429.261000', '184429.264000', '184429.266000', '184429.269000', '184429.271000', '184429.274000', '184429.277000', '184429.279000', '184429.282000', '184429.284000', '184429.287000', '184429.290000', '184429.292000', '184429.295000', '184429.297000', '184429.300000', '184429.303000', '184429.305000', '184429.308000', '184429.310000', '184429.313000', '184429.316000', '184429.318000', '184449.208000', '184449.211000', '184449.214000', '184449.217000', '184449.219000', '184449.222000', '184449.224000', '184449.227000', '184449.230000', '184449.232000', '184449.235000', '184449.238000', '184449.240000', '184449.243000', '184449.245000', '184449.248000', '184449.250000', '184449.253000', '184449.256000', '184449.258000', '184449.261000', '184449.263000', '184449.266000', '184449.269000', '184449.271000', '184449.274000', '184449.276000', '184449.279000', '184449.282000', '184449.284000', '184449.287000', '184449.289000', '184449.292000', '184449.295000', '184449.298000', '184449.300000', '184449.303000', '184449.306000', '184449.309000', '184449.312000', '184449.315000', '184449.317000', '184449.320000', '184509.208000', '184509.211000', '184509.214000', '184509.217000', '184509.219000', '184509.222000', '184509.224000', '184509.227000', '184509.229000', '184509.232000', '184509.235000', '184509.237000', '184509.240000', '184509.243000', '184509.245000', '184509.248000', '184509.251000', '184509.253000', '184509.256000', '184509.258000', '184509.261000', '184509.264000', '184509.266000', '184509.269000', '184509.271000', '184509.274000', '184509.277000', '184509.279000', '184509.282000', '184509.284000', '184509.287000', '184509.290000', '184509.292000', '184509.295000', '184509.298000', '184509.300000', '184509.303000', '184509.305000', '184509.308000', '184509.310000', '184509.313000', '184509.315000', '184509.318000', '184509.321000', '184529.208000', '184529.211000', '184529.214000', '184529.216000', '184529.219000', '184529.222000', '184529.224000', '184529.227000', '184529.229000', '184529.232000', '184529.235000', '184529.237000', '184529.240000', '184529.242000', '184529.245000', '184529.248000', '184529.251000', '184529.253000', '184529.256000', '184529.258000', '184529.261000', '184529.263000', '184529.266000', '184529.269000', '184529.271000', '184529.274000', '184529.278000', '184529.281000', '184529.284000', '184529.286000', '184529.289000', '184529.292000', '184529.294000', '184529.297000', '184529.300000', '184529.302000', '184529.305000', '184529.307000', '184529.310000', '184529.312000', '184529.315000', '184529.317000', '184529.320000', '184549.208000', '184549.211000', '184549.214000', '184549.217000', '184549.219000', '184549.222000', '184549.224000', '184549.227000', '184549.229000', '184549.232000', '184549.235000', '184549.237000', '184549.240000', '184549.243000', '184549.246000', '184549.249000', '184549.251000', '184549.254000', '184549.256000', '184549.259000', '184549.261000', '184549.264000', '184549.267000', '184549.269000', '184549.272000', '184549.274000', '184549.277000', '184549.280000', '184549.282000', '184549.285000', '184549.288000', '184549.290000', '184549.293000', '184549.296000', '184549.298000', '184549.301000', '184549.303000', '184549.306000', '184549.308000', '184549.311000', '184549.314000', '184549.316000', '184549.319000', '184549.321000', '184609.209000', '184609.211000', '184609.214000', '184609.217000', '184609.219000', '184609.222000', '184609.225000', '184609.227000', '184609.230000', '184609.232000', '184609.235000', '184609.238000', '184609.240000', '184609.243000', '184609.246000', '184609.248000', '184609.251000', '184609.254000', '184609.257000', '184609.259000', '184609.262000', '184609.265000', '184609.267000', '184609.270000', '184609.273000', '184609.275000', '184609.278000', '184609.280000', '184609.283000', '184609.286000', '184609.288000', '184609.291000', '184609.294000', '184609.296000', '184609.299000', '184609.301000', '184609.304000', '184609.306000', '184609.309000', '184609.312000', '184609.314000', '184609.317000', '184609.319000', '184629.209000', '184629.211000', '184629.214000', '184629.217000', '184629.219000', '184629.222000', '184629.225000', '184629.227000', '184629.230000', '184629.232000', '184629.235000', '184629.238000', '184629.240000', '184629.243000', '184629.258000', '184629.260000', '184629.266000', '184629.269000', '184629.271000', '184629.274000', '184629.277000', '184629.279000', '184629.282000', '184629.284000', '184629.287000', '184629.290000', '184629.292000', '184629.295000', '184629.298000', '184629.300000', '184629.303000', '184629.305000', '184629.308000', '184629.310000', '184629.313000', '184629.316000', '184629.318000', '184629.321000', '184629.323000', '184629.326000', '184629.328000', '184629.331000', '184629.334000', '184629.336000', '184649.208000', '184649.211000', '184649.214000', '184649.216000', '184649.219000', '184649.222000', '184649.224000', '184649.227000', '184649.230000', '184649.232000', '184649.235000', '184649.238000', '184649.240000', '184649.243000', '184649.245000', '184649.248000', '184649.251000', '184649.253000', '184649.256000', '184649.259000', '184649.261000', '184649.264000', '184649.267000', '184649.269000', '184649.272000', '184649.274000', '184649.277000', '184649.280000', '184649.282000', '184649.285000', '184649.288000', '184649.290000', '184649.293000', '184649.296000', '184649.298000', '184649.301000', '184649.303000', '184649.306000', '184649.309000', '184649.312000', '184649.316000', '184649.319000', '184649.321000', '184709.208000', '184709.211000', '184709.214000', '184709.217000', '184709.219000', '184709.222000', '184709.225000', '184709.227000', '184709.230000', '184709.232000', '184709.235000', '184709.238000', '184709.240000', '184709.243000', '184709.245000', '184709.248000', '184709.251000', '184709.253000', '184709.256000', '184709.258000', '184709.261000', '184709.264000', '184709.266000', '184709.269000', '184709.271000', '184709.276000', '184709.279000', '184709.282000', '184709.284000', '184709.287000', '184709.289000', '184709.292000', '184709.295000', '184709.297000', '184709.300000', '184709.302000', '184709.305000', '184709.308000', '184709.310000', '184709.313000', '184709.315000', '184709.318000', '184709.320000', '184709.323000', '184729.208000', '184729.211000', '184729.214000', '184729.216000', '184729.219000', '184729.222000', '184729.224000', '184729.227000', '184729.230000', '184729.232000', '184729.235000', '184729.238000', '184729.240000', '184729.243000', '184729.245000', '184729.248000', '184729.251000', '184729.253000', '184729.256000', '184729.258000', '184729.261000', '184729.264000', '184729.266000', '184729.269000', '184729.271000', '184729.274000', '184729.277000', '184729.279000', '184729.282000', '184729.284000', '184729.287000', '184729.290000', '184729.292000', '184729.295000', '184729.297000', '184729.300000', '184729.303000', '184729.305000', '184729.308000', '184729.311000', '184729.313000', '184729.316000', '184729.318000', '184749.208000', '184749.211000', '184749.214000', '184749.217000', '184749.219000', '184749.222000', '184749.225000', '184749.227000', '184749.230000', '184749.232000', '184749.235000', '184749.238000', '184749.240000', '184749.243000', '184749.246000', '184749.248000', '184749.251000', '184749.253000', '184749.256000', '184749.259000', '184749.261000', '184749.264000', '184749.266000', '184749.269000', '184749.272000', '184749.285000', '184749.287000', '184749.290000', '184749.292000', '184749.295000', '184749.298000', '184749.300000', '184749.303000', '184749.306000', '184749.308000', '184749.311000', '184749.313000', '184749.316000', '184749.319000', '184749.321000', '184749.324000', '184749.326000', '184749.329000', '184749.332000', '184749.990000', '184749.993000'], 'InstanceCreationTime': ['184129.239000', '184129.242000', '184129.245000', '184129.248000', '184129.251000', '184129.253000', '184129.256000', '184129.259000', '184129.261000', '184129.264000', '184129.266000', '184129.269000', '184129.271000', '184129.274000', '184129.277000', '184129.279000', '184129.282000', '184129.284000', '184129.287000', '184129.289000', '184129.292000', '184129.295000', '184129.297000', '184129.300000', '184129.302000', '184129.305000', '184129.308000', '184129.310000', '184129.313000', '184129.315000', '184129.318000', '184129.320000', '184129.323000', '184129.325000', '184129.328000', '184129.330000', '184129.333000', '184129.336000', '184129.338000', '184129.341000', '184129.344000', '184129.346000', '184129.349000', '184129.351000', '184149.208000', '184149.211000', '184149.214000', '184149.216000', '184149.219000', '184149.221000', '184149.224000', '184149.227000', '184149.229000', '184149.232000', '184149.234000', '184149.248000', '184149.251000', '184149.253000', '184149.256000', '184149.258000', '184149.261000', '184149.264000', '184149.266000', '184149.269000', '184149.271000', '184149.274000', '184149.276000', '184149.279000', '184149.282000', '184149.284000', '184149.287000', '184149.290000', '184149.292000', '184149.295000', '184149.297000', '184149.300000', '184149.303000', '184149.305000', '184149.308000', '184149.310000', '184149.313000', '184149.316000', '184149.318000', '184149.321000', '184149.323000', '184149.326000', '184149.328000', '184209.208000', '184209.211000', '184209.214000', '184209.216000', '184209.219000', '184209.222000', '184209.224000', '184209.227000', '184209.229000', '184209.232000', '184209.234000', '184209.237000', '184209.239000', '184209.242000', '184209.245000', '184209.247000', '184209.250000', '184209.253000', '184209.255000', '184209.258000', '184209.260000', '184209.263000', '184209.266000', '184209.268000', '184209.271000', '184209.273000', '184209.276000', '184209.278000', '184209.281000', '184209.283000', '184209.286000', '184209.289000', '184209.291000', '184209.294000', '184209.296000', '184209.299000', '184209.301000', '184209.304000', '184209.307000', '184209.309000', '184209.312000', '184209.314000', '184209.317000', '184209.319000', '184229.208000', '184229.211000', '184229.214000', '184229.216000', '184229.219000', '184229.221000', '184229.224000', '184229.227000', '184229.229000', '184229.232000', '184229.234000', '184229.237000', '184229.240000', '184229.242000', '184229.245000', '184229.247000', '184229.250000', '184229.253000', '184229.255000', '184229.258000', '184229.260000', '184229.263000', '184229.266000', '184229.268000', '184229.271000', '184229.273000', '184229.276000', '184229.279000', '184229.281000', '184229.284000', '184229.286000', '184229.289000', '184229.291000', '184229.294000', '184229.297000', '184229.299000', '184229.302000', '184229.305000', '184229.307000', '184229.310000', '184229.312000', '184229.315000', '184229.318000', '184249.208000', '184249.211000', '184249.214000', '184249.216000', '184249.219000', '184249.222000', '184249.224000', '184249.227000', '184249.229000', '184249.232000', '184249.235000', '184249.237000', '184249.240000', '184249.242000', '184249.245000', '184249.248000', '184249.250000', '184249.253000', '184249.256000', '184249.258000', '184249.261000', '184249.263000', '184249.266000', '184249.269000', '184249.271000', '184249.274000', '184249.276000', '184249.279000', '184249.281000', '184249.284000', '184249.287000', '184249.289000', '184249.292000', '184249.294000', '184249.297000', '184249.300000', '184249.302000', '184249.305000', '184249.308000', '184249.310000', '184249.313000', '184249.315000', '184249.318000', '184249.365000', '184309.208000', '184309.211000', '184309.214000', '184309.216000', '184309.219000', '184309.222000', '184309.224000', '184309.227000', '184309.229000', '184309.232000', '184309.235000', '184309.237000', '184309.240000', '184309.242000', '184309.245000', '184309.248000', '184309.250000', '184309.253000', '184309.255000', '184309.258000', '184309.261000', '184309.263000', '184309.266000', '184309.269000', '184309.271000', '184309.274000', '184309.276000', '184309.279000', '184309.282000', '184309.284000', '184309.287000', '184309.289000', '184309.292000', '184309.294000', '184309.297000', '184309.300000', '184309.303000', '184309.305000', '184309.308000', '184309.310000', '184309.313000', '184309.316000', '184309.318000', '184329.208000', '184329.211000', '184329.214000', '184329.216000', '184329.219000', '184329.222000', '184329.224000', '184329.234000', '184329.237000', '184329.239000', '184329.242000', '184329.245000', '184329.247000', '184329.250000', '184329.252000', '184329.255000', '184329.258000', '184329.260000', '184329.263000', '184329.265000', '184329.268000', '184329.271000', '184329.273000', '184329.276000', '184329.278000', '184329.281000', '184329.284000', '184329.286000', '184329.289000', '184329.291000', '184329.294000', '184329.296000', '184329.299000', '184329.302000', '184329.304000', '184329.307000', '184329.309000', '184329.312000', '184329.314000', '184329.317000', '184329.319000', '184329.322000', '184329.324000', '184329.327000', '184349.208000', '184349.211000', '184349.214000', '184349.216000', '184349.219000', '184349.222000', '184349.224000', '184349.227000', '184349.230000', '184349.232000', '184349.235000', '184349.237000', '184349.240000', '184349.243000', '184349.245000', '184349.248000', '184349.251000', '184349.253000', '184349.256000', '184349.258000', '184349.261000', '184349.264000', '184349.266000', '184349.269000', '184349.271000', '184349.274000', '184349.281000', '184349.284000', '184349.286000', '184349.289000', '184349.292000', '184349.294000', '184349.297000', '184349.299000', '184349.302000', '184349.305000', '184349.307000', '184349.310000', '184349.312000', '184349.315000', '184349.318000', '184349.320000', '184349.323000', '184409.208000', '184409.211000', '184409.214000', '184409.216000', '184409.219000', '184409.222000', '184409.225000', '184409.227000', '184409.230000', '184409.233000', '184409.237000', '184409.240000', '184409.243000', '184409.246000', '184409.248000', '184409.251000', '184409.254000', '184409.256000', '184409.259000', '184409.261000', '184409.264000', '184409.267000', '184409.269000', '184409.272000', '184409.274000', '184409.277000', '184409.279000', '184409.282000', '184409.285000', '184409.287000', '184409.291000', '184409.293000', '184409.296000', '184409.299000', '184409.301000', '184409.304000', '184409.306000', '184409.309000', '184409.312000', '184409.314000', '184409.317000', '184409.320000', '184409.322000', '184409.325000', '184429.209000', '184429.211000', '184429.214000', '184429.217000', '184429.219000', '184429.222000', '184429.225000', '184429.227000', '184429.230000', '184429.232000', '184429.235000', '184429.238000', '184429.240000', '184429.243000', '184429.245000', '184429.248000', '184429.251000', '184429.253000', '184429.256000', '184429.258000', '184429.261000', '184429.264000', '184429.266000', '184429.269000', '184429.271000', '184429.274000', '184429.277000', '184429.279000', '184429.282000', '184429.284000', '184429.287000', '184429.290000', '184429.292000', '184429.295000', '184429.297000', '184429.300000', '184429.303000', '184429.305000', '184429.308000', '184429.310000', '184429.313000', '184429.316000', '184429.318000', '184449.208000', '184449.211000', '184449.214000', '184449.217000', '184449.219000', '184449.222000', '184449.224000', '184449.227000', '184449.230000', '184449.232000', '184449.235000', '184449.238000', '184449.240000', '184449.243000', '184449.245000', '184449.248000', '184449.250000', '184449.253000', '184449.256000', '184449.258000', '184449.261000', '184449.263000', '184449.266000', '184449.269000', '184449.271000', '184449.274000', '184449.276000', '184449.279000', '184449.282000', '184449.284000', '184449.287000', '184449.289000', '184449.292000', '184449.295000', '184449.298000', '184449.300000', '184449.303000', '184449.306000', '184449.309000', '184449.312000', '184449.315000', '184449.317000', '184449.320000', '184509.208000', '184509.211000', '184509.214000', '184509.217000', '184509.219000', '184509.222000', '184509.224000', '184509.227000', '184509.229000', '184509.232000', '184509.235000', '184509.237000', '184509.240000', '184509.243000', '184509.245000', '184509.248000', '184509.251000', '184509.253000', '184509.256000', '184509.258000', '184509.261000', '184509.264000', '184509.266000', '184509.269000', '184509.271000', '184509.274000', '184509.277000', '184509.279000', '184509.282000', '184509.284000', '184509.287000', '184509.290000', '184509.292000', '184509.295000', '184509.298000', '184509.300000', '184509.303000', '184509.305000', '184509.308000', '184509.310000', '184509.313000', '184509.315000', '184509.318000', '184509.321000', '184529.208000', '184529.211000', '184529.214000', '184529.216000', '184529.219000', '184529.222000', '184529.224000', '184529.227000', '184529.229000', '184529.232000', '184529.235000', '184529.237000', '184529.240000', '184529.242000', '184529.245000', '184529.248000', '184529.251000', '184529.253000', '184529.256000', '184529.258000', '184529.261000', '184529.263000', '184529.266000', '184529.269000', '184529.271000', '184529.274000', '184529.278000', '184529.281000', '184529.284000', '184529.286000', '184529.289000', '184529.292000', '184529.294000', '184529.297000', '184529.300000', '184529.302000', '184529.305000', '184529.307000', '184529.310000', '184529.312000', '184529.315000', '184529.317000', '184529.320000', '184549.208000', '184549.211000', '184549.214000', '184549.217000', '184549.219000', '184549.222000', '184549.224000', '184549.227000', '184549.229000', '184549.232000', '184549.235000', '184549.237000', '184549.240000', '184549.243000', '184549.246000', '184549.249000', '184549.251000', '184549.254000', '184549.256000', '184549.259000', '184549.261000', '184549.264000', '184549.267000', '184549.269000', '184549.272000', '184549.274000', '184549.277000', '184549.280000', '184549.282000', '184549.285000', '184549.288000', '184549.290000', '184549.293000', '184549.296000', '184549.298000', '184549.301000', '184549.303000', '184549.306000', '184549.308000', '184549.311000', '184549.314000', '184549.316000', '184549.319000', '184549.321000', '184609.209000', '184609.211000', '184609.214000', '184609.217000', '184609.219000', '184609.222000', '184609.225000', '184609.227000', '184609.230000', '184609.232000', '184609.235000', '184609.238000', '184609.240000', '184609.243000', '184609.246000', '184609.248000', '184609.251000', '184609.254000', '184609.257000', '184609.259000', '184609.262000', '184609.265000', '184609.267000', '184609.270000', '184609.273000', '184609.275000', '184609.278000', '184609.280000', '184609.283000', '184609.286000', '184609.288000', '184609.291000', '184609.294000', '184609.296000', '184609.299000', '184609.301000', '184609.304000', '184609.306000', '184609.309000', '184609.312000', '184609.314000', '184609.317000', '184609.319000', '184629.209000', '184629.211000', '184629.214000', '184629.217000', '184629.219000', '184629.222000', '184629.225000', '184629.227000', '184629.230000', '184629.232000', '184629.235000', '184629.238000', '184629.240000', '184629.243000', '184629.258000', '184629.260000', '184629.266000', '184629.269000', '184629.271000', '184629.274000', '184629.277000', '184629.279000', '184629.282000', '184629.284000', '184629.287000', '184629.290000', '184629.292000', '184629.295000', '184629.298000', '184629.300000', '184629.303000', '184629.305000', '184629.308000', '184629.310000', '184629.313000', '184629.316000', '184629.318000', '184629.321000', '184629.323000', '184629.326000', '184629.328000', '184629.331000', '184629.334000', '184629.336000', '184649.208000', '184649.211000', '184649.214000', '184649.216000', '184649.219000', '184649.222000', '184649.224000', '184649.227000', '184649.230000', '184649.232000', '184649.235000', '184649.238000', '184649.240000', '184649.243000', '184649.245000', '184649.248000', '184649.251000', '184649.253000', '184649.256000', '184649.259000', '184649.261000', '184649.264000', '184649.267000', '184649.269000', '184649.272000', '184649.274000', '184649.277000', '184649.280000', '184649.282000', '184649.285000', '184649.288000', '184649.290000', '184649.293000', '184649.296000', '184649.298000', '184649.301000', '184649.303000', '184649.306000', '184649.309000', '184649.312000', '184649.316000', '184649.319000', '184649.321000', '184709.208000', '184709.211000', '184709.214000', '184709.217000', '184709.219000', '184709.222000', '184709.225000', '184709.227000', '184709.230000', '184709.232000', '184709.235000', '184709.238000', '184709.240000', '184709.243000', '184709.245000', '184709.248000', '184709.251000', '184709.253000', '184709.256000', '184709.258000', '184709.261000', '184709.264000', '184709.266000', '184709.269000', '184709.271000', '184709.276000', '184709.279000', '184709.282000', '184709.284000', '184709.287000', '184709.289000', '184709.292000', '184709.295000', '184709.297000', '184709.300000', '184709.302000', '184709.305000', '184709.308000', '184709.310000', '184709.313000', '184709.315000', '184709.318000', '184709.320000', '184709.323000', '184729.208000', '184729.211000', '184729.214000', '184729.216000', '184729.219000', '184729.222000', '184729.224000', '184729.227000', '184729.230000', '184729.232000', '184729.235000', '184729.238000', '184729.240000', '184729.243000', '184729.245000', '184729.248000', '184729.251000', '184729.253000', '184729.256000', '184729.258000', '184729.261000', '184729.264000', '184729.266000', '184729.269000', '184729.271000', '184729.274000', '184729.277000', '184729.279000', '184729.282000', '184729.284000', '184729.287000', '184729.290000', '184729.292000', '184729.295000', '184729.297000', '184729.300000', '184729.303000', '184729.305000', '184729.308000', '184729.311000', '184729.313000', '184729.316000', '184729.318000', '184749.208000', '184749.211000', '184749.214000', '184749.217000', '184749.219000', '184749.222000', '184749.225000', '184749.227000', '184749.230000', '184749.232000', '184749.235000', '184749.238000', '184749.240000', '184749.243000', '184749.246000', '184749.248000', '184749.251000', '184749.253000', '184749.256000', '184749.259000', '184749.261000', '184749.264000', '184749.266000', '184749.269000', '184749.272000', '184749.285000', '184749.287000', '184749.290000', '184749.292000', '184749.295000', '184749.298000', '184749.300000', '184749.303000', '184749.306000', '184749.308000', '184749.311000', '184749.313000', '184749.316000', '184749.319000', '184749.321000', '184749.324000', '184749.326000', '184749.329000', '184749.332000', '184749.990000', '184749.993000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [9778, 12692, 9951, 11789, 10752, 11088, 10556, 9990, 10286, 9782, 11420, 10542, 10370, 10495, 9930, 12237, 10177, 9833, 10870, 9983, 10521, 10165, 10068, 10461, 9456, 10648, 8554, 10348, 9770, 11399, 10769, 9264, 10720, 9981, 13076, 10451, 8936, 10534, 10086, 13199, 10407, 8415, 10769, 10181, 13685, 10540, 10253, 10324, 9894, 10764, 10621, 10254, 10291, 10153, 10497, 9660, 10864, 10314, 11196, 10509, 11662, 10392, 10531, 10995, 10458, 14018, 10890, 11447, 12263, 10380, 11819, 10873, 10265, 13831, 10946, 10251, 10799, 10427, 11461, 10804, 10183, 11445, 10856, 8314, 10454, 10228, 10823, 10864, 10462, 10898, 10466, 9803, 11543, 10657, 10139, 10788, 10195, 11480, 10730, 10158, 13325, 10724, 10134, 10908, 10413, 9433, 10580, 10274, 11998, 10554, 9905, 13040, 10758, 10850, 10580, 10160, 12424, 10667, 10309, 13314, 10712, 10351, 10708, 10138, 11384, 10757, 9017, 10904, 10315, 10626, 10509, 10803, 10714, 10173, 11965, 10484, 11584, 10723, 9961, 10836, 10609, 12761, 10748, 10082, 10486, 10402, 10634, 10683, 10430, 13690, 10717, 10206, 13761, 10753, 11036, 10777, 10306, 10411, 10622, 9454, 10859, 10390, 10510, 10453, 10077, 10989, 10298, 11416, 10705, 10104, 11406, 10773, 11426, 10690, 9942, 12606, 10876, 10644, 10795, 10161, 10758, 10826, 10132, 12083, 10763, 10169, 10681, 10134, 10638, 10411, 10566, 10569, 9561, 10629, 10088, 12387, 10872, 10537, 10687, 10135, 10641, 10555, 11651, 10862, 10009, 10623, 10128, 12994, 10759, 10850, 10874, 10325, 11810, 10991, 10261, 12824, 10515, 11096, 10838, 10235, 12935, 10781, 10869, 10564, 10323, 11486, 10736, 10445, 10481, 10266, 12076, 10670, 10460, 10819, 10108, 11999, 10625, 9833, 10975, 10148, 10411, 10506, 8781, 11023, 10424, 10783, 10426, 10448, 10716, 9983, 11735, 10630, 13570, 10662, 10516, 10678, 10352, 13572, 10619, 10043, 10889, 10349, 12687, 10627, 10164, 10788, 10233, 10664, 10614, 12455, 10653, 9664, 10880, 10373, 12717, 10723, 12050, 10812, 10254, 10815, 10995, 10214, 10708, 10534, 10364, 10498, 10523, 10651, 10584, 10693, 10839, 10689, 11916, 10538, 12107, 10562, 10387, 13746, 11076, 11780, 10825, 10221, 11990, 10824, 8885, 10659, 10303, 10428, 10954, 9883, 10909, 8888, 10745, 10420, 9902, 11002, 10284, 10746, 10491, 7850, 10837, 10431, 11457, 10691, 10009, 11561, 10756, 10321, 10918, 10228, 10702, 10429, 9960, 10998, 10305, 13324, 10717, 11145, 10768, 10469, 13708, 10810, 11596, 10812, 10342, 13184, 10628, 13523, 10674, 10245, 13527, 11051, 10811, 11017, 10389, 11451, 10635, 9534, 10977, 10533, 13239, 10930, 11001, 10940, 10294, 11175, 10793, 10949, 10928, 10362, 10775, 10637, 8520, 10777, 10605, 11662, 10935, 8003, 11015, 10551, 10640, 10809, 9635, 10826, 10639, 12256, 11007, 10769, 11054, 10437, 12207, 10828, 10332, 11159, 10539, 12534, 10831, 8175, 11033, 10724, 13172, 10925, 10509, 10823, 9406, 10954, 10720, 12940, 10920, 10509, 12300, 10628, 11202, 11029, 10475, 10772, 10894, 11278, 16006, 12496, 10871, 9679, 10981, 10430, 10781, 10487, 10943, 10921, 8673, 10898, 9890, 10820, 10279, 12829, 10456, 14425, 12426, 9936, 10860, 9618, 11079, 8078, 11061, 10625, 10904, 10463, 11667, 10507, 10838, 9196, 11081, 8467, 11041, 10467, 12622, 10844, 10814, 14006, 10844, 10835, 11102, 10014, 10900, 10599, 13146, 11003, 10787, 11076, 10429, 10947, 9935, 11088, 10530, 10963, 10792, 10899, 10743, 13048, 10863, 12214, 10947, 11566, 12432, 10815, 14436, 10817, 10202, 10919, 10476, 12813, 11017, 10699, 10935, 10485, 10926, 10589, 11272, 10906, 10443, 11960, 10791, 10192, 11005, 10471, 12993, 11035, 10562, 11066, 10316, 12283, 10721, 11497, 11088, 9810, 10963, 10446, 11994, 10916, 10110, 10922, 10514, 13554, 11042, 10880, 11059, 10228, 11087, 10664, 13197, 10986, 10574, 11057, 10501, 13385, 10937, 11239, 11043, 10671, 10879, 10605, 10897, 11055, 10451, 11412, 10785, 11934, 10936, 10216, 11795, 10592, 11690, 11026, 9623, 10982, 10632, 12871, 10853, 11058, 11070, 10840, 10792, 10999, 10725, 11178, 10844, 11724, 10821, 12578, 10847, 12635, 12484, 10844, 13298, 11036, 10520, 14572, 10977, 10922, 11055, 8459, 11064, 10423, 11115, 10594, 10818, 10999, 10290, 10775, 10625, 10693, 9311, 11137, 10204, 11019, 10677, 13363, 10916, 10438, 14752, 10903, 10772, 11146, 10487, 13764, 10924, 10813, 10943, 8397, 10864, 10553, 11461, 10931, 9804, 11027, 10510, 10845, 10861, 9979, 11001, 10003, 11115, 10654, 10629, 11076, 9466, 10902, 10600, 10790, 10804, 11856, 10994, 11406, 13800, 10870, 12824, 10782, 11016, 10821, 11739, 10953, 10260, 10826, 10003, 10812, 10764, 13192, 10698, 11569, 10817, 10603, 12890, 11115, 10437, 14345, 10858, 10939, 11041, 10592, 11486, 11075, 10071, 10959, 10450, 11600, 10986, 10400, 10999, 10531, 12006, 10885, 10215, 11007, 10491, 11746, 10910, 10478, 10783, 10782, 12028, 11017, 10487, 14235, 10975, 11176, 11004, 10769, 13296, 10868, 10947, 11552, 10762, 10073, 10863, 10402, 13452, 10880, 11198, 10889, 10295, 10804, 10561, 10489, 10808, 10483, 10787, 10681, 10825, 10266, 12989, 10538, 12109, 10819, 10617, 12803, 10754, 10711, 10652, 10578, 10673, 10817, 9676, 10862, 10406, 12079, 10896, 10657, 11104, 10480, 10958, 10505, 11784, 10701, 10105, 10825, 10611, 12876, 10757, 9463, 11166, 10579, 11829, 10926, 10417, 10841, 10469, 10787, 10584, 10508, 10909, 10312, 11003, 10314, 10850, 10672, 10856, 10927, 10483, 12861, 10690, 10677, 10712, 10600, 14095, 10891, 11539, 10905, 10449, 11692, 10629, 14332, 10772, 10897, 9525, 10545, 10416, 10620, 10519, 12932, 10763, 10428, 13767, 10807, 10486, 10718, 10481, 12026, 10757, 10473, 13026, 10746, 10023, 10635, 10365, 10943, 10900, 10256, 10762, 10548, 10179, 11054, 10552, 10607, 10684, 9714, 9262, 15772, 10772, 10749, 10665, 10908, 10901, 10737, 10472, 10600, 10666, 10837, 11405, 10754, 10306, 14004, 10780, 10924, 10897, 10458, 11165, 10494, 12655, 10613, 10869, 10803, 10348, 10527, 10340, 10486, 10461, 10543, 10815, 10496, 12161, 10517, 12358, 10528, 12518, 10566, 11484, 10540, 11188, 15175, 11433, 11524, 10560, 10327, 10929, 10536, 10787, 10612, 10844, 10595, 13242, 10648, 11285, 10666, 10366, 10727, 10668, 10757, 10672, 10262, 10817, 10260, 10827, 10271], 'WindowCenter': [3895.0, 3910.0, 3865.0, 3872.0, 3861.0, 3861.0, 3860.0, 3849.0, 3858.0, 3848.0, 3858.0, 3858.0, 3848.0, 3857.0, 3849.0, 3868.0, 3847.0, 3846.0, 3858.0, 3849.0, 3858.0, 3860.0, 3846.0, 3858.0, 3847.0, 3858.0, 3838.0, 3859.0, 3858.0, 3868.0, 3858.0, 3848.0, 3858.0, 3849.0, 3880.0, 3858.0, 3837.0, 3858.0, 3848.0, 3878.0, 3859.0, 3827.0, 3858.0, 3848.0, 3879.0, 3859.0, 3847.0, 3847.0, 3847.0, 3856.0, 3858.0, 3846.0, 3848.0, 3847.0, 3860.0, 3848.0, 3872.0, 3862.0, 3872.0, 3862.0, 3871.0, 3862.0, 3861.0, 3871.0, 3861.0, 3893.0, 3872.0, 3872.0, 3869.0, 3849.0, 3871.0, 3859.0, 3860.0, 3880.0, 3859.0, 3859.0, 3859.0, 3860.0, 3869.0, 3859.0, 3859.0, 3869.0, 3870.0, 3839.0, 3858.0, 3861.0, 3870.0, 3870.0, 3861.0, 3869.0, 3861.0, 3861.0, 3870.0, 3860.0, 3860.0, 3859.0, 3860.0, 3858.0, 3859.0, 3858.0, 3879.0, 3860.0, 3860.0, 3858.0, 3859.0, 3836.0, 3857.0, 3859.0, 3868.0, 3859.0, 3848.0, 3877.0, 3858.0, 3859.0, 3858.0, 3847.0, 3868.0, 3857.0, 3847.0, 3877.0, 3847.0, 3847.0, 3857.0, 3859.0, 3866.0, 3858.0, 3837.0, 3858.0, 3859.0, 3857.0, 3860.0, 3858.0, 3859.0, 3858.0, 3869.0, 3859.0, 3869.0, 3870.0, 3848.0, 3858.0, 3859.0, 3880.0, 3871.0, 3860.0, 3859.0, 3860.0, 3858.0, 3858.0, 3859.0, 3879.0, 3857.0, 3847.0, 3878.0, 3858.0, 3859.0, 3859.0, 3858.0, 3855.0, 3857.0, 3846.0, 3857.0, 3859.0, 3858.0, 3872.0, 3859.0, 3870.0, 3860.0, 3868.0, 3860.0, 3859.0, 3869.0, 3859.0, 3869.0, 3859.0, 3848.0, 3866.0, 3858.0, 3858.0, 3857.0, 3858.0, 3857.0, 3857.0, 3848.0, 3868.0, 3857.0, 3846.0, 3859.0, 3858.0, 3857.0, 3858.0, 3858.0, 3860.0, 3847.0, 3859.0, 3860.0, 3879.0, 3859.0, 3858.0, 3859.0, 3859.0, 3857.0, 3859.0, 3869.0, 3859.0, 3847.0, 3858.0, 3858.0, 3877.0, 3858.0, 3859.0, 3858.0, 3858.0, 3867.0, 3858.0, 3858.0, 3878.0, 3857.0, 3856.0, 3857.0, 3857.0, 3878.0, 3857.0, 3856.0, 3858.0, 3859.0, 3868.0, 3869.0, 3858.0, 3860.0, 3859.0, 3867.0, 3859.0, 3860.0, 3858.0, 3858.0, 3868.0, 3859.0, 3848.0, 3859.0, 3858.0, 3858.0, 3858.0, 3836.0, 3857.0, 3859.0, 3869.0, 3859.0, 3859.0, 3860.0, 3860.0, 3869.0, 3859.0, 3879.0, 3859.0, 3859.0, 3847.0, 3847.0, 3878.0, 3846.0, 3846.0, 3856.0, 3846.0, 3866.0, 3857.0, 3845.0, 3857.0, 3857.0, 3856.0, 3858.0, 3880.0, 3859.0, 3848.0, 3870.0, 3859.0, 3881.0, 3873.0, 3869.0, 3858.0, 3859.0, 3856.0, 3858.0, 3847.0, 3858.0, 3858.0, 3846.0, 3857.0, 3845.0, 3859.0, 3870.0, 3872.0, 3884.0, 3886.0, 3884.0, 3875.0, 3885.0, 3861.0, 3860.0, 3880.0, 3859.0, 3867.0, 3858.0, 3858.0, 3867.0, 3857.0, 3835.0, 3857.0, 3857.0, 3856.0, 3858.0, 3857.0, 3869.0, 3837.0, 3858.0, 3859.0, 3846.0, 3870.0, 3857.0, 3869.0, 3870.0, 3827.0, 3858.0, 3860.0, 3868.0, 3858.0, 3860.0, 3868.0, 3858.0, 3859.0, 3859.0, 3859.0, 3858.0, 3859.0, 3847.0, 3857.0, 3859.0, 3880.0, 3859.0, 3859.0, 3858.0, 3858.0, 3878.0, 3858.0, 3857.0, 3858.0, 3859.0, 3879.0, 3860.0, 3878.0, 3856.0, 3859.0, 3878.0, 3868.0, 3859.0, 3858.0, 3848.0, 3867.0, 3857.0, 3835.0, 3856.0, 3858.0, 3876.0, 3858.0, 3858.0, 3869.0, 3859.0, 3857.0, 3858.0, 3858.0, 3858.0, 3858.0, 3856.0, 3858.0, 3836.0, 3856.0, 3857.0, 3867.0, 3858.0, 3827.0, 3857.0, 3858.0, 3857.0, 3859.0, 3848.0, 3859.0, 3859.0, 3869.0, 3868.0, 3859.0, 3869.0, 3858.0, 3868.0, 3859.0, 3848.0, 3859.0, 3859.0, 3869.0, 3859.0, 3826.0, 3858.0, 3859.0, 3879.0, 3859.0, 3858.0, 3870.0, 3847.0, 3859.0, 3871.0, 3880.0, 3861.0, 3860.0, 3869.0, 3858.0, 3857.0, 3858.0, 3858.0, 3856.0, 3858.0, 3841.0, 3947.0, 3895.0, 3870.0, 3846.0, 3858.0, 3859.0, 3858.0, 3859.0, 3872.0, 3884.0, 3854.0, 3885.0, 3876.0, 3874.0, 3862.0, 3883.0, 3861.0, 3882.0, 3899.0, 3862.0, 3859.0, 3847.0, 3858.0, 3827.0, 3868.0, 3861.0, 3873.0, 3862.0, 3872.0, 3862.0, 3872.0, 3852.0, 3873.0, 3843.0, 3874.0, 3875.0, 3883.0, 3860.0, 3861.0, 3881.0, 3860.0, 3858.0, 3871.0, 3849.0, 3858.0, 3859.0, 3878.0, 3860.0, 3859.0, 3871.0, 3858.0, 3872.0, 3861.0, 3870.0, 3873.0, 3873.0, 3873.0, 3873.0, 3874.0, 3893.0, 3873.0, 3884.0, 3872.0, 3873.0, 3884.0, 3874.0, 3892.0, 3872.0, 3861.0, 3859.0, 3860.0, 3879.0, 3873.0, 3862.0, 3873.0, 3872.0, 3872.0, 3872.0, 3871.0, 3860.0, 3861.0, 3871.0, 3872.0, 3860.0, 3870.0, 3861.0, 3891.0, 3872.0, 3861.0, 3872.0, 3861.0, 3881.0, 3872.0, 3869.0, 3872.0, 3860.0, 3870.0, 3872.0, 3883.0, 3873.0, 3862.0, 3872.0, 3873.0, 3893.0, 3873.0, 3873.0, 3884.0, 3872.0, 3884.0, 3873.0, 3893.0, 3874.0, 3862.0, 3873.0, 3872.0, 3882.0, 3861.0, 3869.0, 3860.0, 3860.0, 3858.0, 3860.0, 3860.0, 3870.0, 3859.0, 3870.0, 3859.0, 3869.0, 3860.0, 3859.0, 3869.0, 3859.0, 3869.0, 3858.0, 3848.0, 3859.0, 3859.0, 3878.0, 3871.0, 3870.0, 3872.0, 3872.0, 3873.0, 3873.0, 3884.0, 3885.0, 3885.0, 3897.0, 3887.0, 3896.0, 3874.0, 3887.0, 3883.0, 3872.0, 3882.0, 3861.0, 3861.0, 3889.0, 3860.0, 3857.0, 3871.0, 3826.0, 3868.0, 3860.0, 3870.0, 3870.0, 3870.0, 3871.0, 3859.0, 3859.0, 3858.0, 3860.0, 3849.0, 3884.0, 3873.0, 3885.0, 3876.0, 3895.0, 3874.0, 3863.0, 3892.0, 3861.0, 3859.0, 3871.0, 3860.0, 3879.0, 3859.0, 3859.0, 3860.0, 3838.0, 3868.0, 3859.0, 3869.0, 3870.0, 3849.0, 3869.0, 3860.0, 3858.0, 3869.0, 3849.0, 3869.0, 3860.0, 3871.0, 3872.0, 3860.0, 3871.0, 3851.0, 3871.0, 3873.0, 3872.0, 3872.0, 3881.0, 3870.0, 3872.0, 3893.0, 3861.0, 3880.0, 3873.0, 3860.0, 3872.0, 3870.0, 3871.0, 3861.0, 3860.0, 3861.0, 3871.0, 3873.0, 3882.0, 3860.0, 3872.0, 3871.0, 3861.0, 3880.0, 3870.0, 3859.0, 3889.0, 3858.0, 3858.0, 3857.0, 3857.0, 3868.0, 3870.0, 3859.0, 3871.0, 3872.0, 3870.0, 3873.0, 3870.0, 3871.0, 3874.0, 3883.0, 3875.0, 3873.0, 3883.0, 3874.0, 3883.0, 3871.0, 3862.0, 3861.0, 3871.0, 3871.0, 3861.0, 3861.0, 3891.0, 3859.0, 3859.0, 3858.0, 3858.0, 3879.0, 3859.0, 3857.0, 3857.0, 3857.0, 3846.0, 3856.0, 3857.0, 3878.0, 3857.0, 3855.0, 3857.0, 3846.0, 3857.0, 3859.0, 3857.0, 3872.0, 3859.0, 3872.0, 3872.0, 3874.0, 3874.0, 3881.0, 3862.0, 3872.0, 3871.0, 3859.0, 3881.0, 3860.0, 3861.0, 3859.0, 3861.0, 3859.0, 3871.0, 3850.0, 3871.0, 3860.0, 3879.0, 3869.0, 3859.0, 3873.0, 3872.0, 3886.0, 3875.0, 3884.0, 3873.0, 3862.0, 3859.0, 3860.0, 3880.0, 3859.0, 3848.0, 3859.0, 3860.0, 3867.0, 3860.0, 3858.0, 3871.0, 3860.0, 3858.0, 3861.0, 3859.0, 3872.0, 3861.0, 3873.0, 3874.0, 3872.0, 3871.0, 3872.0, 3871.0, 3873.0, 3892.0, 3873.0, 3862.0, 3860.0, 3862.0, 3891.0, 3860.0, 3871.0, 3859.0, 3860.0, 3869.0, 3859.0, 3890.0, 3859.0, 3871.0, 3851.0, 3872.0, 3871.0, 3873.0, 3873.0, 3883.0, 3862.0, 3861.0, 3879.0, 3860.0, 3860.0, 3857.0, 3859.0, 3868.0, 3858.0, 3859.0, 3879.0, 3858.0, 3846.0, 3858.0, 3857.0, 3856.0, 3858.0, 3848.0, 3857.0, 3859.0, 3846.0, 3858.0, 3859.0, 3856.0, 3859.0, 3849.0, 3850.0, 3936.0, 3872.0, 3873.0, 3870.0, 3872.0, 3870.0, 3884.0, 3873.0, 3887.0, 3873.0, 3886.0, 3885.0, 3874.0, 3864.0, 3893.0, 3861.0, 3859.0, 3859.0, 3859.0, 3859.0, 3860.0, 3881.0, 3860.0, 3859.0, 3871.0, 3858.0, 3861.0, 3859.0, 3860.0, 3860.0, 3859.0, 3872.0, 3873.0, 3884.0, 3874.0, 3883.0, 3875.0, 3883.0, 3873.0, 3871.0, 3860.0, 3872.0, 3892.0, 3871.0, 3870.0, 3846.0, 3847.0, 3872.0, 3858.0, 3872.0, 3871.0, 3873.0, 3871.0, 3880.0, 3859.0, 3857.0, 3858.0, 3847.0, 3857.0, 3858.0, 3856.0, 3859.0, 3859.0, 3872.0, 3860.0, 3872.0, 3873.0], 'WindowWidth': [8736.0, 8745.0, 8675.0, 8680.0, 8661.0, 8660.0, 8657.0, 8639.0, 8653.0, 8640.0, 8651.0, 8651.0, 8639.0, 8648.0, 8638.0, 8664.0, 8636.0, 8633.0, 8649.0, 8642.0, 8651.0, 8655.0, 8631.0, 8650.0, 8635.0, 8650.0, 8623.0, 8654.0, 8654.0, 8666.0, 8653.0, 8639.0, 8651.0, 8640.0, 8685.0, 8651.0, 8624.0, 8649.0, 8638.0, 8679.0, 8652.0, 8608.0, 8649.0, 8637.0, 8681.0, 8653.0, 8636.0, 8633.0, 8634.0, 8647.0, 8650.0, 8633.0, 8639.0, 8636.0, 8656.0, 8638.0, 8676.0, 8662.0, 8676.0, 8662.0, 8675.0, 8662.0, 8662.0, 8674.0, 8661.0, 8708.0, 8676.0, 8678.0, 8668.0, 8642.0, 8674.0, 8655.0, 8656.0, 8684.0, 8655.0, 8654.0, 8654.0, 8657.0, 8668.0, 8654.0, 8654.0, 8670.0, 8670.0, 8629.0, 8653.0, 8660.0, 8670.0, 8671.0, 8660.0, 8670.0, 8660.0, 8660.0, 8672.0, 8656.0, 8657.0, 8655.0, 8656.0, 8652.0, 8653.0, 8651.0, 8681.0, 8656.0, 8656.0, 8653.0, 8654.0, 8622.0, 8649.0, 8652.0, 8664.0, 8653.0, 8638.0, 8679.0, 8651.0, 8653.0, 8651.0, 8636.0, 8664.0, 8648.0, 8634.0, 8676.0, 8634.0, 8634.0, 8649.0, 8653.0, 8662.0, 8651.0, 8623.0, 8651.0, 8653.0, 8650.0, 8657.0, 8653.0, 8653.0, 8653.0, 8670.0, 8653.0, 8668.0, 8671.0, 8639.0, 8653.0, 8654.0, 8686.0, 8672.0, 8659.0, 8656.0, 8656.0, 8653.0, 8652.0, 8654.0, 8681.0, 8650.0, 8635.0, 8682.0, 8652.0, 8655.0, 8654.0, 8652.0, 8645.0, 8649.0, 8632.0, 8650.0, 8654.0, 8655.0, 8678.0, 8658.0, 8673.0, 8658.0, 8669.0, 8658.0, 8656.0, 8668.0, 8654.0, 8667.0, 8654.0, 8640.0, 8662.0, 8651.0, 8654.0, 8649.0, 8651.0, 8648.0, 8649.0, 8637.0, 8664.0, 8648.0, 8634.0, 8656.0, 8651.0, 8649.0, 8653.0, 8654.0, 8657.0, 8639.0, 8656.0, 8657.0, 8682.0, 8656.0, 8652.0, 8655.0, 8654.0, 8651.0, 8652.0, 8668.0, 8654.0, 8636.0, 8651.0, 8652.0, 8678.0, 8652.0, 8655.0, 8652.0, 8653.0, 8664.0, 8651.0, 8651.0, 8681.0, 8648.0, 8648.0, 8648.0, 8649.0, 8679.0, 8649.0, 8648.0, 8653.0, 8653.0, 8667.0, 8667.0, 8652.0, 8657.0, 8655.0, 8664.0, 8654.0, 8659.0, 8653.0, 8653.0, 8666.0, 8653.0, 8639.0, 8654.0, 8651.0, 8652.0, 8653.0, 8622.0, 8649.0, 8653.0, 8670.0, 8656.0, 8656.0, 8657.0, 8658.0, 8669.0, 8656.0, 8684.0, 8653.0, 8654.0, 8634.0, 8634.0, 8679.0, 8634.0, 8631.0, 8644.0, 8633.0, 8661.0, 8649.0, 8631.0, 8649.0, 8649.0, 8647.0, 8652.0, 8686.0, 8656.0, 8641.0, 8670.0, 8656.0, 8688.0, 8678.0, 8667.0, 8651.0, 8655.0, 8647.0, 8651.0, 8636.0, 8651.0, 8649.0, 8634.0, 8646.0, 8627.0, 8655.0, 8672.0, 8680.0, 8697.0, 8705.0, 8699.0, 8688.0, 8700.0, 8660.0, 8655.0, 8687.0, 8656.0, 8662.0, 8649.0, 8649.0, 8661.0, 8648.0, 8617.0, 8646.0, 8648.0, 8646.0, 8650.0, 8651.0, 8668.0, 8623.0, 8651.0, 8654.0, 8635.0, 8670.0, 8650.0, 8667.0, 8671.0, 8611.0, 8652.0, 8656.0, 8665.0, 8653.0, 8655.0, 8666.0, 8652.0, 8654.0, 8653.0, 8652.0, 8651.0, 8653.0, 8635.0, 8650.0, 8654.0, 8686.0, 8654.0, 8656.0, 8652.0, 8653.0, 8680.0, 8651.0, 8648.0, 8652.0, 8653.0, 8681.0, 8657.0, 8681.0, 8648.0, 8652.0, 8680.0, 8664.0, 8655.0, 8651.0, 8636.0, 8662.0, 8647.0, 8618.0, 8646.0, 8651.0, 8676.0, 8651.0, 8651.0, 8668.0, 8653.0, 8649.0, 8649.0, 8653.0, 8651.0, 8650.0, 8647.0, 8650.0, 8621.0, 8646.0, 8649.0, 8662.0, 8652.0, 8609.0, 8650.0, 8653.0, 8649.0, 8654.0, 8640.0, 8653.0, 8655.0, 8669.0, 8666.0, 8654.0, 8669.0, 8653.0, 8665.0, 8651.0, 8639.0, 8652.0, 8654.0, 8666.0, 8651.0, 8607.0, 8651.0, 8652.0, 8682.0, 8652.0, 8651.0, 8670.0, 8637.0, 8654.0, 8671.0, 8687.0, 8659.0, 8655.0, 8666.0, 8649.0, 8649.0, 8650.0, 8652.0, 8649.0, 8650.0, 8615.0, 8821.0, 8717.0, 8671.0, 8635.0, 8651.0, 8650.0, 8649.0, 8654.0, 8679.0, 8697.0, 8659.0, 8702.0, 8690.0, 8684.0, 8665.0, 8694.0, 8660.0, 8701.0, 8733.0, 8666.0, 8653.0, 8636.0, 8651.0, 8608.0, 8663.0, 8658.0, 8680.0, 8660.0, 8675.0, 8661.0, 8676.0, 8651.0, 8679.0, 8639.0, 8680.0, 8682.0, 8694.0, 8657.0, 8659.0, 8684.0, 8655.0, 8650.0, 8669.0, 8638.0, 8649.0, 8652.0, 8676.0, 8655.0, 8651.0, 8668.0, 8650.0, 8674.0, 8657.0, 8671.0, 8677.0, 8679.0, 8677.0, 8678.0, 8680.0, 8706.0, 8676.0, 8697.0, 8677.0, 8680.0, 8694.0, 8678.0, 8702.0, 8674.0, 8658.0, 8652.0, 8654.0, 8682.0, 8678.0, 8661.0, 8678.0, 8676.0, 8674.0, 8674.0, 8672.0, 8656.0, 8660.0, 8671.0, 8674.0, 8655.0, 8669.0, 8660.0, 8701.0, 8675.0, 8661.0, 8677.0, 8662.0, 8687.0, 8673.0, 8670.0, 8675.0, 8657.0, 8670.0, 8676.0, 8693.0, 8678.0, 8662.0, 8675.0, 8677.0, 8705.0, 8677.0, 8678.0, 8696.0, 8677.0, 8697.0, 8681.0, 8709.0, 8683.0, 8665.0, 8677.0, 8675.0, 8689.0, 8660.0, 8670.0, 8657.0, 8656.0, 8652.0, 8658.0, 8657.0, 8669.0, 8655.0, 8669.0, 8654.0, 8668.0, 8656.0, 8653.0, 8666.0, 8653.0, 8666.0, 8652.0, 8636.0, 8651.0, 8653.0, 8679.0, 8672.0, 8671.0, 8675.0, 8675.0, 8679.0, 8680.0, 8696.0, 8699.0, 8701.0, 8717.0, 8703.0, 8716.0, 8682.0, 8708.0, 8696.0, 8677.0, 8691.0, 8659.0, 8658.0, 8696.0, 8657.0, 8649.0, 8671.0, 8609.0, 8664.0, 8655.0, 8670.0, 8670.0, 8672.0, 8673.0, 8655.0, 8651.0, 8647.0, 8658.0, 8644.0, 8695.0, 8682.0, 8701.0, 8690.0, 8716.0, 8681.0, 8665.0, 8704.0, 8659.0, 8655.0, 8671.0, 8656.0, 8681.0, 8653.0, 8652.0, 8654.0, 8625.0, 8665.0, 8653.0, 8668.0, 8669.0, 8639.0, 8668.0, 8657.0, 8652.0, 8667.0, 8640.0, 8669.0, 8657.0, 8671.0, 8676.0, 8658.0, 8674.0, 8648.0, 8674.0, 8677.0, 8675.0, 8676.0, 8690.0, 8671.0, 8677.0, 8705.0, 8659.0, 8684.0, 8677.0, 8658.0, 8674.0, 8673.0, 8672.0, 8659.0, 8657.0, 8661.0, 8674.0, 8677.0, 8689.0, 8658.0, 8680.0, 8675.0, 8658.0, 8684.0, 8669.0, 8653.0, 8695.0, 8652.0, 8653.0, 8649.0, 8649.0, 8666.0, 8670.0, 8653.0, 8672.0, 8674.0, 8672.0, 8680.0, 8672.0, 8675.0, 8682.0, 8695.0, 8686.0, 8682.0, 8694.0, 8683.0, 8693.0, 8672.0, 8664.0, 8659.0, 8672.0, 8673.0, 8658.0, 8660.0, 8699.0, 8653.0, 8654.0, 8650.0, 8650.0, 8683.0, 8654.0, 8648.0, 8648.0, 8646.0, 8631.0, 8643.0, 8647.0, 8678.0, 8648.0, 8642.0, 8646.0, 8631.0, 8647.0, 8652.0, 8649.0, 8674.0, 8657.0, 8675.0, 8677.0, 8683.0, 8682.0, 8690.0, 8662.0, 8676.0, 8672.0, 8655.0, 8687.0, 8658.0, 8660.0, 8655.0, 8658.0, 8653.0, 8671.0, 8645.0, 8673.0, 8653.0, 8681.0, 8670.0, 8655.0, 8679.0, 8678.0, 8703.0, 8687.0, 8696.0, 8679.0, 8663.0, 8653.0, 8655.0, 8683.0, 8654.0, 8639.0, 8652.0, 8655.0, 8664.0, 8656.0, 8651.0, 8672.0, 8656.0, 8652.0, 8659.0, 8656.0, 8677.0, 8659.0, 8679.0, 8681.0, 8676.0, 8675.0, 8677.0, 8675.0, 8679.0, 8704.0, 8678.0, 8664.0, 8657.0, 8663.0, 8702.0, 8655.0, 8672.0, 8652.0, 8653.0, 8666.0, 8651.0, 8696.0, 8653.0, 8674.0, 8645.0, 8675.0, 8674.0, 8679.0, 8679.0, 8696.0, 8663.0, 8659.0, 8681.0, 8654.0, 8656.0, 8649.0, 8653.0, 8665.0, 8652.0, 8651.0, 8679.0, 8649.0, 8633.0, 8650.0, 8649.0, 8644.0, 8650.0, 8637.0, 8646.0, 8653.0, 8631.0, 8649.0, 8651.0, 8646.0, 8652.0, 8640.0, 8649.0, 8797.0, 8682.0, 8679.0, 8672.0, 8678.0, 8673.0, 8697.0, 8681.0, 8704.0, 8684.0, 8701.0, 8702.0, 8683.0, 8670.0, 8706.0, 8660.0, 8655.0, 8653.0, 8654.0, 8653.0, 8656.0, 8687.0, 8657.0, 8655.0, 8672.0, 8652.0, 8658.0, 8652.0, 8657.0, 8655.0, 8656.0, 8675.0, 8679.0, 8695.0, 8682.0, 8694.0, 8685.0, 8693.0, 8679.0, 8676.0, 8657.0, 8675.0, 8706.0, 8674.0, 8670.0, 8629.0, 8637.0, 8674.0, 8652.0, 8678.0, 8674.0, 8680.0, 8677.0, 8684.0, 8652.0, 8651.0, 8651.0, 8632.0, 8646.0, 8649.0, 8645.0, 8655.0, 8654.0, 8676.0, 8658.0, 8678.0, 8679.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0006500115074798618</td></tr>
<tr><td colspan=3>aqi</td><td>0.025453958688147295</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.151513908410124</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1601885092626734</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9711608986520739</td></tr>
<tr><td colspan=3>efc</td><td>0.5032</td></tr>
<tr><td colspan=3>fber</td><td>3985.4363</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0939856854227935</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.1070195627157653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2983810595205294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2791564002061317</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5147386673166854</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.101248111038771</td></tr>
<tr><td colspan=3>gcor</td><td>0.00484015</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01919069141149521</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030037585645914078</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.10921609144966</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.8131</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1069</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.6247</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299138.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.1411</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6428</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.8545</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3085.2038</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.5728</td></tr>
<tr><td colspan=3>tsnr</td><td>36.42048810166307</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>