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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0082_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-04_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-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-03_task-social_acq-mb8_run-04_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-0082/ses-03/func/sub-0082_ses-03_task-social_acq-mb8_run-04_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>0e5f02d027b9dd758e70fe7b5019e498</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>17:42:7.922500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</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-04_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.0963451</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</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>232.752</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7ddd19a2-7b3b-4d7b-9f1d-35c3941f5a05||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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': ['174207.922500', '174208.382500', '174208.842500', '174209.302500', '174209.762500', '174210.222500', '174210.682500', '174211.142500', '174211.602500', '174212.062500', '174212.522500', '174212.982500', '174213.442500', '174213.902500', '174214.362500', '174214.822500', '174215.282500', '174215.742500', '174216.202500', '174216.662500', '174217.122500', '174217.582500', '174218.042500', '174218.502500', '174218.962500', '174219.422500', '174219.882500', '174220.342500', '174220.802500', '174221.262500', '174221.722500', '174222.182500', '174222.642500', '174223.102500', '174223.562500', '174224.022500', '174224.482500', '174224.942500', '174225.402500', '174225.862500', '174226.322500', '174226.782500', '174227.242500', '174227.702500', '174228.162500', '174228.622500', '174229.082500', '174229.542500', '174230.002500', '174230.462500', '174230.922500', '174231.382500', '174231.842500', '174232.302500', '174232.762500', '174233.222500', '174233.682500', '174234.142500', '174234.602500', '174235.062500', '174235.522500', '174235.982500', '174236.442500', '174236.902500', '174237.362500', '174237.822500', '174238.282500', '174238.742500', '174239.202500', '174239.662500', '174240.122500', '174240.582500', '174241.042500', '174241.502500', '174241.962500', '174242.422500', '174242.882500', '174243.342500', '174243.802500', '174244.262500', '174244.722500', '174245.182500', '174245.642500', '174246.102500', '174246.562500', '174247.022500', '174247.482500', '174247.942500', '174248.402500', '174248.862500', '174249.322500', '174249.782500', '174250.242500', '174250.702500', '174251.162500', '174251.622500', '174252.082500', '174252.542500', '174253.002500', '174253.462500', '174253.922500', '174254.382500', '174254.842500', '174255.302500', '174255.762500', '174256.222500', '174256.682500', '174257.142500', '174257.602500', '174258.062500', '174258.522500', '174258.982500', '174259.442500', '174259.902500', '174300.362500', '174300.822500', '174301.282500', '174301.742500', '174302.202500', '174302.662500', '174303.122500', '174303.582500', '174304.042500', '174304.502500', '174304.962500', '174305.422500', '174305.882500', '174306.342500', '174306.802500', '174307.262500', '174307.722500', '174308.182500', '174308.642500', '174309.102500', '174309.562500', '174310.022500', '174310.482500', '174310.942500', '174311.402500', '174311.862500', '174312.322500', '174312.782500', '174313.242500', '174313.702500', '174314.162500', '174314.622500', '174315.082500', '174315.542500', '174316.002500', '174316.462500', '174316.922500', '174317.382500', '174317.842500', '174318.302500', '174318.762500', '174319.222500', '174319.682500', '174320.142500', '174320.602500', '174321.062500', '174321.522500', '174321.982500', '174322.442500', '174322.902500', '174323.362500', '174323.822500', '174324.282500', '174324.742500', '174325.202500', '174325.662500', '174326.122500', '174326.582500', '174327.042500', '174327.502500', '174327.962500', '174328.422500', '174328.882500', '174329.342500', '174329.802500', '174330.262500', '174330.722500', '174331.182500', '174331.642500', '174332.102500', '174332.562500', '174333.022500', '174333.482500', '174333.942500', '174334.402500', '174334.862500', '174335.322500', '174335.782500', '174336.242500', '174336.702500', '174337.162500', '174337.622500', '174338.082500', '174338.542500', '174339.002500', '174339.462500', '174339.922500', '174340.382500', '174340.842500', '174341.302500', '174341.762500', '174342.222500', '174342.682500', '174343.142500', '174343.602500', '174344.062500', '174344.522500', '174344.982500', '174345.442500', '174345.902500', '174346.362500', '174346.822500', '174347.282500', '174347.742500', '174348.202500', '174348.662500', '174349.122500', '174349.582500', '174350.042500', '174350.502500', '174350.962500', '174351.422500', '174351.882500', '174352.342500', '174352.802500', '174353.262500', '174353.722500', '174354.182500', '174354.642500', '174355.102500', '174355.562500', '174356.022500', '174356.482500', '174356.942500', '174357.402500', '174357.862500', '174358.322500', '174358.782500', '174359.242500', '174359.702500', '174400.162500', '174400.622500', '174401.082500', '174401.542500', '174402.002500', '174402.462500', '174402.922500', '174403.382500', '174403.842500', '174404.302500', '174404.762500', '174405.222500', '174405.682500', '174406.142500', '174406.602500', '174407.062500', '174407.522500', '174407.982500', '174408.442500', '174408.902500', '174409.362500', '174409.822500', '174410.282500', '174410.742500', '174411.202500', '174411.662500', '174412.122500', '174412.582500', '174413.042500', '174413.502500', '174413.962500', '174414.422500', '174414.882500', '174415.342500', '174415.802500', '174416.262500', '174416.722500', '174417.182500', '174417.642500', '174418.102500', '174418.562500', '174419.022500', '174419.482500', '174419.942500', '174420.402500', '174420.862500', '174421.322500', '174421.782500', '174422.242500', '174422.702500', '174423.162500', '174423.622500', '174424.082500', '174424.542500', '174425.002500', '174425.462500', '174425.922500', '174426.382500', '174426.842500', '174427.302500', '174427.762500', '174428.222500', '174428.682500', '174429.142500', '174429.602500', '174430.062500', '174430.522500', '174430.982500', '174431.442500', '174431.902500', '174432.362500', '174432.822500', '174433.282500', '174433.742500', '174434.202500', '174434.662500', '174435.122500', '174435.582500', '174436.042500', '174436.502500', '174436.962500', '174437.422500', '174437.882500', '174438.342500', '174438.802500', '174439.262500', '174439.722500', '174440.182500', '174440.642500', '174441.102500', '174441.562500', '174442.022500', '174442.482500', '174442.942500', '174443.402500', '174443.862500', '174444.322500', '174444.782500', '174445.242500', '174445.702500', '174446.162500', '174446.622500', '174447.082500', '174447.542500', '174448.002500', '174448.462500', '174448.922500', '174449.382500', '174449.842500', '174450.302500', '174450.762500', '174451.222500', '174451.682500', '174452.142500', '174452.602500', '174453.062500', '174453.522500', '174453.982500', '174454.442500', '174454.902500', '174455.362500', '174455.822500', '174456.282500', '174456.742500', '174457.202500', '174457.662500', '174458.122500', '174458.582500', '174459.042500', '174459.502500', '174459.962500', '174500.422500', '174500.882500', '174501.342500', '174501.802500', '174502.262500', '174502.722500', '174503.182500', '174503.642500', '174504.102500', '174504.562500', '174505.022500', '174505.482500', '174505.942500', '174506.402500', '174506.862500', '174507.322500', '174507.782500', '174508.242500', '174508.702500', '174509.162500', '174509.622500', '174510.082500', '174510.542500', '174511.002500', '174511.462500', '174511.922500', '174512.382500', '174512.842500', '174513.302500', '174513.762500', '174514.222500', '174514.682500', '174515.142500', '174515.602500', '174516.062500', '174516.522500', '174516.982500', '174517.442500', '174517.902500', '174518.362500', '174518.822500', '174519.282500', '174519.742500', '174520.202500', '174520.662500', '174521.122500', '174521.582500', '174522.042500', '174522.502500', '174522.962500', '174523.422500', '174523.882500', '174524.342500', '174524.802500', '174525.262500', '174525.722500', '174526.182500', '174526.642500', '174527.102500', '174527.562500', '174528.022500', '174528.482500', '174528.942500', '174529.402500', '174529.862500', '174530.322500', '174530.782500', '174531.242500', '174531.702500', '174532.162500', '174532.622500', '174533.082500', '174533.542500', '174534.002500', '174534.462500', '174534.922500', '174535.382500', '174535.842500', '174536.302500', '174536.762500', '174537.222500', '174537.682500', '174538.142500', '174538.602500', '174539.062500', '174539.522500', '174539.982500', '174540.442500', '174540.902500', '174541.362500', '174541.822500', '174542.282500', '174542.742500', '174543.202500', '174543.662500', '174544.122500', '174544.582500', '174545.042500', '174545.502500', '174545.962500', '174546.422500', '174546.882500', '174547.342500', '174547.802500', '174548.262500', '174548.722500', '174549.182500', '174549.642500', '174550.102500', '174550.562500', '174551.022500', '174551.482500', '174551.942500', '174552.402500', '174552.862500', '174553.322500', '174553.782500', '174554.242500', '174554.702500', '174555.162500', '174555.622500', '174556.082500', '174556.542500', '174557.002500', '174557.462500', '174557.922500', '174558.382500', '174558.842500', '174559.302500', '174559.762500', '174600.222500', '174600.682500', '174601.142500', '174601.602500', '174602.062500', '174602.522500', '174602.982500', '174603.442500', '174603.902500', '174604.362500', '174604.822500', '174605.282500', '174605.742500', '174606.202500', '174606.662500', '174607.122500', '174607.582500', '174608.042500', '174608.502500', '174608.962500', '174609.422500', '174609.882500', '174610.342500', '174610.802500', '174611.262500', '174611.722500', '174612.182500', '174612.642500', '174613.102500', '174613.562500', '174614.022500', '174614.482500', '174614.942500', '174615.402500', '174615.862500', '174616.322500', '174616.782500', '174617.242500', '174617.702500', '174618.162500', '174618.622500', '174619.082500', '174619.542500', '174620.002500', '174620.462500', '174620.922500', '174621.382500', '174621.842500', '174622.302500', '174622.762500', '174623.222500', '174623.682500', '174624.142500', '174624.602500', '174625.062500', '174625.522500', '174625.982500', '174626.442500', '174626.902500', '174627.362500', '174627.822500', '174628.282500', '174628.742500', '174629.202500', '174629.662500', '174630.122500', '174630.582500', '174631.042500', '174631.502500', '174631.962500', '174632.422500', '174632.882500', '174633.342500', '174633.802500', '174634.262500', '174634.722500', '174635.182500', '174635.642500', '174636.102500', '174636.562500', '174637.022500', '174637.482500', '174637.942500', '174638.402500', '174638.862500', '174639.322500', '174639.782500', '174640.242500', '174640.702500', '174641.162500', '174641.622500', '174642.082500', '174642.542500', '174643.002500', '174643.462500', '174643.922500', '174644.382500', '174644.842500', '174645.302500', '174645.762500', '174646.222500', '174646.682500', '174647.142500', '174647.602500', '174648.062500', '174648.522500', '174648.982500', '174649.442500', '174649.902500', '174650.362500', '174650.822500', '174651.282500', '174651.742500', '174652.202500', '174652.662500', '174653.122500', '174653.582500', '174654.042500', '174654.502500', '174654.962500', '174655.422500', '174655.882500', '174656.342500', '174656.802500', '174657.262500', '174657.722500', '174658.182500', '174658.642500', '174659.102500', '174659.562500', '174700.022500', '174700.482500', '174700.942500', '174701.402500', '174701.862500', '174702.322500', '174702.782500', '174703.242500', '174703.702500', '174704.162500', '174704.622500', '174705.082500', '174705.542500', '174706.002500', '174706.462500', '174706.922500', '174707.382500', '174707.842500', '174708.302500', '174708.762500', '174709.222500', '174709.682500', '174710.142500', '174710.602500', '174711.062500', '174711.522500', '174711.982500', '174712.442500', '174712.902500', '174713.362500', '174713.822500', '174714.282500', '174714.742500', '174715.202500', '174715.662500', '174716.122500', '174716.582500', '174717.042500', '174717.502500', '174717.962500', '174718.422500', '174718.882500', '174719.342500', '174719.802500', '174720.262500', '174720.722500', '174721.182500', '174721.642500', '174722.102500', '174722.562500', '174723.022500', '174723.482500', '174723.942500', '174724.402500', '174724.862500', '174725.322500', '174725.782500', '174726.242500', '174726.702500', '174727.162500', '174727.622500', '174728.082500', '174728.542500', '174729.002500', '174729.462500', '174729.922500', '174730.382500', '174730.842500', '174731.302500', '174731.762500', '174732.222500', '174732.682500', '174733.142500', '174733.602500', '174734.062500', '174734.522500', '174734.982500', '174735.442500', '174735.902500', '174736.362500', '174736.822500', '174737.282500', '174737.742500', '174738.202500', '174738.662500', '174739.122500', '174739.582500', '174740.042500', '174740.502500', '174740.962500', '174741.422500', '174741.882500', '174742.342500', '174742.802500', '174743.262500', '174743.722500', '174744.182500', '174744.642500', '174745.102500', '174745.562500', '174746.022500', '174746.482500', '174746.942500', '174747.402500', '174747.862500', '174748.322500', '174748.782500', '174749.242500', '174749.702500', '174750.162500', '174750.622500', '174751.082500', '174751.542500', '174752.002500', '174752.462500', '174752.922500', '174753.382500', '174753.842500', '174754.302500', '174754.762500', '174755.222500', '174755.682500', '174756.142500', '174756.602500', '174757.062500', '174757.522500', '174757.982500', '174758.442500', '174758.902500', '174759.362500', '174759.822500', '174800.282500', '174800.742500', '174801.202500', '174801.662500', '174802.122500', '174802.582500', '174803.042500', '174803.502500', '174803.962500', '174804.422500', '174804.882500', '174805.342500', '174805.802500', '174806.262500', '174806.722500', '174807.182500', '174807.642500', '174808.102500', '174808.562500', '174809.022500', '174809.482500', '174809.942500', '174810.402500', '174810.862500', '174811.322500', '174811.782500', '174812.242500', '174812.702500', '174813.162500', '174813.622500', '174814.082500', '174814.542500', '174815.002500', '174815.462500', '174815.922500', '174816.382500', '174816.842500', '174817.302500', '174817.762500', '174818.222500', '174818.682500', '174819.142500', '174819.602500', '174820.062500', '174820.522500', '174820.982500', '174821.442500', '174821.902500', '174822.362500', '174822.822500', '174823.282500', '174823.742500', '174824.202500', '174824.662500', '174825.122500', '174825.582500', '174826.042500', '174826.502500', '174826.962500', '174827.422500', '174827.882500', '174828.342500', '174828.802500', '174829.262500', '174829.722500', '174830.182500', '174830.642500', '174831.102500', '174831.562500', '174832.022500', '174832.482500', '174832.942500', '174833.402500', '174833.862500', '174834.322500', '174834.782500', '174835.242500', '174835.702500', '174836.162500', '174836.622500', '174837.082500', '174837.542500', '174838.002500', '174838.462500', '174838.922500', '174839.382500', '174839.842500', '174840.302500', '174840.762500', '174841.222500', '174841.682500', '174842.142500', '174842.602500', '174843.062500', '174843.522500', '174843.982500', '174844.442500', '174844.902500', '174845.362500', '174845.822500', '174846.282500', '174846.742500', '174847.202500', '174847.662500', '174848.122500', '174848.582500'], 'ContentTime': ['174218.968000', '174218.978000', '174218.981000', '174218.984000', '174218.986000', '174218.989000', '174218.992000', '174218.995000', '174219.000000', '174219.002000', '174219.005000', '174219.008000', '174219.010000', '174219.013000', '174219.016000', '174219.018000', '174219.021000', '174219.023000', '174219.026000', '174219.029000', '174219.031000', '174238.936000', '174238.939000', '174238.942000', '174238.945000', '174238.947000', '174238.950000', '174238.952000', '174238.955000', '174238.958000', '174238.960000', '174238.963000', '174238.965000', '174238.968000', '174238.971000', '174238.981000', '174238.984000', '174238.986000', '174238.989000', '174238.991000', '174238.994000', '174238.996000', '174239.000000', '174239.002000', '174239.005000', '174239.008000', '174239.010000', '174239.013000', '174239.016000', '174239.019000', '174239.021000', '174239.024000', '174239.028000', '174239.031000', '174239.034000', '174239.036000', '174239.039000', '174239.041000', '174239.044000', '174239.046000', '174239.049000', '174239.051000', '174239.054000', '174239.057000', '174258.936000', '174258.939000', '174258.942000', '174258.944000', '174258.947000', '174258.950000', '174258.952000', '174258.955000', '174258.957000', '174258.960000', '174258.963000', '174258.965000', '174258.968000', '174258.970000', '174258.973000', '174258.976000', '174258.978000', '174258.981000', '174258.983000', '174258.986000', '174258.989000', '174258.991000', '174258.994000', '174258.997000', '174259.000000', '174259.003000', '174259.005000', '174259.008000', '174259.011000', '174259.014000', '174259.016000', '174259.019000', '174259.021000', '174259.032000', '174259.034000', '174259.037000', '174259.040000', '174259.042000', '174259.045000', '174259.047000', '174259.050000', '174259.053000', '174259.055000', '174259.058000', '174318.938000', '174318.940000', '174318.943000', '174318.946000', '174318.948000', '174318.951000', '174318.954000', '174318.956000', '174318.959000', '174318.962000', '174318.964000', '174318.967000', '174318.969000', '174318.972000', '174318.975000', '174318.977000', '174318.980000', '174318.983000', '174318.985000', '174318.988000', '174318.991000', '174318.993000', '174318.996000', '174318.998000', '174319.002000', '174319.005000', '174319.007000', '174319.010000', '174319.013000', '174319.015000', '174319.018000', '174319.020000', '174319.023000', '174319.026000', '174319.028000', '174319.031000', '174319.034000', '174319.036000', '174319.039000', '174319.041000', '174319.044000', '174319.047000', '174319.049000', '174319.052000', '174338.936000', '174338.938000', '174338.941000', '174338.944000', '174338.946000', '174338.949000', '174338.952000', '174338.954000', '174338.957000', '174338.959000', '174338.962000', '174338.965000', '174338.967000', '174338.970000', '174338.973000', '174338.975000', '174338.978000', '174338.980000', '174338.983000', '174338.986000', '174338.988000', '174338.991000', '174338.993000', '174338.996000', '174339.000000', '174339.002000', '174339.005000', '174339.007000', '174339.010000', '174339.013000', '174339.015000', '174339.032000', '174339.035000', '174339.037000', '174339.040000', '174339.043000', '174339.045000', '174339.048000', '174339.050000', '174339.053000', '174339.056000', '174339.058000', '174339.061000', '174358.935000', '174358.938000', '174358.941000', '174358.944000', '174358.946000', '174358.949000', '174358.951000', '174358.954000', '174358.957000', '174358.959000', '174358.962000', '174358.965000', '174358.967000', '174358.970000', '174358.972000', '174358.975000', '174358.978000', '174358.980000', '174358.983000', '174358.985000', '174358.988000', '174358.991000', '174358.993000', '174358.996000', '174358.998000', '174359.002000', '174359.005000', '174359.007000', '174359.010000', '174359.012000', '174359.015000', '174359.018000', '174359.020000', '174359.023000', '174359.026000', '174359.028000', '174359.031000', '174359.033000', '174359.036000', '174359.039000', '174359.041000', '174359.044000', '174359.046000', '174359.049000', '174418.935000', '174418.939000', '174418.941000', '174418.944000', '174418.946000', '174418.949000', '174418.952000', '174418.954000', '174418.957000', '174418.960000', '174418.962000', '174418.965000', '174418.967000', '174418.970000', '174418.972000', '174418.975000', '174418.978000', '174418.980000', '174418.983000', '174418.990000', '174418.993000', '174418.996000', '174418.998000', '174419.002000', '174419.004000', '174419.007000', '174419.010000', '174419.013000', '174419.015000', '174419.018000', '174419.021000', '174419.023000', '174419.026000', '174419.029000', '174419.031000', '174419.034000', '174419.036000', '174419.039000', '174419.042000', '174419.044000', '174419.047000', '174419.049000', '174419.052000', '174438.936000', '174438.939000', '174438.942000', '174438.945000', '174438.947000', '174438.950000', '174438.953000', '174438.955000', '174438.958000', '174438.960000', '174438.963000', '174438.966000', '174438.968000', '174438.971000', '174438.974000', '174438.977000', '174438.980000', '174438.983000', '174438.985000', '174438.988000', '174438.990000', '174438.993000', '174438.996000', '174438.998000', '174439.002000', '174439.005000', '174439.007000', '174439.010000', '174439.012000', '174439.015000', '174439.018000', '174439.020000', '174439.023000', '174439.025000', '174439.028000', '174439.031000', '174439.033000', '174439.036000', '174439.039000', '174439.041000', '174439.044000', '174439.046000', '174439.049000', '174458.936000', '174458.939000', '174458.942000', '174458.945000', '174458.947000', '174458.950000', '174458.953000', '174458.955000', '174458.958000', '174458.960000', '174458.963000', '174458.966000', '174458.968000', '174458.971000', '174458.973000', '174458.976000', '174458.979000', '174458.981000', '174458.984000', '174458.986000', '174458.989000', '174458.991000', '174458.994000', '174458.997000', '174459.000000', '174459.010000', '174459.012000', '174459.015000', '174459.017000', '174459.021000', '174459.023000', '174459.026000', '174459.028000', '174459.031000', '174459.034000', '174459.036000', '174459.039000', '174459.041000', '174459.044000', '174459.047000', '174459.049000', '174459.052000', '174459.054000', '174459.057000', '174518.937000', '174518.939000', '174518.942000', '174518.945000', '174518.948000', '174518.951000', '174518.954000', '174518.956000', '174518.959000', '174518.962000', '174518.964000', '174518.967000', '174518.969000', '174518.981000', '174518.984000', '174518.986000', '174518.989000', '174518.992000', '174518.995000', '174518.997000', '174519.001000', '174519.003000', '174519.006000', '174519.009000', '174519.011000', '174519.014000', '174519.016000', '174519.019000', '174519.022000', '174519.024000', '174519.027000', '174519.029000', '174519.032000', '174519.035000', '174519.037000', '174519.040000', '174519.042000', '174519.045000', '174519.048000', '174519.050000', '174519.053000', '174519.056000', '174519.058000', '174538.935000', '174538.938000', '174538.941000', '174538.943000', '174538.947000', '174538.950000', '174538.952000', '174538.955000', '174538.957000', '174538.960000', '174538.963000', '174538.965000', '174538.968000', '174538.971000', '174538.973000', '174538.976000', '174538.979000', '174538.981000', '174538.984000', '174538.986000', '174538.989000', '174538.992000', '174538.994000', '174538.997000', '174539.000000', '174539.003000', '174539.006000', '174539.008000', '174539.011000', '174539.013000', '174539.016000', '174539.019000', '174539.021000', '174539.024000', '174539.026000', '174539.029000', '174539.032000', '174539.034000', '174539.037000', '174539.039000', '174539.042000', '174539.045000', '174539.047000', '174539.050000', '174558.935000', '174558.938000', '174558.941000', '174558.944000', '174558.947000', '174558.949000', '174558.952000', '174558.955000', '174558.957000', '174558.960000', '174558.963000', '174558.965000', '174558.968000', '174558.971000', '174558.974000', '174558.977000', '174558.981000', '174558.984000', '174558.986000', '174558.989000', '174558.992000', '174558.994000', '174558.997000', '174559.000000', '174559.003000', '174559.006000', '174559.008000', '174559.011000', '174559.015000', '174559.017000', '174559.020000', '174559.023000', '174559.025000', '174559.028000', '174559.031000', '174559.033000', '174559.036000', '174559.038000', '174559.041000', '174559.044000', '174559.046000', '174559.049000', '174559.052000', '174618.935000', '174618.938000', '174618.941000', '174618.944000', '174618.946000', '174618.949000', '174618.952000', '174618.954000', '174618.957000', '174618.959000', '174618.962000', '174618.965000', '174618.967000', '174618.970000', '174618.973000', '174618.975000', '174618.978000', '174618.980000', '174618.983000', '174618.986000', '174618.988000', '174618.991000', '174618.993000', '174618.996000', '174619.000000', '174619.002000', '174619.005000', '174619.008000', '174619.010000', '174619.013000', '174619.016000', '174619.018000', '174619.021000', '174619.023000', '174619.026000', '174619.029000', '174619.031000', '174619.034000', '174619.037000', '174619.039000', '174619.042000', '174619.044000', '174619.047000', '174619.050000', '174638.935000', '174638.938000', '174638.941000', '174638.944000', '174638.946000', '174638.949000', '174638.952000', '174638.954000', '174638.957000', '174638.960000', '174638.962000', '174638.965000', '174638.967000', '174638.970000', '174638.973000', '174638.975000', '174638.978000', '174638.980000', '174638.983000', '174638.986000', '174638.989000', '174638.992000', '174638.995000', '174638.998000', '174639.001000', '174639.004000', '174639.007000', '174639.009000', '174639.012000', '174639.015000', '174639.017000', '174639.020000', '174639.022000', '174639.025000', '174639.028000', '174639.030000', '174639.033000', '174639.035000', '174639.038000', '174639.041000', '174639.043000', '174639.046000', '174639.048000', '174658.936000', '174658.939000', '174658.942000', '174658.945000', '174658.948000', '174658.950000', '174658.953000', '174658.956000', '174658.958000', '174658.961000', '174658.964000', '174658.967000', '174658.969000', '174658.972000', '174658.975000', '174658.977000', '174658.980000', '174658.982000', '174658.985000', '174658.988000', '174658.990000', '174658.993000', '174658.995000', '174658.998000', '174659.002000', '174659.004000', '174659.007000', '174659.010000', '174659.012000', '174659.015000', '174659.017000', '174659.020000', '174659.023000', '174659.025000', '174659.028000', '174659.030000', '174659.033000', '174659.036000', '174659.038000', '174659.041000', '174659.044000', '174659.046000', '174659.049000', '174659.052000', '174718.937000', '174718.940000', '174718.942000', '174718.945000', '174718.948000', '174718.950000', '174718.953000', '174718.955000', '174718.958000', '174718.961000', '174718.964000', '174718.966000', '174718.969000', '174718.971000', '174718.974000', '174718.977000', '174718.979000', '174718.982000', '174718.985000', '174718.987000', '174718.990000', '174718.993000', '174718.995000', '174718.998000', '174719.002000', '174719.004000', '174719.007000', '174719.009000', '174719.012000', '174719.015000', '174719.017000', '174719.020000', '174719.024000', '174719.026000', '174719.029000', '174719.033000', '174719.035000', '174719.038000', '174719.040000', '174719.043000', '174719.046000', '174719.048000', '174719.051000', '174738.937000', '174738.940000', '174738.942000', '174738.945000', '174738.947000', '174738.950000', '174738.953000', '174738.956000', '174738.958000', '174738.961000', '174738.964000', '174738.966000', '174738.969000', '174738.971000', '174738.974000', '174738.977000', '174738.979000', '174738.982000', '174738.984000', '174738.987000', '174738.990000', '174738.992000', '174738.995000', '174738.998000', '174739.001000', '174739.004000', '174739.006000', '174739.009000', '174739.012000', '174739.014000', '174739.017000', '174739.020000', '174739.022000', '174739.025000', '174739.028000', '174739.030000', '174739.033000', '174739.036000', '174739.038000', '174739.041000', '174739.043000', '174739.046000', '174739.049000', '174739.051000', '174758.936000', '174758.938000', '174758.941000', '174758.944000', '174758.946000', '174758.949000', '174758.952000', '174758.954000', '174758.957000', '174758.959000', '174758.962000', '174758.965000', '174758.968000', '174758.970000', '174758.973000', '174758.975000', '174758.978000', '174758.981000', '174758.983000', '174758.986000', '174758.989000', '174758.991000', '174758.994000', '174758.996000', '174759.000000', '174759.003000', '174759.005000', '174759.008000', '174759.011000', '174759.013000', '174759.016000', '174759.019000', '174759.021000', '174759.024000', '174759.026000', '174759.029000', '174759.032000', '174759.034000', '174759.037000', '174759.039000', '174759.042000', '174759.045000', '174759.047000', '174818.936000', '174818.938000', '174818.941000', '174818.944000', '174818.946000', '174818.959000', '174818.961000', '174818.964000', '174818.967000', '174818.969000', '174818.972000', '174818.974000', '174818.977000', '174818.980000', '174818.982000', '174818.985000', '174818.988000', '174818.990000', '174818.993000', '174818.995000', '174818.998000', '174819.002000', '174819.004000', '174819.007000', '174819.010000', '174819.012000', '174819.015000', '174819.017000', '174819.020000', '174819.023000', '174819.026000', '174819.028000', '174819.031000', '174819.033000', '174819.036000', '174819.039000', '174819.041000', '174819.044000', '174819.047000', '174819.049000', '174819.052000', '174819.054000', '174819.057000', '174819.060000', '174838.935000', '174838.938000', '174838.941000', '174838.944000', '174838.946000', '174838.949000', '174838.952000', '174838.954000', '174838.957000', '174838.959000', '174838.962000', '174838.965000', '174838.967000', '174838.970000', '174838.972000', '174838.975000', '174838.978000', '174838.980000', '174838.983000', '174838.985000', '174838.988000', '174838.991000', '174838.993000', '174838.996000', '174838.998000', '174839.002000', '174839.005000', '174839.007000', '174839.010000', '174839.012000', '174839.015000', '174839.018000', '174839.020000', '174839.023000', '174839.026000', '174839.028000', '174839.031000', '174839.033000', '174839.036000', '174839.039000', '174839.041000', '174839.044000', '174839.046000', '174850.093000', '174850.097000', '174850.100000', '174850.103000', '174850.106000', '174850.109000', '174850.112000', '174850.115000', '174850.117000', '174850.120000', '174850.123000', '174850.126000', '174850.129000', '174850.133000', '174850.136000', '174850.140000', '174850.144000', '174850.147000', '174850.150000', '174850.153000', '174850.165000', '174850.168000', '174850.171000', '174850.174000', '174850.177000'], 'InstanceCreationTime': ['174218.968000', '174218.978000', '174218.981000', '174218.984000', '174218.986000', '174218.989000', '174218.992000', '174218.995000', '174219.000000', '174219.002000', '174219.005000', '174219.008000', '174219.010000', '174219.013000', '174219.016000', '174219.018000', '174219.021000', '174219.023000', '174219.026000', '174219.029000', '174219.031000', '174238.936000', '174238.939000', '174238.942000', '174238.945000', '174238.947000', '174238.950000', '174238.952000', '174238.955000', '174238.958000', '174238.960000', '174238.963000', '174238.965000', '174238.968000', '174238.971000', '174238.981000', '174238.984000', '174238.986000', '174238.989000', '174238.991000', '174238.994000', '174238.996000', '174239.000000', '174239.002000', '174239.005000', '174239.008000', '174239.010000', '174239.013000', '174239.016000', '174239.019000', '174239.021000', '174239.024000', '174239.028000', '174239.031000', '174239.034000', '174239.036000', '174239.039000', '174239.041000', '174239.044000', '174239.046000', '174239.049000', '174239.051000', '174239.054000', '174239.057000', '174258.936000', '174258.939000', '174258.942000', '174258.944000', '174258.947000', '174258.950000', '174258.952000', '174258.955000', '174258.957000', '174258.960000', '174258.963000', '174258.965000', '174258.968000', '174258.970000', '174258.973000', '174258.976000', '174258.978000', '174258.981000', '174258.983000', '174258.986000', '174258.989000', '174258.991000', '174258.994000', '174258.997000', '174259.000000', '174259.003000', '174259.005000', '174259.008000', '174259.011000', '174259.014000', '174259.016000', '174259.019000', '174259.021000', '174259.032000', '174259.034000', '174259.037000', '174259.040000', '174259.042000', '174259.045000', '174259.047000', '174259.050000', '174259.053000', '174259.055000', '174259.058000', '174318.938000', '174318.940000', '174318.943000', '174318.946000', '174318.948000', '174318.951000', '174318.954000', '174318.956000', '174318.959000', '174318.962000', '174318.964000', '174318.967000', '174318.969000', '174318.972000', '174318.975000', '174318.977000', '174318.980000', '174318.983000', '174318.985000', '174318.988000', '174318.991000', '174318.993000', '174318.996000', '174318.998000', '174319.002000', '174319.005000', '174319.007000', '174319.010000', '174319.013000', '174319.015000', '174319.018000', '174319.020000', '174319.023000', '174319.026000', '174319.028000', '174319.031000', '174319.034000', '174319.036000', '174319.039000', '174319.041000', '174319.044000', '174319.047000', '174319.049000', '174319.052000', '174338.936000', '174338.938000', '174338.941000', '174338.944000', '174338.946000', '174338.949000', '174338.952000', '174338.954000', '174338.957000', '174338.959000', '174338.962000', '174338.965000', '174338.967000', '174338.970000', '174338.973000', '174338.975000', '174338.978000', '174338.980000', '174338.983000', '174338.986000', '174338.988000', '174338.991000', '174338.993000', '174338.996000', '174339.000000', '174339.002000', '174339.005000', '174339.007000', '174339.010000', '174339.013000', '174339.015000', '174339.032000', '174339.035000', '174339.037000', '174339.040000', '174339.043000', '174339.045000', '174339.048000', '174339.050000', '174339.053000', '174339.056000', '174339.058000', '174339.061000', '174358.935000', '174358.938000', '174358.941000', '174358.944000', '174358.946000', '174358.949000', '174358.951000', '174358.954000', '174358.957000', '174358.959000', '174358.962000', '174358.965000', '174358.967000', '174358.970000', '174358.972000', '174358.975000', '174358.978000', '174358.980000', '174358.983000', '174358.985000', '174358.988000', '174358.991000', '174358.993000', '174358.996000', '174358.998000', '174359.002000', '174359.005000', '174359.007000', '174359.010000', '174359.012000', '174359.015000', '174359.018000', '174359.020000', '174359.023000', '174359.026000', '174359.028000', '174359.031000', '174359.033000', '174359.036000', '174359.039000', '174359.041000', '174359.044000', '174359.046000', '174359.049000', '174418.935000', '174418.939000', '174418.941000', '174418.944000', '174418.946000', '174418.949000', '174418.952000', '174418.954000', '174418.957000', '174418.960000', '174418.962000', '174418.965000', '174418.967000', '174418.970000', '174418.972000', '174418.975000', '174418.978000', '174418.980000', '174418.983000', '174418.990000', '174418.993000', '174418.996000', '174418.998000', '174419.002000', '174419.004000', '174419.007000', '174419.010000', '174419.013000', '174419.015000', '174419.018000', '174419.021000', '174419.023000', '174419.026000', '174419.029000', '174419.031000', '174419.034000', '174419.036000', '174419.039000', '174419.042000', '174419.044000', '174419.047000', '174419.049000', '174419.052000', '174438.936000', '174438.939000', '174438.942000', '174438.945000', '174438.947000', '174438.950000', '174438.953000', '174438.955000', '174438.958000', '174438.960000', '174438.963000', '174438.966000', '174438.968000', '174438.971000', '174438.974000', '174438.977000', '174438.980000', '174438.983000', '174438.985000', '174438.988000', '174438.990000', '174438.993000', '174438.996000', '174438.998000', '174439.002000', '174439.005000', '174439.007000', '174439.010000', '174439.012000', '174439.015000', '174439.018000', '174439.020000', '174439.023000', '174439.025000', '174439.028000', '174439.031000', '174439.033000', '174439.036000', '174439.039000', '174439.041000', '174439.044000', '174439.046000', '174439.049000', '174458.936000', '174458.939000', '174458.942000', '174458.945000', '174458.947000', '174458.950000', '174458.953000', '174458.955000', '174458.958000', '174458.960000', '174458.963000', '174458.966000', '174458.968000', '174458.971000', '174458.973000', '174458.976000', '174458.979000', '174458.981000', '174458.984000', '174458.986000', '174458.989000', '174458.991000', '174458.994000', '174458.997000', '174459.000000', '174459.010000', '174459.012000', '174459.015000', '174459.017000', '174459.021000', '174459.023000', '174459.026000', '174459.028000', '174459.031000', '174459.034000', '174459.036000', '174459.039000', '174459.041000', '174459.044000', '174459.047000', '174459.049000', '174459.052000', '174459.054000', '174459.057000', '174518.937000', '174518.939000', '174518.942000', '174518.945000', '174518.948000', '174518.951000', '174518.954000', '174518.956000', '174518.959000', '174518.962000', '174518.964000', '174518.967000', '174518.969000', '174518.981000', '174518.984000', '174518.986000', '174518.989000', '174518.992000', '174518.995000', '174518.997000', '174519.001000', '174519.003000', '174519.006000', '174519.009000', '174519.011000', '174519.014000', '174519.016000', '174519.019000', '174519.022000', '174519.024000', '174519.027000', '174519.029000', '174519.032000', '174519.035000', '174519.037000', '174519.040000', '174519.042000', '174519.045000', '174519.048000', '174519.050000', '174519.053000', '174519.056000', '174519.058000', '174538.935000', '174538.938000', '174538.941000', '174538.943000', '174538.947000', '174538.950000', '174538.952000', '174538.955000', '174538.957000', '174538.960000', '174538.963000', '174538.965000', '174538.968000', '174538.971000', '174538.973000', '174538.976000', '174538.979000', '174538.981000', '174538.984000', '174538.986000', '174538.989000', '174538.992000', '174538.994000', '174538.997000', '174539.000000', '174539.003000', '174539.006000', '174539.008000', '174539.011000', '174539.013000', '174539.016000', '174539.019000', '174539.021000', '174539.024000', '174539.026000', '174539.029000', '174539.032000', '174539.034000', '174539.037000', '174539.039000', '174539.042000', '174539.045000', '174539.047000', '174539.050000', '174558.935000', '174558.938000', '174558.941000', '174558.944000', '174558.947000', '174558.949000', '174558.952000', '174558.955000', '174558.957000', '174558.960000', '174558.963000', '174558.965000', '174558.968000', '174558.971000', '174558.974000', '174558.977000', '174558.981000', '174558.984000', '174558.986000', '174558.989000', '174558.992000', '174558.994000', '174558.997000', '174559.000000', '174559.003000', '174559.006000', '174559.008000', '174559.011000', '174559.015000', '174559.017000', '174559.020000', '174559.023000', '174559.025000', '174559.028000', '174559.031000', '174559.033000', '174559.036000', '174559.038000', '174559.041000', '174559.044000', '174559.046000', '174559.049000', '174559.052000', '174618.935000', '174618.938000', '174618.941000', '174618.944000', '174618.946000', '174618.949000', '174618.952000', '174618.954000', '174618.957000', '174618.959000', '174618.962000', '174618.965000', '174618.967000', '174618.970000', '174618.973000', '174618.975000', '174618.978000', '174618.980000', '174618.983000', '174618.986000', '174618.988000', '174618.991000', '174618.993000', '174618.996000', '174619.000000', '174619.002000', '174619.005000', '174619.008000', '174619.010000', '174619.013000', '174619.016000', '174619.018000', '174619.021000', '174619.023000', '174619.026000', '174619.029000', '174619.031000', '174619.034000', '174619.037000', '174619.039000', '174619.042000', '174619.044000', '174619.047000', '174619.050000', '174638.935000', '174638.938000', '174638.941000', '174638.944000', '174638.946000', '174638.949000', '174638.952000', '174638.954000', '174638.957000', '174638.960000', '174638.962000', '174638.965000', '174638.967000', '174638.970000', '174638.973000', '174638.975000', '174638.978000', '174638.980000', '174638.983000', '174638.986000', '174638.989000', '174638.992000', '174638.995000', '174638.998000', '174639.001000', '174639.004000', '174639.007000', '174639.009000', '174639.012000', '174639.015000', '174639.017000', '174639.020000', '174639.022000', '174639.025000', '174639.028000', '174639.030000', '174639.033000', '174639.035000', '174639.038000', '174639.041000', '174639.043000', '174639.046000', '174639.048000', '174658.936000', '174658.939000', '174658.942000', '174658.945000', '174658.948000', '174658.950000', '174658.953000', '174658.956000', '174658.958000', '174658.961000', '174658.964000', '174658.967000', '174658.969000', '174658.972000', '174658.975000', '174658.977000', '174658.980000', '174658.982000', '174658.985000', '174658.988000', '174658.990000', '174658.993000', '174658.995000', '174658.998000', '174659.002000', '174659.004000', '174659.007000', '174659.010000', '174659.012000', '174659.015000', '174659.017000', '174659.020000', '174659.023000', '174659.025000', '174659.028000', '174659.030000', '174659.033000', '174659.036000', '174659.038000', '174659.041000', '174659.044000', '174659.046000', '174659.049000', '174659.052000', '174718.937000', '174718.940000', '174718.942000', '174718.945000', '174718.948000', '174718.950000', '174718.953000', '174718.955000', '174718.958000', '174718.961000', '174718.964000', '174718.966000', '174718.969000', '174718.971000', '174718.974000', '174718.977000', '174718.979000', '174718.982000', '174718.985000', '174718.987000', '174718.990000', '174718.993000', '174718.995000', '174718.998000', '174719.002000', '174719.004000', '174719.007000', '174719.009000', '174719.012000', '174719.015000', '174719.017000', '174719.020000', '174719.024000', '174719.026000', '174719.029000', '174719.033000', '174719.035000', '174719.038000', '174719.040000', '174719.043000', '174719.046000', '174719.048000', '174719.051000', '174738.937000', '174738.940000', '174738.942000', '174738.945000', '174738.947000', '174738.950000', '174738.953000', '174738.956000', '174738.958000', '174738.961000', '174738.964000', '174738.966000', '174738.969000', '174738.971000', '174738.974000', '174738.977000', '174738.979000', '174738.982000', '174738.984000', '174738.987000', '174738.990000', '174738.992000', '174738.995000', '174738.998000', '174739.001000', '174739.004000', '174739.006000', '174739.009000', '174739.012000', '174739.014000', '174739.017000', '174739.020000', '174739.022000', '174739.025000', '174739.028000', '174739.030000', '174739.033000', '174739.036000', '174739.038000', '174739.041000', '174739.043000', '174739.046000', '174739.049000', '174739.051000', '174758.936000', '174758.938000', '174758.941000', '174758.944000', '174758.946000', '174758.949000', '174758.952000', '174758.954000', '174758.957000', '174758.959000', '174758.962000', '174758.965000', '174758.968000', '174758.970000', '174758.973000', '174758.975000', '174758.978000', '174758.981000', '174758.983000', '174758.986000', '174758.989000', '174758.991000', '174758.994000', '174758.996000', '174759.000000', '174759.003000', '174759.005000', '174759.008000', '174759.011000', '174759.013000', '174759.016000', '174759.019000', '174759.021000', '174759.024000', '174759.026000', '174759.029000', '174759.032000', '174759.034000', '174759.037000', '174759.039000', '174759.042000', '174759.045000', '174759.047000', '174818.936000', '174818.938000', '174818.941000', '174818.944000', '174818.946000', '174818.959000', '174818.961000', '174818.964000', '174818.967000', '174818.969000', '174818.972000', '174818.974000', '174818.977000', '174818.980000', '174818.982000', '174818.985000', '174818.988000', '174818.990000', '174818.993000', '174818.995000', '174818.998000', '174819.002000', '174819.004000', '174819.007000', '174819.010000', '174819.012000', '174819.015000', '174819.017000', '174819.020000', '174819.023000', '174819.026000', '174819.028000', '174819.031000', '174819.033000', '174819.036000', '174819.039000', '174819.041000', '174819.044000', '174819.047000', '174819.049000', '174819.052000', '174819.054000', '174819.057000', '174819.060000', '174838.935000', '174838.938000', '174838.941000', '174838.944000', '174838.946000', '174838.949000', '174838.952000', '174838.954000', '174838.957000', '174838.959000', '174838.962000', '174838.965000', '174838.967000', '174838.970000', '174838.972000', '174838.975000', '174838.978000', '174838.980000', '174838.983000', '174838.985000', '174838.988000', '174838.991000', '174838.993000', '174838.996000', '174838.998000', '174839.002000', '174839.005000', '174839.007000', '174839.010000', '174839.012000', '174839.015000', '174839.018000', '174839.020000', '174839.023000', '174839.026000', '174839.028000', '174839.031000', '174839.033000', '174839.036000', '174839.039000', '174839.041000', '174839.044000', '174839.046000', '174850.093000', '174850.097000', '174850.100000', '174850.103000', '174850.106000', '174850.109000', '174850.112000', '174850.115000', '174850.117000', '174850.120000', '174850.123000', '174850.126000', '174850.129000', '174850.133000', '174850.136000', '174850.140000', '174850.144000', '174850.147000', '174850.150000', '174850.153000', '174850.165000', '174850.168000', '174850.171000', '174850.174000', '174850.177000'], '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': [9728, 7748, 7285, 11812, 7865, 6862, 8960, 7022, 6693, 7013, 6692, 10502, 11559, 9053, 8124, 8699, 8247, 7982, 9428, 7957, 10258, 8903, 7394, 10647, 7447, 10398, 7820, 6922, 9280, 7763, 9073, 6934, 6666, 8766, 6546, 6842, 8327, 6700, 6915, 11923, 8288, 7208, 10428, 7539, 13786, 9367, 12894, 8856, 10821, 8244, 11823, 8176, 9193, 6329, 7437, 6750, 8029, 7621, 7531, 7111, 6603, 8382, 9433, 8927, 12215, 9330, 12801, 9819, 13151, 9285, 12772, 9170, 11847, 8995, 10311, 8051, 8508, 11070, 8307, 9148, 7245, 8378, 9393, 8572, 12669, 9282, 13300, 8982, 12006, 9954, 11973, 8576, 12416, 8207, 10547, 8261, 9610, 8259, 7668, 8131, 7642, 7347, 6759, 6626, 7549, 7460, 6849, 8613, 7873, 8498, 7948, 9076, 8386, 10633, 7734, 12982, 8646, 11380, 7979, 11222, 7945, 10251, 9392, 11280, 10902, 8116, 10172, 7715, 10746, 7810, 11789, 8057, 13082, 7824, 11584, 7939, 10896, 7912, 11370, 7802, 10339, 8109, 7775, 6645, 7371, 6944, 7990, 9443, 8002, 9164, 7475, 9092, 8314, 7432, 7912, 7750, 10344, 7675, 11332, 8385, 10036, 7939, 9930, 7673, 8528, 7820, 7536, 7975, 7767, 9091, 7126, 6350, 6843, 7459, 9724, 7929, 10300, 7844, 7697, 8938, 8241, 10541, 7989, 12297, 9554, 11457, 9822, 7226, 7325, 6876, 9009, 7503, 9280, 7358, 9658, 7315, 10651, 7133, 8442, 6942, 7165, 7647, 7171, 10176, 7927, 11362, 8859, 9240, 12138, 10424, 7292, 8029, 7723, 9559, 9961, 11162, 9322, 7538, 8201, 6903, 10159, 7784, 7808, 7200, 7166, 12373, 8605, 13717, 8584, 10242, 9247, 7902, 8672, 8102, 9580, 7809, 10598, 8040, 9511, 7603, 7852, 6819, 7377, 9656, 6622, 7730, 7412, 7720, 9935, 8464, 7796, 9214, 8002, 11460, 8204, 12879, 9630, 8715, 8146, 8018, 8270, 7993, 10768, 7922, 9825, 7780, 6762, 6538, 7030, 7823, 8128, 10651, 8551, 7949, 7555, 8443, 9199, 8490, 10912, 8503, 10230, 8537, 8117, 8318, 7771, 9937, 8037, 10499, 7421, 10819, 8278, 6999, 9496, 7576, 7556, 8591, 7584, 11461, 7684, 11414, 7337, 11453, 9180, 14234, 10884, 7330, 8658, 7233, 9566, 7769, 9059, 7381, 9183, 7339, 8774, 7369, 8562, 7626, 8784, 7492, 8244, 7457, 9033, 7541, 8995, 7581, 9039, 7776, 8509, 7643, 8917, 7528, 8645, 7572, 8456, 7582, 8757, 7636, 8106, 7229, 7302, 6887, 7249, 8766, 7195, 10367, 7742, 10396, 8083, 11533, 8491, 11354, 8563, 11537, 9430, 10702, 7508, 9903, 8836, 9059, 7185, 7450, 7267, 6896, 8952, 7566, 9123, 7109, 6603, 7723, 6949, 9267, 7470, 9831, 7278, 11320, 8588, 7293, 7391, 7506, 9636, 6939, 10540, 7070, 7238, 7573, 7404, 10160, 7134, 12060, 8273, 10362, 7416, 8517, 7721, 10531, 8107, 10307, 8969, 7293, 8508, 7508, 8777, 7586, 8891, 7508, 7639, 7293, 7261, 7225, 7300, 9651, 7260, 9713, 7658, 10735, 7752, 11323, 8193, 9037, 7627, 7236, 9169, 7316, 10695, 7494, 10124, 7629, 6769, 7589, 6698, 7638, 6615, 7400, 7180, 6732, 9763, 6898, 10158, 6434, 6531, 7908, 7130, 7284, 7836, 6824, 8530, 7012, 6949, 11558, 9008, 11797, 7167, 8727, 7899, 6694, 6487, 11381, 8639, 7266, 11811, 8943, 9568, 9151, 6773, 13321, 8094, 6505, 11821, 9073, 9038, 9917, 7260, 11509, 8490, 6741, 9765, 7324, 6517, 7916, 7081, 6411, 6322, 7553, 7160, 6488, 10604, 8016, 7861, 7841, 12653, 10252, 8245, 10112, 11147, 8594, 7000, 10660, 8589, 6629, 7874, 8241, 6537, 7745, 6827, 7154, 14458, 10578, 6661, 7598, 7282, 6736, 6716, 6365, 7315, 8324, 11521, 8961, 12813, 10342, 12663, 10264, 12727, 10417, 12245, 10229, 8680, 12041, 8904, 14030, 9549, 8285, 11701, 7868, 9443, 7797, 9902, 8265, 9323, 7558, 7775, 7291, 7966, 6931, 8026, 7503, 7802, 7966, 7581, 8421, 8155, 8804, 7495, 6813, 8772, 6899, 8830, 8025, 10734, 8189, 11017, 8354, 7755, 7279, 7908, 7846, 7984, 8494, 8084, 10480, 7896, 12711, 9602, 13433, 10926, 8065, 7551, 8384, 8889, 7999, 9255, 7947, 10718, 7863, 15228, 8793, 7952, 7414, 8043, 9154, 6935, 8330, 8703, 8056, 7973, 8304, 7091, 8903, 7053, 8576, 6790, 6710, 8239, 6725, 6495, 10553, 7548, 6517, 7307, 7732, 7549, 8313, 6449, 7956, 6926, 7412, 7125, 7047, 6673, 6471, 6828, 6753, 11590, 8984, 11666, 9740, 7085, 10191, 7034, 12191, 8875, 12501, 10763, 13280, 10103, 7315, 8240, 6854, 12409, 8553, 8327, 8170, 7784, 12960, 8053, 12946, 8270, 12459, 9603, 9890, 9470, 7649, 8051, 7734, 8712, 7988, 7431, 6477, 7382, 7944, 7345, 9624, 7189, 12130, 7955, 8843, 7489, 8130, 7497, 8536, 7341, 7919, 7575, 7579, 6806, 7448, 7855, 7743, 8369, 7513, 8426, 7255, 8577, 7504, 7692, 7650, 7541, 6902, 7596, 8909, 7700, 10442, 7649, 10181, 7271, 9933, 9183, 10750, 8295, 8024, 7795, 7997, 9783, 8269, 7953, 7474, 7712, 8519, 7155, 12172, 8537, 12827, 8474, 8120, 10686, 7980, 10044, 8295, 7958, 8540, 8130, 10773, 8355, 12204, 8876, 12552, 9458, 8287, 7857, 8416, 8123, 7986, 9723, 8149, 8037, 7644, 7862, 8524, 8005, 9376, 8378, 10613, 8324, 10018, 8614, 8090, 7767, 8035, 9309, 8261, 9916, 8191, 9652, 8363, 9215, 8007, 8433, 7782, 8011, 7657, 8062, 8680, 7966, 9004, 8158, 9305, 8007, 8876, 8219, 7506, 7094, 8094, 8351, 8177, 8380, 8011, 7807, 8271, 8019, 10115, 7896, 10844, 7914, 11722, 8226, 10483, 8196, 10738, 7886, 9606, 7660, 7572, 7245, 7435, 8036, 7486, 8705, 8062, 9095, 7851, 6874, 6588, 7388, 8304, 7902, 9948, 7635, 8170, 7534, 7516, 10235, 7701, 11453, 7745, 12233, 9441, 12210, 7829, 9734, 7737, 7064, 9181, 7730, 9149, 7585, 9716, 7581, 7400, 7108, 7408, 8627, 7609, 10342, 8067, 8335, 7501, 7424, 8156, 7459, 10607, 7862, 10301, 7817, 8040, 6913, 7620, 8171, 7792, 7701, 7234, 7368, 9833, 8154, 11948, 8264, 12586, 9818, 12561, 9348, 7469, 8222, 7897, 10896, 7736, 7619, 7616, 7916, 9195, 7626, 7588, 7849, 8031], 'WindowCenter': [3796.0, 3801.0, 3802.0, 3821.0, 3777.0, 3786.0, 3813.0, 3810.0, 3774.0, 3772.0, 3759.0, 3907.0, 3891.0, 3858.0, 3835.0, 3845.0, 3859.0, 3847.0, 3870.0, 3860.0, 3893.0, 3870.0, 3849.0, 3891.0, 3850.0, 3891.0, 3861.0, 3840.0, 3882.0, 3838.0, 3844.0, 3841.0, 3830.0, 3873.0, 3831.0, 3843.0, 3888.0, 3855.0, 3853.0, 3917.0, 3864.0, 3842.0, 3894.0, 3852.0, 3915.0, 3872.0, 3902.0, 3859.0, 3879.0, 3849.0, 3891.0, 3848.0, 3856.0, 3804.0, 3837.0, 3844.0, 3865.0, 3864.0, 3864.0, 3841.0, 3842.0, 3877.0, 3898.0, 3885.0, 3930.0, 3898.0, 3915.0, 3895.0, 3926.0, 3857.0, 3889.0, 3857.0, 3878.0, 3863.0, 3884.0, 3864.0, 3847.0, 3877.0, 3848.0, 3859.0, 3827.0, 3836.0, 3858.0, 3849.0, 3903.0, 3871.0, 3899.0, 3846.0, 3876.0, 3855.0, 3888.0, 3847.0, 3875.0, 3832.0, 3853.0, 3833.0, 3867.0, 3846.0, 3836.0, 3846.0, 3847.0, 3850.0, 3841.0, 3841.0, 3850.0, 3851.0, 3842.0, 3874.0, 3862.0, 3873.0, 3851.0, 3871.0, 3860.0, 3883.0, 3853.0, 3902.0, 3860.0, 3878.0, 3837.0, 3878.0, 3838.0, 3880.0, 3871.0, 3891.0, 3880.0, 3837.0, 3867.0, 3825.0, 3865.0, 3835.0, 3889.0, 3847.0, 3887.0, 3834.0, 3875.0, 3833.0, 3863.0, 3846.0, 3875.0, 3834.0, 3853.0, 3859.0, 3835.0, 3827.0, 3838.0, 3826.0, 3847.0, 3868.0, 3848.0, 3869.0, 3850.0, 3884.0, 3860.0, 3838.0, 3848.0, 3848.0, 3879.0, 3851.0, 3903.0, 3860.0, 3880.0, 3848.0, 3879.0, 3862.0, 3872.0, 3860.0, 3848.0, 3860.0, 3861.0, 3869.0, 3851.0, 3831.0, 3843.0, 3853.0, 3894.0, 3864.0, 3907.0, 3877.0, 3865.0, 3886.0, 3863.0, 3893.0, 3863.0, 3904.0, 3882.0, 3904.0, 3882.0, 3840.0, 3840.0, 3830.0, 3873.0, 3841.0, 3871.0, 3839.0, 3868.0, 3840.0, 3906.0, 3851.0, 3872.0, 3841.0, 3840.0, 3862.0, 3855.0, 3894.0, 3863.0, 3903.0, 3871.0, 3884.0, 3913.0, 3891.0, 3838.0, 3848.0, 3850.0, 3882.0, 3869.0, 3866.0, 3870.0, 3838.0, 3860.0, 3841.0, 3893.0, 3852.0, 3850.0, 3840.0, 3853.0, 3912.0, 3859.0, 3910.0, 3861.0, 3881.0, 3882.0, 3848.0, 3858.0, 3847.0, 3866.0, 3848.0, 3889.0, 3849.0, 3869.0, 3836.0, 3848.0, 3827.0, 3851.0, 3871.0, 3829.0, 3838.0, 3839.0, 3863.0, 3896.0, 3874.0, 3852.0, 3873.0, 3850.0, 3891.0, 3860.0, 3904.0, 3871.0, 3860.0, 3838.0, 3837.0, 3848.0, 3849.0, 3879.0, 3849.0, 3868.0, 3836.0, 3828.0, 3829.0, 3840.0, 3851.0, 3875.0, 3892.0, 3872.0, 3862.0, 3862.0, 3873.0, 3870.0, 3874.0, 3906.0, 3876.0, 3883.0, 3860.0, 3851.0, 3861.0, 3851.0, 3895.0, 3851.0, 3881.0, 3840.0, 3878.0, 3848.0, 3829.0, 3870.0, 3850.0, 3849.0, 3873.0, 3851.0, 3904.0, 3851.0, 3890.0, 3828.0, 3878.0, 3859.0, 3912.0, 3878.0, 3815.0, 3836.0, 3826.0, 3857.0, 3825.0, 3848.0, 3828.0, 3846.0, 3814.0, 3833.0, 3814.0, 3834.0, 3825.0, 3847.0, 3826.0, 3835.0, 3814.0, 3844.0, 3824.0, 3844.0, 3825.0, 3847.0, 3825.0, 3834.0, 3824.0, 3843.0, 3824.0, 3845.0, 3825.0, 3833.0, 3836.0, 3835.0, 3825.0, 3836.0, 3826.0, 3827.0, 3826.0, 3827.0, 3860.0, 3841.0, 3883.0, 3840.0, 3880.0, 3851.0, 3889.0, 3861.0, 3892.0, 3861.0, 3891.0, 3870.0, 3879.0, 3837.0, 3869.0, 3859.0, 3857.0, 3825.0, 3824.0, 3837.0, 3840.0, 3870.0, 3851.0, 3871.0, 3840.0, 3843.0, 3863.0, 3841.0, 3870.0, 3840.0, 3882.0, 3841.0, 3905.0, 3873.0, 3840.0, 3840.0, 3852.0, 3881.0, 3842.0, 3893.0, 3842.0, 3839.0, 3839.0, 3839.0, 3881.0, 3843.0, 3902.0, 3863.0, 3881.0, 3829.0, 3859.0, 3839.0, 3880.0, 3850.0, 3869.0, 3859.0, 3825.0, 3846.0, 3825.0, 3845.0, 3835.0, 3859.0, 3827.0, 3837.0, 3826.0, 3826.0, 3826.0, 3825.0, 3870.0, 3826.0, 3857.0, 3836.0, 3877.0, 3838.0, 3892.0, 3864.0, 3862.0, 3850.0, 3837.0, 3868.0, 3837.0, 3879.0, 3839.0, 3880.0, 3848.0, 3831.0, 3866.0, 3845.0, 3854.0, 3832.0, 3840.0, 3829.0, 3829.0, 3881.0, 3840.0, 3880.0, 3819.0, 3815.0, 3831.0, 3808.0, 3833.0, 3831.0, 3826.0, 3867.0, 3837.0, 3836.0, 3906.0, 3871.0, 3903.0, 3841.0, 3861.0, 3861.0, 3841.0, 3846.0, 3921.0, 3891.0, 3868.0, 3893.0, 3873.0, 3871.0, 3870.0, 3829.0, 3901.0, 3850.0, 3806.0, 3878.0, 3848.0, 3848.0, 3856.0, 3827.0, 3877.0, 3835.0, 3816.0, 3869.0, 3827.0, 3808.0, 3837.0, 3816.0, 3806.0, 3807.0, 3827.0, 3819.0, 3809.0, 3885.0, 3867.0, 3855.0, 3854.0, 3906.0, 3885.0, 3853.0, 3870.0, 3882.0, 3861.0, 3840.0, 3868.0, 3827.0, 3807.0, 3845.0, 3860.0, 3815.0, 3846.0, 3827.0, 3795.0, 3910.0, 3904.0, 3842.0, 3876.0, 3864.0, 3852.0, 3838.0, 3843.0, 3864.0, 3877.0, 3905.0, 3874.0, 3904.0, 3883.0, 3903.0, 3883.0, 3902.0, 3880.0, 3877.0, 3866.0, 3847.0, 3889.0, 3845.0, 3886.0, 3855.0, 3845.0, 3877.0, 3834.0, 3853.0, 3822.0, 3852.0, 3821.0, 3829.0, 3809.0, 3809.0, 3798.0, 3809.0, 3799.0, 3820.0, 3811.0, 3810.0, 3822.0, 3823.0, 3847.0, 3847.0, 3858.0, 3838.0, 3816.0, 3849.0, 3840.0, 3875.0, 3865.0, 3894.0, 3866.0, 3883.0, 3851.0, 3838.0, 3840.0, 3849.0, 3849.0, 3849.0, 3860.0, 3850.0, 3882.0, 3850.0, 3916.0, 3883.0, 3901.0, 3879.0, 3835.0, 3837.0, 3847.0, 3860.0, 3836.0, 3857.0, 3836.0, 3881.0, 3851.0, 3872.0, 3806.0, 3864.0, 3839.0, 3836.0, 3854.0, 3813.0, 3844.0, 3844.0, 3836.0, 3847.0, 3848.0, 3777.0, 3891.0, 3846.0, 3862.0, 3819.0, 3829.0, 3847.0, 3816.0, 3817.0, 3879.0, 3849.0, 3819.0, 3839.0, 3853.0, 3851.0, 3846.0, 3825.0, 3843.0, 3823.0, 3848.0, 3838.0, 3849.0, 3839.0, 3829.0, 3852.0, 3854.0, 3914.0, 3885.0, 3916.0, 3895.0, 3850.0, 3892.0, 3840.0, 3901.0, 3871.0, 3901.0, 3892.0, 3910.0, 3878.0, 3848.0, 3858.0, 3826.0, 3901.0, 3846.0, 3834.0, 3847.0, 3837.0, 3899.0, 3848.0, 3888.0, 3847.0, 3887.0, 3856.0, 3866.0, 3855.0, 3834.0, 3834.0, 3835.0, 3855.0, 3858.0, 3850.0, 3830.0, 3839.0, 3860.0, 3840.0, 3882.0, 3842.0, 3905.0, 3863.0, 3872.0, 3840.0, 3850.0, 3839.0, 3860.0, 3841.0, 3852.0, 3850.0, 3838.0, 3827.0, 3837.0, 3848.0, 3848.0, 3859.0, 3850.0, 3860.0, 3852.0, 3873.0, 3852.0, 3864.0, 3864.0, 3863.0, 3853.0, 3862.0, 3883.0, 3865.0, 3907.0, 3865.0, 3907.0, 3866.0, 3882.0, 3872.0, 3907.0, 3876.0, 3862.0, 3861.0, 3874.0, 3906.0, 3874.0, 3862.0, 3853.0, 3875.0, 3885.0, 3854.0, 3917.0, 3889.0, 3928.0, 3875.0, 3861.0, 3882.0, 3849.0, 3868.0, 3849.0, 3863.0, 3874.0, 3862.0, 3893.0, 3862.0, 3903.0, 3873.0, 3915.0, 3870.0, 3848.0, 3848.0, 3848.0, 3848.0, 3850.0, 3870.0, 3850.0, 3836.0, 3836.0, 3848.0, 3872.0, 3850.0, 3870.0, 3849.0, 3878.0, 3848.0, 3879.0, 3858.0, 3838.0, 3836.0, 3835.0, 3856.0, 3847.0, 3869.0, 3847.0, 3856.0, 3846.0, 3856.0, 3834.0, 3845.0, 3836.0, 3834.0, 3824.0, 3833.0, 3845.0, 3835.0, 3857.0, 3848.0, 3857.0, 3847.0, 3857.0, 3846.0, 3838.0, 3841.0, 3859.0, 3860.0, 3860.0, 3858.0, 3862.0, 3861.0, 3871.0, 3849.0, 3879.0, 3848.0, 3893.0, 3862.0, 3901.0, 3859.0, 3878.0, 3848.0, 3889.0, 3850.0, 3868.0, 3837.0, 3837.0, 3836.0, 3836.0, 3849.0, 3850.0, 3860.0, 3859.0, 3868.0, 3859.0, 3840.0, 3843.0, 3851.0, 3861.0, 3861.0, 3881.0, 3864.0, 3875.0, 3863.0, 3851.0, 3894.0, 3852.0, 3903.0, 3864.0, 3904.0, 3883.0, 3902.0, 3851.0, 3871.0, 3852.0, 3840.0, 3871.0, 3849.0, 3870.0, 3851.0, 3883.0, 3852.0, 3852.0, 3840.0, 3839.0, 3871.0, 3864.0, 3895.0, 3863.0, 3861.0, 3840.0, 3839.0, 3861.0, 3853.0, 3906.0, 3864.0, 3884.0, 3851.0, 3849.0, 3841.0, 3863.0, 3862.0, 3853.0, 3864.0, 3866.0, 3866.0, 3895.0, 3863.0, 3903.0, 3873.0, 3916.0, 3883.0, 3902.0, 3869.0, 3837.0, 3860.0, 3862.0, 3891.0, 3850.0, 3849.0, 3837.0, 3861.0, 3871.0, 3864.0, 3852.0, 3862.0, 3861.0], 'WindowWidth': [8533.0, 8553.0, 8554.0, 8556.0, 8498.0, 8527.0, 8558.0, 8568.0, 8505.0, 8497.0, 8475.0, 8729.0, 8696.0, 8647.0, 8611.0, 8622.0, 8649.0, 8629.0, 8667.0, 8655.0, 8704.0, 8669.0, 8637.0, 8697.0, 8641.0, 8697.0, 8658.0, 8630.0, 8685.0, 8618.0, 8617.0, 8631.0, 8612.0, 8675.0, 8616.0, 8638.0, 8706.0, 8659.0, 8653.0, 8741.0, 8664.0, 8631.0, 8701.0, 8646.0, 8735.0, 8669.0, 8709.0, 8648.0, 8675.0, 8637.0, 8693.0, 8632.0, 8639.0, 8569.0, 8616.0, 8640.0, 8667.0, 8666.0, 8665.0, 8629.0, 8632.0, 8688.0, 8718.0, 8699.0, 8764.0, 8718.0, 8735.0, 8709.0, 8754.0, 8642.0, 8688.0, 8641.0, 8665.0, 8660.0, 8687.0, 8663.0, 8626.0, 8666.0, 8628.0, 8645.0, 8599.0, 8611.0, 8642.0, 8631.0, 8714.0, 8669.0, 8700.0, 8625.0, 8663.0, 8634.0, 8683.0, 8627.0, 8660.0, 8599.0, 8626.0, 8603.0, 8656.0, 8628.0, 8613.0, 8627.0, 8632.0, 8641.0, 8634.0, 8632.0, 8639.0, 8643.0, 8635.0, 8679.0, 8657.0, 8675.0, 8641.0, 8667.0, 8650.0, 8685.0, 8649.0, 8710.0, 8648.0, 8670.0, 8615.0, 8670.0, 8617.0, 8677.0, 8666.0, 8692.0, 8675.0, 8613.0, 8653.0, 8594.0, 8648.0, 8608.0, 8687.0, 8632.0, 8681.0, 8607.0, 8660.0, 8604.0, 8644.0, 8629.0, 8661.0, 8606.0, 8629.0, 8651.0, 8611.0, 8606.0, 8621.0, 8603.0, 8630.0, 8661.0, 8633.0, 8662.0, 8642.0, 8694.0, 8655.0, 8620.0, 8634.0, 8634.0, 8676.0, 8644.0, 8715.0, 8654.0, 8677.0, 8635.0, 8676.0, 8661.0, 8674.0, 8656.0, 8636.0, 8654.0, 8660.0, 8666.0, 8646.0, 8619.0, 8637.0, 8651.0, 8706.0, 8667.0, 8728.0, 8690.0, 8669.0, 8698.0, 8661.0, 8700.0, 8661.0, 8717.0, 8685.0, 8715.0, 8684.0, 8625.0, 8626.0, 8616.0, 8673.0, 8628.0, 8668.0, 8625.0, 8661.0, 8629.0, 8725.0, 8647.0, 8674.0, 8632.0, 8628.0, 8660.0, 8659.0, 8706.0, 8663.0, 8718.0, 8669.0, 8695.0, 8731.0, 8697.0, 8620.0, 8636.0, 8639.0, 8689.0, 8661.0, 8650.0, 8664.0, 8618.0, 8650.0, 8633.0, 8703.0, 8646.0, 8640.0, 8625.0, 8649.0, 8727.0, 8651.0, 8718.0, 8654.0, 8680.0, 8684.0, 8635.0, 8647.0, 8629.0, 8653.0, 8633.0, 8692.0, 8636.0, 8661.0, 8615.0, 8631.0, 8603.0, 8643.0, 8668.0, 8610.0, 8620.0, 8622.0, 8662.0, 8713.0, 8678.0, 8645.0, 8672.0, 8638.0, 8692.0, 8650.0, 8715.0, 8667.0, 8649.0, 8618.0, 8615.0, 8630.0, 8634.0, 8675.0, 8635.0, 8657.0, 8612.0, 8608.0, 8612.0, 8627.0, 8645.0, 8684.0, 8700.0, 8676.0, 8660.0, 8663.0, 8677.0, 8668.0, 8676.0, 8724.0, 8685.0, 8687.0, 8652.0, 8640.0, 8657.0, 8646.0, 8709.0, 8643.0, 8680.0, 8626.0, 8673.0, 8632.0, 8609.0, 8665.0, 8637.0, 8637.0, 8674.0, 8643.0, 8721.0, 8642.0, 8690.0, 8604.0, 8671.0, 8644.0, 8725.0, 8669.0, 8580.0, 8609.0, 8597.0, 8640.0, 8593.0, 8632.0, 8603.0, 8623.0, 8579.0, 8602.0, 8577.0, 8604.0, 8596.0, 8627.0, 8598.0, 8607.0, 8579.0, 8618.0, 8591.0, 8618.0, 8596.0, 8627.0, 8594.0, 8605.0, 8590.0, 8614.0, 8591.0, 8622.0, 8595.0, 8604.0, 8611.0, 8606.0, 8596.0, 8614.0, 8599.0, 8601.0, 8601.0, 8601.0, 8651.0, 8632.0, 8687.0, 8627.0, 8678.0, 8641.0, 8688.0, 8652.0, 8698.0, 8655.0, 8693.0, 8666.0, 8676.0, 8618.0, 8664.0, 8651.0, 8644.0, 8599.0, 8597.0, 8618.0, 8628.0, 8666.0, 8642.0, 8668.0, 8626.0, 8639.0, 8663.0, 8631.0, 8667.0, 8627.0, 8683.0, 8629.0, 8724.0, 8674.0, 8626.0, 8627.0, 8646.0, 8684.0, 8632.0, 8700.0, 8633.0, 8623.0, 8621.0, 8620.0, 8682.0, 8636.0, 8713.0, 8661.0, 8681.0, 8608.0, 8647.0, 8619.0, 8678.0, 8637.0, 8659.0, 8646.0, 8595.0, 8624.0, 8595.0, 8622.0, 8611.0, 8647.0, 8603.0, 8617.0, 8600.0, 8599.0, 8599.0, 8598.0, 8664.0, 8601.0, 8642.0, 8614.0, 8669.0, 8618.0, 8698.0, 8663.0, 8657.0, 8639.0, 8618.0, 8662.0, 8618.0, 8678.0, 8624.0, 8680.0, 8634.0, 8619.0, 8674.0, 8645.0, 8653.0, 8620.0, 8625.0, 8610.0, 8610.0, 8681.0, 8626.0, 8679.0, 8597.0, 8585.0, 8598.0, 8564.0, 8609.0, 8600.0, 8604.0, 8662.0, 8622.0, 8617.0, 8722.0, 8667.0, 8713.0, 8629.0, 8654.0, 8654.0, 8632.0, 8649.0, 8754.0, 8713.0, 8679.0, 8699.0, 8674.0, 8665.0, 8664.0, 8609.0, 8707.0, 8637.0, 8571.0, 8671.0, 8627.0, 8627.0, 8635.0, 8599.0, 8665.0, 8607.0, 8584.0, 8658.0, 8599.0, 8574.0, 8611.0, 8583.0, 8569.0, 8570.0, 8595.0, 8586.0, 8575.0, 8686.0, 8668.0, 8649.0, 8645.0, 8718.0, 8690.0, 8643.0, 8659.0, 8678.0, 8651.0, 8626.0, 8654.0, 8583.0, 8561.0, 8628.0, 8655.0, 8587.0, 8628.0, 8606.0, 8536.0, 8721.0, 8721.0, 8636.0, 8688.0, 8668.0, 8653.0, 8626.0, 8644.0, 8668.0, 8687.0, 8721.0, 8675.0, 8719.0, 8688.0, 8714.0, 8685.0, 8713.0, 8678.0, 8666.0, 8650.0, 8628.0, 8690.0, 8621.0, 8677.0, 8635.0, 8620.0, 8667.0, 8603.0, 8626.0, 8583.0, 8622.0, 8579.0, 8586.0, 8558.0, 8558.0, 8544.0, 8559.0, 8547.0, 8576.0, 8565.0, 8565.0, 8581.0, 8587.0, 8628.0, 8630.0, 8643.0, 8618.0, 8584.0, 8631.0, 8626.0, 8679.0, 8665.0, 8703.0, 8668.0, 8684.0, 8640.0, 8618.0, 8624.0, 8633.0, 8635.0, 8634.0, 8652.0, 8636.0, 8686.0, 8639.0, 8738.0, 8687.0, 8709.0, 8672.0, 8610.0, 8615.0, 8629.0, 8650.0, 8611.0, 8640.0, 8612.0, 8680.0, 8636.0, 8649.0, 8550.0, 8670.0, 8624.0, 8611.0, 8632.0, 8578.0, 8620.0, 8620.0, 8613.0, 8629.0, 8630.0, 8511.0, 8712.0, 8646.0, 8655.0, 8593.0, 8606.0, 8626.0, 8584.0, 8589.0, 8674.0, 8637.0, 8597.0, 8626.0, 8647.0, 8642.0, 8626.0, 8603.0, 8620.0, 8596.0, 8638.0, 8624.0, 8639.0, 8629.0, 8615.0, 8653.0, 8656.0, 8736.0, 8699.0, 8740.0, 8713.0, 8645.0, 8702.0, 8631.0, 8714.0, 8672.0, 8714.0, 8701.0, 8722.0, 8676.0, 8637.0, 8650.0, 8603.0, 8707.0, 8626.0, 8604.0, 8627.0, 8616.0, 8702.0, 8629.0, 8685.0, 8627.0, 8681.0, 8637.0, 8651.0, 8634.0, 8605.0, 8606.0, 8609.0, 8638.0, 8649.0, 8642.0, 8615.0, 8624.0, 8653.0, 8625.0, 8683.0, 8634.0, 8720.0, 8660.0, 8669.0, 8625.0, 8637.0, 8622.0, 8649.0, 8627.0, 8644.0, 8639.0, 8619.0, 8605.0, 8617.0, 8633.0, 8634.0, 8651.0, 8643.0, 8654.0, 8650.0, 8678.0, 8647.0, 8667.0, 8667.0, 8665.0, 8651.0, 8661.0, 8691.0, 8670.0, 8730.0, 8670.0, 8730.0, 8674.0, 8682.0, 8671.0, 8731.0, 8683.0, 8658.0, 8658.0, 8680.0, 8730.0, 8681.0, 8660.0, 8650.0, 8684.0, 8697.0, 8658.0, 8743.0, 8709.0, 8754.0, 8684.0, 8656.0, 8684.0, 8635.0, 8660.0, 8634.0, 8660.0, 8679.0, 8659.0, 8702.0, 8659.0, 8714.0, 8675.0, 8738.0, 8667.0, 8633.0, 8633.0, 8632.0, 8637.0, 8641.0, 8667.0, 8637.0, 8615.0, 8614.0, 8632.0, 8672.0, 8640.0, 8665.0, 8636.0, 8673.0, 8634.0, 8678.0, 8647.0, 8618.0, 8614.0, 8609.0, 8639.0, 8629.0, 8661.0, 8630.0, 8640.0, 8626.0, 8639.0, 8607.0, 8624.0, 8614.0, 8607.0, 8594.0, 8604.0, 8623.0, 8610.0, 8643.0, 8636.0, 8645.0, 8631.0, 8643.0, 8627.0, 8621.0, 8633.0, 8651.0, 8654.0, 8654.0, 8649.0, 8662.0, 8661.0, 8673.0, 8639.0, 8679.0, 8636.0, 8703.0, 8661.0, 8709.0, 8651.0, 8673.0, 8633.0, 8692.0, 8639.0, 8661.0, 8618.0, 8616.0, 8616.0, 8616.0, 8637.0, 8642.0, 8654.0, 8652.0, 8663.0, 8651.0, 8631.0, 8638.0, 8644.0, 8658.0, 8658.0, 8686.0, 8666.0, 8685.0, 8666.0, 8644.0, 8706.0, 8645.0, 8716.0, 8667.0, 8719.0, 8690.0, 8711.0, 8641.0, 8667.0, 8645.0, 8628.0, 8670.0, 8637.0, 8665.0, 8641.0, 8691.0, 8646.0, 8645.0, 8627.0, 8625.0, 8670.0, 8668.0, 8710.0, 8663.0, 8657.0, 8626.0, 8623.0, 8657.0, 8650.0, 8725.0, 8666.0, 8690.0, 8642.0, 8637.0, 8631.0, 8663.0, 8660.0, 8650.0, 8665.0, 8674.0, 8673.0, 8709.0, 8663.0, 8716.0, 8675.0, 8741.0, 8690.0, 8711.0, 8663.0, 8617.0, 8652.0, 8658.0, 8698.0, 8640.0, 8634.0, 8617.0, 8656.0, 8671.0, 8664.0, 8647.0, 8660.0, 8655.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.007929965596330276</td></tr>
<tr><td colspan=3>aqi</td><td>0.09249744483944954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.416643385797926</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0718033156371978</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9992721105740523</td></tr>
<tr><td colspan=3>efc</td><td>0.4666</td></tr>
<tr><td colspan=3>fber</td><td>4606.9771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3561064320694995</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>371</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>42.54587155963303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.888337517013934</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.740406389209075</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.191965469352158</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7326406924805693</td></tr>
<tr><td colspan=3>gcor</td><td>0.00851596</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010694040916860104</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031029142439365387</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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>3.736354031372444</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>20.9401</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3914</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.9966</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307781.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>787.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.6204</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5535</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.3275</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3083.5267</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.5603</td></tr>
<tr><td colspan=3>tsnr</td><td>20.072152311331593</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>