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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-01/func/sub-0010_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dedbf61a08aae0d0502413b1e187cbe2</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>14:24:33.010000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998402, 0.0161273, 0.0541662, -0.00975851, 0.993219, -0.115848]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0715621</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7717, -7286, 657, -62, -18, 9, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48240e5e-a679-40e7-8c1e-26e91e74dbf9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6786386966705322, -0.026181375607848167, 0.15030157566070557, 112.2219467163086], [-0.04326846823096275, 2.66473388671875, -0.3108631372451782, -70.58336639404297], [0.14532403647899628, 0.3108123540878296, 2.6778299808502197, -74.68352508544922], [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': ['142433.010000', '142433.470000', '142433.930000', '142434.390000', '142434.850000', '142435.310000', '142435.770000', '142436.230000', '142436.690000', '142437.150000', '142437.610000', '142438.070000', '142438.530000', '142438.990000', '142439.450000', '142439.910000', '142440.370000', '142440.830000', '142441.290000', '142441.750000', '142442.210000', '142442.670000', '142443.130000', '142443.590000', '142444.050000', '142444.510000', '142444.970000', '142445.430000', '142445.890000', '142446.350000', '142446.810000', '142447.270000', '142447.730000', '142448.190000', '142448.650000', '142449.110000', '142449.570000', '142450.030000', '142450.490000', '142450.950000', '142451.410000', '142451.870000', '142452.330000', '142452.790000', '142453.250000', '142453.710000', '142454.170000', '142454.630000', '142455.090000', '142455.550000', '142456.010000', '142456.470000', '142456.930000', '142457.390000', '142457.850000', '142458.310000', '142458.770000', '142459.230000', '142459.690000', '142500.150000', '142500.610000', '142501.070000', '142501.530000', '142501.990000', '142502.450000', '142502.910000', '142503.370000', '142503.830000', '142504.290000', '142504.750000', '142505.210000', '142505.670000', '142506.130000', '142506.590000', '142507.050000', '142507.510000', '142507.970000', '142508.430000', '142508.890000', '142509.350000', '142509.810000', '142510.270000', '142510.730000', '142511.190000', '142511.650000', '142512.110000', '142512.570000', '142513.030000', '142513.490000', '142513.950000', '142514.410000', '142514.870000', '142515.330000', '142515.790000', '142516.250000', '142516.710000', '142517.170000', '142517.630000', '142518.090000', '142518.550000', '142519.010000', '142519.470000', '142519.930000', '142520.390000', '142520.850000', '142521.310000', '142521.770000', '142522.230000', '142522.690000', '142523.150000', '142523.610000', '142524.070000', '142524.530000', '142524.990000', '142525.450000', '142525.910000', '142526.370000', '142526.830000', '142527.290000', '142527.750000', '142528.210000', '142528.670000', '142529.130000', '142529.590000', '142530.050000', '142530.510000', '142530.970000', '142531.430000', '142531.890000', '142532.350000', '142532.810000', '142533.270000', '142533.730000', '142534.190000', '142534.650000', '142535.110000', '142535.570000', '142536.030000', '142536.490000', '142536.950000', '142537.410000', '142537.870000', '142538.330000', '142538.790000', '142539.250000', '142539.710000', '142540.170000', '142540.630000', '142541.090000', '142541.550000', '142542.010000', '142542.470000', '142542.930000', '142543.390000', '142543.850000', '142544.310000', '142544.770000', '142545.230000', '142545.690000', '142546.150000', '142546.610000', '142547.070000', '142547.530000', '142547.990000', '142548.450000', '142548.910000', '142549.370000', '142549.830000', '142550.290000', '142550.750000', '142551.210000', '142551.670000', '142552.130000', '142552.590000', '142553.050000', '142553.510000', '142553.970000', '142554.430000', '142554.890000', '142555.350000', '142555.810000', '142556.270000', '142556.730000', '142557.190000', '142557.650000', '142558.110000', '142558.570000', '142559.030000', '142559.490000', '142559.950000', '142600.410000', '142600.870000', '142601.330000', '142601.790000', '142602.250000', '142602.710000', '142603.170000', '142603.630000', '142604.090000', '142604.550000', '142605.010000', '142605.470000', '142605.930000', '142606.390000', '142606.850000', '142607.310000', '142607.770000', '142608.230000', '142608.690000', '142609.150000', '142609.610000', '142610.070000', '142610.530000', '142610.990000', '142611.450000', '142611.910000', '142612.370000', '142612.830000', '142613.290000', '142613.750000', '142614.210000', '142614.670000', '142615.130000', '142615.590000', '142616.050000', '142616.510000', '142616.970000', '142617.430000', '142617.890000', '142618.350000', '142618.810000', '142619.270000', '142619.730000', '142620.190000', '142620.650000', '142621.110000', '142621.570000', '142622.030000', '142622.490000', '142622.950000', '142623.410000', '142623.870000', '142624.330000', '142624.790000', '142625.250000', '142625.710000', '142626.170000', '142626.630000', '142627.090000', '142627.550000', '142628.010000', '142628.470000', '142628.930000', '142629.390000', '142629.850000', '142630.310000', '142630.770000', '142631.230000', '142631.690000', '142632.150000', '142632.610000', '142633.070000', '142633.530000', '142633.990000', '142634.450000', '142634.910000', '142635.370000', '142635.830000', '142636.290000', '142636.750000', '142637.210000', '142637.670000', '142638.130000', '142638.590000', '142639.050000', '142639.510000', '142639.970000', '142640.430000', '142640.890000', '142641.350000', '142641.810000', '142642.270000', '142642.730000', '142643.190000', '142643.650000', '142644.110000', '142644.570000', '142645.030000', '142645.490000', '142645.950000', '142646.410000', '142646.870000', '142647.330000', '142647.790000', '142648.250000', '142648.710000', '142649.170000', '142649.630000', '142650.090000', '142650.550000', '142651.010000', '142651.470000', '142651.930000', '142652.390000', '142652.850000', '142653.310000', '142653.770000', '142654.230000', '142654.690000', '142655.150000', '142655.610000', '142656.070000', '142656.530000', '142656.990000', '142657.450000', '142657.910000', '142658.370000', '142658.830000', '142659.290000', '142659.750000', '142700.210000', '142700.670000', '142701.130000', '142701.590000', '142702.050000', '142702.510000', '142702.970000', '142703.430000', '142703.890000', '142704.350000', '142704.810000', '142705.270000', '142705.730000', '142706.190000', '142706.650000', '142707.110000', '142707.570000', '142708.030000', '142708.490000', '142708.950000', '142709.410000', '142709.870000', '142710.330000', '142710.790000', '142711.250000', '142711.710000', '142712.170000', '142712.630000', '142713.090000', '142713.550000', '142714.010000', '142714.470000', '142714.930000', '142715.390000', '142715.850000', '142716.310000', '142716.770000', '142717.230000', '142717.690000', '142718.150000', '142718.610000', '142719.070000', '142719.530000', '142719.990000', '142720.450000', '142720.910000', '142721.370000', '142721.830000', '142722.290000', '142722.750000', '142723.210000', '142723.670000', '142724.130000', '142724.590000', '142725.050000', '142725.510000', '142725.970000', '142726.430000', '142726.890000', '142727.350000', '142727.810000', '142728.270000', '142728.730000', '142729.190000', '142729.650000', '142730.110000', '142730.570000', '142731.030000', '142731.490000', '142731.950000', '142732.410000', '142732.870000', '142733.330000', '142733.790000', '142734.250000', '142734.710000', '142735.170000', '142735.630000', '142736.090000', '142736.550000', '142737.010000', '142737.470000', '142737.930000', '142738.390000', '142738.850000', '142739.310000', '142739.770000', '142740.230000', '142740.690000', '142741.150000', '142741.610000', '142742.070000', '142742.530000', '142742.990000', '142743.450000', '142743.910000', '142744.370000', '142744.830000', '142745.290000', '142745.750000', '142746.210000', '142746.670000', '142747.130000', '142747.590000', '142748.050000', '142748.510000', '142748.970000', '142749.430000', '142749.890000', '142750.350000', '142750.810000', '142751.270000', '142751.730000', '142752.190000', '142752.650000', '142753.110000', '142753.570000', '142754.030000', '142754.490000', '142754.950000', '142755.410000', '142755.870000', '142756.330000', '142756.790000', '142757.250000', '142757.710000', '142758.170000', '142758.630000', '142759.090000', '142759.550000', '142800.010000', '142800.470000', '142800.930000', '142801.390000', '142801.850000', '142802.310000', '142802.770000', '142803.230000', '142803.690000', '142804.150000', '142804.610000', '142805.070000', '142805.530000', '142805.990000', '142806.450000', '142806.910000', '142807.370000', '142807.830000', '142808.290000', '142808.750000', '142809.210000', '142809.670000', '142810.130000', '142810.590000', '142811.050000', '142811.510000', '142811.970000', '142812.430000', '142812.890000', '142813.350000', '142813.810000', '142814.270000', '142814.730000', '142815.190000', '142815.650000', '142816.110000', '142816.570000', '142817.030000', '142817.490000', '142817.950000', '142818.410000', '142818.870000', '142819.330000', '142819.790000', '142820.250000', '142820.710000', '142821.170000', '142821.630000', '142822.090000', '142822.550000', '142823.010000', '142823.470000', '142823.930000', '142824.390000', '142824.850000', '142825.310000', '142825.770000', '142826.230000', '142826.690000', '142827.150000', '142827.610000', '142828.070000', '142828.530000', '142828.990000', '142829.450000', '142829.910000', '142830.370000', '142830.830000', '142831.290000', '142831.750000', '142832.210000', '142832.670000', '142833.130000', '142833.590000', '142834.050000', '142834.510000', '142834.970000', '142835.430000', '142835.890000', '142836.350000', '142836.810000', '142837.270000', '142837.730000', '142838.190000', '142838.650000', '142839.110000', '142839.570000', '142840.030000', '142840.490000', '142840.950000', '142841.410000', '142841.870000', '142842.330000', '142842.790000', '142843.250000', '142843.710000', '142844.170000', '142844.630000', '142845.090000', '142845.550000', '142846.010000', '142846.470000', '142846.930000', '142847.390000', '142847.850000', '142848.310000', '142848.770000', '142849.230000', '142849.690000', '142850.150000', '142850.610000', '142851.070000', '142851.530000', '142851.990000', '142852.450000', '142852.910000', '142853.370000', '142853.830000', '142854.290000', '142854.750000', '142855.210000', '142855.670000', '142856.130000', '142856.590000', '142857.050000', '142857.510000', '142857.970000', '142858.430000', '142858.890000', '142859.350000', '142859.810000', '142900.270000', '142900.730000', '142901.190000', '142901.650000', '142902.110000', '142902.570000', '142903.030000', '142903.490000', '142903.950000', '142904.410000', '142904.870000', '142905.330000', '142905.790000', '142906.250000', '142906.710000', '142907.170000', '142907.630000', '142908.090000', '142908.550000', '142909.010000', '142909.470000', '142909.930000', '142910.390000', '142910.850000', '142911.310000', '142911.770000', '142912.230000', '142912.690000', '142913.150000', '142913.610000', '142914.070000', '142914.530000', '142914.990000', '142915.450000', '142915.910000', '142916.370000', '142916.830000', '142917.290000', '142917.750000', '142918.210000', '142918.670000', '142919.130000', '142919.590000', '142920.050000', '142920.510000', '142920.970000', '142921.430000', '142921.890000', '142922.350000', '142922.810000', '142923.270000', '142923.730000', '142924.190000', '142924.650000', '142925.110000', '142925.570000', '142926.030000', '142926.490000', '142926.950000', '142927.410000', '142927.870000', '142928.330000', '142928.790000', '142929.250000', '142929.710000', '142930.170000', '142930.630000', '142931.090000', '142931.550000', '142932.010000', '142932.470000', '142932.930000', '142933.390000', '142933.850000', '142934.310000', '142934.770000', '142935.230000', '142935.690000', '142936.150000', '142936.610000', '142937.070000', '142937.530000', '142937.990000', '142938.450000', '142938.910000', '142939.370000', '142939.830000', '142940.290000', '142940.750000', '142941.210000', '142941.670000', '142942.130000', '142942.590000', '142943.050000', '142943.510000', '142943.970000', '142944.430000', '142944.890000', '142945.350000', '142945.810000', '142946.270000', '142946.730000', '142947.190000', '142947.650000', '142948.110000', '142948.570000', '142949.030000', '142949.490000', '142949.950000', '142950.410000', '142950.870000', '142951.330000', '142951.790000', '142952.250000', '142952.710000', '142953.170000', '142953.630000', '142954.090000', '142954.550000', '142955.010000', '142955.470000', '142955.930000', '142956.390000', '142956.850000', '142957.310000', '142957.770000', '142958.230000', '142958.690000', '142959.150000', '142959.610000', '143000.070000', '143000.530000', '143000.990000', '143001.450000', '143001.910000', '143002.370000', '143002.830000', '143003.290000', '143003.750000', '143004.210000', '143004.670000', '143005.130000', '143005.590000', '143006.050000', '143006.510000', '143006.970000', '143007.430000', '143007.890000', '143008.350000', '143008.810000', '143009.270000', '143009.730000', '143010.190000', '143010.650000', '143011.110000', '143011.570000', '143012.030000', '143012.490000', '143012.950000', '143013.410000', '143013.870000', '143014.330000', '143014.790000', '143015.250000', '143015.710000', '143016.170000', '143016.630000', '143017.090000', '143017.550000', '143018.010000', '143018.470000', '143018.930000', '143019.390000', '143019.850000', '143020.310000', '143020.770000', '143021.230000', '143021.690000', '143022.150000', '143022.610000', '143023.070000', '143023.530000', '143023.990000', '143024.450000', '143024.910000', '143025.370000', '143025.830000', '143026.290000', '143026.750000', '143027.210000', '143027.670000', '143028.130000', '143028.590000', '143029.050000', '143029.510000', '143029.970000', '143030.430000', '143030.890000', '143031.350000', '143031.810000', '143032.270000', '143032.730000', '143033.190000', '143033.650000', '143034.110000', '143034.570000', '143035.030000', '143035.490000', '143035.950000', '143036.410000', '143036.870000', '143037.330000', '143037.790000', '143038.250000', '143038.710000', '143039.170000', '143039.630000', '143040.090000', '143040.550000', '143041.010000', '143041.470000', '143041.930000', '143042.390000', '143042.850000', '143043.310000', '143043.770000', '143044.230000', '143044.690000', '143045.150000', '143045.610000', '143046.070000', '143046.530000', '143046.990000', '143047.450000', '143047.910000', '143048.370000', '143048.830000', '143049.290000', '143049.750000', '143050.210000', '143050.670000', '143051.130000', '143051.590000', '143052.050000', '143052.510000', '143052.970000', '143053.430000', '143053.890000', '143054.350000', '143054.810000', '143055.270000', '143055.730000', '143056.190000', '143056.650000', '143057.110000', '143057.570000', '143058.030000', '143058.490000', '143058.950000', '143059.410000', '143059.870000', '143100.330000', '143100.790000', '143101.250000', '143101.710000', '143102.170000', '143102.630000', '143103.090000', '143103.550000', '143104.010000', '143104.470000', '143104.930000', '143105.390000', '143105.850000', '143106.310000', '143106.770000', '143107.230000', '143107.690000', '143108.150000', '143108.610000', '143109.070000', '143109.530000', '143109.990000', '143110.450000', '143110.910000', '143111.370000', '143111.830000', '143112.290000', '143112.750000', '143113.210000', '143113.670000'], 'ContentTime': ['142452.984000', '142452.987000', '142452.990000', '142452.993000', '142452.996000', '142453.001000', '142453.006000', '142453.009000', '142453.013000', '142453.040000', '142453.043000', '142453.046000', '142453.049000', '142453.052000', '142453.055000', '142453.057000', '142453.060000', '142453.063000', '142453.066000', '142453.069000', '142453.072000', '142453.074000', '142453.077000', '142453.080000', '142453.083000', '142453.086000', '142453.088000', '142453.091000', '142453.094000', '142453.097000', '142453.100000', '142453.103000', '142453.105000', '142453.108000', '142453.111000', '142453.114000', '142453.117000', '142453.120000', '142453.122000', '142453.125000', '142453.129000', '142453.132000', '142512.950000', '142512.953000', '142512.956000', '142512.959000', '142512.961000', '142512.964000', '142512.967000', '142512.970000', '142512.973000', '142512.976000', '142512.978000', '142512.981000', '142512.984000', '142512.987000', '142512.990000', '142512.992000', '142512.995000', '142512.998000', '142513.002000', '142513.005000', '142513.007000', '142513.010000', '142513.013000', '142513.016000', '142513.019000', '142513.021000', '142513.024000', '142513.027000', '142513.030000', '142513.033000', '142513.036000', '142513.039000', '142513.041000', '142513.044000', '142513.047000', '142513.050000', '142513.053000', '142513.055000', '142513.058000', '142513.061000', '142513.066000', '142513.069000', '142513.072000', '142513.075000', '142532.950000', '142532.953000', '142532.956000', '142532.959000', '142532.961000', '142532.964000', '142532.967000', '142532.970000', '142532.973000', '142532.976000', '142532.978000', '142532.981000', '142532.984000', '142532.987000', '142532.990000', '142532.993000', '142532.995000', '142532.998000', '142533.002000', '142533.006000', '142533.011000', '142533.014000', '142533.017000', '142533.020000', '142533.023000', '142533.026000', '142533.028000', '142533.031000', '142533.034000', '142533.037000', '142533.040000', '142533.043000', '142533.046000', '142533.048000', '142533.051000', '142533.054000', '142533.057000', '142533.060000', '142533.062000', '142533.065000', '142533.068000', '142533.071000', '142533.076000', '142552.949000', '142552.952000', '142552.955000', '142552.958000', '142552.960000', '142552.963000', '142552.966000', '142552.969000', '142552.972000', '142552.975000', '142552.977000', '142552.980000', '142552.983000', '142552.986000', '142552.989000', '142552.992000', '142552.994000', '142552.997000', '142553.001000', '142553.004000', '142553.007000', '142553.009000', '142553.012000', '142553.015000', '142553.018000', '142553.021000', '142553.024000', '142553.027000', '142553.030000', '142553.032000', '142553.035000', '142553.038000', '142553.041000', '142553.044000', '142553.047000', '142553.049000', '142553.052000', '142553.055000', '142553.058000', '142553.061000', '142553.064000', '142553.067000', '142553.070000', '142553.073000', '142612.949000', '142612.952000', '142612.955000', '142612.957000', '142612.960000', '142612.964000', '142612.967000', '142612.970000', '142612.973000', '142612.976000', '142612.979000', '142612.981000', '142612.984000', '142612.987000', '142612.990000', '142612.993000', '142612.996000', '142612.998000', '142613.002000', '142613.005000', '142613.008000', '142613.011000', '142613.014000', '142613.016000', '142613.030000', '142613.033000', '142613.036000', '142613.038000', '142613.041000', '142613.044000', '142613.047000', '142613.050000', '142613.053000', '142613.055000', '142613.059000', '142613.064000', '142613.067000', '142613.070000', '142613.073000', '142613.076000', '142613.079000', '142613.082000', '142613.085000', '142632.950000', '142632.953000', '142632.956000', '142632.959000', '142632.961000', '142632.964000', '142632.967000', '142632.970000', '142632.973000', '142632.976000', '142632.979000', '142632.982000', '142632.984000', '142632.987000', '142632.990000', '142632.993000', '142632.996000', '142632.999000', '142633.002000', '142633.004000', '142633.007000', '142633.010000', '142633.013000', '142633.016000', '142633.019000', '142633.021000', '142633.024000', '142633.027000', '142633.030000', '142633.033000', '142633.036000', '142633.038000', '142633.041000', '142633.044000', '142633.047000', '142633.050000', '142633.053000', '142633.056000', '142633.058000', '142633.061000', '142633.064000', '142633.067000', '142633.070000', '142633.073000', '142652.950000', '142652.953000', '142652.956000', '142652.959000', '142652.961000', '142652.964000', '142652.967000', '142652.970000', '142652.973000', '142652.976000', '142652.978000', '142652.981000', '142652.984000', '142652.987000', '142652.990000', '142652.993000', '142652.996000', '142652.998000', '142653.002000', '142653.005000', '142653.008000', '142653.011000', '142653.014000', '142653.017000', '142653.020000', '142653.022000', '142653.025000', '142653.028000', '142653.031000', '142653.034000', '142653.037000', '142653.040000', '142653.042000', '142653.045000', '142653.048000', '142653.051000', '142653.054000', '142653.057000', '142653.060000', '142653.063000', '142653.065000', '142653.068000', '142653.071000', '142712.950000', '142712.953000', '142712.956000', '142712.958000', '142712.961000', '142712.964000', '142712.967000', '142712.970000', '142712.973000', '142712.976000', '142712.978000', '142712.981000', '142712.984000', '142712.987000', '142712.990000', '142712.993000', '142712.996000', '142712.998000', '142713.002000', '142713.005000', '142713.008000', '142713.011000', '142713.014000', '142713.017000', '142713.020000', '142713.022000', '142713.025000', '142713.028000', '142713.031000', '142713.034000', '142713.037000', '142713.039000', '142713.042000', '142713.045000', '142713.048000', '142713.051000', '142713.054000', '142713.056000', '142713.059000', '142713.062000', '142713.065000', '142713.068000', '142713.071000', '142713.074000', '142732.950000', '142732.953000', '142732.956000', '142732.959000', '142732.961000', '142732.964000', '142732.967000', '142732.970000', '142732.973000', '142732.976000', '142732.979000', '142732.982000', '142732.985000', '142732.988000', '142732.991000', '142732.993000', '142732.996000', '142733.001000', '142733.004000', '142733.007000', '142733.010000', '142733.013000', '142733.016000', '142733.019000', '142733.022000', '142733.025000', '142733.028000', '142733.030000', '142733.033000', '142733.036000', '142733.039000', '142733.042000', '142733.045000', '142733.047000', '142733.050000', '142733.053000', '142733.056000', '142733.059000', '142733.062000', '142733.065000', '142733.068000', '142733.071000', '142733.074000', '142752.950000', '142752.953000', '142752.956000', '142752.959000', '142752.961000', '142752.964000', '142752.975000', '142752.978000', '142752.981000', '142752.984000', '142752.986000', '142752.989000', '142752.992000', '142752.995000', '142752.998000', '142753.008000', '142753.010000', '142753.013000', '142753.016000', '142753.019000', '142753.022000', '142753.025000', '142753.027000', '142753.030000', '142753.033000', '142753.036000', '142753.039000', '142753.042000', '142753.045000', '142753.047000', '142753.050000', '142753.053000', '142753.056000', '142753.059000', '142753.062000', '142753.072000', '142753.075000', '142753.077000', '142753.080000', '142753.083000', '142753.086000', '142753.089000', '142753.092000', '142753.094000', '142812.949000', '142812.952000', '142812.955000', '142812.958000', '142812.960000', '142812.963000', '142812.966000', '142812.969000', '142812.972000', '142812.975000', '142812.978000', '142812.980000', '142812.983000', '142812.986000', '142812.989000', '142812.992000', '142812.995000', '142812.998000', '142813.002000', '142813.004000', '142813.007000', '142813.010000', '142813.013000', '142813.016000', '142813.019000', '142813.022000', '142813.024000', '142813.027000', '142813.030000', '142813.033000', '142813.036000', '142813.039000', '142813.041000', '142813.044000', '142813.047000', '142813.050000', '142813.053000', '142813.056000', '142813.059000', '142813.061000', '142813.064000', '142813.067000', '142813.070000', '142832.949000', '142832.952000', '142832.955000', '142832.958000', '142832.961000', '142832.963000', '142832.967000', '142832.969000', '142832.972000', '142832.975000', '142832.978000', '142832.981000', '142832.984000', '142832.986000', '142832.989000', '142832.992000', '142832.995000', '142832.998000', '142833.002000', '142833.005000', '142833.008000', '142833.011000', '142833.014000', '142833.017000', '142833.019000', '142833.022000', '142833.025000', '142833.028000', '142833.031000', '142833.034000', '142833.037000', '142833.040000', '142833.042000', '142833.045000', '142833.048000', '142833.051000', '142833.054000', '142833.057000', '142833.060000', '142833.063000', '142833.065000', '142833.068000', '142833.071000', '142833.074000', '142852.950000', '142852.953000', '142852.956000', '142852.959000', '142852.962000', '142852.965000', '142852.967000', '142852.970000', '142852.973000', '142852.976000', '142852.979000', '142852.982000', '142852.985000', '142852.987000', '142852.990000', '142852.993000', '142852.996000', '142853.000000', '142853.003000', '142853.005000', '142853.008000', '142853.011000', '142853.014000', '142853.017000', '142853.020000', '142853.023000', '142853.026000', '142853.029000', '142853.032000', '142853.034000', '142853.037000', '142853.041000', '142853.044000', '142853.047000', '142853.050000', '142853.053000', '142853.056000', '142853.059000', '142853.061000', '142853.064000', '142853.067000', '142853.070000', '142853.073000', '142912.950000', '142912.953000', '142912.956000', '142912.959000', '142912.962000', '142912.965000', '142912.968000', '142912.971000', '142912.974000', '142912.977000', '142912.980000', '142912.983000', '142912.986000', '142912.989000', '142912.992000', '142912.995000', '142912.997000', '142913.002000', '142913.004000', '142913.007000', '142913.010000', '142913.013000', '142913.016000', '142913.019000', '142913.022000', '142913.025000', '142913.028000', '142913.030000', '142913.033000', '142913.036000', '142913.039000', '142913.052000', '142913.055000', '142913.058000', '142913.061000', '142913.064000', '142913.067000', '142913.070000', '142913.073000', '142913.076000', '142913.079000', '142913.082000', '142913.085000', '142913.088000', '142932.950000', '142932.953000', '142932.956000', '142932.959000', '142932.962000', '142932.964000', '142932.967000', '142932.970000', '142932.973000', '142932.976000', '142932.979000', '142932.982000', '142932.984000', '142932.987000', '142932.990000', '142932.993000', '142932.996000', '142933.000000', '142933.003000', '142933.006000', '142933.009000', '142933.011000', '142933.014000', '142933.017000', '142933.020000', '142933.023000', '142933.026000', '142933.029000', '142933.031000', '142933.034000', '142933.037000', '142933.040000', '142933.043000', '142933.046000', '142933.049000', '142933.052000', '142933.055000', '142933.057000', '142933.060000', '142933.063000', '142933.066000', '142933.069000', '142933.072000', '142952.950000', '142952.953000', '142952.956000', '142952.959000', '142952.962000', '142952.964000', '142952.967000', '142952.970000', '142952.979000', '142952.982000', '142952.985000', '142952.988000', '142952.991000', '142952.993000', '142952.996000', '142953.000000', '142953.003000', '142953.006000', '142953.009000', '142953.012000', '142953.015000', '142953.018000', '142953.021000', '142953.023000', '142953.026000', '142953.029000', '142953.032000', '142953.035000', '142953.038000', '142953.041000', '142953.043000', '142953.046000', '142953.049000', '142953.052000', '142953.055000', '142953.058000', '142953.060000', '142953.063000', '142953.066000', '142953.069000', '142953.072000', '142953.075000', '142953.077000', '142953.080000', '143012.950000', '143012.953000', '143012.956000', '143012.959000', '143012.962000', '143012.964000', '143012.967000', '143012.970000', '143012.973000', '143012.976000', '143012.979000', '143012.982000', '143012.984000', '143012.987000', '143012.990000', '143012.993000', '143012.996000', '143013.000000', '143013.003000', '143013.006000', '143013.008000', '143013.011000', '143013.014000', '143013.017000', '143013.020000', '143013.023000', '143013.026000', '143013.028000', '143013.031000', '143013.034000', '143013.037000', '143013.040000', '143013.043000', '143013.046000', '143013.049000', '143013.051000', '143013.054000', '143013.057000', '143013.060000', '143013.063000', '143013.066000', '143013.068000', '143013.071000', '143032.949000', '143032.952000', '143032.955000', '143032.958000', '143032.961000', '143032.963000', '143032.966000', '143032.969000', '143032.972000', '143032.975000', '143032.978000', '143032.981000', '143032.983000', '143032.986000', '143032.989000', '143032.992000', '143032.995000', '143032.998000', '143033.002000', '143033.005000', '143033.007000', '143033.010000', '143033.013000', '143033.016000', '143033.019000', '143033.022000', '143033.025000', '143033.028000', '143033.031000', '143033.035000', '143033.038000', '143033.041000', '143033.044000', '143033.047000', '143033.049000', '143033.052000', '143033.055000', '143033.058000', '143033.061000', '143033.064000', '143033.067000', '143033.069000', '143033.077000', '143033.080000', '143052.949000', '143052.952000', '143052.955000', '143052.958000', '143052.961000', '143052.964000', '143052.967000', '143052.969000', '143052.972000', '143052.975000', '143052.978000', '143052.981000', '143052.984000', '143052.987000', '143052.990000', '143052.992000', '143052.995000', '143052.998000', '143053.002000', '143053.005000', '143053.008000', '143053.011000', '143053.014000', '143053.016000', '143053.019000', '143053.022000', '143053.025000', '143053.028000', '143053.031000', '143053.034000', '143053.036000', '143053.039000', '143053.042000', '143053.045000', '143053.048000', '143053.051000', '143053.053000', '143053.056000', '143053.059000', '143053.062000', '143053.065000', '143053.068000', '143053.071000', '143112.950000', '143112.953000', '143112.956000', '143112.959000', '143112.962000', '143112.964000', '143112.967000', '143112.970000', '143112.973000', '143112.976000', '143112.985000', '143112.988000', '143112.991000', '143112.993000', '143112.996000', '143113.000000', '143113.003000', '143113.006000', '143113.009000', '143113.012000', '143113.014000', '143113.017000', '143113.020000', '143113.023000', '143113.026000', '143113.029000', '143113.032000', '143113.035000', '143113.037000', '143113.040000', '143113.043000', '143113.046000', '143113.049000', '143113.052000', '143113.055000', '143113.057000', '143113.060000', '143113.063000', '143113.066000', '143113.069000', '143113.072000', '143113.075000', '143113.078000', '143113.080000', '143114.377000', '143114.380000', '143114.383000'], 'InstanceCreationTime': ['142452.984000', '142452.987000', '142452.990000', '142452.993000', '142452.996000', '142453.001000', '142453.006000', '142453.009000', '142453.013000', '142453.040000', '142453.043000', '142453.046000', '142453.049000', '142453.052000', '142453.055000', '142453.057000', '142453.060000', '142453.063000', '142453.066000', '142453.069000', '142453.072000', '142453.074000', '142453.077000', '142453.080000', '142453.083000', '142453.086000', '142453.088000', '142453.091000', '142453.094000', '142453.097000', '142453.100000', '142453.103000', '142453.105000', '142453.108000', '142453.111000', '142453.114000', '142453.117000', '142453.120000', '142453.122000', '142453.125000', '142453.129000', '142453.132000', '142512.950000', '142512.953000', '142512.956000', '142512.959000', '142512.961000', '142512.964000', '142512.967000', '142512.970000', '142512.973000', '142512.976000', '142512.978000', '142512.981000', '142512.984000', '142512.987000', '142512.990000', '142512.992000', '142512.995000', '142512.998000', '142513.002000', '142513.005000', '142513.007000', '142513.010000', '142513.013000', '142513.016000', '142513.019000', '142513.021000', '142513.024000', '142513.027000', '142513.030000', '142513.033000', '142513.036000', '142513.039000', '142513.041000', '142513.044000', '142513.047000', '142513.050000', '142513.053000', '142513.055000', '142513.058000', '142513.061000', '142513.066000', '142513.069000', '142513.072000', '142513.075000', '142532.950000', '142532.953000', '142532.956000', '142532.959000', '142532.961000', '142532.964000', '142532.967000', '142532.970000', '142532.973000', '142532.976000', '142532.978000', '142532.981000', '142532.984000', '142532.987000', '142532.990000', '142532.993000', '142532.995000', '142532.998000', '142533.002000', '142533.006000', '142533.011000', '142533.014000', '142533.017000', '142533.020000', '142533.023000', '142533.026000', '142533.028000', '142533.031000', '142533.034000', '142533.037000', '142533.040000', '142533.043000', '142533.046000', '142533.048000', '142533.051000', '142533.054000', '142533.057000', '142533.060000', '142533.062000', '142533.065000', '142533.068000', '142533.071000', '142533.076000', '142552.949000', '142552.952000', '142552.955000', '142552.958000', '142552.960000', '142552.963000', '142552.966000', '142552.969000', '142552.972000', '142552.975000', '142552.977000', '142552.980000', '142552.983000', '142552.986000', '142552.989000', '142552.992000', '142552.994000', '142552.997000', '142553.001000', '142553.004000', '142553.007000', '142553.009000', '142553.012000', '142553.015000', '142553.018000', '142553.021000', '142553.024000', '142553.027000', '142553.030000', '142553.032000', '142553.035000', '142553.038000', '142553.041000', '142553.044000', '142553.047000', '142553.049000', '142553.052000', '142553.055000', '142553.058000', '142553.061000', '142553.064000', '142553.067000', '142553.070000', '142553.073000', '142612.949000', '142612.952000', '142612.955000', '142612.957000', '142612.960000', '142612.964000', '142612.967000', '142612.970000', '142612.973000', '142612.976000', '142612.979000', '142612.981000', '142612.984000', '142612.987000', '142612.990000', '142612.993000', '142612.996000', '142612.998000', '142613.002000', '142613.005000', '142613.008000', '142613.011000', '142613.014000', '142613.016000', '142613.030000', '142613.033000', '142613.036000', '142613.038000', '142613.041000', '142613.044000', '142613.047000', '142613.050000', '142613.053000', '142613.055000', '142613.059000', '142613.064000', '142613.067000', '142613.070000', '142613.073000', '142613.076000', '142613.079000', '142613.082000', '142613.085000', '142632.950000', '142632.953000', '142632.956000', '142632.959000', '142632.961000', '142632.964000', '142632.967000', '142632.970000', '142632.973000', '142632.976000', '142632.979000', '142632.982000', '142632.984000', '142632.987000', '142632.990000', '142632.993000', '142632.996000', '142632.999000', '142633.002000', '142633.004000', '142633.007000', '142633.010000', '142633.013000', '142633.016000', '142633.019000', '142633.021000', '142633.024000', '142633.027000', '142633.030000', '142633.033000', '142633.036000', '142633.038000', '142633.041000', '142633.044000', '142633.047000', '142633.050000', '142633.053000', '142633.056000', '142633.058000', '142633.061000', '142633.064000', '142633.067000', '142633.070000', '142633.073000', '142652.950000', '142652.953000', '142652.956000', '142652.959000', '142652.961000', '142652.964000', '142652.967000', '142652.970000', '142652.973000', '142652.976000', '142652.978000', '142652.981000', '142652.984000', '142652.987000', '142652.990000', '142652.993000', '142652.996000', '142652.998000', '142653.002000', '142653.005000', '142653.008000', '142653.011000', '142653.014000', '142653.017000', '142653.020000', '142653.022000', '142653.025000', '142653.028000', '142653.031000', '142653.034000', '142653.037000', '142653.040000', '142653.042000', '142653.045000', '142653.048000', '142653.051000', '142653.054000', '142653.057000', '142653.060000', '142653.063000', '142653.065000', '142653.068000', '142653.071000', '142712.950000', '142712.953000', '142712.956000', '142712.958000', '142712.961000', '142712.964000', '142712.967000', '142712.970000', '142712.973000', '142712.976000', '142712.978000', '142712.981000', '142712.984000', '142712.987000', '142712.990000', '142712.993000', '142712.996000', '142712.998000', '142713.002000', '142713.005000', '142713.008000', '142713.011000', '142713.014000', '142713.017000', '142713.020000', '142713.022000', '142713.025000', '142713.028000', '142713.031000', '142713.034000', '142713.037000', '142713.039000', '142713.042000', '142713.045000', '142713.048000', '142713.051000', '142713.054000', '142713.056000', '142713.059000', '142713.062000', '142713.065000', '142713.068000', '142713.071000', '142713.074000', '142732.950000', '142732.953000', '142732.956000', '142732.959000', '142732.961000', '142732.964000', '142732.967000', '142732.970000', '142732.973000', '142732.976000', '142732.979000', '142732.982000', '142732.985000', '142732.988000', '142732.991000', '142732.993000', '142732.996000', '142733.001000', '142733.004000', '142733.007000', '142733.010000', '142733.013000', '142733.016000', '142733.019000', '142733.022000', '142733.025000', '142733.028000', '142733.030000', '142733.033000', '142733.036000', '142733.039000', '142733.042000', '142733.045000', '142733.047000', '142733.050000', '142733.053000', '142733.056000', '142733.059000', '142733.062000', '142733.065000', '142733.068000', '142733.071000', '142733.074000', '142752.950000', '142752.953000', '142752.956000', '142752.959000', '142752.961000', '142752.964000', '142752.975000', '142752.978000', '142752.981000', '142752.984000', '142752.986000', '142752.989000', '142752.992000', '142752.995000', '142752.998000', '142753.008000', '142753.010000', '142753.013000', '142753.016000', '142753.019000', '142753.022000', '142753.025000', '142753.027000', '142753.030000', '142753.033000', '142753.036000', '142753.039000', '142753.042000', '142753.045000', '142753.047000', '142753.050000', '142753.053000', '142753.056000', '142753.059000', '142753.062000', '142753.072000', '142753.075000', '142753.077000', '142753.080000', '142753.083000', '142753.086000', '142753.089000', '142753.092000', '142753.094000', '142812.949000', '142812.952000', '142812.955000', '142812.958000', '142812.960000', '142812.963000', '142812.966000', '142812.969000', '142812.972000', '142812.975000', '142812.978000', '142812.980000', '142812.983000', '142812.986000', '142812.989000', '142812.992000', '142812.995000', '142812.998000', '142813.002000', '142813.004000', '142813.007000', '142813.010000', '142813.013000', '142813.016000', '142813.019000', '142813.022000', '142813.024000', '142813.027000', '142813.030000', '142813.033000', '142813.036000', '142813.039000', '142813.041000', '142813.044000', '142813.047000', '142813.050000', '142813.053000', '142813.056000', '142813.059000', '142813.061000', '142813.064000', '142813.067000', '142813.070000', '142832.949000', '142832.952000', '142832.955000', '142832.958000', '142832.961000', '142832.963000', '142832.967000', '142832.969000', '142832.972000', '142832.975000', '142832.978000', '142832.981000', '142832.984000', '142832.986000', '142832.989000', '142832.992000', '142832.995000', '142832.998000', '142833.002000', '142833.005000', '142833.008000', '142833.011000', '142833.014000', '142833.017000', '142833.019000', '142833.022000', '142833.025000', '142833.028000', '142833.031000', '142833.034000', '142833.037000', '142833.040000', '142833.042000', '142833.045000', '142833.048000', '142833.051000', '142833.054000', '142833.057000', '142833.060000', '142833.063000', '142833.065000', '142833.068000', '142833.071000', '142833.074000', '142852.950000', '142852.953000', '142852.956000', '142852.959000', '142852.962000', '142852.965000', '142852.967000', '142852.970000', '142852.973000', '142852.976000', '142852.979000', '142852.982000', '142852.985000', '142852.987000', '142852.990000', '142852.993000', '142852.996000', '142853.000000', '142853.003000', '142853.005000', '142853.008000', '142853.011000', '142853.014000', '142853.017000', '142853.020000', '142853.023000', '142853.026000', '142853.029000', '142853.032000', '142853.034000', '142853.037000', '142853.041000', '142853.044000', '142853.047000', '142853.050000', '142853.053000', '142853.056000', '142853.059000', '142853.061000', '142853.064000', '142853.067000', '142853.070000', '142853.073000', '142912.950000', '142912.953000', '142912.956000', '142912.959000', '142912.962000', '142912.965000', '142912.968000', '142912.971000', '142912.974000', '142912.977000', '142912.980000', '142912.983000', '142912.986000', '142912.989000', '142912.992000', '142912.995000', '142912.997000', '142913.002000', '142913.004000', '142913.007000', '142913.010000', '142913.013000', '142913.016000', '142913.019000', '142913.022000', '142913.025000', '142913.028000', '142913.030000', '142913.033000', '142913.036000', '142913.039000', '142913.052000', '142913.055000', '142913.058000', '142913.061000', '142913.064000', '142913.067000', '142913.070000', '142913.073000', '142913.076000', '142913.079000', '142913.082000', '142913.085000', '142913.088000', '142932.950000', '142932.953000', '142932.956000', '142932.959000', '142932.962000', '142932.964000', '142932.967000', '142932.970000', '142932.973000', '142932.976000', '142932.979000', '142932.982000', '142932.984000', '142932.987000', '142932.990000', '142932.993000', '142932.996000', '142933.000000', '142933.003000', '142933.006000', '142933.009000', '142933.011000', '142933.014000', '142933.017000', '142933.020000', '142933.023000', '142933.026000', '142933.029000', '142933.031000', '142933.034000', '142933.037000', '142933.040000', '142933.043000', '142933.046000', '142933.049000', '142933.052000', '142933.055000', '142933.057000', '142933.060000', '142933.063000', '142933.066000', '142933.069000', '142933.072000', '142952.950000', '142952.953000', '142952.956000', '142952.959000', '142952.962000', '142952.964000', '142952.967000', '142952.970000', '142952.979000', '142952.982000', '142952.985000', '142952.988000', '142952.991000', '142952.993000', '142952.996000', '142953.000000', '142953.003000', '142953.006000', '142953.009000', '142953.012000', '142953.015000', '142953.018000', '142953.021000', '142953.023000', '142953.026000', '142953.029000', '142953.032000', '142953.035000', '142953.038000', '142953.041000', '142953.043000', '142953.046000', '142953.049000', '142953.052000', '142953.055000', '142953.058000', '142953.060000', '142953.063000', '142953.066000', '142953.069000', '142953.072000', '142953.075000', '142953.077000', '142953.080000', '143012.950000', '143012.953000', '143012.956000', '143012.959000', '143012.962000', '143012.964000', '143012.967000', '143012.970000', '143012.973000', '143012.976000', '143012.979000', '143012.982000', '143012.984000', '143012.987000', '143012.990000', '143012.993000', '143012.996000', '143013.000000', '143013.003000', '143013.006000', '143013.008000', '143013.011000', '143013.014000', '143013.017000', '143013.020000', '143013.023000', '143013.026000', '143013.028000', '143013.031000', '143013.034000', '143013.037000', '143013.040000', '143013.043000', '143013.046000', '143013.049000', '143013.051000', '143013.054000', '143013.057000', '143013.060000', '143013.063000', '143013.066000', '143013.068000', '143013.071000', '143032.949000', '143032.952000', '143032.955000', '143032.958000', '143032.961000', '143032.963000', '143032.966000', '143032.969000', '143032.972000', '143032.975000', '143032.978000', '143032.981000', '143032.983000', '143032.986000', '143032.989000', '143032.992000', '143032.995000', '143032.998000', '143033.002000', '143033.005000', '143033.007000', '143033.010000', '143033.013000', '143033.016000', '143033.019000', '143033.022000', '143033.025000', '143033.028000', '143033.031000', '143033.035000', '143033.038000', '143033.041000', '143033.044000', '143033.047000', '143033.049000', '143033.052000', '143033.055000', '143033.058000', '143033.061000', '143033.064000', '143033.067000', '143033.069000', '143033.077000', '143033.080000', '143052.949000', '143052.952000', '143052.955000', '143052.958000', '143052.961000', '143052.964000', '143052.967000', '143052.969000', '143052.972000', '143052.975000', '143052.978000', '143052.981000', '143052.984000', '143052.987000', '143052.990000', '143052.992000', '143052.995000', '143052.998000', '143053.002000', '143053.005000', '143053.008000', '143053.011000', '143053.014000', '143053.016000', '143053.019000', '143053.022000', '143053.025000', '143053.028000', '143053.031000', '143053.034000', '143053.036000', '143053.039000', '143053.042000', '143053.045000', '143053.048000', '143053.051000', '143053.053000', '143053.056000', '143053.059000', '143053.062000', '143053.065000', '143053.068000', '143053.071000', '143112.950000', '143112.953000', '143112.956000', '143112.959000', '143112.962000', '143112.964000', '143112.967000', '143112.970000', '143112.973000', '143112.976000', '143112.985000', '143112.988000', '143112.991000', '143112.993000', '143112.996000', '143113.000000', '143113.003000', '143113.006000', '143113.009000', '143113.012000', '143113.014000', '143113.017000', '143113.020000', '143113.023000', '143113.026000', '143113.029000', '143113.032000', '143113.035000', '143113.037000', '143113.040000', '143113.043000', '143113.046000', '143113.049000', '143113.052000', '143113.055000', '143113.057000', '143113.060000', '143113.063000', '143113.066000', '143113.069000', '143113.072000', '143113.075000', '143113.078000', '143113.080000', '143114.377000', '143114.380000', '143114.383000'], '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': [10289, 10734, 10089, 9857, 10694, 9081, 10969, 9217, 11151, 9411, 11982, 9907, 11988, 9594, 11572, 9239, 11047, 9831, 9505, 10260, 8502, 11721, 8770, 11824, 9638, 12706, 10163, 11921, 9450, 9197, 9629, 7959, 11872, 9415, 9662, 10195, 9092, 11893, 9628, 9352, 11574, 9373, 12900, 9562, 12734, 9871, 10027, 9651, 9008, 10865, 9663, 11592, 9311, 10619, 9347, 9145, 9635, 8224, 11000, 8993, 12015, 9111, 11564, 8857, 11221, 8356, 11033, 8712, 10961, 7920, 9797, 7907, 10845, 8403, 11329, 8689, 10516, 8476, 12198, 9352, 12938, 10090, 12912, 9972, 11275, 8895, 11259, 9335, 11104, 9715, 9617, 9946, 8209, 11035, 9252, 12325, 9691, 12657, 9886, 12428, 9444, 11936, 9815, 12130, 9978, 10965, 9880, 10078, 10626, 9434, 10813, 9603, 11808, 9559, 12471, 9718, 12167, 9951, 11920, 9852, 12468, 9866, 10748, 9308, 8821, 9267, 9870, 9676, 12016, 9648, 11396, 9138, 12307, 9088, 13489, 9693, 9734, 9070, 8382, 11327, 9103, 12071, 9917, 12359, 9315, 13286, 9089, 11776, 9707, 11503, 9778, 11121, 9442, 10990, 8722, 10814, 8365, 11098, 8422, 11247, 8363, 10863, 8220, 10830, 8517, 10768, 9124, 9599, 11195, 9381, 10533, 9208, 10705, 9328, 12662, 9190, 12999, 9954, 12337, 10066, 11576, 9581, 11516, 9769, 11384, 9549, 11109, 9276, 10132, 8675, 9333, 8776, 9331, 9576, 9411, 9856, 9540, 9136, 9819, 8793, 10729, 8418, 11465, 9049, 11709, 9380, 12224, 9360, 11948, 9180, 11298, 8601, 10744, 8762, 10769, 8805, 10183, 8475, 10018, 8361, 10376, 8791, 10227, 8867, 9726, 8459, 10171, 8060, 10968, 8326, 11819, 9424, 11222, 8974, 11806, 9242, 11802, 9624, 11597, 9934, 11855, 9251, 12380, 9324, 12404, 9673, 11817, 9647, 10835, 9133, 8785, 9253, 8783, 9979, 9486, 10363, 9345, 10531, 9176, 10584, 9173, 11229, 9580, 11571, 9995, 12117, 9557, 11243, 9124, 11383, 9281, 11399, 9746, 11492, 10238, 11136, 9454, 11431, 9488, 11631, 9808, 11317, 9955, 11645, 9802, 11498, 9170, 8067, 10258, 8153, 12452, 9710, 10606, 9131, 8879, 11050, 9699, 12807, 9503, 12668, 9338, 11241, 9323, 11302, 9595, 10689, 8768, 10660, 8563, 11006, 8845, 12076, 9260, 9150, 9568, 8331, 10005, 8845, 10408, 9506, 10827, 9598, 11571, 9516, 11427, 9328, 11656, 9519, 11987, 9196, 12530, 9496, 11704, 9007, 11640, 9476, 11690, 9910, 11709, 10231, 12180, 9444, 11865, 9171, 12084, 9240, 12094, 9935, 12730, 9690, 11197, 9029, 12562, 9333, 11590, 9930, 11339, 9978, 10937, 9290, 11043, 9511, 11187, 9907, 10893, 9903, 10574, 9294, 11010, 9545, 11227, 9617, 11584, 9865, 11190, 9199, 11243, 9121, 11383, 9267, 11120, 9183, 11281, 9179, 11116, 9648, 11315, 10124, 11846, 9615, 12339, 9506, 12511, 9570, 12914, 9788, 11070, 8814, 10313, 9112, 9872, 9319, 9289, 9746, 9435, 10366, 9606, 10478, 9475, 10344, 9625, 10047, 9364, 10153, 9544, 9722, 8749, 10991, 7694, 11317, 9024, 10611, 9058, 9234, 9379, 10904, 9028, 10990, 9125, 10719, 8931, 13489, 9379, 12245, 9828, 11208, 8984, 10305, 9046, 9903, 9894, 8868, 9447, 7962, 9966, 8079, 9970, 9820, 9626, 11368, 9055, 11890, 9161, 12117, 9168, 12099, 9433, 10407, 9079, 8816, 9242, 9304, 9418, 10939, 9873, 10494, 9634, 9170, 10167, 9258, 10054, 9417, 10067, 9378, 10403, 9634, 10760, 9613, 10735, 9455, 11179, 9751, 11632, 9338, 11100, 9052, 11459, 9479, 11352, 9150, 11088, 9633, 10837, 9282, 11079, 9578, 11225, 9363, 11094, 9813, 11083, 9108, 10646, 9012, 9988, 9110, 9144, 9611, 9172, 9797, 9580, 11352, 9355, 11841, 9172, 9577, 8999, 9767, 9307, 11216, 9270, 13074, 9372, 12455, 9172, 11635, 9055, 11916, 9198, 11564, 9785, 11124, 9586, 10558, 9596, 8688, 10532, 9275, 12024, 9476, 11111, 9370, 11850, 8819, 12186, 9048, 13221, 9450, 11972, 9951, 11481, 9395, 11512, 9033, 10678, 8381, 10855, 8329, 10813, 8943, 11097, 8880, 11125, 9251, 11249, 9882, 12393, 9342, 11673, 9085, 11737, 9407, 13330, 9688, 10767, 9566, 10819, 9295, 12406, 9583, 11860, 9487, 10472, 9234, 11095, 9325, 13096, 9242, 12995, 9212, 10191, 8978, 9228, 9314, 9040, 10080, 8719, 10305, 9165, 11307, 9420, 11873, 10001, 12168, 9261, 9944, 9155, 9882, 9595, 11330, 9724, 10377, 9533, 8826, 10444, 9082, 10665, 9333, 11395, 9081, 11353, 8945, 11688, 9235, 11753, 9145, 11407, 9484, 12331, 9266, 11103, 9023, 11539, 9261, 11373, 9965, 12028, 9001, 11796, 9209, 11718, 9295, 10986, 9263, 10992, 9355, 11166, 8359, 10247, 8372, 10469, 8918, 10438, 9121, 10525, 8711, 10838, 8654, 11074, 9018, 10380, 8668, 9740, 8007, 9652, 8439, 10009, 8761, 10108, 8196, 9906, 8439, 10163, 8358, 10178, 10547, 9548, 12057, 9201, 11266, 9151, 11797, 9210, 12240, 9461, 11447, 9427, 11112, 9053, 11424, 9225, 11292, 9309, 11092, 9449, 10868, 9222, 11078, 9059, 11187, 9228, 11389, 9430, 11540, 9813, 11311, 9167, 10864, 9484, 11397, 9270, 10976, 8778, 10914, 8662, 11029, 8975, 11254, 8868, 10704, 8772, 10717, 8377, 10785, 8778, 11269, 9016, 11008, 8849, 10878, 8681, 11161, 9422, 11125, 9840, 11685, 9091, 12207, 9159, 11887, 9539, 12350, 9544, 8952, 9293, 8240, 11230, 9256, 10439, 9214, 9060, 11029, 9312, 12249, 9289, 11840, 9291, 10961, 9434, 9885, 9736, 9756, 8562, 9196, 8303, 9094, 8646, 9471, 9535, 9280, 8136, 9051, 8695, 9132, 10000, 8852, 12837, 9245, 13445, 9512, 11179, 8899, 11338, 9020, 11305, 9609, 11073, 9558, 10913, 9091, 11335, 9052, 10975, 8617, 10552, 8808, 9730, 8103, 9071, 8066, 9141, 10029, 9571, 12563, 9081, 11872, 9200, 11718, 9116, 11394, 9226, 10424, 9905, 8981, 11190, 8911, 12139, 9054, 11326, 9071, 11061, 8824, 10351, 8107, 9469, 9108, 9164, 12583, 9353, 11336, 9433, 10673, 8742, 10639, 8594, 10924, 8665, 11473, 8980, 10395, 8751, 10027, 8804, 9506, 10601, 9059, 11189, 8799, 9967, 8950, 10443, 8934, 12256, 8841, 12590, 9531, 11558, 9662, 10902, 9134, 11120, 9151, 11221, 9427, 10817, 9491, 10163, 9157, 10060, 8705, 10141, 8434], 'WindowCenter': [4512.0, 4506.0, 4496.0, 4498.0, 4496.0, 4468.0, 4481.0, 4460.0, 4478.0, 4459.0, 4479.0, 4471.0, 4491.0, 4483.0, 4491.0, 4471.0, 4478.0, 4468.0, 4470.0, 4479.0, 4461.0, 4491.0, 4470.0, 4490.0, 4484.0, 4497.0, 4491.0, 4512.0, 4499.0, 4497.0, 4485.0, 4461.0, 4492.0, 4473.0, 4480.0, 4489.0, 4481.0, 4503.0, 4493.0, 4482.0, 4505.0, 4477.0, 4501.0, 4482.0, 4496.0, 4480.0, 4468.0, 4468.0, 4457.0, 4477.0, 4468.0, 4477.0, 4469.0, 4478.0, 4470.0, 4478.0, 4481.0, 4472.0, 4504.0, 4492.0, 4504.0, 4473.0, 4492.0, 4467.0, 4491.0, 4456.0, 4492.0, 4468.0, 4492.0, 4457.0, 4478.0, 4458.0, 4492.0, 4483.0, 4516.0, 4482.0, 4495.0, 4482.0, 4511.0, 4493.0, 4512.0, 4509.0, 4513.0, 4494.0, 4503.0, 4483.0, 4500.0, 4483.0, 4504.0, 4498.0, 4480.0, 4484.0, 4473.0, 4493.0, 4469.0, 4504.0, 4482.0, 4505.0, 4481.0, 4488.0, 4472.0, 4475.0, 4470.0, 4485.0, 4471.0, 4476.0, 4481.0, 4467.0, 4477.0, 4471.0, 4480.0, 4468.0, 4474.0, 4465.0, 4488.0, 4469.0, 4480.0, 4460.0, 4469.0, 4467.0, 4485.0, 4470.0, 4477.0, 4469.0, 4457.0, 4469.0, 4468.0, 4481.0, 4501.0, 4470.0, 4475.0, 4470.0, 4486.0, 4469.0, 4498.0, 4477.0, 4479.0, 4472.0, 4469.0, 4501.0, 4493.0, 4514.0, 4497.0, 4498.0, 4480.0, 4498.0, 4470.0, 4491.0, 4472.0, 4505.0, 4480.0, 4481.0, 4470.0, 4475.0, 4455.0, 4478.0, 4454.0, 4490.0, 4472.0, 4493.0, 4469.0, 4493.0, 4468.0, 4493.0, 4468.0, 4495.0, 4468.0, 4495.0, 4502.0, 4484.0, 4480.0, 4471.0, 4476.0, 4468.0, 4487.0, 4469.0, 4500.0, 4484.0, 4491.0, 4483.0, 4489.0, 4469.0, 4476.0, 4470.0, 4480.0, 4466.0, 4481.0, 4471.0, 4470.0, 4458.0, 4458.0, 4458.0, 4457.0, 4468.0, 4459.0, 4469.0, 4469.0, 4466.0, 4483.0, 4472.0, 4495.0, 4471.0, 4504.0, 4485.0, 4505.0, 4486.0, 4505.0, 4485.0, 4500.0, 4473.0, 4495.0, 4468.0, 4478.0, 4470.0, 4494.0, 4472.0, 4482.0, 4460.0, 4470.0, 4460.0, 4481.0, 4462.0, 4478.0, 4471.0, 4470.0, 4461.0, 4481.0, 4462.0, 4493.0, 4482.0, 4501.0, 4498.0, 4502.0, 4483.0, 4502.0, 4482.0, 4515.0, 4491.0, 4502.0, 4485.0, 4493.0, 4473.0, 4486.0, 4467.0, 4491.0, 4484.0, 4493.0, 4482.0, 4481.0, 4473.0, 4456.0, 4470.0, 4455.0, 4470.0, 4471.0, 4481.0, 4466.0, 4481.0, 4459.0, 4469.0, 4457.0, 4478.0, 4458.0, 4478.0, 4470.0, 4478.0, 4458.0, 4478.0, 4458.0, 4477.0, 4470.0, 4479.0, 4470.0, 4479.0, 4481.0, 4476.0, 4466.0, 4479.0, 4472.0, 4490.0, 4484.0, 4504.0, 4494.0, 4488.0, 4483.0, 4488.0, 4480.0, 4474.0, 4492.0, 4477.0, 4512.0, 4498.0, 4493.0, 4486.0, 4499.0, 4509.0, 4487.0, 4505.0, 4473.0, 4491.0, 4457.0, 4478.0, 4466.0, 4480.0, 4471.0, 4481.0, 4457.0, 4480.0, 4472.0, 4506.0, 4482.0, 4512.0, 4497.0, 4482.0, 4495.0, 4472.0, 4497.0, 4487.0, 4497.0, 4484.0, 4496.0, 4483.0, 4494.0, 4468.0, 4481.0, 4469.0, 4481.0, 4472.0, 4492.0, 4471.0, 4489.0, 4469.0, 4479.0, 4460.0, 4478.0, 4466.0, 4475.0, 4469.0, 4479.0, 4469.0, 4474.0, 4459.0, 4477.0, 4456.0, 4477.0, 4470.0, 4489.0, 4471.0, 4490.0, 4470.0, 4476.0, 4471.0, 4484.0, 4472.0, 4492.0, 4478.0, 4492.0, 4482.0, 4480.0, 4472.0, 4475.0, 4479.0, 4501.0, 4494.0, 4479.0, 4480.0, 4483.0, 4479.0, 4477.0, 4484.0, 4490.0, 4482.0, 4490.0, 4484.0, 4493.0, 4473.0, 4481.0, 4468.0, 4491.0, 4484.0, 4492.0, 4484.0, 4488.0, 4483.0, 4487.0, 4482.0, 4491.0, 4496.0, 4503.0, 4484.0, 4488.0, 4479.0, 4498.0, 4484.0, 4503.0, 4479.0, 4479.0, 4457.0, 4470.0, 4460.0, 4469.0, 4460.0, 4470.0, 4469.0, 4460.0, 4470.0, 4468.0, 4470.0, 4469.0, 4469.0, 4460.0, 4459.0, 4461.0, 4470.0, 4459.0, 4470.0, 4456.0, 4493.0, 4452.0, 4488.0, 4468.0, 4493.0, 4484.0, 4494.0, 4498.0, 4491.0, 4474.0, 4477.0, 4473.0, 4476.0, 4459.0, 4502.0, 4468.0, 4489.0, 4472.0, 4479.0, 4459.0, 4475.0, 4470.0, 4491.0, 4495.0, 4483.0, 4497.0, 4476.0, 4497.0, 4476.0, 4494.0, 4498.0, 4482.0, 4491.0, 4474.0, 4489.0, 4473.0, 4489.0, 4485.0, 4504.0, 4474.0, 4481.0, 4471.0, 4456.0, 4468.0, 4466.0, 4479.0, 4495.0, 4483.0, 4481.0, 4471.0, 4460.0, 4471.0, 4457.0, 4472.0, 4461.0, 4472.0, 4457.0, 4482.0, 4471.0, 4471.0, 4459.0, 4469.0, 4471.0, 4480.0, 4468.0, 4480.0, 4459.0, 4478.0, 4458.0, 4478.0, 4470.0, 4479.0, 4458.0, 4479.0, 4469.0, 4468.0, 4455.0, 4478.0, 4469.0, 4479.0, 4471.0, 4480.0, 4465.0, 4478.0, 4458.0, 4469.0, 4458.0, 4469.0, 4459.0, 4458.0, 4468.0, 4469.0, 4466.0, 4469.0, 4481.0, 4473.0, 4487.0, 4471.0, 4469.0, 4460.0, 4469.0, 4470.0, 4476.0, 4473.0, 4503.0, 4473.0, 4488.0, 4472.0, 4476.0, 4471.0, 4491.0, 4469.0, 4488.0, 4481.0, 4488.0, 4483.0, 4483.0, 4479.0, 4468.0, 4480.0, 4487.0, 4501.0, 4498.0, 4496.0, 4475.0, 4489.0, 4470.0, 4477.0, 4461.0, 4490.0, 4471.0, 4480.0, 4470.0, 4479.0, 4459.0, 4476.0, 4458.0, 4464.0, 4460.0, 4482.0, 4474.0, 4491.0, 4473.0, 4492.0, 4485.0, 4495.0, 4486.0, 4503.0, 4498.0, 4501.0, 4482.0, 4490.0, 4470.0, 4503.0, 4486.0, 4513.0, 4486.0, 4489.0, 4483.0, 4479.0, 4481.0, 4505.0, 4482.0, 4493.0, 4485.0, 4482.0, 4472.0, 4488.0, 4472.0, 4502.0, 4473.0, 4502.0, 4471.0, 4481.0, 4470.0, 4471.0, 4484.0, 4474.0, 4495.0, 4487.0, 4525.0, 4496.0, 4508.0, 4486.0, 4508.0, 4494.0, 4500.0, 4481.0, 4480.0, 4483.0, 4479.0, 4481.0, 4495.0, 4474.0, 4482.0, 4468.0, 4461.0, 4481.0, 4457.0, 4480.0, 4467.0, 4481.0, 4472.0, 4482.0, 4462.0, 4492.0, 4473.0, 4492.0, 4472.0, 4488.0, 4472.0, 4490.0, 4467.0, 4475.0, 4462.0, 4478.0, 4470.0, 4491.0, 4468.0, 4486.0, 4460.0, 4479.0, 4459.0, 4473.0, 4454.0, 4469.0, 4459.0, 4467.0, 4456.0, 4466.0, 4445.0, 4467.0, 4455.0, 4481.0, 4461.0, 4480.0, 4471.0, 4481.0, 4472.0, 4482.0, 4473.0, 4494.0, 4474.0, 4483.0, 4463.0, 4473.0, 4453.0, 4467.0, 4458.0, 4482.0, 4458.0, 4482.0, 4463.0, 4482.0, 4458.0, 4481.0, 4461.0, 4482.0, 4476.0, 4467.0, 4491.0, 4469.0, 4476.0, 4456.0, 4479.0, 4460.0, 4490.0, 4467.0, 4480.0, 4471.0, 4478.0, 4460.0, 4479.0, 4471.0, 4480.0, 4472.0, 4481.0, 4472.0, 4481.0, 4472.0, 4477.0, 4473.0, 4488.0, 4472.0, 4492.0, 4473.0, 4495.0, 4470.0, 4482.0, 4461.0, 4481.0, 4468.0, 4481.0, 4471.0, 4481.0, 4461.0, 4480.0, 4460.0, 4480.0, 4472.0, 4494.0, 4473.0, 4481.0, 4469.0, 4483.0, 4458.0, 4492.0, 4469.0, 4493.0, 4470.0, 4494.0, 4468.0, 4481.0, 4471.0, 4489.0, 4482.0, 4504.0, 4497.0, 4504.0, 4470.0, 4500.0, 4485.0, 4505.0, 4481.0, 4505.0, 4486.0, 4473.0, 4486.0, 4476.0, 4490.0, 4480.0, 4491.0, 4487.0, 4482.0, 4498.0, 4471.0, 4491.0, 4466.0, 4481.0, 4460.0, 4470.0, 4457.0, 4470.0, 4455.0, 4459.0, 4447.0, 4458.0, 4447.0, 4458.0, 4459.0, 4470.0, 4470.0, 4471.0, 4450.0, 4471.0, 4461.0, 4470.0, 4473.0, 4475.0, 4504.0, 4476.0, 4501.0, 4473.0, 4480.0, 4461.0, 4475.0, 4467.0, 4488.0, 4473.0, 4475.0, 4469.0, 4480.0, 4456.0, 4480.0, 4470.0, 4481.0, 4469.0, 4483.0, 4468.0, 4472.0, 4448.0, 4461.0, 4450.0, 4470.0, 4482.0, 4480.0, 4498.0, 4468.0, 4487.0, 4472.0, 4486.0, 4457.0, 4481.0, 4467.0, 4471.0, 4466.0, 4460.0, 4468.0, 4460.0, 4473.0, 4457.0, 4479.0, 4472.0, 4479.0, 4456.0, 4470.0, 4449.0, 4467.0, 4460.0, 4472.0, 4492.0, 4473.0, 4482.0, 4472.0, 4476.0, 4462.0, 4477.0, 4473.0, 4493.0, 4475.0, 4494.0, 4473.0, 4483.0, 4457.0, 4472.0, 4457.0, 4471.0, 4467.0, 4461.0, 4479.0, 4461.0, 4459.0, 4459.0, 4468.0, 4459.0, 4477.0, 4459.0, 4489.0, 4470.0, 4478.0, 4470.0, 4468.0, 4460.0, 4468.0, 4455.0, 4479.0, 4465.0, 4479.0, 4468.0, 4469.0, 4455.0, 4467.0, 4460.0, 4481.0, 4457.0], 'WindowWidth': [9939.0, 9918.0, 9902.0, 9907.0, 9899.0, 9850.0, 9867.0, 9836.0, 9858.0, 9834.0, 9860.0, 9853.0, 9880.0, 9875.0, 9884.0, 9854.0, 9857.0, 9848.0, 9852.0, 9864.0, 9842.0, 9882.0, 9854.0, 9880.0, 9877.0, 9889.0, 9888.0, 9922.0, 9907.0, 9901.0, 9880.0, 9841.0, 9885.0, 9861.0, 9869.0, 9881.0, 9873.0, 9908.0, 9894.0, 9879.0, 9910.0, 9865.0, 9898.0, 9875.0, 9887.0, 9866.0, 9847.0, 9847.0, 9831.0, 9859.0, 9848.0, 9858.0, 9850.0, 9861.0, 9854.0, 9865.0, 9872.0, 9858.0, 9906.0, 9894.0, 9907.0, 9862.0, 9886.0, 9849.0, 9884.0, 9832.0, 9885.0, 9851.0, 9887.0, 9834.0, 9864.0, 9835.0, 9886.0, 9882.0, 9928.0, 9880.0, 9897.0, 9878.0, 9913.0, 9895.0, 9920.0, 9922.0, 9922.0, 9897.0, 9907.0, 9878.0, 9899.0, 9878.0, 9912.0, 9903.0, 9871.0, 9879.0, 9862.0, 9888.0, 9854.0, 9904.0, 9876.0, 9908.0, 9875.0, 9876.0, 9858.0, 9854.0, 9852.0, 9868.0, 9854.0, 9857.0, 9870.0, 9848.0, 9862.0, 9854.0, 9864.0, 9847.0, 9853.0, 9840.0, 9874.0, 9850.0, 9862.0, 9835.0, 9842.0, 9844.0, 9870.0, 9853.0, 9857.0, 9850.0, 9831.0, 9849.0, 9848.0, 9869.0, 9899.0, 9853.0, 9856.0, 9853.0, 9872.0, 9856.0, 9890.0, 9861.0, 9865.0, 9858.0, 9853.0, 9901.0, 9897.0, 9924.0, 9901.0, 9893.0, 9870.0, 9892.0, 9855.0, 9882.0, 9857.0, 9910.0, 9872.0, 9867.0, 9851.0, 9852.0, 9828.0, 9858.0, 9826.0, 9880.0, 9864.0, 9889.0, 9855.0, 9886.0, 9851.0, 9888.0, 9852.0, 9896.0, 9852.0, 9895.0, 9905.0, 9878.0, 9867.0, 9855.0, 9858.0, 9851.0, 9873.0, 9852.0, 9897.0, 9878.0, 9883.0, 9873.0, 9876.0, 9850.0, 9857.0, 9853.0, 9866.0, 9844.0, 9869.0, 9854.0, 9851.0, 9831.0, 9831.0, 9830.0, 9830.0, 9845.0, 9835.0, 9848.0, 9851.0, 9845.0, 9873.0, 9862.0, 9893.0, 9862.0, 9905.0, 9882.0, 9908.0, 9883.0, 9909.0, 9881.0, 9896.0, 9862.0, 9895.0, 9852.0, 9863.0, 9855.0, 9890.0, 9858.0, 9870.0, 9837.0, 9852.0, 9838.0, 9867.0, 9845.0, 9865.0, 9855.0, 9854.0, 9842.0, 9870.0, 9848.0, 9891.0, 9880.0, 9901.0, 9905.0, 9906.0, 9882.0, 9903.0, 9877.0, 9926.0, 9892.0, 9902.0, 9880.0, 9886.0, 9862.0, 9871.0, 9849.0, 9882.0, 9876.0, 9888.0, 9872.0, 9869.0, 9860.0, 9830.0, 9852.0, 9828.0, 9852.0, 9855.0, 9868.0, 9846.0, 9867.0, 9834.0, 9847.0, 9831.0, 9858.0, 9832.0, 9859.0, 9851.0, 9860.0, 9832.0, 9857.0, 9832.0, 9856.0, 9851.0, 9862.0, 9854.0, 9861.0, 9868.0, 9857.0, 9844.0, 9862.0, 9857.0, 9881.0, 9879.0, 9906.0, 9893.0, 9878.0, 9872.0, 9876.0, 9870.0, 9866.0, 9890.0, 9874.0, 9917.0, 9904.0, 9892.0, 9884.0, 9911.0, 9919.0, 9887.0, 9906.0, 9860.0, 9880.0, 9832.0, 9860.0, 9844.0, 9865.0, 9856.0, 9867.0, 9835.0, 9864.0, 9859.0, 9914.0, 9880.0, 9916.0, 9900.0, 9876.0, 9896.0, 9862.0, 9899.0, 9886.0, 9901.0, 9882.0, 9898.0, 9876.0, 9891.0, 9850.0, 9868.0, 9850.0, 9867.0, 9857.0, 9885.0, 9856.0, 9878.0, 9850.0, 9862.0, 9836.0, 9858.0, 9842.0, 9853.0, 9851.0, 9863.0, 9851.0, 9851.0, 9834.0, 9856.0, 9828.0, 9855.0, 9851.0, 9877.0, 9855.0, 9878.0, 9854.0, 9856.0, 9855.0, 9867.0, 9858.0, 9885.0, 9866.0, 9885.0, 9872.0, 9865.0, 9858.0, 9856.0, 9867.0, 9900.0, 9894.0, 9865.0, 9869.0, 9873.0, 9867.0, 9860.0, 9876.0, 9881.0, 9875.0, 9883.0, 9877.0, 9886.0, 9859.0, 9868.0, 9850.0, 9884.0, 9877.0, 9886.0, 9879.0, 9878.0, 9875.0, 9876.0, 9876.0, 9887.0, 9899.0, 9902.0, 9878.0, 9876.0, 9868.0, 9892.0, 9878.0, 9901.0, 9867.0, 9862.0, 9831.0, 9850.0, 9837.0, 9848.0, 9836.0, 9853.0, 9851.0, 9838.0, 9851.0, 9847.0, 9851.0, 9848.0, 9849.0, 9834.0, 9832.0, 9839.0, 9850.0, 9835.0, 9851.0, 9831.0, 9886.0, 9830.0, 9875.0, 9852.0, 9887.0, 9881.0, 9897.0, 9903.0, 9888.0, 9864.0, 9860.0, 9857.0, 9857.0, 9835.0, 9900.0, 9851.0, 9877.0, 9857.0, 9861.0, 9836.0, 9854.0, 9854.0, 9887.0, 9894.0, 9878.0, 9905.0, 9872.0, 9899.0, 9870.0, 9897.0, 9903.0, 9876.0, 9886.0, 9864.0, 9879.0, 9861.0, 9881.0, 9880.0, 9905.0, 9863.0, 9867.0, 9854.0, 9831.0, 9848.0, 9845.0, 9868.0, 9895.0, 9873.0, 9868.0, 9855.0, 9837.0, 9852.0, 9829.0, 9853.0, 9840.0, 9855.0, 9830.0, 9866.0, 9852.0, 9848.0, 9831.0, 9845.0, 9852.0, 9864.0, 9847.0, 9864.0, 9833.0, 9857.0, 9832.0, 9859.0, 9853.0, 9863.0, 9835.0, 9863.0, 9847.0, 9845.0, 9826.0, 9858.0, 9848.0, 9863.0, 9855.0, 9866.0, 9841.0, 9859.0, 9832.0, 9846.0, 9830.0, 9847.0, 9835.0, 9834.0, 9845.0, 9848.0, 9841.0, 9847.0, 9868.0, 9859.0, 9873.0, 9854.0, 9849.0, 9839.0, 9849.0, 9852.0, 9858.0, 9859.0, 9903.0, 9861.0, 9875.0, 9858.0, 9858.0, 9856.0, 9881.0, 9852.0, 9878.0, 9872.0, 9878.0, 9876.0, 9871.0, 9864.0, 9850.0, 9869.0, 9884.0, 9901.0, 9902.0, 9897.0, 9866.0, 9877.0, 9852.0, 9859.0, 9838.0, 9879.0, 9852.0, 9865.0, 9852.0, 9859.0, 9833.0, 9852.0, 9832.0, 9835.0, 9837.0, 9870.0, 9867.0, 9882.0, 9862.0, 9886.0, 9882.0, 9892.0, 9887.0, 9906.0, 9903.0, 9899.0, 9876.0, 9884.0, 9857.0, 9904.0, 9886.0, 9922.0, 9885.0, 9881.0, 9875.0, 9865.0, 9872.0, 9909.0, 9875.0, 9889.0, 9880.0, 9871.0, 9857.0, 9876.0, 9858.0, 9901.0, 9863.0, 9899.0, 9857.0, 9869.0, 9853.0, 9855.0, 9878.0, 9865.0, 9893.0, 9887.0, 9952.0, 9902.0, 9914.0, 9884.0, 9916.0, 9894.0, 9895.0, 9870.0, 9867.0, 9873.0, 9865.0, 9871.0, 9892.0, 9863.0, 9870.0, 9849.0, 9839.0, 9865.0, 9831.0, 9865.0, 9847.0, 9868.0, 9857.0, 9869.0, 9843.0, 9883.0, 9858.0, 9881.0, 9857.0, 9875.0, 9858.0, 9878.0, 9846.0, 9855.0, 9843.0, 9861.0, 9855.0, 9883.0, 9850.0, 9869.0, 9838.0, 9859.0, 9834.0, 9848.0, 9825.0, 9847.0, 9834.0, 9843.0, 9827.0, 9837.0, 9811.0, 9842.0, 9829.0, 9867.0, 9841.0, 9865.0, 9856.0, 9868.0, 9859.0, 9871.0, 9862.0, 9890.0, 9862.0, 9875.0, 9843.0, 9857.0, 9829.0, 9844.0, 9834.0, 9870.0, 9837.0, 9872.0, 9846.0, 9869.0, 9838.0, 9871.0, 9842.0, 9872.0, 9859.0, 9849.0, 9881.0, 9850.0, 9856.0, 9830.0, 9861.0, 9837.0, 9877.0, 9848.0, 9863.0, 9853.0, 9858.0, 9838.0, 9861.0, 9854.0, 9864.0, 9856.0, 9868.0, 9858.0, 9867.0, 9858.0, 9859.0, 9859.0, 9876.0, 9859.0, 9884.0, 9861.0, 9890.0, 9852.0, 9869.0, 9840.0, 9866.0, 9848.0, 9868.0, 9856.0, 9867.0, 9840.0, 9865.0, 9839.0, 9866.0, 9858.0, 9888.0, 9859.0, 9868.0, 9853.0, 9870.0, 9837.0, 9884.0, 9857.0, 9887.0, 9855.0, 9888.0, 9850.0, 9869.0, 9857.0, 9879.0, 9877.0, 9905.0, 9899.0, 9905.0, 9859.0, 9897.0, 9880.0, 9906.0, 9875.0, 9907.0, 9884.0, 9860.0, 9883.0, 9868.0, 9884.0, 9871.0, 9887.0, 9886.0, 9879.0, 9902.0, 9859.0, 9885.0, 9844.0, 9867.0, 9835.0, 9849.0, 9831.0, 9850.0, 9826.0, 9833.0, 9813.0, 9829.0, 9815.0, 9830.0, 9833.0, 9852.0, 9849.0, 9853.0, 9824.0, 9855.0, 9841.0, 9852.0, 9858.0, 9863.0, 9904.0, 9865.0, 9895.0, 9861.0, 9866.0, 9841.0, 9855.0, 9847.0, 9876.0, 9862.0, 9856.0, 9851.0, 9865.0, 9832.0, 9864.0, 9853.0, 9867.0, 9852.0, 9874.0, 9851.0, 9857.0, 9820.0, 9840.0, 9824.0, 9852.0, 9869.0, 9871.0, 9894.0, 9851.0, 9874.0, 9857.0, 9870.0, 9834.0, 9865.0, 9846.0, 9854.0, 9843.0, 9837.0, 9845.0, 9834.0, 9849.0, 9830.0, 9863.0, 9857.0, 9864.0, 9831.0, 9852.0, 9822.0, 9846.0, 9835.0, 9854.0, 9886.0, 9862.0, 9869.0, 9856.0, 9857.0, 9844.0, 9860.0, 9860.0, 9886.0, 9868.0, 9889.0, 9860.0, 9874.0, 9833.0, 9856.0, 9831.0, 9852.0, 9845.0, 9840.0, 9862.0, 9838.0, 9833.0, 9833.0, 9844.0, 9832.0, 9856.0, 9833.0, 9875.0, 9852.0, 9860.0, 9849.0, 9845.0, 9836.0, 9843.0, 9827.0, 9862.0, 9843.0, 9864.0, 9845.0, 9848.0, 9827.0, 9845.0, 9840.0, 9868.0, 9833.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.000901435132032147</td></tr>
<tr><td colspan=3>aqi</td><td>0.020120469345579792</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.03213466345972</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2610259073333352</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0076887454137935</td></tr>
<tr><td colspan=3>efc</td><td>0.4836</td></tr>
<tr><td colspan=3>fber</td><td>7695.5693</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09104397515081408</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3295063145809416</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.312853462246188</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.240482219310014</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5227485762166233</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1753295912119266</td></tr>
<tr><td colspan=3>gcor</td><td>0.012423</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013489563949406147</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03650893270969391</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.095570011257896</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>17.5577</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.951</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.7163</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295198.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>908.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.9082</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9203</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.3598</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.9919</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4752.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.4993</td></tr>
<tr><td colspan=3>tsnr</td><td>43.6505013294518</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>