<?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-0010_ses-03_task-social_acq-mb8_run-03_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-0010_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0010_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_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-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-03_task-social_acq-mb8_run-03_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-0010/ses-03/func/sub-0010_ses-03_task-social_acq-mb8_run-03_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>c34d2fa48e25a8e668d7b74b3dec89e8</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>15:25:4.755000</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_VE11C_LATEST_20160120</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.999779, 0.0133024, 0.0162514, -0.0139605, 0.999058, 0.0410794]</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-03_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.0725047</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7731, -7300, 622, -54, -17, 28, 84]</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>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d1b08cc9-8a96-43ff-a780-6f82c84e1cc5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682335138320923, -0.03745506703853607, 0.04236191138625145, 110.38511657714844], [-0.035689301788806915, 2.6804006099700928, 0.11150258034467697, -85.02178955078125], [0.04360119625926018, -0.11021311581134796, 2.697364091873169, -54.23923110961914], [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': ['152504.755000', '152505.215000', '152505.675000', '152506.135000', '152506.595000', '152507.055000', '152507.515000', '152507.975000', '152508.435000', '152508.895000', '152509.355000', '152509.815000', '152510.275000', '152510.735000', '152511.195000', '152511.655000', '152512.115000', '152512.575000', '152513.035000', '152513.495000', '152513.955000', '152514.415000', '152514.875000', '152515.335000', '152515.795000', '152516.255000', '152516.715000', '152517.175000', '152517.635000', '152518.095000', '152518.555000', '152519.015000', '152519.475000', '152519.935000', '152520.395000', '152520.855000', '152521.315000', '152521.775000', '152522.235000', '152522.695000', '152523.155000', '152523.615000', '152524.075000', '152524.535000', '152524.995000', '152525.455000', '152525.915000', '152526.375000', '152526.835000', '152527.295000', '152527.755000', '152528.215000', '152528.675000', '152529.135000', '152529.595000', '152530.055000', '152530.515000', '152530.975000', '152531.435000', '152531.895000', '152532.355000', '152532.815000', '152533.275000', '152533.735000', '152534.195000', '152534.655000', '152535.115000', '152535.575000', '152536.035000', '152536.495000', '152536.955000', '152537.415000', '152537.875000', '152538.335000', '152538.795000', '152539.255000', '152539.715000', '152540.175000', '152540.635000', '152541.095000', '152541.555000', '152542.015000', '152542.475000', '152542.935000', '152543.395000', '152543.855000', '152544.315000', '152544.775000', '152545.235000', '152545.695000', '152546.155000', '152546.615000', '152547.075000', '152547.535000', '152547.995000', '152548.455000', '152548.915000', '152549.375000', '152549.835000', '152550.295000', '152550.755000', '152551.215000', '152551.675000', '152552.135000', '152552.595000', '152553.055000', '152553.515000', '152553.975000', '152554.435000', '152554.895000', '152555.355000', '152555.815000', '152556.275000', '152556.735000', '152557.195000', '152557.655000', '152558.115000', '152558.575000', '152559.035000', '152559.495000', '152559.955000', '152600.415000', '152600.875000', '152601.335000', '152601.795000', '152602.255000', '152602.715000', '152603.175000', '152603.635000', '152604.095000', '152604.555000', '152605.015000', '152605.475000', '152605.935000', '152606.395000', '152606.855000', '152607.315000', '152607.775000', '152608.235000', '152608.695000', '152609.155000', '152609.615000', '152610.075000', '152610.535000', '152610.995000', '152611.455000', '152611.915000', '152612.375000', '152612.835000', '152613.295000', '152613.755000', '152614.215000', '152614.675000', '152615.135000', '152615.595000', '152616.055000', '152616.515000', '152616.975000', '152617.435000', '152617.895000', '152618.355000', '152618.815000', '152619.275000', '152619.735000', '152620.195000', '152620.655000', '152621.115000', '152621.575000', '152622.035000', '152622.495000', '152622.955000', '152623.415000', '152623.875000', '152624.335000', '152624.795000', '152625.255000', '152625.715000', '152626.175000', '152626.635000', '152627.095000', '152627.555000', '152628.015000', '152628.475000', '152628.935000', '152629.395000', '152629.855000', '152630.315000', '152630.775000', '152631.235000', '152631.695000', '152632.155000', '152632.615000', '152633.075000', '152633.535000', '152633.995000', '152634.455000', '152634.915000', '152635.375000', '152635.835000', '152636.295000', '152636.755000', '152637.215000', '152637.675000', '152638.135000', '152638.595000', '152639.055000', '152639.515000', '152639.975000', '152640.435000', '152640.895000', '152641.355000', '152641.815000', '152642.275000', '152642.735000', '152643.195000', '152643.655000', '152644.115000', '152644.575000', '152645.035000', '152645.495000', '152645.955000', '152646.415000', '152646.875000', '152647.335000', '152647.795000', '152648.255000', '152648.715000', '152649.175000', '152649.635000', '152650.095000', '152650.555000', '152651.015000', '152651.475000', '152651.935000', '152652.395000', '152652.855000', '152653.315000', '152653.775000', '152654.235000', '152654.695000', '152655.155000', '152655.615000', '152656.075000', '152656.535000', '152656.995000', '152657.455000', '152657.915000', '152658.375000', '152658.835000', '152659.295000', '152659.755000', '152700.215000', '152700.675000', '152701.135000', '152701.595000', '152702.055000', '152702.515000', '152702.975000', '152703.435000', '152703.895000', '152704.355000', '152704.815000', '152705.275000', '152705.735000', '152706.195000', '152706.655000', '152707.115000', '152707.575000', '152708.035000', '152708.495000', '152708.955000', '152709.415000', '152709.875000', '152710.335000', '152710.795000', '152711.255000', '152711.715000', '152712.175000', '152712.635000', '152713.095000', '152713.555000', '152714.015000', '152714.475000', '152714.935000', '152715.395000', '152715.855000', '152716.315000', '152716.775000', '152717.235000', '152717.695000', '152718.155000', '152718.615000', '152719.075000', '152719.535000', '152719.995000', '152720.455000', '152720.915000', '152721.375000', '152721.835000', '152722.295000', '152722.755000', '152723.215000', '152723.675000', '152724.135000', '152724.595000', '152725.055000', '152725.515000', '152725.975000', '152726.435000', '152726.895000', '152727.355000', '152727.815000', '152728.275000', '152728.735000', '152729.195000', '152729.655000', '152730.115000', '152730.575000', '152731.035000', '152731.495000', '152731.955000', '152732.415000', '152732.875000', '152733.335000', '152733.795000', '152734.255000', '152734.715000', '152735.175000', '152735.635000', '152736.095000', '152736.555000', '152737.015000', '152737.475000', '152737.935000', '152738.395000', '152738.855000', '152739.315000', '152739.775000', '152740.235000', '152740.695000', '152741.155000', '152741.615000', '152742.075000', '152742.535000', '152742.995000', '152743.455000', '152743.915000', '152744.375000', '152744.835000', '152745.295000', '152745.755000', '152746.215000', '152746.675000', '152747.135000', '152747.595000', '152748.055000', '152748.515000', '152748.975000', '152749.435000', '152749.895000', '152750.355000', '152750.815000', '152751.275000', '152751.735000', '152752.195000', '152752.655000', '152753.115000', '152753.575000', '152754.035000', '152754.495000', '152754.955000', '152755.415000', '152755.875000', '152756.335000', '152756.795000', '152757.255000', '152757.715000', '152758.175000', '152758.635000', '152759.095000', '152759.555000', '152800.015000', '152800.475000', '152800.935000', '152801.395000', '152801.855000', '152802.315000', '152802.775000', '152803.235000', '152803.695000', '152804.155000', '152804.615000', '152805.075000', '152805.535000', '152805.995000', '152806.455000', '152806.915000', '152807.375000', '152807.835000', '152808.295000', '152808.755000', '152809.215000', '152809.675000', '152810.135000', '152810.595000', '152811.055000', '152811.515000', '152811.975000', '152812.435000', '152812.895000', '152813.355000', '152813.815000', '152814.275000', '152814.735000', '152815.195000', '152815.655000', '152816.115000', '152816.575000', '152817.035000', '152817.495000', '152817.955000', '152818.415000', '152818.875000', '152819.335000', '152819.795000', '152820.255000', '152820.715000', '152821.175000', '152821.635000', '152822.095000', '152822.555000', '152823.015000', '152823.475000', '152823.935000', '152824.395000', '152824.855000', '152825.315000', '152825.775000', '152826.235000', '152826.695000', '152827.155000', '152827.615000', '152828.075000', '152828.535000', '152828.995000', '152829.455000', '152829.915000', '152830.375000', '152830.835000', '152831.295000', '152831.755000', '152832.215000', '152832.675000', '152833.135000', '152833.595000', '152834.055000', '152834.515000', '152834.975000', '152835.435000', '152835.895000', '152836.355000', '152836.815000', '152837.275000', '152837.735000', '152838.195000', '152838.655000', '152839.115000', '152839.575000', '152840.035000', '152840.495000', '152840.955000', '152841.415000', '152841.875000', '152842.335000', '152842.795000', '152843.255000', '152843.715000', '152844.175000', '152844.635000', '152845.095000', '152845.555000', '152846.015000', '152846.475000', '152846.935000', '152847.395000', '152847.855000', '152848.315000', '152848.775000', '152849.235000', '152849.695000', '152850.155000', '152850.615000', '152851.075000', '152851.535000', '152851.995000', '152852.455000', '152852.915000', '152853.375000', '152853.835000', '152854.295000', '152854.755000', '152855.215000', '152855.675000', '152856.135000', '152856.595000', '152857.055000', '152857.515000', '152857.975000', '152858.435000', '152858.895000', '152859.355000', '152859.815000', '152900.275000', '152900.735000', '152901.195000', '152901.655000', '152902.115000', '152902.575000', '152903.035000', '152903.495000', '152903.955000', '152904.415000', '152904.875000', '152905.335000', '152905.795000', '152906.255000', '152906.715000', '152907.175000', '152907.635000', '152908.095000', '152908.555000', '152909.015000', '152909.475000', '152909.935000', '152910.395000', '152910.855000', '152911.315000', '152911.775000', '152912.235000', '152912.695000', '152913.155000', '152913.615000', '152914.075000', '152914.535000', '152914.995000', '152915.455000', '152915.915000', '152916.375000', '152916.835000', '152917.295000', '152917.755000', '152918.215000', '152918.675000', '152919.135000', '152919.595000', '152920.055000', '152920.515000', '152920.975000', '152921.435000', '152921.895000', '152922.355000', '152922.815000', '152923.275000', '152923.735000', '152924.195000', '152924.655000', '152925.115000', '152925.575000', '152926.035000', '152926.495000', '152926.955000', '152927.415000', '152927.875000', '152928.335000', '152928.795000', '152929.255000', '152929.715000', '152930.175000', '152930.635000', '152931.095000', '152931.555000', '152932.015000', '152932.475000', '152932.935000', '152933.395000', '152933.855000', '152934.315000', '152934.775000', '152935.235000', '152935.695000', '152936.155000', '152936.615000', '152937.075000', '152937.535000', '152937.995000', '152938.455000', '152938.915000', '152939.375000', '152939.835000', '152940.295000', '152940.755000', '152941.215000', '152941.675000', '152942.135000', '152942.595000', '152943.055000', '152943.515000', '152943.975000', '152944.435000', '152944.895000', '152945.355000', '152945.815000', '152946.275000', '152946.735000', '152947.195000', '152947.655000', '152948.115000', '152948.575000', '152949.035000', '152949.495000', '152949.955000', '152950.415000', '152950.875000', '152951.335000', '152951.795000', '152952.255000', '152952.715000', '152953.175000', '152953.635000', '152954.095000', '152954.555000', '152955.015000', '152955.475000', '152955.935000', '152956.395000', '152956.855000', '152957.315000', '152957.775000', '152958.235000', '152958.695000', '152959.155000', '152959.615000', '153000.075000', '153000.535000', '153000.995000', '153001.455000', '153001.915000', '153002.375000', '153002.835000', '153003.295000', '153003.755000', '153004.215000', '153004.675000', '153005.135000', '153005.595000', '153006.055000', '153006.515000', '153006.975000', '153007.435000', '153007.895000', '153008.355000', '153008.815000', '153009.275000', '153009.735000', '153010.195000', '153010.655000', '153011.115000', '153011.575000', '153012.035000', '153012.495000', '153012.955000', '153013.415000', '153013.875000', '153014.335000', '153014.795000', '153015.255000', '153015.715000', '153016.175000', '153016.635000', '153017.095000', '153017.555000', '153018.015000', '153018.475000', '153018.935000', '153019.395000', '153019.855000', '153020.315000', '153020.775000', '153021.235000', '153021.695000', '153022.155000', '153022.615000', '153023.075000', '153023.535000', '153023.995000', '153024.455000', '153024.915000', '153025.375000', '153025.835000', '153026.295000', '153026.755000', '153027.215000', '153027.675000', '153028.135000', '153028.595000', '153029.055000', '153029.515000', '153029.975000', '153030.435000', '153030.895000', '153031.355000', '153031.815000', '153032.275000', '153032.735000', '153033.195000', '153033.655000', '153034.115000', '153034.575000', '153035.035000', '153035.495000', '153035.955000', '153036.415000', '153036.875000', '153037.335000', '153037.795000', '153038.255000', '153038.715000', '153039.175000', '153039.635000', '153040.095000', '153040.555000', '153041.015000', '153041.475000', '153041.935000', '153042.395000', '153042.855000', '153043.315000', '153043.775000', '153044.235000', '153044.695000', '153045.155000', '153045.615000', '153046.075000', '153046.535000', '153046.995000', '153047.455000', '153047.915000', '153048.375000', '153048.835000', '153049.295000', '153049.755000', '153050.215000', '153050.675000', '153051.135000', '153051.595000', '153052.055000', '153052.515000', '153052.975000', '153053.435000', '153053.895000', '153054.355000', '153054.815000', '153055.275000', '153055.735000', '153056.195000', '153056.655000', '153057.115000', '153057.575000', '153058.035000', '153058.495000', '153058.955000', '153059.415000', '153059.875000', '153100.335000', '153100.795000', '153101.255000', '153101.715000', '153102.175000', '153102.635000', '153103.095000', '153103.555000', '153104.015000', '153104.475000', '153104.935000', '153105.395000', '153105.855000', '153106.315000', '153106.775000', '153107.235000', '153107.695000', '153108.155000', '153108.615000', '153109.075000', '153109.535000', '153109.995000', '153110.455000', '153110.915000', '153111.375000', '153111.835000', '153112.295000', '153112.755000', '153113.215000', '153113.675000', '153114.135000', '153114.595000', '153115.055000', '153115.515000', '153115.975000', '153116.435000', '153116.895000', '153117.355000', '153117.815000', '153118.275000', '153118.735000', '153119.195000', '153119.655000', '153120.115000', '153120.575000', '153121.035000', '153121.495000', '153121.955000', '153122.415000', '153122.875000', '153123.335000', '153123.795000', '153124.255000', '153124.715000', '153125.175000', '153125.635000', '153126.095000', '153126.555000', '153127.015000', '153127.475000', '153127.935000', '153128.395000', '153128.855000', '153129.315000', '153129.775000', '153130.235000', '153130.695000', '153131.155000', '153131.615000', '153132.075000', '153132.535000', '153132.995000', '153133.455000', '153133.915000', '153134.375000', '153134.835000', '153135.295000', '153135.755000', '153136.215000', '153136.675000', '153137.135000', '153137.595000', '153138.055000', '153138.515000', '153138.975000', '153139.435000', '153139.895000', '153140.355000', '153140.815000', '153141.275000', '153141.735000', '153142.195000', '153142.655000', '153143.115000', '153143.575000', '153144.035000', '153144.495000', '153144.955000', '153145.415000'], 'ContentTime': ['152525.345000', '152525.349000', '152525.356000', '152525.359000', '152525.362000', '152525.364000', '152525.367000', '152525.370000', '152525.373000', '152525.376000', '152525.379000', '152525.381000', '152525.384000', '152525.387000', '152525.390000', '152525.393000', '152525.396000', '152525.398000', '152525.401000', '152525.404000', '152525.407000', '152525.410000', '152525.412000', '152525.415000', '152525.418000', '152525.421000', '152525.424000', '152525.427000', '152525.429000', '152525.432000', '152525.435000', '152525.440000', '152525.444000', '152525.447000', '152525.450000', '152525.453000', '152525.455000', '152525.458000', '152525.461000', '152525.464000', '152525.467000', '152525.470000', '152525.472000', '152545.310000', '152545.313000', '152545.316000', '152545.318000', '152545.321000', '152545.324000', '152545.327000', '152545.330000', '152545.333000', '152545.335000', '152545.338000', '152545.341000', '152545.344000', '152545.347000', '152545.350000', '152545.353000', '152545.355000', '152545.358000', '152545.361000', '152545.364000', '152545.367000', '152545.370000', '152545.373000', '152545.376000', '152545.378000', '152545.381000', '152545.384000', '152545.387000', '152545.390000', '152545.393000', '152545.395000', '152545.398000', '152545.401000', '152545.404000', '152545.407000', '152545.410000', '152545.413000', '152545.415000', '152545.418000', '152545.421000', '152545.424000', '152545.427000', '152545.430000', '152545.433000', '152605.310000', '152605.313000', '152605.316000', '152605.319000', '152605.322000', '152605.325000', '152605.327000', '152605.330000', '152605.333000', '152605.336000', '152605.339000', '152605.342000', '152605.345000', '152605.348000', '152605.350000', '152605.353000', '152605.356000', '152605.359000', '152605.362000', '152605.365000', '152605.367000', '152605.370000', '152605.373000', '152605.376000', '152605.379000', '152605.382000', '152605.385000', '152605.387000', '152605.391000', '152605.394000', '152605.397000', '152605.400000', '152605.403000', '152605.406000', '152605.409000', '152605.412000', '152605.414000', '152605.417000', '152605.420000', '152605.423000', '152605.436000', '152605.439000', '152605.442000', '152625.310000', '152625.313000', '152625.316000', '152625.319000', '152625.322000', '152625.324000', '152625.327000', '152625.330000', '152625.333000', '152625.336000', '152625.339000', '152625.341000', '152625.344000', '152625.347000', '152625.350000', '152625.353000', '152625.356000', '152625.358000', '152625.361000', '152625.364000', '152625.367000', '152625.370000', '152625.373000', '152625.376000', '152625.378000', '152625.381000', '152625.384000', '152625.387000', '152625.390000', '152625.392000', '152625.395000', '152625.398000', '152625.401000', '152625.404000', '152625.421000', '152625.424000', '152625.427000', '152625.430000', '152625.435000', '152625.438000', '152625.441000', '152625.444000', '152625.447000', '152625.450000', '152645.311000', '152645.314000', '152645.317000', '152645.319000', '152645.323000', '152645.325000', '152645.328000', '152645.331000', '152645.334000', '152645.337000', '152645.340000', '152645.343000', '152645.345000', '152645.348000', '152645.351000', '152645.354000', '152645.357000', '152645.360000', '152645.363000', '152645.365000', '152645.369000', '152645.371000', '152645.374000', '152645.377000', '152645.380000', '152645.383000', '152645.385000', '152645.388000', '152645.391000', '152645.394000', '152645.397000', '152645.400000', '152645.403000', '152645.406000', '152645.408000', '152645.411000', '152645.414000', '152645.417000', '152645.420000', '152645.423000', '152645.426000', '152645.428000', '152645.436000', '152705.311000', '152705.318000', '152705.321000', '152705.324000', '152705.327000', '152705.330000', '152705.333000', '152705.335000', '152705.338000', '152705.341000', '152705.344000', '152705.347000', '152705.350000', '152705.353000', '152705.355000', '152705.358000', '152705.361000', '152705.364000', '152705.367000', '152705.370000', '152705.373000', '152705.375000', '152705.378000', '152705.381000', '152705.384000', '152705.387000', '152705.390000', '152705.393000', '152705.395000', '152705.398000', '152705.401000', '152705.404000', '152705.407000', '152705.410000', '152705.413000', '152705.416000', '152705.419000', '152705.422000', '152705.424000', '152705.427000', '152705.430000', '152705.433000', '152705.436000', '152705.439000', '152725.310000', '152725.313000', '152725.316000', '152725.319000', '152725.322000', '152725.325000', '152725.328000', '152725.331000', '152725.333000', '152725.336000', '152725.339000', '152725.342000', '152725.345000', '152725.348000', '152725.351000', '152725.354000', '152725.356000', '152725.359000', '152725.362000', '152725.365000', '152725.368000', '152725.371000', '152725.373000', '152725.376000', '152725.379000', '152725.382000', '152725.385000', '152725.388000', '152725.391000', '152725.394000', '152725.396000', '152725.399000', '152725.402000', '152725.405000', '152725.408000', '152725.411000', '152725.414000', '152725.417000', '152725.420000', '152725.422000', '152725.425000', '152725.428000', '152725.432000', '152745.310000', '152745.313000', '152745.316000', '152745.319000', '152745.322000', '152745.324000', '152745.327000', '152745.330000', '152745.333000', '152745.336000', '152745.339000', '152745.342000', '152745.345000', '152745.347000', '152745.350000', '152745.353000', '152745.356000', '152745.359000', '152745.362000', '152745.364000', '152745.368000', '152745.370000', '152745.373000', '152745.376000', '152745.379000', '152745.382000', '152745.385000', '152745.388000', '152745.390000', '152745.393000', '152745.396000', '152745.399000', '152745.402000', '152745.405000', '152745.408000', '152745.411000', '152745.414000', '152745.416000', '152745.419000', '152745.422000', '152745.425000', '152745.428000', '152745.431000', '152745.433000', '152805.310000', '152805.313000', '152805.316000', '152805.319000', '152805.322000', '152805.325000', '152805.328000', '152805.330000', '152805.333000', '152805.336000', '152805.339000', '152805.342000', '152805.345000', '152805.347000', '152805.350000', '152805.353000', '152805.356000', '152805.359000', '152805.362000', '152805.365000', '152805.368000', '152805.370000', '152805.373000', '152805.376000', '152805.397000', '152805.400000', '152805.403000', '152805.405000', '152805.408000', '152805.411000', '152805.414000', '152805.417000', '152805.420000', '152805.422000', '152805.425000', '152805.428000', '152805.431000', '152805.434000', '152805.437000', '152805.440000', '152805.443000', '152805.445000', '152805.448000', '152825.310000', '152825.313000', '152825.316000', '152825.319000', '152825.322000', '152825.325000', '152825.327000', '152825.330000', '152825.333000', '152825.336000', '152825.339000', '152825.342000', '152825.345000', '152825.348000', '152825.350000', '152825.353000', '152825.356000', '152825.359000', '152825.362000', '152825.365000', '152825.368000', '152825.371000', '152825.373000', '152825.376000', '152825.379000', '152825.382000', '152825.385000', '152825.388000', '152825.391000', '152825.394000', '152825.397000', '152825.400000', '152825.402000', '152825.405000', '152825.408000', '152825.411000', '152825.414000', '152825.417000', '152825.420000', '152825.423000', '152825.425000', '152825.428000', '152825.431000', '152825.434000', '152845.310000', '152845.313000', '152845.316000', '152845.319000', '152845.322000', '152845.325000', '152845.327000', '152845.330000', '152845.333000', '152845.336000', '152845.339000', '152845.342000', '152845.345000', '152845.348000', '152845.350000', '152845.353000', '152845.356000', '152845.359000', '152845.362000', '152845.365000', '152845.368000', '152845.371000', '152845.373000', '152845.376000', '152845.379000', '152845.382000', '152845.385000', '152845.388000', '152845.391000', '152845.394000', '152845.396000', '152845.399000', '152845.402000', '152845.405000', '152845.408000', '152845.411000', '152845.414000', '152845.417000', '152845.419000', '152845.422000', '152845.425000', '152845.428000', '152845.431000', '152905.311000', '152905.314000', '152905.317000', '152905.320000', '152905.323000', '152905.325000', '152905.328000', '152905.331000', '152905.335000', '152905.339000', '152905.342000', '152905.345000', '152905.348000', '152905.351000', '152905.354000', '152905.357000', '152905.360000', '152905.362000', '152905.365000', '152905.368000', '152905.371000', '152905.374000', '152905.377000', '152905.379000', '152905.382000', '152905.385000', '152905.388000', '152905.391000', '152905.394000', '152905.396000', '152905.399000', '152905.402000', '152905.405000', '152905.408000', '152905.411000', '152905.413000', '152905.416000', '152905.419000', '152905.422000', '152905.425000', '152905.427000', '152905.430000', '152905.433000', '152925.311000', '152925.314000', '152925.317000', '152925.320000', '152925.323000', '152925.325000', '152925.328000', '152925.331000', '152925.334000', '152925.337000', '152925.340000', '152925.342000', '152925.345000', '152925.348000', '152925.351000', '152925.354000', '152925.357000', '152925.359000', '152925.362000', '152925.365000', '152925.368000', '152925.371000', '152925.374000', '152925.376000', '152925.379000', '152925.382000', '152925.385000', '152925.388000', '152925.391000', '152925.393000', '152925.396000', '152925.399000', '152925.402000', '152925.405000', '152925.408000', '152925.411000', '152925.413000', '152925.416000', '152925.419000', '152925.422000', '152925.425000', '152925.427000', '152925.430000', '152925.433000', '152945.322000', '152945.325000', '152945.328000', '152945.331000', '152945.334000', '152945.337000', '152945.340000', '152945.343000', '152945.346000', '152945.349000', '152945.351000', '152945.354000', '152945.357000', '152945.360000', '152945.363000', '152945.366000', '152945.369000', '152945.371000', '152945.374000', '152945.377000', '152945.380000', '152945.383000', '152945.386000', '152945.388000', '152945.391000', '152945.394000', '152945.397000', '152945.400000', '152945.403000', '152945.405000', '152945.408000', '152945.411000', '152945.414000', '152945.417000', '152945.420000', '152945.422000', '152945.425000', '152945.428000', '152945.431000', '152945.434000', '152945.436000', '152945.439000', '152945.442000', '153005.310000', '153005.313000', '153005.316000', '153005.319000', '153005.321000', '153005.324000', '153005.327000', '153005.330000', '153005.333000', '153005.335000', '153005.338000', '153005.341000', '153005.344000', '153005.347000', '153005.350000', '153005.353000', '153005.355000', '153005.358000', '153005.361000', '153005.364000', '153005.366000', '153005.369000', '153005.372000', '153005.375000', '153005.378000', '153005.381000', '153005.384000', '153005.386000', '153005.389000', '153005.392000', '153005.395000', '153005.398000', '153005.400000', '153005.403000', '153005.406000', '153005.409000', '153005.412000', '153005.414000', '153005.417000', '153005.420000', '153005.423000', '153005.426000', '153005.429000', '153005.431000', '153025.310000', '153025.313000', '153025.316000', '153025.319000', '153025.322000', '153025.324000', '153025.327000', '153025.330000', '153025.333000', '153025.336000', '153025.339000', '153025.341000', '153025.344000', '153025.347000', '153025.350000', '153025.353000', '153025.356000', '153025.359000', '153025.362000', '153025.365000', '153025.368000', '153025.371000', '153025.373000', '153025.376000', '153025.379000', '153025.382000', '153025.385000', '153025.388000', '153025.390000', '153025.393000', '153025.396000', '153025.399000', '153025.402000', '153025.404000', '153025.407000', '153025.410000', '153025.413000', '153025.416000', '153025.419000', '153025.422000', '153025.424000', '153025.427000', '153025.430000', '153045.310000', '153045.313000', '153045.316000', '153045.319000', '153045.321000', '153045.324000', '153045.327000', '153045.330000', '153045.333000', '153045.336000', '153045.339000', '153045.341000', '153045.344000', '153045.347000', '153045.350000', '153045.353000', '153045.355000', '153045.358000', '153045.361000', '153045.364000', '153045.367000', '153045.370000', '153045.373000', '153045.375000', '153045.378000', '153045.381000', '153045.384000', '153045.387000', '153045.389000', '153045.392000', '153045.395000', '153045.398000', '153045.401000', '153045.403000', '153045.406000', '153045.409000', '153045.412000', '153045.415000', '153045.418000', '153045.420000', '153045.423000', '153045.426000', '153045.429000', '153045.432000', '153105.310000', '153105.313000', '153105.316000', '153105.319000', '153105.321000', '153105.324000', '153105.341000', '153105.344000', '153105.347000', '153105.350000', '153105.353000', '153105.356000', '153105.359000', '153105.365000', '153105.368000', '153105.373000', '153105.375000', '153105.378000', '153105.381000', '153105.384000', '153105.387000', '153105.390000', '153105.393000', '153105.396000', '153105.398000', '153105.401000', '153105.404000', '153105.407000', '153105.410000', '153105.412000', '153105.415000', '153105.418000', '153105.421000', '153105.424000', '153105.427000', '153105.429000', '153105.432000', '153105.435000', '153105.438000', '153105.441000', '153105.443000', '153105.446000', '153105.449000', '153125.311000', '153125.314000', '153125.317000', '153125.320000', '153125.323000', '153125.326000', '153125.328000', '153125.331000', '153125.334000', '153125.337000', '153125.340000', '153125.342000', '153125.345000', '153125.348000', '153125.351000', '153125.354000', '153125.357000', '153125.359000', '153125.362000', '153125.365000', '153125.368000', '153125.371000', '153125.374000', '153125.376000', '153125.379000', '153125.382000', '153125.385000', '153125.388000', '153125.390000', '153125.393000', '153125.396000', '153125.399000', '153125.402000', '153125.405000', '153125.408000', '153125.411000', '153125.413000', '153125.416000', '153125.419000', '153125.422000', '153125.425000', '153125.428000', '153125.430000', '153125.433000', '153145.311000', '153145.314000', '153145.317000', '153145.320000', '153145.323000', '153145.325000', '153145.328000', '153145.331000', '153145.334000', '153145.337000', '153145.339000', '153145.342000', '153145.345000', '153145.348000', '153145.351000', '153145.353000', '153145.356000', '153145.359000', '153145.362000', '153145.365000', '153145.368000', '153145.371000', '153145.373000', '153145.376000', '153145.379000', '153145.382000', '153145.385000', '153145.388000', '153145.392000', '153145.397000', '153145.400000', '153145.403000', '153145.406000', '153145.408000', '153145.411000', '153145.414000', '153145.417000', '153145.420000', '153145.422000', '153145.425000', '153145.428000', '153145.431000', '153145.434000', '153146.356000', '153146.360000', '153146.363000'], 'InstanceCreationTime': ['152525.345000', '152525.349000', '152525.356000', '152525.359000', '152525.362000', '152525.364000', '152525.367000', '152525.370000', '152525.373000', '152525.376000', '152525.379000', '152525.381000', '152525.384000', '152525.387000', '152525.390000', '152525.393000', '152525.396000', '152525.398000', '152525.401000', '152525.404000', '152525.407000', '152525.410000', '152525.412000', '152525.415000', '152525.418000', '152525.421000', '152525.424000', '152525.427000', '152525.429000', '152525.432000', '152525.435000', '152525.440000', '152525.444000', '152525.447000', '152525.450000', '152525.453000', '152525.455000', '152525.458000', '152525.461000', '152525.464000', '152525.467000', '152525.470000', '152525.472000', '152545.310000', '152545.313000', '152545.316000', '152545.318000', '152545.321000', '152545.324000', '152545.327000', '152545.330000', '152545.333000', '152545.335000', '152545.338000', '152545.341000', '152545.344000', '152545.347000', '152545.350000', '152545.353000', '152545.355000', '152545.358000', '152545.361000', '152545.364000', '152545.367000', '152545.370000', '152545.373000', '152545.376000', '152545.378000', '152545.381000', '152545.384000', '152545.387000', '152545.390000', '152545.393000', '152545.395000', '152545.398000', '152545.401000', '152545.404000', '152545.407000', '152545.410000', '152545.413000', '152545.415000', '152545.418000', '152545.421000', '152545.424000', '152545.427000', '152545.430000', '152545.433000', '152605.310000', '152605.313000', '152605.316000', '152605.319000', '152605.322000', '152605.325000', '152605.327000', '152605.330000', '152605.333000', '152605.336000', '152605.339000', '152605.342000', '152605.345000', '152605.348000', '152605.350000', '152605.353000', '152605.356000', '152605.359000', '152605.362000', '152605.365000', '152605.367000', '152605.370000', '152605.373000', '152605.376000', '152605.379000', '152605.382000', '152605.385000', '152605.387000', '152605.391000', '152605.394000', '152605.397000', '152605.400000', '152605.403000', '152605.406000', '152605.409000', '152605.412000', '152605.414000', '152605.417000', '152605.420000', '152605.423000', '152605.436000', '152605.439000', '152605.442000', '152625.310000', '152625.313000', '152625.316000', '152625.319000', '152625.322000', '152625.324000', '152625.327000', '152625.330000', '152625.333000', '152625.336000', '152625.339000', '152625.341000', '152625.344000', '152625.347000', '152625.350000', '152625.353000', '152625.356000', '152625.358000', '152625.361000', '152625.364000', '152625.367000', '152625.370000', '152625.373000', '152625.376000', '152625.378000', '152625.381000', '152625.384000', '152625.387000', '152625.390000', '152625.392000', '152625.395000', '152625.398000', '152625.401000', '152625.404000', '152625.421000', '152625.424000', '152625.427000', '152625.430000', '152625.435000', '152625.438000', '152625.441000', '152625.444000', '152625.447000', '152625.450000', '152645.311000', '152645.314000', '152645.317000', '152645.319000', '152645.323000', '152645.325000', '152645.328000', '152645.331000', '152645.334000', '152645.337000', '152645.340000', '152645.343000', '152645.345000', '152645.348000', '152645.351000', '152645.354000', '152645.357000', '152645.360000', '152645.363000', '152645.365000', '152645.369000', '152645.371000', '152645.374000', '152645.377000', '152645.380000', '152645.383000', '152645.385000', '152645.388000', '152645.391000', '152645.394000', '152645.397000', '152645.400000', '152645.403000', '152645.406000', '152645.408000', '152645.411000', '152645.414000', '152645.417000', '152645.420000', '152645.423000', '152645.426000', '152645.428000', '152645.436000', '152705.311000', '152705.318000', '152705.321000', '152705.324000', '152705.327000', '152705.330000', '152705.333000', '152705.335000', '152705.338000', '152705.341000', '152705.344000', '152705.347000', '152705.350000', '152705.353000', '152705.355000', '152705.358000', '152705.361000', '152705.364000', '152705.367000', '152705.370000', '152705.373000', '152705.375000', '152705.378000', '152705.381000', '152705.384000', '152705.387000', '152705.390000', '152705.393000', '152705.395000', '152705.398000', '152705.401000', '152705.404000', '152705.407000', '152705.410000', '152705.413000', '152705.416000', '152705.419000', '152705.422000', '152705.424000', '152705.427000', '152705.430000', '152705.433000', '152705.436000', '152705.439000', '152725.310000', '152725.313000', '152725.316000', '152725.319000', '152725.322000', '152725.325000', '152725.328000', '152725.331000', '152725.333000', '152725.336000', '152725.339000', '152725.342000', '152725.345000', '152725.348000', '152725.351000', '152725.354000', '152725.356000', '152725.359000', '152725.362000', '152725.365000', '152725.368000', '152725.371000', '152725.373000', '152725.376000', '152725.379000', '152725.382000', '152725.385000', '152725.388000', '152725.391000', '152725.394000', '152725.396000', '152725.399000', '152725.402000', '152725.405000', '152725.408000', '152725.411000', '152725.414000', '152725.417000', '152725.420000', '152725.422000', '152725.425000', '152725.428000', '152725.432000', '152745.310000', '152745.313000', '152745.316000', '152745.319000', '152745.322000', '152745.324000', '152745.327000', '152745.330000', '152745.333000', '152745.336000', '152745.339000', '152745.342000', '152745.345000', '152745.347000', '152745.350000', '152745.353000', '152745.356000', '152745.359000', '152745.362000', '152745.364000', '152745.368000', '152745.370000', '152745.373000', '152745.376000', '152745.379000', '152745.382000', '152745.385000', '152745.388000', '152745.390000', '152745.393000', '152745.396000', '152745.399000', '152745.402000', '152745.405000', '152745.408000', '152745.411000', '152745.414000', '152745.416000', '152745.419000', '152745.422000', '152745.425000', '152745.428000', '152745.431000', '152745.433000', '152805.310000', '152805.313000', '152805.316000', '152805.319000', '152805.322000', '152805.325000', '152805.328000', '152805.330000', '152805.333000', '152805.336000', '152805.339000', '152805.342000', '152805.345000', '152805.347000', '152805.350000', '152805.353000', '152805.356000', '152805.359000', '152805.362000', '152805.365000', '152805.368000', '152805.370000', '152805.373000', '152805.376000', '152805.397000', '152805.400000', '152805.403000', '152805.405000', '152805.408000', '152805.411000', '152805.414000', '152805.417000', '152805.420000', '152805.422000', '152805.425000', '152805.428000', '152805.431000', '152805.434000', '152805.437000', '152805.440000', '152805.443000', '152805.445000', '152805.448000', '152825.310000', '152825.313000', '152825.316000', '152825.319000', '152825.322000', '152825.325000', '152825.327000', '152825.330000', '152825.333000', '152825.336000', '152825.339000', '152825.342000', '152825.345000', '152825.348000', '152825.350000', '152825.353000', '152825.356000', '152825.359000', '152825.362000', '152825.365000', '152825.368000', '152825.371000', '152825.373000', '152825.376000', '152825.379000', '152825.382000', '152825.385000', '152825.388000', '152825.391000', '152825.394000', '152825.397000', '152825.400000', '152825.402000', '152825.405000', '152825.408000', '152825.411000', '152825.414000', '152825.417000', '152825.420000', '152825.423000', '152825.425000', '152825.428000', '152825.431000', '152825.434000', '152845.310000', '152845.313000', '152845.316000', '152845.319000', '152845.322000', '152845.325000', '152845.327000', '152845.330000', '152845.333000', '152845.336000', '152845.339000', '152845.342000', '152845.345000', '152845.348000', '152845.350000', '152845.353000', '152845.356000', '152845.359000', '152845.362000', '152845.365000', '152845.368000', '152845.371000', '152845.373000', '152845.376000', '152845.379000', '152845.382000', '152845.385000', '152845.388000', '152845.391000', '152845.394000', '152845.396000', '152845.399000', '152845.402000', '152845.405000', '152845.408000', '152845.411000', '152845.414000', '152845.417000', '152845.419000', '152845.422000', '152845.425000', '152845.428000', '152845.431000', '152905.311000', '152905.314000', '152905.317000', '152905.320000', '152905.323000', '152905.325000', '152905.328000', '152905.331000', '152905.335000', '152905.339000', '152905.342000', '152905.345000', '152905.348000', '152905.351000', '152905.354000', '152905.357000', '152905.360000', '152905.362000', '152905.365000', '152905.368000', '152905.371000', '152905.374000', '152905.377000', '152905.379000', '152905.382000', '152905.385000', '152905.388000', '152905.391000', '152905.394000', '152905.396000', '152905.399000', '152905.402000', '152905.405000', '152905.408000', '152905.411000', '152905.413000', '152905.416000', '152905.419000', '152905.422000', '152905.425000', '152905.427000', '152905.430000', '152905.433000', '152925.311000', '152925.314000', '152925.317000', '152925.320000', '152925.323000', '152925.325000', '152925.328000', '152925.331000', '152925.334000', '152925.337000', '152925.340000', '152925.342000', '152925.345000', '152925.348000', '152925.351000', '152925.354000', '152925.357000', '152925.359000', '152925.362000', '152925.365000', '152925.368000', '152925.371000', '152925.374000', '152925.376000', '152925.379000', '152925.382000', '152925.385000', '152925.388000', '152925.391000', '152925.393000', '152925.396000', '152925.399000', '152925.402000', '152925.405000', '152925.408000', '152925.411000', '152925.413000', '152925.416000', '152925.419000', '152925.422000', '152925.425000', '152925.427000', '152925.430000', '152925.433000', '152945.322000', '152945.325000', '152945.328000', '152945.331000', '152945.334000', '152945.337000', '152945.340000', '152945.343000', '152945.346000', '152945.349000', '152945.351000', '152945.354000', '152945.357000', '152945.360000', '152945.363000', '152945.366000', '152945.369000', '152945.371000', '152945.374000', '152945.377000', '152945.380000', '152945.383000', '152945.386000', '152945.388000', '152945.391000', '152945.394000', '152945.397000', '152945.400000', '152945.403000', '152945.405000', '152945.408000', '152945.411000', '152945.414000', '152945.417000', '152945.420000', '152945.422000', '152945.425000', '152945.428000', '152945.431000', '152945.434000', '152945.436000', '152945.439000', '152945.442000', '153005.310000', '153005.313000', '153005.316000', '153005.319000', '153005.321000', '153005.324000', '153005.327000', '153005.330000', '153005.333000', '153005.335000', '153005.338000', '153005.341000', '153005.344000', '153005.347000', '153005.350000', '153005.353000', '153005.355000', '153005.358000', '153005.361000', '153005.364000', '153005.366000', '153005.369000', '153005.372000', '153005.375000', '153005.378000', '153005.381000', '153005.384000', '153005.386000', '153005.389000', '153005.392000', '153005.395000', '153005.398000', '153005.400000', '153005.403000', '153005.406000', '153005.409000', '153005.412000', '153005.414000', '153005.417000', '153005.420000', '153005.423000', '153005.426000', '153005.429000', '153005.431000', '153025.310000', '153025.313000', '153025.316000', '153025.319000', '153025.322000', '153025.324000', '153025.327000', '153025.330000', '153025.333000', '153025.336000', '153025.339000', '153025.341000', '153025.344000', '153025.347000', '153025.350000', '153025.353000', '153025.356000', '153025.359000', '153025.362000', '153025.365000', '153025.368000', '153025.371000', '153025.373000', '153025.376000', '153025.379000', '153025.382000', '153025.385000', '153025.388000', '153025.390000', '153025.393000', '153025.396000', '153025.399000', '153025.402000', '153025.404000', '153025.407000', '153025.410000', '153025.413000', '153025.416000', '153025.419000', '153025.422000', '153025.424000', '153025.427000', '153025.430000', '153045.310000', '153045.313000', '153045.316000', '153045.319000', '153045.321000', '153045.324000', '153045.327000', '153045.330000', '153045.333000', '153045.336000', '153045.339000', '153045.341000', '153045.344000', '153045.347000', '153045.350000', '153045.353000', '153045.355000', '153045.358000', '153045.361000', '153045.364000', '153045.367000', '153045.370000', '153045.373000', '153045.375000', '153045.378000', '153045.381000', '153045.384000', '153045.387000', '153045.389000', '153045.392000', '153045.395000', '153045.398000', '153045.401000', '153045.403000', '153045.406000', '153045.409000', '153045.412000', '153045.415000', '153045.418000', '153045.420000', '153045.423000', '153045.426000', '153045.429000', '153045.432000', '153105.310000', '153105.313000', '153105.316000', '153105.319000', '153105.321000', '153105.324000', '153105.341000', '153105.344000', '153105.347000', '153105.350000', '153105.353000', '153105.356000', '153105.359000', '153105.365000', '153105.368000', '153105.373000', '153105.375000', '153105.378000', '153105.381000', '153105.384000', '153105.387000', '153105.390000', '153105.393000', '153105.396000', '153105.398000', '153105.401000', '153105.404000', '153105.407000', '153105.410000', '153105.412000', '153105.415000', '153105.418000', '153105.421000', '153105.424000', '153105.427000', '153105.429000', '153105.432000', '153105.435000', '153105.438000', '153105.441000', '153105.443000', '153105.446000', '153105.449000', '153125.311000', '153125.314000', '153125.317000', '153125.320000', '153125.323000', '153125.326000', '153125.328000', '153125.331000', '153125.334000', '153125.337000', '153125.340000', '153125.342000', '153125.345000', '153125.348000', '153125.351000', '153125.354000', '153125.357000', '153125.359000', '153125.362000', '153125.365000', '153125.368000', '153125.371000', '153125.374000', '153125.376000', '153125.379000', '153125.382000', '153125.385000', '153125.388000', '153125.390000', '153125.393000', '153125.396000', '153125.399000', '153125.402000', '153125.405000', '153125.408000', '153125.411000', '153125.413000', '153125.416000', '153125.419000', '153125.422000', '153125.425000', '153125.428000', '153125.430000', '153125.433000', '153145.311000', '153145.314000', '153145.317000', '153145.320000', '153145.323000', '153145.325000', '153145.328000', '153145.331000', '153145.334000', '153145.337000', '153145.339000', '153145.342000', '153145.345000', '153145.348000', '153145.351000', '153145.353000', '153145.356000', '153145.359000', '153145.362000', '153145.365000', '153145.368000', '153145.371000', '153145.373000', '153145.376000', '153145.379000', '153145.382000', '153145.385000', '153145.388000', '153145.392000', '153145.397000', '153145.400000', '153145.403000', '153145.406000', '153145.408000', '153145.411000', '153145.414000', '153145.417000', '153145.420000', '153145.422000', '153145.425000', '153145.428000', '153145.431000', '153145.434000', '153146.356000', '153146.360000', '153146.363000'], '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': [9989, 13808, 9671, 11068, 9575, 11046, 9550, 14383, 9652, 15529, 9471, 12600, 9452, 12673, 9836, 13289, 9598, 11289, 9716, 9060, 9989, 9710, 10090, 10580, 10354, 10046, 10228, 10271, 10402, 10020, 10520, 9917, 11009, 9925, 10258, 9436, 10572, 9041, 11281, 9414, 13382, 9706, 11911, 9795, 10826, 10108, 10132, 10559, 9861, 11258, 9295, 12844, 10170, 13901, 12545, 16157, 12876, 17345, 11490, 16778, 11405, 16269, 10653, 16773, 10975, 14287, 9529, 13659, 9572, 14722, 9745, 15039, 9454, 10670, 9136, 10085, 9702, 9872, 10636, 8358, 11391, 9321, 12338, 10157, 12581, 10317, 9905, 10331, 10014, 10957, 9704, 10219, 9509, 12089, 9303, 10184, 9729, 9643, 17656, 12338, 17695, 12695, 12415, 9857, 11353, 9123, 9640, 9509, 8850, 9065, 8678, 9054, 9109, 8818, 9762, 9476, 10127, 9299, 10314, 9829, 10241, 10431, 10930, 9457, 9741, 12249, 9893, 17778, 11660, 16257, 9633, 11029, 9537, 13739, 9750, 17048, 10592, 14061, 9649, 10158, 9977, 10350, 10693, 9901, 14995, 9743, 13928, 9332, 14266, 10480, 14375, 11235, 13161, 9559, 10985, 9166, 10329, 9419, 10073, 9730, 10001, 9661, 10702, 9488, 12140, 10290, 11929, 9514, 12638, 9865, 13720, 12173, 12888, 9666, 10528, 9992, 9134, 9778, 9481, 12705, 9371, 8974, 9934, 11297, 10108, 13491, 9790, 12367, 9321, 10126, 8978, 9942, 9327, 10485, 9561, 10500, 9689, 10820, 9549, 11441, 9998, 12786, 13963, 10885, 14689, 9284, 17460, 9647, 18206, 11863, 16244, 12242, 13831, 9386, 11626, 9367, 11219, 9782, 11307, 9948, 11837, 9975, 9305, 12400, 9416, 18329, 10073, 14069, 11136, 11411, 9811, 9046, 9963, 9642, 14623, 9639, 12400, 9909, 12392, 9962, 11656, 9755, 10998, 9560, 9915, 9449, 10167, 9619, 9364, 14197, 9852, 18210, 12014, 13264, 9710, 11618, 9943, 9888, 10120, 9587, 14354, 9953, 9725, 9968, 8736, 9903, 11291, 9798, 11434, 9627, 12094, 9714, 14065, 9953, 12330, 10983, 15458, 9661, 14986, 9732, 13935, 10112, 14485, 9820, 15195, 9715, 10721, 9379, 15085, 9338, 18122, 12662, 18495, 13688, 16212, 9659, 15594, 9669, 16113, 9725, 15191, 11572, 15776, 9768, 13162, 9834, 10866, 9456, 10689, 9870, 10244, 9358, 10136, 9548, 9911, 9508, 9564, 15657, 9731, 17597, 9540, 13711, 9182, 11564, 9528, 9609, 9615, 8192, 9750, 8471, 9413, 9026, 9676, 9471, 9931, 9792, 9399, 9186, 9515, 9864, 14590, 9836, 16171, 10107, 15712, 9695, 15457, 9952, 13208, 11094, 16096, 10054, 15754, 9579, 14739, 11026, 14852, 12012, 16324, 10215, 16403, 10947, 17441, 11497, 17223, 12361, 16724, 10407, 16000, 9586, 15656, 10513, 13585, 11826, 15207, 9858, 14486, 10027, 13520, 9650, 11668, 10129, 12333, 9561, 11771, 9581, 11041, 9372, 10941, 9431, 10646, 9706, 10174, 9528, 10722, 9318, 10086, 9213, 10540, 8050, 11189, 9605, 10619, 9698, 14182, 9490, 16293, 12762, 15047, 10834, 12822, 10744, 12360, 10654, 11162, 8823, 10112, 9004, 10001, 8968, 9284, 8956, 8911, 9214, 9947, 8854, 10613, 9505, 10534, 9407, 10856, 9694, 10835, 9494, 10805, 9551, 11756, 9678, 13411, 11560, 12162, 9732, 9429, 12375, 9618, 15909, 10165, 17578, 10160, 14437, 9780, 14388, 9410, 13095, 10908, 13389, 9862, 10055, 9279, 9484, 10914, 9779, 17032, 10007, 17223, 10073, 14419, 9967, 14551, 9706, 12053, 9743, 11807, 9588, 11477, 9138, 10691, 9412, 9521, 11528, 9814, 11568, 9563, 11209, 9749, 12331, 10467, 12832, 10168, 9292, 9533, 9584, 9599, 9736, 10119, 15481, 10661, 14069, 9389, 15238, 9818, 18161, 10845, 19233, 13859, 14558, 10086, 12233, 9475, 11009, 9339, 9367, 9368, 8576, 9190, 9518, 9917, 9743, 16982, 10109, 16745, 11366, 12468, 9675, 10773, 9570, 9940, 9804, 9871, 9739, 9895, 9326, 9550, 8768, 9719, 15762, 10127, 13631, 9835, 12654, 9652, 14416, 9852, 13841, 9852, 13054, 9603, 12460, 9299, 12407, 9188, 12835, 9713, 12881, 9456, 10739, 9304, 10571, 10473, 9952, 13022, 9574, 9461, 9879, 9411, 9471, 15163, 10090, 16848, 9794, 14507, 9921, 15196, 10115, 18079, 11102, 17097, 10063, 12943, 9529, 12056, 9567, 12153, 10821, 11074, 9454, 9621, 9099, 9826, 10041, 9876, 12936, 9654, 15771, 9577, 13356, 9604, 12325, 10199, 10854, 9107, 9830, 9290, 9341, 9629, 9835, 9756, 9641, 9436, 9657, 9167, 10330, 9349, 10688, 9084, 11946, 9474, 10190, 9361, 9871, 12474, 9860, 17116, 10077, 15366, 9926, 15915, 9850, 13406, 9934, 11835, 9416, 12021, 9831, 11262, 8790, 10158, 8969, 11287, 9132, 12799, 11180, 10808, 9590, 9725, 9508, 9951, 16797, 9969, 15956, 9589, 8907, 8800, 8070, 9272, 9250, 10328, 9800, 8824, 9302, 9626, 15259, 10041, 14862, 10620, 11366, 11040, 17240, 11315, 18557, 12880, 16615, 9640, 13861, 9920, 11909, 9923, 11563, 10011, 8565, 9863, 8701, 10001, 9430, 10531, 9901, 11574, 9777, 10232, 9800, 10583, 12030, 10442, 16956, 10896, 16804, 10078, 16638, 10218, 16726, 10005, 12958, 10878, 12080, 10156, 11553, 9327, 9976, 9357, 10014, 12942, 9668, 17285, 10566, 12904, 9900, 15475, 9846, 16305, 9748, 13065, 11119, 12493, 9491, 11080, 9290, 10890, 9322, 10608, 9526, 11479, 9326, 10339, 9223, 9803, 15203, 10113, 18435, 12323, 16093, 9944, 15475, 9924, 12517, 9517, 10972, 9678, 10188, 9266, 10054, 9366, 10355, 9437, 11695, 9359, 12057, 9088, 11513, 9696, 11914, 9312, 12780, 9379, 11608, 9175, 10005, 9535, 11427, 9635, 14246, 11635, 14893, 10415, 13887, 11064, 13437, 12955, 12508, 15793, 11452, 14069, 9658, 16133, 9671, 17098, 10158, 16663, 10089, 12655, 9844, 8571, 10067, 8898, 10093, 10563, 10172, 9807, 10048, 12477, 10036, 17526, 11060, 17989, 12770, 16432, 9875, 12902, 10137, 12370, 9988, 13163, 9347, 11484, 9360, 9457, 9252, 10103, 9591, 10669, 9585, 9868, 9727, 9802, 11526, 9773, 9898, 9934, 10288, 11226, 9648, 9641, 9687, 11437, 9474, 12107, 9239, 11587, 9705, 11993, 10225, 14179, 9744, 9811, 14279, 11498, 15186, 12701, 17116, 11122, 17120, 12335, 17638, 11993, 14620, 11374, 13075, 9687, 11069, 9960, 9481, 9987, 8177, 9889, 8243, 9558, 8962, 9395, 9373, 9749, 9419, 9450, 9404], 'WindowCenter': [4609.0, 4613.0, 4580.0, 4577.0, 4567.0, 4575.0, 4567.0, 4596.0, 4566.0, 4595.0, 4556.0, 4573.0, 4553.0, 4572.0, 4565.0, 4583.0, 4554.0, 4563.0, 4555.0, 4554.0, 4564.0, 4555.0, 4565.0, 4575.0, 4566.0, 4555.0, 4564.0, 4563.0, 4564.0, 4553.0, 4575.0, 4566.0, 4575.0, 4566.0, 4563.0, 4552.0, 4575.0, 4568.0, 4578.0, 4578.0, 4597.0, 4578.0, 4588.0, 4591.0, 4602.0, 4591.0, 4578.0, 4579.0, 4578.0, 4588.0, 4568.0, 4588.0, 4579.0, 4600.0, 4587.0, 4605.0, 4586.0, 4605.0, 4575.0, 4592.0, 4562.0, 4592.0, 4564.0, 4591.0, 4562.0, 4582.0, 4552.0, 4570.0, 4550.0, 4580.0, 4551.0, 4581.0, 4553.0, 4561.0, 4554.0, 4577.0, 4564.0, 4566.0, 4577.0, 4559.0, 4588.0, 4566.0, 4595.0, 4589.0, 4608.0, 4588.0, 4576.0, 4577.0, 4589.0, 4587.0, 4579.0, 4590.0, 4591.0, 4613.0, 4581.0, 4591.0, 4577.0, 4580.0, 4618.0, 4589.0, 4618.0, 4596.0, 4584.0, 4565.0, 4577.0, 4578.0, 4578.0, 4577.0, 4568.0, 4566.0, 4556.0, 4566.0, 4565.0, 4580.0, 4580.0, 4579.0, 4589.0, 4580.0, 4580.0, 4591.0, 4592.0, 4592.0, 4592.0, 4579.0, 4580.0, 4588.0, 4579.0, 4619.0, 4589.0, 4607.0, 4567.0, 4574.0, 4565.0, 4596.0, 4568.0, 4617.0, 4577.0, 4593.0, 4566.0, 4563.0, 4555.0, 4567.0, 4567.0, 4566.0, 4596.0, 4558.0, 4587.0, 4556.0, 4586.0, 4554.0, 4583.0, 4564.0, 4572.0, 4551.0, 4551.0, 4540.0, 4552.0, 4554.0, 4553.0, 4562.0, 4564.0, 4565.0, 4564.0, 4567.0, 4588.0, 4567.0, 4572.0, 4553.0, 4575.0, 4565.0, 4597.0, 4575.0, 4571.0, 4554.0, 4561.0, 4549.0, 4541.0, 4552.0, 4551.0, 4572.0, 4552.0, 4541.0, 4551.0, 4561.0, 4561.0, 4583.0, 4564.0, 4573.0, 4553.0, 4563.0, 4556.0, 4578.0, 4582.0, 4590.0, 4582.0, 4589.0, 4580.0, 4579.0, 4569.0, 4588.0, 4581.0, 4590.0, 4598.0, 4577.0, 4585.0, 4555.0, 4592.0, 4554.0, 4601.0, 4574.0, 4592.0, 4574.0, 4571.0, 4553.0, 4560.0, 4553.0, 4563.0, 4554.0, 4562.0, 4554.0, 4573.0, 4551.0, 4541.0, 4560.0, 4552.0, 4603.0, 4551.0, 4584.0, 4563.0, 4561.0, 4551.0, 4540.0, 4552.0, 4552.0, 4581.0, 4552.0, 4569.0, 4552.0, 4571.0, 4563.0, 4573.0, 4565.0, 4564.0, 4566.0, 4564.0, 4565.0, 4563.0, 4553.0, 4551.0, 4583.0, 4564.0, 4603.0, 4574.0, 4572.0, 4551.0, 4561.0, 4550.0, 4551.0, 4561.0, 4552.0, 4582.0, 4553.0, 4550.0, 4562.0, 4542.0, 4566.0, 4575.0, 4577.0, 4576.0, 4567.0, 4586.0, 4566.0, 4597.0, 4579.0, 4599.0, 4578.0, 4597.0, 4567.0, 4597.0, 4565.0, 4585.0, 4577.0, 4597.0, 4568.0, 4598.0, 4566.0, 4563.0, 4555.0, 4593.0, 4554.0, 4605.0, 4585.0, 4604.0, 4584.0, 4591.0, 4552.0, 4580.0, 4551.0, 4589.0, 4553.0, 4582.0, 4574.0, 4582.0, 4553.0, 4571.0, 4553.0, 4562.0, 4554.0, 4574.0, 4566.0, 4565.0, 4556.0, 4563.0, 4553.0, 4563.0, 4554.0, 4565.0, 4594.0, 4553.0, 4593.0, 4552.0, 4572.0, 4552.0, 4560.0, 4553.0, 4554.0, 4554.0, 4545.0, 4550.0, 4543.0, 4555.0, 4553.0, 4567.0, 4567.0, 4578.0, 4578.0, 4567.0, 4567.0, 4566.0, 4566.0, 4608.0, 4578.0, 4607.0, 4568.0, 4605.0, 4567.0, 4593.0, 4566.0, 4587.0, 4576.0, 4606.0, 4566.0, 4596.0, 4566.0, 4596.0, 4578.0, 4595.0, 4588.0, 4604.0, 4566.0, 4606.0, 4576.0, 4604.0, 4587.0, 4607.0, 4585.0, 4594.0, 4564.0, 4593.0, 4553.0, 4594.0, 4565.0, 4584.0, 4573.0, 4582.0, 4554.0, 4582.0, 4563.0, 4571.0, 4564.0, 4575.0, 4566.0, 4573.0, 4555.0, 4574.0, 4555.0, 4574.0, 4556.0, 4575.0, 4557.0, 4575.0, 4567.0, 4578.0, 4568.0, 4578.0, 4566.0, 4575.0, 4567.0, 4589.0, 4573.0, 4601.0, 4580.0, 4578.0, 4579.0, 4612.0, 4580.0, 4607.0, 4588.0, 4596.0, 4575.0, 4585.0, 4576.0, 4588.0, 4578.0, 4575.0, 4557.0, 4565.0, 4556.0, 4578.0, 4569.0, 4568.0, 4569.0, 4567.0, 4567.0, 4578.0, 4568.0, 4589.0, 4582.0, 4589.0, 4580.0, 4579.0, 4568.0, 4577.0, 4567.0, 4577.0, 4565.0, 4587.0, 4569.0, 4598.0, 4576.0, 4578.0, 4565.0, 4554.0, 4584.0, 4566.0, 4607.0, 4577.0, 4605.0, 4577.0, 4595.0, 4576.0, 4596.0, 4567.0, 4599.0, 4577.0, 4596.0, 4567.0, 4566.0, 4564.0, 4562.0, 4574.0, 4565.0, 4605.0, 4565.0, 4604.0, 4565.0, 4593.0, 4564.0, 4594.0, 4565.0, 4587.0, 4566.0, 4574.0, 4566.0, 4574.0, 4554.0, 4564.0, 4554.0, 4567.0, 4587.0, 4566.0, 4575.0, 4563.0, 4573.0, 4564.0, 4586.0, 4576.0, 4586.0, 4577.0, 4566.0, 4567.0, 4565.0, 4568.0, 4567.0, 4579.0, 4607.0, 4578.0, 4595.0, 4554.0, 4595.0, 4565.0, 4603.0, 4565.0, 4603.0, 4583.0, 4580.0, 4552.0, 4571.0, 4551.0, 4562.0, 4554.0, 4554.0, 4554.0, 4544.0, 4554.0, 4554.0, 4564.0, 4565.0, 4604.0, 4565.0, 4591.0, 4573.0, 4572.0, 4552.0, 4562.0, 4553.0, 4563.0, 4565.0, 4565.0, 4565.0, 4578.0, 4568.0, 4567.0, 4554.0, 4567.0, 4608.0, 4567.0, 4586.0, 4566.0, 4584.0, 4566.0, 4595.0, 4579.0, 4598.0, 4577.0, 4587.0, 4568.0, 4587.0, 4566.0, 4586.0, 4568.0, 4586.0, 4568.0, 4586.0, 4565.0, 4566.0, 4556.0, 4565.0, 4566.0, 4565.0, 4585.0, 4554.0, 4553.0, 4564.0, 4555.0, 4554.0, 4595.0, 4564.0, 4605.0, 4564.0, 4585.0, 4566.0, 4595.0, 4574.0, 4617.0, 4576.0, 4604.0, 4565.0, 4583.0, 4554.0, 4574.0, 4566.0, 4573.0, 4565.0, 4576.0, 4553.0, 4552.0, 4542.0, 4564.0, 4564.0, 4563.0, 4584.0, 4566.0, 4594.0, 4565.0, 4596.0, 4567.0, 4587.0, 4565.0, 4574.0, 4556.0, 4564.0, 4554.0, 4565.0, 4577.0, 4567.0, 4566.0, 4568.0, 4567.0, 4568.0, 4567.0, 4566.0, 4568.0, 4577.0, 4557.0, 4588.0, 4565.0, 4566.0, 4555.0, 4565.0, 4584.0, 4565.0, 4605.0, 4555.0, 4593.0, 4566.0, 4594.0, 4555.0, 4585.0, 4565.0, 4574.0, 4566.0, 4586.0, 4565.0, 4573.0, 4556.0, 4564.0, 4555.0, 4574.0, 4566.0, 4587.0, 4576.0, 4575.0, 4554.0, 4555.0, 4554.0, 4564.0, 4605.0, 4565.0, 4596.0, 4565.0, 4554.0, 4569.0, 4557.0, 4568.0, 4580.0, 4592.0, 4579.0, 4571.0, 4582.0, 4594.0, 4623.0, 4581.0, 4610.0, 4579.0, 4576.0, 4577.0, 4605.0, 4578.0, 4618.0, 4586.0, 4595.0, 4554.0, 4583.0, 4564.0, 4572.0, 4566.0, 4576.0, 4567.0, 4555.0, 4567.0, 4556.0, 4567.0, 4579.0, 4590.0, 4579.0, 4588.0, 4568.0, 4577.0, 4568.0, 4575.0, 4586.0, 4577.0, 4607.0, 4576.0, 4605.0, 4566.0, 4605.0, 4564.0, 4593.0, 4565.0, 4585.0, 4576.0, 4575.0, 4567.0, 4575.0, 4565.0, 4565.0, 4554.0, 4566.0, 4598.0, 4567.0, 4604.0, 4565.0, 4582.0, 4564.0, 4594.0, 4562.0, 4605.0, 4565.0, 4584.0, 4575.0, 4574.0, 4565.0, 4574.0, 4566.0, 4575.0, 4569.0, 4576.0, 4568.0, 4577.0, 4566.0, 4565.0, 4555.0, 4567.0, 4606.0, 4566.0, 4604.0, 4585.0, 4594.0, 4554.0, 4582.0, 4565.0, 4586.0, 4565.0, 4574.0, 4567.0, 4565.0, 4565.0, 4566.0, 4566.0, 4578.0, 4568.0, 4588.0, 4567.0, 4586.0, 4556.0, 4574.0, 4566.0, 4586.0, 4568.0, 4586.0, 4567.0, 4576.0, 4568.0, 4578.0, 4579.0, 4599.0, 4581.0, 4611.0, 4589.0, 4606.0, 4566.0, 4586.0, 4575.0, 4585.0, 4585.0, 4585.0, 4593.0, 4572.0, 4582.0, 4552.0, 4591.0, 4550.0, 4591.0, 4562.0, 4592.0, 4562.0, 4573.0, 4563.0, 4553.0, 4564.0, 4567.0, 4577.0, 4577.0, 4578.0, 4565.0, 4566.0, 4585.0, 4565.0, 4618.0, 4577.0, 4606.0, 4585.0, 4595.0, 4565.0, 4583.0, 4577.0, 4598.0, 4566.0, 4586.0, 4555.0, 4574.0, 4553.0, 4553.0, 4565.0, 4565.0, 4565.0, 4567.0, 4554.0, 4563.0, 4552.0, 4564.0, 4575.0, 4565.0, 4577.0, 4576.0, 4575.0, 4575.0, 4555.0, 4551.0, 4565.0, 4589.0, 4578.0, 4587.0, 4582.0, 4589.0, 4596.0, 4592.0, 4581.0, 4610.0, 4568.0, 4568.0, 4599.0, 4591.0, 4599.0, 4575.0, 4583.0, 4554.0, 4569.0, 4550.0, 4569.0, 4547.0, 4556.0, 4535.0, 4542.0, 4525.0, 4534.0, 4525.0, 4524.0, 4525.0, 4513.0, 4537.0, 4515.0, 4537.0, 4539.0, 4539.0, 4552.0, 4553.0, 4551.0, 4552.0, 4541.0], 'WindowWidth': [10124.0, 10116.0, 10067.0, 10056.0, 10039.0, 10048.0, 10038.0, 10077.0, 10037.0, 10073.0, 10019.0, 10039.0, 10012.0, 10036.0, 10032.0, 10053.0, 10015.0, 10027.0, 10018.0, 10016.0, 10029.0, 10017.0, 10036.0, 10049.0, 10035.0, 10018.0, 10029.0, 10027.0, 10030.0, 10013.0, 10049.0, 10039.0, 10048.0, 10034.0, 10029.0, 10014.0, 10049.0, 10045.0, 10058.0, 10060.0, 10082.0, 10058.0, 10072.0, 10082.0, 10099.0, 10081.0, 10057.0, 10061.0, 10057.0, 10072.0, 10043.0, 10072.0, 10061.0, 10092.0, 10071.0, 10092.0, 10065.0, 10088.0, 10045.0, 10066.0, 10025.0, 10066.0, 10030.0, 10064.0, 10025.0, 10050.0, 10010.0, 10032.0, 10005.0, 10046.0, 10010.0, 10048.0, 10012.0, 10021.0, 10017.0, 10053.0, 10034.0, 10037.0, 10053.0, 10030.0, 10069.0, 10041.0, 10083.0, 10080.0, 10105.0, 10074.0, 10055.0, 10056.0, 10076.0, 10072.0, 10063.0, 10080.0, 10082.0, 10115.0, 10066.0, 10081.0, 10055.0, 10062.0, 10112.0, 10071.0, 10112.0, 10078.0, 10062.0, 10036.0, 10056.0, 10063.0, 10060.0, 10056.0, 10045.0, 10037.0, 10023.0, 10037.0, 10039.0, 10064.0, 10063.0, 10061.0, 10073.0, 10063.0, 10064.0, 10081.0, 10083.0, 10083.0, 10084.0, 10060.0, 10062.0, 10071.0, 10060.0, 10115.0, 10072.0, 10094.0, 10039.0, 10046.0, 10036.0, 10076.0, 10043.0, 10108.0, 10053.0, 10071.0, 10035.0, 10028.0, 10018.0, 10036.0, 10038.0, 10035.0, 10078.0, 10026.0, 10064.0, 10020.0, 10059.0, 10014.0, 10055.0, 10028.0, 10036.0, 10006.0, 10008.0, 9992.0, 10011.0, 10017.0, 10015.0, 10027.0, 10031.0, 10032.0, 10031.0, 10037.0, 10071.0, 10038.0, 10041.0, 10016.0, 10048.0, 10036.0, 10081.0, 10047.0, 10035.0, 10015.0, 10023.0, 10002.0, 9994.0, 10011.0, 10009.0, 10035.0, 10010.0, 9993.0, 10006.0, 10021.0, 10025.0, 10055.0, 10030.0, 10041.0, 10014.0, 10028.0, 10022.0, 10056.0, 10069.0, 10079.0, 10069.0, 10075.0, 10063.0, 10060.0, 10046.0, 10072.0, 10063.0, 10076.0, 10080.0, 10053.0, 10058.0, 10016.0, 10065.0, 10013.0, 10080.0, 10041.0, 10066.0, 10041.0, 10036.0, 10012.0, 10020.0, 10012.0, 10026.0, 10015.0, 10027.0, 10015.0, 10041.0, 10006.0, 9993.0, 10017.0, 10010.0, 10083.0, 10010.0, 10059.0, 10024.0, 10020.0, 10005.0, 9991.0, 10012.0, 10010.0, 10048.0, 10011.0, 10029.0, 10009.0, 10035.0, 10025.0, 10043.0, 10034.0, 10031.0, 10035.0, 10030.0, 10032.0, 10028.0, 10013.0, 10011.0, 10056.0, 10031.0, 10083.0, 10041.0, 10038.0, 10007.0, 10021.0, 10004.0, 10008.0, 10022.0, 10010.0, 10051.0, 10012.0, 10006.0, 10025.0, 9998.0, 10038.0, 10047.0, 10053.0, 10050.0, 10039.0, 10062.0, 10038.0, 10081.0, 10058.0, 10087.0, 10056.0, 10081.0, 10040.0, 10079.0, 10034.0, 10060.0, 10053.0, 10080.0, 10043.0, 10081.0, 10037.0, 10030.0, 10021.0, 10067.0, 10017.0, 10087.0, 10060.0, 10086.0, 10056.0, 10061.0, 10010.0, 10047.0, 10007.0, 10060.0, 10013.0, 10051.0, 10043.0, 10050.0, 10013.0, 10036.0, 10012.0, 10024.0, 10016.0, 10047.0, 10037.0, 10033.0, 10022.0, 10028.0, 10016.0, 10028.0, 10017.0, 10037.0, 10071.0, 10015.0, 10069.0, 10010.0, 10038.0, 10007.0, 10020.0, 10014.0, 10017.0, 10015.0, 10006.0, 10008.0, 10000.0, 10018.0, 10016.0, 10039.0, 10040.0, 10055.0, 10057.0, 10038.0, 10039.0, 10036.0, 10038.0, 10099.0, 10056.0, 10094.0, 10040.0, 10090.0, 10039.0, 10070.0, 10036.0, 10067.0, 10052.0, 10091.0, 10036.0, 10077.0, 10037.0, 10078.0, 10055.0, 10077.0, 10068.0, 10087.0, 10037.0, 10091.0, 10051.0, 10087.0, 10067.0, 10095.0, 10060.0, 10072.0, 10029.0, 10069.0, 10013.0, 10070.0, 10034.0, 10059.0, 10042.0, 10052.0, 10014.0, 10051.0, 10027.0, 10036.0, 10030.0, 10047.0, 10034.0, 10041.0, 10019.0, 10044.0, 10020.0, 10044.0, 10023.0, 10048.0, 10025.0, 10050.0, 10041.0, 10058.0, 10044.0, 10057.0, 10037.0, 10049.0, 10040.0, 10074.0, 10057.0, 10095.0, 10061.0, 10057.0, 10060.0, 10112.0, 10064.0, 10095.0, 10067.0, 10077.0, 10045.0, 10061.0, 10051.0, 10070.0, 10054.0, 10047.0, 10024.0, 10033.0, 10023.0, 10056.0, 10047.0, 10042.0, 10045.0, 10041.0, 10042.0, 10054.0, 10044.0, 10076.0, 10069.0, 10075.0, 10062.0, 10060.0, 10044.0, 10054.0, 10041.0, 10053.0, 10036.0, 10068.0, 10043.0, 10085.0, 10050.0, 10054.0, 10033.0, 10018.0, 10057.0, 10034.0, 10094.0, 10054.0, 10091.0, 10055.0, 10076.0, 10051.0, 10079.0, 10040.0, 10087.0, 10054.0, 10079.0, 10038.0, 10035.0, 10031.0, 10027.0, 10044.0, 10033.0, 10089.0, 10033.0, 10087.0, 10032.0, 10069.0, 10031.0, 10072.0, 10036.0, 10069.0, 10039.0, 10047.0, 10036.0, 10046.0, 10018.0, 10031.0, 10018.0, 10040.0, 10066.0, 10036.0, 10045.0, 10028.0, 10041.0, 10031.0, 10063.0, 10051.0, 10065.0, 10053.0, 10036.0, 10038.0, 10034.0, 10043.0, 10041.0, 10058.0, 10094.0, 10055.0, 10074.0, 10018.0, 10072.0, 10031.0, 10083.0, 10032.0, 10086.0, 10054.0, 10048.0, 10009.0, 10034.0, 10008.0, 10027.0, 10018.0, 10017.0, 10016.0, 10003.0, 10017.0, 10016.0, 10028.0, 10032.0, 10086.0, 10032.0, 10066.0, 10042.0, 10039.0, 10012.0, 10025.0, 10013.0, 10029.0, 10033.0, 10034.0, 10035.0, 10058.0, 10044.0, 10040.0, 10017.0, 10041.0, 10096.0, 10038.0, 10062.0, 10035.0, 10058.0, 10037.0, 10075.0, 10059.0, 10086.0, 10055.0, 10067.0, 10042.0, 10066.0, 10036.0, 10066.0, 10043.0, 10066.0, 10040.0, 10064.0, 10033.0, 10035.0, 10019.0, 10034.0, 10035.0, 10033.0, 10058.0, 10017.0, 10015.0, 10030.0, 10020.0, 10017.0, 10072.0, 10030.0, 10088.0, 10031.0, 10058.0, 10033.0, 10072.0, 10047.0, 10108.0, 10051.0, 10088.0, 10033.0, 10057.0, 10017.0, 10045.0, 10034.0, 10043.0, 10032.0, 10049.0, 10013.0, 10012.0, 9996.0, 10028.0, 10030.0, 10029.0, 10057.0, 10036.0, 10071.0, 10034.0, 10080.0, 10042.0, 10068.0, 10035.0, 10045.0, 10021.0, 10032.0, 10018.0, 10034.0, 10055.0, 10039.0, 10038.0, 10042.0, 10040.0, 10042.0, 10040.0, 10037.0, 10042.0, 10055.0, 10026.0, 10070.0, 10033.0, 10036.0, 10020.0, 10033.0, 10057.0, 10034.0, 10088.0, 10018.0, 10068.0, 10032.0, 10070.0, 10019.0, 10059.0, 10032.0, 10046.0, 10037.0, 10065.0, 10035.0, 10041.0, 10022.0, 10031.0, 10019.0, 10046.0, 10038.0, 10066.0, 10048.0, 10047.0, 10017.0, 10019.0, 10015.0, 10030.0, 10088.0, 10034.0, 10075.0, 10032.0, 10017.0, 10047.0, 10027.0, 10043.0, 10062.0, 10080.0, 10062.0, 10051.0, 10070.0, 10091.0, 10127.0, 10065.0, 10099.0, 10057.0, 10049.0, 10052.0, 10086.0, 10054.0, 10110.0, 10062.0, 10074.0, 10016.0, 10053.0, 10028.0, 10040.0, 10035.0, 10050.0, 10038.0, 10020.0, 10038.0, 10022.0, 10039.0, 10059.0, 10077.0, 10059.0, 10071.0, 10041.0, 10055.0, 10040.0, 10048.0, 10062.0, 10052.0, 10093.0, 10051.0, 10086.0, 10036.0, 10088.0, 10031.0, 10072.0, 10032.0, 10062.0, 10051.0, 10047.0, 10040.0, 10048.0, 10034.0, 10033.0, 10018.0, 10037.0, 10083.0, 10039.0, 10085.0, 10033.0, 10051.0, 10028.0, 10069.0, 10026.0, 10090.0, 10034.0, 10059.0, 10047.0, 10044.0, 10034.0, 10045.0, 10035.0, 10050.0, 10044.0, 10052.0, 10043.0, 10052.0, 10037.0, 10035.0, 10020.0, 10037.0, 10092.0, 10037.0, 10086.0, 10059.0, 10068.0, 10014.0, 10052.0, 10032.0, 10064.0, 10035.0, 10045.0, 10039.0, 10033.0, 10033.0, 10036.0, 10038.0, 10057.0, 10043.0, 10070.0, 10040.0, 10064.0, 10023.0, 10045.0, 10034.0, 10065.0, 10042.0, 10065.0, 10039.0, 10051.0, 10042.0, 10056.0, 10061.0, 10091.0, 10067.0, 10107.0, 10073.0, 10095.0, 10036.0, 10063.0, 10045.0, 10060.0, 10061.0, 10060.0, 10068.0, 10038.0, 10050.0, 10009.0, 10062.0, 10005.0, 10064.0, 10025.0, 10067.0, 10025.0, 10041.0, 10027.0, 10014.0, 10032.0, 10042.0, 10054.0, 10054.0, 10056.0, 10034.0, 10037.0, 10061.0, 10036.0, 10113.0, 10052.0, 10091.0, 10061.0, 10074.0, 10032.0, 10056.0, 10053.0, 10086.0, 10036.0, 10064.0, 10021.0, 10042.0, 10014.0, 10014.0, 10034.0, 10034.0, 10033.0, 10037.0, 10015.0, 10029.0, 10012.0, 10030.0, 10048.0, 10034.0, 10054.0, 10052.0, 10049.0, 10045.0, 10016.0, 10007.0, 10034.0, 10075.0, 10058.0, 10066.0, 10068.0, 10076.0, 10094.0, 10081.0, 10061.0, 10102.0, 10041.0, 10040.0, 10085.0, 10077.0, 10089.0, 10045.0, 10051.0, 10008.0, 10026.0, 10000.0, 10025.0, 9989.0, 10003.0, 9973.0, 9980.0, 9958.0, 9971.0, 9961.0, 9958.0, 9960.0, 9942.0, 9977.0, 9948.0, 9982.0, 9986.0, 9988.0, 10011.0, 10012.0, 10008.0, 10007.0, 9992.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.001340585533869116</td></tr>
<tr><td colspan=3>aqi</td><td>0.021236985993111367</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.93685268094254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2931545352528724</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.020266206965516</td></tr>
<tr><td colspan=3>efc</td><td>0.4821</td></tr>
<tr><td colspan=3>fber</td><td>8762.7334</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08622825977886261</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.788748564867968</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.347842372759867</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.259122309774691</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.603104847028053</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1812999614768565</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141133</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010520446114242077</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04404477775096893</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.187898231488129</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>18.9261</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6343</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.1302</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295010.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>903.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.7809</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1885</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.1666</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3772.0834</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.8147</td></tr>
<tr><td colspan=3>tsnr</td><td>44.36897727067117</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>