<?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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-01_task-social_acq-mb8_run-05_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-05_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>6ed35a437a31bb1a6fdba7e937781395</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:38:29.682500</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-05_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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</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.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>747e2aa2-d2c0-46aa-a80d-89af7bbd6830||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': ['143829.682500', '143830.142500', '143830.602500', '143831.062500', '143831.522500', '143831.982500', '143832.442500', '143832.902500', '143833.362500', '143833.822500', '143834.282500', '143834.742500', '143835.202500', '143835.662500', '143836.122500', '143836.582500', '143837.042500', '143837.502500', '143837.962500', '143838.422500', '143838.882500', '143839.342500', '143839.802500', '143840.262500', '143840.722500', '143841.182500', '143841.642500', '143842.102500', '143842.562500', '143843.022500', '143843.482500', '143843.942500', '143844.402500', '143844.862500', '143845.322500', '143845.782500', '143846.242500', '143846.702500', '143847.162500', '143847.622500', '143848.082500', '143848.542500', '143849.002500', '143849.462500', '143849.922500', '143850.382500', '143850.842500', '143851.302500', '143851.762500', '143852.222500', '143852.682500', '143853.142500', '143853.602500', '143854.062500', '143854.522500', '143854.982500', '143855.442500', '143855.902500', '143856.362500', '143856.822500', '143857.282500', '143857.742500', '143858.202500', '143858.662500', '143859.122500', '143859.582500', '143900.042500', '143900.502500', '143900.962500', '143901.422500', '143901.882500', '143902.342500', '143902.802500', '143903.262500', '143903.722500', '143904.182500', '143904.642500', '143905.102500', '143905.562500', '143906.022500', '143906.482500', '143906.942500', '143907.402500', '143907.862500', '143908.322500', '143908.782500', '143909.242500', '143909.702500', '143910.162500', '143910.622500', '143911.082500', '143911.542500', '143912.002500', '143912.462500', '143912.922500', '143913.382500', '143913.842500', '143914.302500', '143914.762500', '143915.222500', '143915.682500', '143916.142500', '143916.602500', '143917.062500', '143917.522500', '143917.982500', '143918.442500', '143918.902500', '143919.362500', '143919.822500', '143920.282500', '143920.742500', '143921.202500', '143921.662500', '143922.122500', '143922.582500', '143923.042500', '143923.502500', '143923.962500', '143924.422500', '143924.882500', '143925.342500', '143925.802500', '143926.262500', '143926.722500', '143927.182500', '143927.642500', '143928.102500', '143928.562500', '143929.022500', '143929.482500', '143929.942500', '143930.402500', '143930.862500', '143931.322500', '143931.782500', '143932.242500', '143932.702500', '143933.162500', '143933.622500', '143934.082500', '143934.542500', '143935.002500', '143935.462500', '143935.922500', '143936.382500', '143936.842500', '143937.302500', '143937.762500', '143938.222500', '143938.682500', '143939.142500', '143939.602500', '143940.062500', '143940.522500', '143940.982500', '143941.442500', '143941.902500', '143942.362500', '143942.822500', '143943.282500', '143943.742500', '143944.202500', '143944.662500', '143945.122500', '143945.582500', '143946.042500', '143946.502500', '143946.962500', '143947.422500', '143947.882500', '143948.342500', '143948.802500', '143949.262500', '143949.722500', '143950.182500', '143950.642500', '143951.102500', '143951.562500', '143952.022500', '143952.482500', '143952.942500', '143953.402500', '143953.862500', '143954.322500', '143954.782500', '143955.242500', '143955.702500', '143956.162500', '143956.622500', '143957.082500', '143957.542500', '143958.002500', '143958.462500', '143958.922500', '143959.382500', '143959.842500', '144000.302500', '144000.762500', '144001.222500', '144001.682500', '144002.142500', '144002.602500', '144003.062500', '144003.522500', '144003.982500', '144004.442500', '144004.902500', '144005.362500', '144005.822500', '144006.282500', '144006.742500', '144007.202500', '144007.662500', '144008.122500', '144008.582500', '144009.042500', '144009.502500', '144009.962500', '144010.422500', '144010.882500', '144011.342500', '144011.802500', '144012.262500', '144012.722500', '144013.182500', '144013.642500', '144014.102500', '144014.562500', '144015.022500', '144015.482500', '144015.942500', '144016.402500', '144016.862500', '144017.322500', '144017.782500', '144018.242500', '144018.702500', '144019.162500', '144019.622500', '144020.082500', '144020.542500', '144021.002500', '144021.462500', '144021.922500', '144022.382500', '144022.842500', '144023.302500', '144023.762500', '144024.222500', '144024.682500', '144025.142500', '144025.602500', '144026.062500', '144026.522500', '144026.982500', '144027.442500', '144027.902500', '144028.362500', '144028.822500', '144029.282500', '144029.742500', '144030.202500', '144030.662500', '144031.122500', '144031.582500', '144032.042500', '144032.502500', '144032.962500', '144033.422500', '144033.882500', '144034.342500', '144034.802500', '144035.262500', '144035.722500', '144036.182500', '144036.642500', '144037.102500', '144037.562500', '144038.022500', '144038.482500', '144038.942500', '144039.402500', '144039.862500', '144040.322500', '144040.782500', '144041.242500', '144041.702500', '144042.162500', '144042.622500', '144043.082500', '144043.542500', '144044.002500', '144044.462500', '144044.922500', '144045.382500', '144045.842500', '144046.302500', '144046.762500', '144047.222500', '144047.682500', '144048.142500', '144048.602500', '144049.062500', '144049.522500', '144049.982500', '144050.442500', '144050.902500', '144051.362500', '144051.822500', '144052.282500', '144052.742500', '144053.202500', '144053.662500', '144054.122500', '144054.582500', '144055.042500', '144055.502500', '144055.962500', '144056.422500', '144056.882500', '144057.342500', '144057.802500', '144058.262500', '144058.722500', '144059.182500', '144059.642500', '144100.102500', '144100.562500', '144101.022500', '144101.482500', '144101.942500', '144102.402500', '144102.862500', '144103.322500', '144103.782500', '144104.242500', '144104.702500', '144105.162500', '144105.622500', '144106.082500', '144106.542500', '144107.002500', '144107.462500', '144107.922500', '144108.382500', '144108.842500', '144109.302500', '144109.762500', '144110.222500', '144110.682500', '144111.142500', '144111.602500', '144112.062500', '144112.522500', '144112.982500', '144113.442500', '144113.902500', '144114.362500', '144114.822500', '144115.282500', '144115.742500', '144116.202500', '144116.662500', '144117.122500', '144117.582500', '144118.042500', '144118.502500', '144118.962500', '144119.422500', '144119.882500', '144120.342500', '144120.802500', '144121.262500', '144121.722500', '144122.182500', '144122.642500', '144123.102500', '144123.562500', '144124.022500', '144124.482500', '144124.942500', '144125.402500', '144125.862500', '144126.322500', '144126.782500', '144127.242500', '144127.702500', '144128.162500', '144128.622500', '144129.082500', '144129.542500', '144130.002500', '144130.462500', '144130.922500', '144131.382500', '144131.842500', '144132.302500', '144132.762500', '144133.222500', '144133.682500', '144134.142500', '144134.602500', '144135.062500', '144135.522500', '144135.982500', '144136.442500', '144136.902500', '144137.362500', '144137.822500', '144138.282500', '144138.742500', '144139.202500', '144139.662500', '144140.122500', '144140.582500', '144141.042500', '144141.502500', '144141.962500', '144142.422500', '144142.882500', '144143.342500', '144143.802500', '144144.262500', '144144.722500', '144145.182500', '144145.642500', '144146.102500', '144146.562500', '144147.022500', '144147.482500', '144147.942500', '144148.402500', '144148.862500', '144149.322500', '144149.782500', '144150.242500', '144150.702500', '144151.162500', '144151.622500', '144152.082500', '144152.542500', '144153.002500', '144153.462500', '144153.922500', '144154.382500', '144154.842500', '144155.302500', '144155.762500', '144156.222500', '144156.682500', '144157.142500', '144157.602500', '144158.062500', '144158.522500', '144158.982500', '144159.442500', '144159.902500', '144200.362500', '144200.822500', '144201.282500', '144201.742500', '144202.202500', '144202.662500', '144203.122500', '144203.582500', '144204.042500', '144204.502500', '144204.962500', '144205.422500', '144205.882500', '144206.342500', '144206.802500', '144207.262500', '144207.722500', '144208.182500', '144208.642500', '144209.102500', '144209.562500', '144210.022500', '144210.482500', '144210.942500', '144211.402500', '144211.862500', '144212.322500', '144212.782500', '144213.242500', '144213.702500', '144214.162500', '144214.622500', '144215.082500', '144215.542500', '144216.002500', '144216.462500', '144216.922500', '144217.382500', '144217.842500', '144218.302500', '144218.762500', '144219.222500', '144219.682500', '144220.142500', '144220.602500', '144221.062500', '144221.522500', '144221.982500', '144222.442500', '144222.902500', '144223.362500', '144223.822500', '144224.282500', '144224.742500', '144225.202500', '144225.662500', '144226.122500', '144226.582500', '144227.042500', '144227.502500', '144227.962500', '144228.422500', '144228.882500', '144229.342500', '144229.802500', '144230.262500', '144230.722500', '144231.182500', '144231.642500', '144232.102500', '144232.562500', '144233.022500', '144233.482500', '144233.942500', '144234.402500', '144234.862500', '144235.322500', '144235.782500', '144236.242500', '144236.702500', '144237.162500', '144237.622500', '144238.082500', '144238.542500', '144239.002500', '144239.462500', '144239.922500', '144240.382500', '144240.842500', '144241.302500', '144241.762500', '144242.222500', '144242.682500', '144243.142500', '144243.602500', '144244.062500', '144244.522500', '144244.982500', '144245.442500', '144245.902500', '144246.362500', '144246.822500', '144247.282500', '144247.742500', '144248.202500', '144248.662500', '144249.122500', '144249.582500', '144250.042500', '144250.502500', '144250.962500', '144251.422500', '144251.882500', '144252.342500', '144252.802500', '144253.262500', '144253.722500', '144254.182500', '144254.642500', '144255.102500', '144255.562500', '144256.022500', '144256.482500', '144256.942500', '144257.402500', '144257.862500', '144258.322500', '144258.782500', '144259.242500', '144259.702500', '144300.162500', '144300.622500', '144301.082500', '144301.542500', '144302.002500', '144302.462500', '144302.922500', '144303.382500', '144303.842500', '144304.302500', '144304.762500', '144305.222500', '144305.682500', '144306.142500', '144306.602500', '144307.062500', '144307.522500', '144307.982500', '144308.442500', '144308.902500', '144309.362500', '144309.822500', '144310.282500', '144310.742500', '144311.202500', '144311.662500', '144312.122500', '144312.582500', '144313.042500', '144313.502500', '144313.962500', '144314.422500', '144314.882500', '144315.342500', '144315.802500', '144316.262500', '144316.722500', '144317.182500', '144317.642500', '144318.102500', '144318.562500', '144319.022500', '144319.482500', '144319.942500', '144320.402500', '144320.862500', '144321.322500', '144321.782500', '144322.242500', '144322.702500', '144323.162500', '144323.622500', '144324.082500', '144324.542500', '144325.002500', '144325.462500', '144325.922500', '144326.382500', '144326.842500', '144327.302500', '144327.762500', '144328.222500', '144328.682500', '144329.142500', '144329.602500', '144330.062500', '144330.522500', '144330.982500', '144331.442500', '144331.902500', '144332.362500', '144332.822500', '144333.282500', '144333.742500', '144334.202500', '144334.662500', '144335.122500', '144335.582500', '144336.042500', '144336.502500', '144336.962500', '144337.422500', '144337.882500', '144338.342500', '144338.802500', '144339.262500', '144339.722500', '144340.182500', '144340.642500', '144341.102500', '144341.562500', '144342.022500', '144342.482500', '144342.942500', '144343.402500', '144343.862500', '144344.322500', '144344.782500', '144345.242500', '144345.702500', '144346.162500', '144346.622500', '144347.082500', '144347.542500', '144348.002500', '144348.462500', '144348.922500', '144349.382500', '144349.842500', '144350.302500', '144350.762500', '144351.222500', '144351.682500', '144352.142500', '144352.602500', '144353.062500', '144353.522500', '144353.982500', '144354.442500', '144354.902500', '144355.362500', '144355.822500', '144356.282500', '144356.742500', '144357.202500', '144357.662500', '144358.122500', '144358.582500', '144359.042500', '144359.502500', '144359.962500', '144400.422500', '144400.882500', '144401.342500', '144401.802500', '144402.262500', '144402.722500', '144403.182500', '144403.642500', '144404.102500', '144404.562500', '144405.022500', '144405.482500', '144405.942500', '144406.402500', '144406.862500', '144407.322500', '144407.782500', '144408.242500', '144408.702500', '144409.162500', '144409.622500', '144410.082500', '144410.542500', '144411.002500', '144411.462500', '144411.922500', '144412.382500', '144412.842500', '144413.302500', '144413.762500', '144414.222500', '144414.682500', '144415.142500', '144415.602500', '144416.062500', '144416.522500', '144416.982500', '144417.442500', '144417.902500', '144418.362500', '144418.822500', '144419.282500', '144419.742500', '144420.202500', '144420.662500', '144421.122500', '144421.582500', '144422.042500', '144422.502500', '144422.962500', '144423.422500', '144423.882500', '144424.342500', '144424.802500', '144425.262500', '144425.722500', '144426.182500', '144426.642500', '144427.102500', '144427.562500', '144428.022500', '144428.482500', '144428.942500', '144429.402500', '144429.862500', '144430.322500', '144430.782500', '144431.242500', '144431.702500', '144432.162500', '144432.622500', '144433.082500', '144433.542500', '144434.002500', '144434.462500', '144434.922500', '144435.382500', '144435.842500', '144436.302500', '144436.762500', '144437.222500', '144437.682500', '144438.142500', '144438.602500', '144439.062500', '144439.522500', '144439.982500', '144440.442500', '144440.902500', '144441.362500', '144441.822500', '144442.282500', '144442.742500', '144443.202500', '144443.662500', '144444.122500', '144444.582500', '144445.042500', '144445.502500', '144445.962500', '144446.422500', '144446.882500', '144447.342500', '144447.802500', '144448.262500', '144448.722500', '144449.182500', '144449.642500', '144450.102500', '144450.562500', '144451.022500', '144451.482500', '144451.942500', '144452.402500', '144452.862500', '144453.322500', '144453.782500', '144454.242500', '144454.702500', '144455.162500', '144455.622500', '144456.082500', '144456.542500', '144457.002500', '144457.462500', '144457.922500', '144458.382500', '144458.842500', '144459.302500', '144459.762500', '144500.222500', '144500.682500', '144501.142500', '144501.602500', '144502.062500', '144502.522500', '144502.982500', '144503.442500', '144503.902500', '144504.362500', '144504.822500', '144505.282500', '144505.742500', '144506.202500', '144506.662500', '144507.122500', '144507.582500', '144508.042500', '144508.502500', '144508.962500', '144509.422500', '144509.882500', '144510.342500'], 'ContentTime': ['143852.922000', '143852.925000', '143852.928000', '143852.931000', '143852.940000', '143852.943000', '143852.945000', '143852.948000', '143852.951000', '143852.954000', '143852.957000', '143852.960000', '143852.963000', '143852.966000', '143852.969000', '143852.972000', '143852.974000', '143852.977000', '143852.980000', '143852.983000', '143852.986000', '143852.989000', '143852.991000', '143852.994000', '143852.997000', '143853.001000', '143853.004000', '143853.007000', '143853.009000', '143853.012000', '143853.015000', '143853.018000', '143853.021000', '143853.024000', '143853.026000', '143853.029000', '143853.032000', '143853.035000', '143853.038000', '143853.041000', '143853.043000', '143853.052000', '143853.055000', '143853.057000', '143853.060000', '143853.063000', '143853.066000', '143853.069000', '143912.880000', '143912.883000', '143912.886000', '143912.889000', '143912.891000', '143912.894000', '143912.897000', '143912.900000', '143912.903000', '143912.906000', '143912.909000', '143912.911000', '143912.914000', '143912.917000', '143912.920000', '143912.923000', '143912.925000', '143912.928000', '143912.931000', '143912.934000', '143912.937000', '143912.940000', '143912.943000', '143912.945000', '143912.948000', '143912.951000', '143912.954000', '143912.956000', '143912.959000', '143912.965000', '143912.968000', '143912.971000', '143912.974000', '143912.977000', '143912.980000', '143912.982000', '143912.985000', '143912.988000', '143912.991000', '143912.994000', '143912.996000', '143913.000000', '143913.003000', '143913.006000', '143932.880000', '143932.883000', '143932.886000', '143932.889000', '143932.892000', '143932.894000', '143932.899000', '143932.902000', '143932.905000', '143932.908000', '143932.911000', '143932.914000', '143932.916000', '143932.919000', '143932.922000', '143932.925000', '143932.928000', '143932.931000', '143932.934000', '143932.936000', '143932.939000', '143932.942000', '143932.945000', '143932.948000', '143932.950000', '143932.953000', '143932.956000', '143932.959000', '143932.962000', '143932.965000', '143932.967000', '143932.970000', '143932.973000', '143932.976000', '143932.979000', '143932.982000', '143932.985000', '143932.987000', '143932.990000', '143932.993000', '143932.996000', '143933.000000', '143933.006000', '143952.879000', '143952.882000', '143952.885000', '143952.887000', '143952.890000', '143952.893000', '143952.896000', '143952.899000', '143952.902000', '143952.905000', '143952.908000', '143952.910000', '143952.913000', '143952.916000', '143952.919000', '143952.922000', '143952.925000', '143952.934000', '143952.937000', '143952.940000', '143952.943000', '143952.946000', '143952.949000', '143952.951000', '143952.954000', '143952.957000', '143952.960000', '143952.963000', '143952.966000', '143952.969000', '143952.971000', '143952.974000', '143952.977000', '143952.980000', '143952.983000', '143952.986000', '143952.989000', '143952.992000', '143952.994000', '143952.997000', '143953.001000', '143953.004000', '143953.007000', '143953.009000', '144012.879000', '144012.882000', '144012.885000', '144012.888000', '144012.891000', '144012.893000', '144012.896000', '144012.899000', '144012.902000', '144012.905000', '144012.908000', '144012.911000', '144012.914000', '144012.916000', '144012.920000', '144012.924000', '144012.927000', '144012.930000', '144012.933000', '144012.936000', '144012.939000', '144012.941000', '144012.944000', '144012.947000', '144012.950000', '144012.953000', '144012.956000', '144012.958000', '144012.961000', '144012.964000', '144012.967000', '144012.970000', '144012.979000', '144012.981000', '144012.984000', '144012.987000', '144012.990000', '144012.993000', '144012.996000', '144012.998000', '144013.002000', '144013.005000', '144013.008000', '144032.880000', '144032.883000', '144032.886000', '144032.889000', '144032.891000', '144032.894000', '144032.897000', '144032.900000', '144032.903000', '144032.906000', '144032.909000', '144032.911000', '144032.914000', '144032.917000', '144032.920000', '144032.923000', '144032.926000', '144032.928000', '144032.931000', '144032.934000', '144032.937000', '144032.940000', '144032.943000', '144032.946000', '144032.949000', '144032.951000', '144032.954000', '144032.957000', '144032.960000', '144032.963000', '144032.966000', '144032.968000', '144032.979000', '144032.982000', '144032.985000', '144032.988000', '144032.991000', '144032.994000', '144032.996000', '144033.000000', '144033.003000', '144033.006000', '144033.009000', '144033.012000', '144052.880000', '144052.883000', '144052.886000', '144052.889000', '144052.892000', '144052.895000', '144052.897000', '144052.900000', '144052.903000', '144052.906000', '144052.909000', '144052.912000', '144052.914000', '144052.917000', '144052.920000', '144052.923000', '144052.926000', '144052.929000', '144052.932000', '144052.934000', '144052.937000', '144052.941000', '144052.946000', '144052.950000', '144052.952000', '144052.955000', '144052.958000', '144052.961000', '144052.964000', '144052.967000', '144052.970000', '144052.973000', '144052.976000', '144052.978000', '144052.981000', '144052.984000', '144052.987000', '144052.990000', '144052.993000', '144052.995000', '144052.998000', '144053.002000', '144053.005000', '144112.880000', '144112.883000', '144112.886000', '144112.889000', '144112.892000', '144112.895000', '144112.898000', '144112.900000', '144112.903000', '144112.906000', '144112.909000', '144112.912000', '144112.915000', '144112.917000', '144112.920000', '144112.923000', '144112.926000', '144112.929000', '144112.932000', '144112.935000', '144112.938000', '144112.941000', '144112.944000', '144112.946000', '144112.949000', '144112.952000', '144112.955000', '144112.958000', '144112.961000', '144112.964000', '144112.967000', '144112.969000', '144112.972000', '144112.975000', '144112.978000', '144112.981000', '144112.984000', '144112.986000', '144112.989000', '144112.992000', '144112.995000', '144112.998000', '144113.002000', '144113.004000', '144132.880000', '144132.883000', '144132.886000', '144132.889000', '144132.892000', '144132.896000', '144132.898000', '144132.901000', '144132.904000', '144132.907000', '144132.910000', '144132.913000', '144132.916000', '144132.919000', '144132.921000', '144132.924000', '144132.927000', '144132.930000', '144132.933000', '144132.936000', '144132.939000', '144132.942000', '144132.944000', '144132.947000', '144132.950000', '144132.953000', '144132.956000', '144132.959000', '144132.962000', '144132.965000', '144132.968000', '144132.971000', '144132.974000', '144132.977000', '144132.980000', '144132.982000', '144132.985000', '144132.988000', '144132.991000', '144132.994000', '144132.997000', '144133.000000', '144133.003000', '144152.880000', '144152.883000', '144152.886000', '144152.889000', '144152.892000', '144152.895000', '144152.897000', '144152.900000', '144152.903000', '144152.906000', '144152.909000', '144152.912000', '144152.914000', '144152.917000', '144152.920000', '144152.923000', '144152.926000', '144152.929000', '144152.932000', '144152.934000', '144152.937000', '144152.940000', '144152.943000', '144152.946000', '144152.948000', '144152.951000', '144152.954000', '144152.957000', '144152.960000', '144152.963000', '144152.966000', '144152.969000', '144152.971000', '144152.974000', '144152.977000', '144152.980000', '144152.983000', '144152.986000', '144152.989000', '144152.991000', '144152.994000', '144152.997000', '144153.001000', '144153.004000', '144212.879000', '144212.882000', '144212.885000', '144212.898000', '144212.900000', '144212.903000', '144212.906000', '144212.909000', '144212.912000', '144212.915000', '144212.918000', '144212.921000', '144212.923000', '144212.926000', '144212.929000', '144212.932000', '144212.935000', '144212.938000', '144212.941000', '144212.944000', '144212.946000', '144212.949000', '144212.952000', '144212.955000', '144212.958000', '144212.961000', '144212.963000', '144212.975000', '144212.978000', '144212.980000', '144212.983000', '144212.986000', '144212.989000', '144212.992000', '144212.995000', '144212.998000', '144213.001000', '144213.005000', '144213.007000', '144213.010000', '144213.013000', '144213.016000', '144213.019000', '144232.879000', '144232.882000', '144232.885000', '144232.887000', '144232.890000', '144232.893000', '144232.896000', '144232.899000', '144232.902000', '144232.905000', '144232.907000', '144232.910000', '144232.913000', '144232.916000', '144232.919000', '144232.922000', '144232.925000', '144232.928000', '144232.930000', '144232.933000', '144232.936000', '144232.939000', '144232.942000', '144232.945000', '144232.948000', '144232.951000', '144232.954000', '144232.957000', '144232.960000', '144232.963000', '144232.965000', '144232.968000', '144232.971000', '144232.974000', '144232.977000', '144232.980000', '144232.983000', '144232.985000', '144232.988000', '144232.991000', '144232.994000', '144233.001000', '144233.004000', '144233.006000', '144252.880000', '144252.883000', '144252.886000', '144252.889000', '144252.892000', '144252.894000', '144252.897000', '144252.900000', '144252.903000', '144252.906000', '144252.909000', '144252.912000', '144252.914000', '144252.917000', '144252.920000', '144252.923000', '144252.926000', '144252.929000', '144252.932000', '144252.935000', '144252.938000', '144252.941000', '144252.944000', '144252.947000', '144252.950000', '144252.953000', '144252.956000', '144252.958000', '144252.961000', '144252.964000', '144252.967000', '144252.970000', '144252.973000', '144252.976000', '144252.979000', '144252.981000', '144252.984000', '144252.987000', '144252.990000', '144252.993000', '144252.996000', '144252.999000', '144253.002000', '144312.880000', '144312.883000', '144312.886000', '144312.889000', '144312.892000', '144312.894000', '144312.897000', '144312.900000', '144312.903000', '144312.906000', '144312.909000', '144312.912000', '144312.915000', '144312.917000', '144312.920000', '144312.923000', '144312.926000', '144312.929000', '144312.932000', '144312.935000', '144312.938000', '144312.940000', '144312.943000', '144312.946000', '144312.949000', '144312.952000', '144312.955000', '144312.958000', '144312.960000', '144312.963000', '144312.966000', '144312.969000', '144312.972000', '144312.975000', '144312.978000', '144312.981000', '144312.983000', '144312.986000', '144312.989000', '144312.992000', '144312.995000', '144312.998000', '144313.001000', '144313.004000', '144332.880000', '144332.883000', '144332.886000', '144332.889000', '144332.892000', '144332.895000', '144332.897000', '144332.900000', '144332.903000', '144332.906000', '144332.909000', '144332.912000', '144332.915000', '144332.918000', '144332.920000', '144332.923000', '144332.926000', '144332.929000', '144332.932000', '144332.935000', '144332.937000', '144332.940000', '144332.943000', '144332.946000', '144332.949000', '144332.952000', '144332.955000', '144332.958000', '144332.961000', '144332.963000', '144332.966000', '144332.969000', '144332.972000', '144332.975000', '144332.978000', '144332.980000', '144332.983000', '144332.986000', '144333.001000', '144333.003000', '144333.006000', '144333.015000', '144333.018000', '144352.880000', '144352.883000', '144352.886000', '144352.889000', '144352.892000', '144352.894000', '144352.897000', '144352.900000', '144352.903000', '144352.906000', '144352.909000', '144352.912000', '144352.915000', '144352.917000', '144352.920000', '144352.923000', '144352.926000', '144352.929000', '144352.932000', '144352.935000', '144352.937000', '144352.940000', '144352.943000', '144352.946000', '144352.949000', '144352.952000', '144352.955000', '144352.958000', '144352.961000', '144352.963000', '144352.966000', '144352.969000', '144352.972000', '144352.975000', '144352.978000', '144352.981000', '144352.984000', '144352.986000', '144352.990000', '144352.992000', '144352.995000', '144352.998000', '144353.002000', '144353.005000', '144412.880000', '144412.883000', '144412.886000', '144412.889000', '144412.892000', '144412.895000', '144412.897000', '144412.900000', '144412.903000', '144412.906000', '144412.909000', '144412.912000', '144412.915000', '144412.918000', '144412.920000', '144412.923000', '144412.926000', '144412.929000', '144412.932000', '144412.935000', '144412.938000', '144412.941000', '144412.943000', '144412.946000', '144412.949000', '144412.952000', '144412.955000', '144412.958000', '144412.961000', '144412.964000', '144412.966000', '144412.970000', '144412.973000', '144412.976000', '144412.979000', '144412.982000', '144412.985000', '144412.988000', '144412.990000', '144412.993000', '144412.996000', '144413.000000', '144413.003000', '144432.879000', '144432.882000', '144432.885000', '144432.888000', '144432.891000', '144432.894000', '144432.896000', '144432.899000', '144432.902000', '144432.905000', '144432.908000', '144432.911000', '144432.913000', '144432.916000', '144432.919000', '144432.922000', '144432.925000', '144432.928000', '144432.931000', '144432.934000', '144432.936000', '144432.939000', '144432.942000', '144432.945000', '144432.948000', '144432.951000', '144432.954000', '144432.957000', '144432.960000', '144432.962000', '144432.965000', '144432.968000', '144432.971000', '144432.974000', '144432.977000', '144432.980000', '144432.982000', '144432.994000', '144432.997000', '144433.001000', '144433.003000', '144433.006000', '144433.009000', '144433.012000', '144452.879000', '144452.882000', '144452.885000', '144452.888000', '144452.891000', '144452.893000', '144452.896000', '144452.899000', '144452.902000', '144452.905000', '144452.908000', '144452.911000', '144452.914000', '144452.916000', '144452.919000', '144452.922000', '144452.925000', '144452.928000', '144452.931000', '144452.934000', '144452.937000', '144452.939000', '144452.942000', '144452.945000', '144452.948000', '144452.951000', '144452.954000', '144452.957000', '144452.959000', '144452.962000', '144452.965000', '144452.968000', '144452.971000', '144452.974000', '144452.977000', '144452.980000', '144452.983000', '144452.985000', '144452.988000', '144452.991000', '144452.994000', '144452.997000', '144453.001000', '144511.504000', '144511.507000', '144511.515000', '144511.518000', '144511.521000', '144511.524000', '144511.549000', '144511.552000', '144511.555000', '144511.558000', '144511.561000', '144511.564000', '144511.567000', '144511.580000', '144511.583000', '144511.585000', '144511.588000', '144511.591000', '144511.594000', '144511.597000', '144511.600000', '144511.603000', '144511.606000', '144511.609000', '144511.612000', '144511.615000', '144511.618000', '144511.621000', '144511.624000', '144511.627000', '144511.630000', '144511.633000', '144511.636000', '144511.639000', '144511.642000', '144511.645000', '144511.648000', '144511.651000', '144511.654000', '144511.657000', '144511.660000'], 'InstanceCreationTime': ['143852.922000', '143852.925000', '143852.928000', '143852.931000', '143852.940000', '143852.943000', '143852.945000', '143852.948000', '143852.951000', '143852.954000', '143852.957000', '143852.960000', '143852.963000', '143852.966000', '143852.969000', '143852.972000', '143852.974000', '143852.977000', '143852.980000', '143852.983000', '143852.986000', '143852.989000', '143852.991000', '143852.994000', '143852.997000', '143853.001000', '143853.004000', '143853.007000', '143853.009000', '143853.012000', '143853.015000', '143853.018000', '143853.021000', '143853.024000', '143853.026000', '143853.029000', '143853.032000', '143853.035000', '143853.038000', '143853.041000', '143853.043000', '143853.052000', '143853.055000', '143853.057000', '143853.060000', '143853.063000', '143853.066000', '143853.069000', '143912.880000', '143912.883000', '143912.886000', '143912.889000', '143912.891000', '143912.894000', '143912.897000', '143912.900000', '143912.903000', '143912.906000', '143912.909000', '143912.911000', '143912.914000', '143912.917000', '143912.920000', '143912.923000', '143912.925000', '143912.928000', '143912.931000', '143912.934000', '143912.937000', '143912.940000', '143912.943000', '143912.945000', '143912.948000', '143912.951000', '143912.954000', '143912.956000', '143912.959000', '143912.965000', '143912.968000', '143912.971000', '143912.974000', '143912.977000', '143912.980000', '143912.982000', '143912.985000', '143912.988000', '143912.991000', '143912.994000', '143912.996000', '143913.000000', '143913.003000', '143913.006000', '143932.880000', '143932.883000', '143932.886000', '143932.889000', '143932.892000', '143932.894000', '143932.899000', '143932.902000', '143932.905000', '143932.908000', '143932.911000', '143932.914000', '143932.916000', '143932.919000', '143932.922000', '143932.925000', '143932.928000', '143932.931000', '143932.934000', '143932.936000', '143932.939000', '143932.942000', '143932.945000', '143932.948000', '143932.950000', '143932.953000', '143932.956000', '143932.959000', '143932.962000', '143932.965000', '143932.967000', '143932.970000', '143932.973000', '143932.976000', '143932.979000', '143932.982000', '143932.985000', '143932.987000', '143932.990000', '143932.993000', '143932.996000', '143933.000000', '143933.006000', '143952.879000', '143952.882000', '143952.885000', '143952.887000', '143952.890000', '143952.893000', '143952.896000', '143952.899000', '143952.902000', '143952.905000', '143952.908000', '143952.910000', '143952.913000', '143952.916000', '143952.919000', '143952.922000', '143952.925000', '143952.934000', '143952.937000', '143952.940000', '143952.943000', '143952.946000', '143952.949000', '143952.951000', '143952.954000', '143952.957000', '143952.960000', '143952.963000', '143952.966000', '143952.969000', '143952.971000', '143952.974000', '143952.977000', '143952.980000', '143952.983000', '143952.986000', '143952.989000', '143952.992000', '143952.994000', '143952.997000', '143953.001000', '143953.004000', '143953.007000', '143953.009000', '144012.879000', '144012.882000', '144012.885000', '144012.888000', '144012.891000', '144012.893000', '144012.896000', '144012.899000', '144012.902000', '144012.905000', '144012.908000', '144012.911000', '144012.914000', '144012.916000', '144012.920000', '144012.924000', '144012.927000', '144012.930000', '144012.933000', '144012.936000', '144012.939000', '144012.941000', '144012.944000', '144012.947000', '144012.950000', '144012.953000', '144012.956000', '144012.958000', '144012.961000', '144012.964000', '144012.967000', '144012.970000', '144012.979000', '144012.981000', '144012.984000', '144012.987000', '144012.990000', '144012.993000', '144012.996000', '144012.998000', '144013.002000', '144013.005000', '144013.008000', '144032.880000', '144032.883000', '144032.886000', '144032.889000', '144032.891000', '144032.894000', '144032.897000', '144032.900000', '144032.903000', '144032.906000', '144032.909000', '144032.911000', '144032.914000', '144032.917000', '144032.920000', '144032.923000', '144032.926000', '144032.928000', '144032.931000', '144032.934000', '144032.937000', '144032.940000', '144032.943000', '144032.946000', '144032.949000', '144032.951000', '144032.954000', '144032.957000', '144032.960000', '144032.963000', '144032.966000', '144032.968000', '144032.979000', '144032.982000', '144032.985000', '144032.988000', '144032.991000', '144032.994000', '144032.996000', '144033.000000', '144033.003000', '144033.006000', '144033.009000', '144033.012000', '144052.880000', '144052.883000', '144052.886000', '144052.889000', '144052.892000', '144052.895000', '144052.897000', '144052.900000', '144052.903000', '144052.906000', '144052.909000', '144052.912000', '144052.914000', '144052.917000', '144052.920000', '144052.923000', '144052.926000', '144052.929000', '144052.932000', '144052.934000', '144052.937000', '144052.941000', '144052.946000', '144052.950000', '144052.952000', '144052.955000', '144052.958000', '144052.961000', '144052.964000', '144052.967000', '144052.970000', '144052.973000', '144052.976000', '144052.978000', '144052.981000', '144052.984000', '144052.987000', '144052.990000', '144052.993000', '144052.995000', '144052.998000', '144053.002000', '144053.005000', '144112.880000', '144112.883000', '144112.886000', '144112.889000', '144112.892000', '144112.895000', '144112.898000', '144112.900000', '144112.903000', '144112.906000', '144112.909000', '144112.912000', '144112.915000', '144112.917000', '144112.920000', '144112.923000', '144112.926000', '144112.929000', '144112.932000', '144112.935000', '144112.938000', '144112.941000', '144112.944000', '144112.946000', '144112.949000', '144112.952000', '144112.955000', '144112.958000', '144112.961000', '144112.964000', '144112.967000', '144112.969000', '144112.972000', '144112.975000', '144112.978000', '144112.981000', '144112.984000', '144112.986000', '144112.989000', '144112.992000', '144112.995000', '144112.998000', '144113.002000', '144113.004000', '144132.880000', '144132.883000', '144132.886000', '144132.889000', '144132.892000', '144132.896000', '144132.898000', '144132.901000', '144132.904000', '144132.907000', '144132.910000', '144132.913000', '144132.916000', '144132.919000', '144132.921000', '144132.924000', '144132.927000', '144132.930000', '144132.933000', '144132.936000', '144132.939000', '144132.942000', '144132.944000', '144132.947000', '144132.950000', '144132.953000', '144132.956000', '144132.959000', '144132.962000', '144132.965000', '144132.968000', '144132.971000', '144132.974000', '144132.977000', '144132.980000', '144132.982000', '144132.985000', '144132.988000', '144132.991000', '144132.994000', '144132.997000', '144133.000000', '144133.003000', '144152.880000', '144152.883000', '144152.886000', '144152.889000', '144152.892000', '144152.895000', '144152.897000', '144152.900000', '144152.903000', '144152.906000', '144152.909000', '144152.912000', '144152.914000', '144152.917000', '144152.920000', '144152.923000', '144152.926000', '144152.929000', '144152.932000', '144152.934000', '144152.937000', '144152.940000', '144152.943000', '144152.946000', '144152.948000', '144152.951000', '144152.954000', '144152.957000', '144152.960000', '144152.963000', '144152.966000', '144152.969000', '144152.971000', '144152.974000', '144152.977000', '144152.980000', '144152.983000', '144152.986000', '144152.989000', '144152.991000', '144152.994000', '144152.997000', '144153.001000', '144153.004000', '144212.879000', '144212.882000', '144212.885000', '144212.898000', '144212.900000', '144212.903000', '144212.906000', '144212.909000', '144212.912000', '144212.915000', '144212.918000', '144212.921000', '144212.923000', '144212.926000', '144212.929000', '144212.932000', '144212.935000', '144212.938000', '144212.941000', '144212.944000', '144212.946000', '144212.949000', '144212.952000', '144212.955000', '144212.958000', '144212.961000', '144212.963000', '144212.975000', '144212.978000', '144212.980000', '144212.983000', '144212.986000', '144212.989000', '144212.992000', '144212.995000', '144212.998000', '144213.001000', '144213.005000', '144213.007000', '144213.010000', '144213.013000', '144213.016000', '144213.019000', '144232.879000', '144232.882000', '144232.885000', '144232.887000', '144232.890000', '144232.893000', '144232.896000', '144232.899000', '144232.902000', '144232.905000', '144232.907000', '144232.910000', '144232.913000', '144232.916000', '144232.919000', '144232.922000', '144232.925000', '144232.928000', '144232.930000', '144232.933000', '144232.936000', '144232.939000', '144232.942000', '144232.945000', '144232.948000', '144232.951000', '144232.954000', '144232.957000', '144232.960000', '144232.963000', '144232.965000', '144232.968000', '144232.971000', '144232.974000', '144232.977000', '144232.980000', '144232.983000', '144232.985000', '144232.988000', '144232.991000', '144232.994000', '144233.001000', '144233.004000', '144233.006000', '144252.880000', '144252.883000', '144252.886000', '144252.889000', '144252.892000', '144252.894000', '144252.897000', '144252.900000', '144252.903000', '144252.906000', '144252.909000', '144252.912000', '144252.914000', '144252.917000', '144252.920000', '144252.923000', '144252.926000', '144252.929000', '144252.932000', '144252.935000', '144252.938000', '144252.941000', '144252.944000', '144252.947000', '144252.950000', '144252.953000', '144252.956000', '144252.958000', '144252.961000', '144252.964000', '144252.967000', '144252.970000', '144252.973000', '144252.976000', '144252.979000', '144252.981000', '144252.984000', '144252.987000', '144252.990000', '144252.993000', '144252.996000', '144252.999000', '144253.002000', '144312.880000', '144312.883000', '144312.886000', '144312.889000', '144312.892000', '144312.894000', '144312.897000', '144312.900000', '144312.903000', '144312.906000', '144312.909000', '144312.912000', '144312.915000', '144312.917000', '144312.920000', '144312.923000', '144312.926000', '144312.929000', '144312.932000', '144312.935000', '144312.938000', '144312.940000', '144312.943000', '144312.946000', '144312.949000', '144312.952000', '144312.955000', '144312.958000', '144312.960000', '144312.963000', '144312.966000', '144312.969000', '144312.972000', '144312.975000', '144312.978000', '144312.981000', '144312.983000', '144312.986000', '144312.989000', '144312.992000', '144312.995000', '144312.998000', '144313.001000', '144313.004000', '144332.880000', '144332.883000', '144332.886000', '144332.889000', '144332.892000', '144332.895000', '144332.897000', '144332.900000', '144332.903000', '144332.906000', '144332.909000', '144332.912000', '144332.915000', '144332.918000', '144332.920000', '144332.923000', '144332.926000', '144332.929000', '144332.932000', '144332.935000', '144332.937000', '144332.940000', '144332.943000', '144332.946000', '144332.949000', '144332.952000', '144332.955000', '144332.958000', '144332.961000', '144332.963000', '144332.966000', '144332.969000', '144332.972000', '144332.975000', '144332.978000', '144332.980000', '144332.983000', '144332.986000', '144333.001000', '144333.003000', '144333.006000', '144333.015000', '144333.018000', '144352.880000', '144352.883000', '144352.886000', '144352.889000', '144352.892000', '144352.894000', '144352.897000', '144352.900000', '144352.903000', '144352.906000', '144352.909000', '144352.912000', '144352.915000', '144352.917000', '144352.920000', '144352.923000', '144352.926000', '144352.929000', '144352.932000', '144352.935000', '144352.937000', '144352.940000', '144352.943000', '144352.946000', '144352.949000', '144352.952000', '144352.955000', '144352.958000', '144352.961000', '144352.963000', '144352.966000', '144352.969000', '144352.972000', '144352.975000', '144352.978000', '144352.981000', '144352.984000', '144352.986000', '144352.990000', '144352.992000', '144352.995000', '144352.998000', '144353.002000', '144353.005000', '144412.880000', '144412.883000', '144412.886000', '144412.889000', '144412.892000', '144412.895000', '144412.897000', '144412.900000', '144412.903000', '144412.906000', '144412.909000', '144412.912000', '144412.915000', '144412.918000', '144412.920000', '144412.923000', '144412.926000', '144412.929000', '144412.932000', '144412.935000', '144412.938000', '144412.941000', '144412.943000', '144412.946000', '144412.949000', '144412.952000', '144412.955000', '144412.958000', '144412.961000', '144412.964000', '144412.966000', '144412.970000', '144412.973000', '144412.976000', '144412.979000', '144412.982000', '144412.985000', '144412.988000', '144412.990000', '144412.993000', '144412.996000', '144413.000000', '144413.003000', '144432.879000', '144432.882000', '144432.885000', '144432.888000', '144432.891000', '144432.894000', '144432.896000', '144432.899000', '144432.902000', '144432.905000', '144432.908000', '144432.911000', '144432.913000', '144432.916000', '144432.919000', '144432.922000', '144432.925000', '144432.928000', '144432.931000', '144432.934000', '144432.936000', '144432.939000', '144432.942000', '144432.945000', '144432.948000', '144432.951000', '144432.954000', '144432.957000', '144432.960000', '144432.962000', '144432.965000', '144432.968000', '144432.971000', '144432.974000', '144432.977000', '144432.980000', '144432.982000', '144432.994000', '144432.997000', '144433.001000', '144433.003000', '144433.006000', '144433.009000', '144433.012000', '144452.879000', '144452.882000', '144452.885000', '144452.888000', '144452.891000', '144452.893000', '144452.896000', '144452.899000', '144452.902000', '144452.905000', '144452.908000', '144452.911000', '144452.914000', '144452.916000', '144452.919000', '144452.922000', '144452.925000', '144452.928000', '144452.931000', '144452.934000', '144452.937000', '144452.939000', '144452.942000', '144452.945000', '144452.948000', '144452.951000', '144452.954000', '144452.957000', '144452.959000', '144452.962000', '144452.965000', '144452.968000', '144452.971000', '144452.974000', '144452.977000', '144452.980000', '144452.983000', '144452.985000', '144452.988000', '144452.991000', '144452.994000', '144452.997000', '144453.001000', '144511.504000', '144511.507000', '144511.515000', '144511.518000', '144511.521000', '144511.524000', '144511.549000', '144511.552000', '144511.555000', '144511.558000', '144511.561000', '144511.564000', '144511.567000', '144511.580000', '144511.583000', '144511.585000', '144511.588000', '144511.591000', '144511.594000', '144511.597000', '144511.600000', '144511.603000', '144511.606000', '144511.609000', '144511.612000', '144511.615000', '144511.618000', '144511.621000', '144511.624000', '144511.627000', '144511.630000', '144511.633000', '144511.636000', '144511.639000', '144511.642000', '144511.645000', '144511.648000', '144511.651000', '144511.654000', '144511.657000', '144511.660000'], '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': [11044, 13985, 10565, 11405, 9559, 11363, 9549, 11603, 9798, 11540, 10082, 10358, 9554, 9652, 10064, 10391, 10867, 9405, 10965, 8043, 11092, 8009, 12665, 9915, 12790, 10047, 12375, 9708, 12434, 9976, 12275, 10542, 13101, 9732, 12174, 9701, 10622, 10140, 9002, 11557, 8095, 12383, 8643, 12158, 8747, 11791, 8810, 12133, 8815, 11810, 8433, 11587, 8502, 11887, 8754, 12162, 9098, 12822, 9174, 12077, 9167, 11973, 8930, 12154, 10151, 12502, 9515, 8209, 9581, 8740, 11156, 8944, 12117, 9015, 10069, 12639, 9643, 13844, 9825, 12395, 9915, 12408, 9819, 11783, 10000, 15353, 10782, 9695, 11069, 9541, 11461, 10203, 9853, 11846, 9458, 12846, 9304, 12597, 9319, 12210, 9853, 12373, 9714, 11903, 9122, 11686, 8770, 12144, 9647, 12619, 8991, 12334, 8783, 11434, 8850, 11292, 9534, 11153, 9779, 11182, 10043, 11367, 9924, 11713, 10116, 9713, 10331, 9417, 9693, 10398, 9717, 11761, 9523, 13096, 9705, 13006, 9413, 13036, 9073, 12938, 9268, 12832, 9618, 12759, 9967, 13030, 9192, 12610, 9247, 11873, 9539, 10004, 10369, 7873, 11197, 8135, 12125, 8979, 12256, 9124, 11539, 9124, 10940, 10531, 10623, 12466, 10349, 12006, 10097, 11778, 9590, 10921, 9710, 11656, 9301, 11417, 9826, 10506, 10108, 8728, 9782, 10621, 9772, 11968, 9489, 12101, 9686, 11836, 9483, 11798, 9598, 12145, 9528, 12253, 9529, 11547, 9657, 12090, 9537, 12620, 9376, 12298, 9294, 10129, 9879, 7646, 10315, 7800, 11748, 7898, 12184, 10274, 9350, 12874, 9040, 13345, 9932, 12494, 9393, 12352, 9342, 12335, 9780, 12363, 9863, 12219, 10398, 13362, 9681, 13048, 10007, 12939, 10060, 12820, 10009, 12013, 9794, 11167, 9364, 12319, 9387, 13339, 9295, 12917, 9331, 12857, 9339, 12782, 9632, 12070, 9928, 10089, 9262, 10761, 9062, 11313, 9386, 12650, 9894, 11890, 8955, 12175, 9545, 11340, 9668, 10367, 10495, 8131, 10921, 8047, 11813, 8175, 12422, 9216, 12684, 10266, 12892, 9618, 12415, 9701, 12327, 9578, 12256, 9945, 12446, 9343, 12279, 9645, 12405, 9759, 12494, 10108, 12926, 9770, 12047, 9361, 12228, 9396, 12294, 9599, 10924, 9762, 10790, 9643, 10951, 9578, 11340, 9481, 11017, 10216, 9027, 10455, 8382, 9847, 8012, 9922, 7743, 10887, 7939, 11486, 8005, 13224, 9721, 11265, 10328, 8456, 12853, 10026, 13466, 10830, 11287, 10095, 11077, 9969, 11816, 9847, 12266, 10258, 11585, 8816, 12701, 9114, 13362, 9279, 12544, 9270, 10587, 9168, 8605, 8979, 10887, 8879, 13917, 9834, 12453, 9440, 11715, 8573, 10779, 8561, 9519, 11293, 9112, 11398, 9641, 10857, 8398, 11625, 8635, 13760, 9559, 12407, 9631, 12294, 8863, 11987, 9092, 11902, 9114, 11834, 9778, 12134, 9266, 12350, 9554, 12356, 9994, 12800, 10103, 11740, 9446, 12463, 9364, 14209, 9645, 12049, 9966, 12025, 9998, 12026, 9020, 11778, 8921, 11746, 8448, 11472, 8108, 10550, 8446, 10286, 7965, 9143, 9280, 9049, 11406, 8595, 12268, 9356, 11835, 8921, 13509, 9554, 12642, 9398, 11977, 8770, 12331, 8623, 11932, 8421, 11662, 8162, 11204, 8335, 11413, 8126, 11130, 8298, 10925, 8719, 10295, 9089, 10869, 8458, 10697, 8700, 12504, 8705, 12598, 10102, 9170, 11015, 8427, 11969, 9273, 12848, 9829, 12719, 9013, 12198, 9316, 11877, 8328, 10782, 8576, 10827, 7777, 10136, 7762, 10559, 7343, 10732, 7811, 12194, 9408, 12191, 8970, 12018, 8361, 11966, 9415, 11040, 8730, 10098, 9561, 9194, 11424, 8774, 13579, 9575, 13165, 9305, 12505, 9377, 12153, 9587, 11950, 9514, 11684, 9731, 11793, 8742, 11524, 8434, 10978, 8019, 9794, 8453, 9912, 7916, 9431, 9741, 9106, 11327, 8786, 12944, 10018, 12484, 9282, 13381, 9248, 12322, 9388, 11970, 9429, 11706, 9464, 12045, 8796, 12075, 8468, 11127, 8764, 10983, 9145, 9494, 10815, 8726, 13864, 9417, 13028, 9338, 12861, 9356, 11901, 9387, 11874, 8844, 11063, 8880, 11510, 8808, 11701, 8804, 12108, 9353, 12079, 8570, 11710, 8851, 11126, 8062, 10239, 8614, 9813, 8627, 10866, 8296, 11927, 8245, 11759, 8804, 12453, 9232, 11937, 9275, 12198, 8128, 11295, 8126, 11099, 8370, 11117, 8474, 11060, 8274, 10831, 8164, 10533, 8192, 11976, 8391, 11566, 8500, 11897, 8578, 11629, 9311, 12049, 9183, 11877, 9001, 11664, 9303, 11363, 9836, 11996, 8906, 10824, 9111, 10173, 9239, 8436, 10490, 7699, 10545, 7748, 11674, 7886, 11931, 9072, 12078, 8775, 12003, 8906, 12738, 9137, 11253, 9227, 10226, 8876, 9196, 9088, 9010, 9240, 8588, 10416, 7468, 10491, 7570, 10711, 7724, 10891, 7825, 11968, 8707, 11917, 8932, 12670, 9414, 11460, 9716, 10413, 9870, 7798, 10419, 7851, 11566, 8396, 11393, 8532, 12366, 9525, 12278, 9388, 12068, 9298, 11636, 9631, 12660, 9537, 12664, 8866, 12458, 8872, 11607, 9015, 9254, 9997, 7620, 11425, 8339, 13469, 9094, 12201, 9996, 15926, 11890, 10299, 10238, 8755, 13158, 9835, 13714, 10807, 11719, 10253, 11551, 9812, 12392, 9737, 14061, 10659, 13356, 9461, 14423, 9069, 12381, 9290, 12060, 9713, 12653, 9288, 13315, 9189, 13114, 9481, 12318, 9639, 12142, 10276, 13164, 9649, 12631, 8988, 13385, 9245, 13203, 10107, 13167, 9642, 12464, 9605, 12074, 9632, 12013, 9281, 11289, 8626, 12029, 8774, 11434, 7874, 10976, 7831, 11263, 8099, 10922, 7771, 11643, 8233, 11579, 8333, 11827, 8745, 11877, 8206, 11502, 8785, 11856, 8281, 11576, 8068, 11656, 8357, 11121, 8105, 11703, 8035, 11485, 8381, 11812, 8702, 12119, 9004, 11881, 9268, 12029, 9550, 12270, 8816, 11940, 8768, 11659, 8325, 10760, 8145, 10041, 7926, 9949, 8441, 8919, 9484, 8756, 10446, 9202, 10231, 8828, 11957, 8736, 13354, 8835, 13030, 9424, 12437, 9340, 11904, 9242, 11736, 9387, 12908, 9368, 13428, 10035, 13604, 9368, 13162, 9545, 12803, 9434, 12119, 9593, 12275, 9354, 11932, 9048, 12993, 9167, 12974, 9295, 12631, 9666, 10875, 9207, 10938, 8898, 11841, 8955, 13095, 9542, 12650, 9437, 13419, 9149, 12126, 9073, 11505, 8110, 11555, 8278, 11628, 7881, 10744, 7558, 10322, 7849, 10230, 8201, 10759, 7688, 10949, 7944, 11624, 8307, 12099, 9784, 13026, 9359, 12949, 9232, 11091, 10315], 'WindowCenter': [4530.0, 4532.0, 4498.0, 4483.0, 4470.0, 4479.0, 4461.0, 4479.0, 4470.0, 4467.0, 4459.0, 4457.0, 4455.0, 4456.0, 4457.0, 4469.0, 4469.0, 4445.0, 4465.0, 4436.0, 4467.0, 4451.0, 4488.0, 4471.0, 4479.0, 4469.0, 4479.0, 4460.0, 4478.0, 4472.0, 4476.0, 4470.0, 4477.0, 4457.0, 4476.0, 4456.0, 4467.0, 4470.0, 4458.0, 4481.0, 4450.0, 4489.0, 4459.0, 4478.0, 4448.0, 4478.0, 4459.0, 4481.0, 4459.0, 4476.0, 4447.0, 4466.0, 4445.0, 4464.0, 4448.0, 4477.0, 4446.0, 4475.0, 4443.0, 4464.0, 4445.0, 4476.0, 4458.0, 4476.0, 4466.0, 4481.0, 4457.0, 4448.0, 4454.0, 4447.0, 4465.0, 4458.0, 4479.0, 4446.0, 4458.0, 4465.0, 4457.0, 4478.0, 4459.0, 4467.0, 4455.0, 4463.0, 4444.0, 4464.0, 4460.0, 4475.0, 4454.0, 4443.0, 4450.0, 4443.0, 4452.0, 4441.0, 4429.0, 4438.0, 4430.0, 4436.0, 4418.0, 4437.0, 4416.0, 4435.0, 4416.0, 4435.0, 4417.0, 4435.0, 4418.0, 4439.0, 4431.0, 4460.0, 4441.0, 4460.0, 4433.0, 4461.0, 4434.0, 4464.0, 4445.0, 4464.0, 4459.0, 4466.0, 4458.0, 4467.0, 4456.0, 4465.0, 4457.0, 4482.0, 4456.0, 4446.0, 4456.0, 4444.0, 4455.0, 4453.0, 4457.0, 4467.0, 4457.0, 4488.0, 4458.0, 4478.0, 4456.0, 4476.0, 4458.0, 4490.0, 4469.0, 4489.0, 4470.0, 4500.0, 4484.0, 4490.0, 4473.0, 4504.0, 4472.0, 4492.0, 4473.0, 4482.0, 4482.0, 4462.0, 4492.0, 4463.0, 4502.0, 4476.0, 4508.0, 4475.0, 4496.0, 4474.0, 4482.0, 4484.0, 4482.0, 4491.0, 4482.0, 4491.0, 4473.0, 4479.0, 4458.0, 4482.0, 4468.0, 4478.0, 4470.0, 4480.0, 4482.0, 4480.0, 4473.0, 4459.0, 4469.0, 4469.0, 4470.0, 4490.0, 4472.0, 4491.0, 4471.0, 4490.0, 4470.0, 4492.0, 4472.0, 4490.0, 4473.0, 4492.0, 4471.0, 4482.0, 4470.0, 4489.0, 4471.0, 4494.0, 4472.0, 4503.0, 4474.0, 4482.0, 4471.0, 4451.0, 4469.0, 4451.0, 4490.0, 4463.0, 4504.0, 4483.0, 4471.0, 4502.0, 4475.0, 4516.0, 4483.0, 4491.0, 4471.0, 4489.0, 4469.0, 4492.0, 4471.0, 4493.0, 4485.0, 4490.0, 4470.0, 4490.0, 4460.0, 4477.0, 4457.0, 4476.0, 4467.0, 4478.0, 4459.0, 4478.0, 4456.0, 4467.0, 4457.0, 4477.0, 4460.0, 4486.0, 4458.0, 4476.0, 4458.0, 4476.0, 4457.0, 4489.0, 4469.0, 4477.0, 4470.0, 4466.0, 4457.0, 4468.0, 4461.0, 4468.0, 4458.0, 4487.0, 4470.0, 4477.0, 4459.0, 4477.0, 4457.0, 4464.0, 4460.0, 4470.0, 4481.0, 4448.0, 4467.0, 4451.0, 4478.0, 4451.0, 4488.0, 4471.0, 4488.0, 4469.0, 4491.0, 4472.0, 4478.0, 4458.0, 4480.0, 4472.0, 4478.0, 4468.0, 4477.0, 4458.0, 4476.0, 4458.0, 4479.0, 4460.0, 4475.0, 4471.0, 4490.0, 4468.0, 4479.0, 4458.0, 4477.0, 4459.0, 4479.0, 4471.0, 4470.0, 4469.0, 4469.0, 4458.0, 4470.0, 4470.0, 4478.0, 4470.0, 4480.0, 4469.0, 4460.0, 4482.0, 4461.0, 4470.0, 4466.0, 4496.0, 4476.0, 4505.0, 4461.0, 4506.0, 4477.0, 4507.0, 4485.0, 4495.0, 4483.0, 4477.0, 4519.0, 4485.0, 4504.0, 4486.0, 4480.0, 4472.0, 4479.0, 4469.0, 4482.0, 4472.0, 4479.0, 4469.0, 4466.0, 4446.0, 4477.0, 4447.0, 4487.0, 4458.0, 4488.0, 4468.0, 4481.0, 4468.0, 4459.0, 4470.0, 4480.0, 4472.0, 4501.0, 4473.0, 4494.0, 4469.0, 4479.0, 4447.0, 4469.0, 4445.0, 4457.0, 4479.0, 4457.0, 4476.0, 4458.0, 4469.0, 4448.0, 4479.0, 4461.0, 4498.0, 4468.0, 4487.0, 4471.0, 4478.0, 4459.0, 4479.0, 4459.0, 4478.0, 4473.0, 4478.0, 4481.0, 4478.0, 4460.0, 4476.0, 4457.0, 4479.0, 4471.0, 4480.0, 4469.0, 4479.0, 4461.0, 4479.0, 4459.0, 4489.0, 4460.0, 4476.0, 4459.0, 4474.0, 4456.0, 4464.0, 4448.0, 4468.0, 4447.0, 4465.0, 4445.0, 4477.0, 4447.0, 4470.0, 4438.0, 4458.0, 4437.0, 4457.0, 4456.0, 4457.0, 4479.0, 4460.0, 4481.0, 4472.0, 4477.0, 4459.0, 4487.0, 4469.0, 4489.0, 4470.0, 4484.0, 4462.0, 4492.0, 4462.0, 4481.0, 4449.0, 4478.0, 4463.0, 4480.0, 4463.0, 4483.0, 4450.0, 4481.0, 4450.0, 4480.0, 4461.0, 4468.0, 4459.0, 4483.0, 4460.0, 4482.0, 4461.0, 4490.0, 4461.0, 4490.0, 4470.0, 4462.0, 4483.0, 4463.0, 4483.0, 4461.0, 4480.0, 4458.0, 4477.0, 4459.0, 4478.0, 4457.0, 4465.0, 4448.0, 4467.0, 4447.0, 4469.0, 4434.0, 4454.0, 4436.0, 4467.0, 4438.0, 4480.0, 4451.0, 4492.0, 4471.0, 4492.0, 4460.0, 4478.0, 4459.0, 4479.0, 4461.0, 4479.0, 4445.0, 4455.0, 4444.0, 4444.0, 4466.0, 4445.0, 4477.0, 4455.0, 4473.0, 4445.0, 4462.0, 4447.0, 4462.0, 4454.0, 4474.0, 4456.0, 4466.0, 4456.0, 4463.0, 4445.0, 4464.0, 4447.0, 4469.0, 4448.0, 4467.0, 4449.0, 4483.0, 4448.0, 4457.0, 4467.0, 4459.0, 4490.0, 4460.0, 4491.0, 4484.0, 4479.0, 4459.0, 4486.0, 4460.0, 4479.0, 4470.0, 4492.0, 4473.0, 4477.0, 4459.0, 4477.0, 4447.0, 4476.0, 4461.0, 4479.0, 4458.0, 4480.0, 4458.0, 4458.0, 4466.0, 4460.0, 4488.0, 4456.0, 4491.0, 4459.0, 4476.0, 4460.0, 4477.0, 4460.0, 4489.0, 4472.0, 4478.0, 4457.0, 4477.0, 4457.0, 4475.0, 4458.0, 4476.0, 4458.0, 4478.0, 4459.0, 4479.0, 4460.0, 4480.0, 4448.0, 4466.0, 4446.0, 4469.0, 4459.0, 4479.0, 4447.0, 4477.0, 4446.0, 4465.0, 4446.0, 4477.0, 4455.0, 4477.0, 4456.0, 4475.0, 4436.0, 4466.0, 4434.0, 4465.0, 4447.0, 4465.0, 4436.0, 4463.0, 4436.0, 4453.0, 4448.0, 4465.0, 4446.0, 4475.0, 4448.0, 4464.0, 4446.0, 4476.0, 4458.0, 4477.0, 4458.0, 4476.0, 4456.0, 4477.0, 4460.0, 4490.0, 4469.0, 4476.0, 4466.0, 4473.0, 4448.0, 4467.0, 4450.0, 4465.0, 4457.0, 4445.0, 4467.0, 4434.0, 4465.0, 4438.0, 4475.0, 4448.0, 4476.0, 4456.0, 4476.0, 4445.0, 4474.0, 4456.0, 4485.0, 4468.0, 4476.0, 4457.0, 4455.0, 4445.0, 4444.0, 4445.0, 4444.0, 4455.0, 4445.0, 4478.0, 4436.0, 4466.0, 4436.0, 4468.0, 4461.0, 4476.0, 4448.0, 4480.0, 4458.0, 4476.0, 4459.0, 4485.0, 4457.0, 4477.0, 4470.0, 4467.0, 4467.0, 4436.0, 4466.0, 4445.0, 4476.0, 4448.0, 4478.0, 4455.0, 4478.0, 4459.0, 4474.0, 4458.0, 4475.0, 4472.0, 4475.0, 4458.0, 4473.0, 4455.0, 4476.0, 4445.0, 4474.0, 4455.0, 4487.0, 4455.0, 4457.0, 4455.0, 4434.0, 4476.0, 4449.0, 4498.0, 4459.0, 4480.0, 4487.0, 4499.0, 4483.0, 4481.0, 4469.0, 4451.0, 4490.0, 4483.0, 4491.0, 4483.0, 4469.0, 4455.0, 4455.0, 4445.0, 4464.0, 4442.0, 4472.0, 4454.0, 4461.0, 4432.0, 4459.0, 4433.0, 4460.0, 4446.0, 4463.0, 4446.0, 4461.0, 4445.0, 4470.0, 4446.0, 4473.0, 4452.0, 4466.0, 4459.0, 4476.0, 4457.0, 4476.0, 4458.0, 4463.0, 4445.0, 4474.0, 4457.0, 4486.0, 4467.0, 4475.0, 4458.0, 4476.0, 4445.0, 4463.0, 4446.0, 4467.0, 4446.0, 4476.0, 4445.0, 4476.0, 4445.0, 4465.0, 4434.0, 4454.0, 4426.0, 4465.0, 4434.0, 4466.0, 4438.0, 4475.0, 4445.0, 4477.0, 4447.0, 4475.0, 4447.0, 4475.0, 4461.0, 4479.0, 4446.0, 4476.0, 4446.0, 4464.0, 4439.0, 4467.0, 4446.0, 4464.0, 4435.0, 4475.0, 4438.0, 4476.0, 4446.0, 4479.0, 4458.0, 4487.0, 4459.0, 4489.0, 4471.0, 4489.0, 4468.0, 4489.0, 4469.0, 4481.0, 4462.0, 4479.0, 4461.0, 4479.0, 4448.0, 4483.0, 4447.0, 4469.0, 4458.0, 4461.0, 4468.0, 4470.0, 4481.0, 4485.0, 4481.0, 4472.0, 4489.0, 4472.0, 4503.0, 4472.0, 4501.0, 4472.0, 4490.0, 4471.0, 4489.0, 4471.0, 4493.0, 4482.0, 4505.0, 4484.0, 4505.0, 4485.0, 4501.0, 4463.0, 4490.0, 4472.0, 4488.0, 4472.0, 4490.0, 4472.0, 4491.0, 4470.0, 4491.0, 4472.0, 4488.0, 4472.0, 4489.0, 4471.0, 4489.0, 4472.0, 4479.0, 4471.0, 4480.0, 4462.0, 4488.0, 4474.0, 4499.0, 4470.0, 4493.0, 4473.0, 4488.0, 4471.0, 4477.0, 4460.0, 4489.0, 4461.0, 4480.0, 4458.0, 4478.0, 4448.0, 4478.0, 4463.0, 4493.0, 4462.0, 4480.0, 4460.0, 4481.0, 4449.0, 4479.0, 4459.0, 4490.0, 4474.0, 4491.0, 4483.0, 4502.0, 4472.0, 4488.0, 4471.0, 4493.0, 4482.0], 'WindowWidth': [9970.0, 9958.0, 9905.0, 9872.0, 9851.0, 9860.0, 9838.0, 9862.0, 9849.0, 9841.0, 9831.0, 9824.0, 9822.0, 9823.0, 9826.0, 9846.0, 9843.0, 9808.0, 9834.0, 9797.0, 9839.0, 9824.0, 9873.0, 9850.0, 9860.0, 9846.0, 9859.0, 9835.0, 9857.0, 9854.0, 9852.0, 9849.0, 9854.0, 9826.0, 9850.0, 9824.0, 9842.0, 9849.0, 9831.0, 9865.0, 9822.0, 9876.0, 9836.0, 9857.0, 9817.0, 9859.0, 9834.0, 9863.0, 9830.0, 9851.0, 9813.0, 9835.0, 9808.0, 9831.0, 9814.0, 9853.0, 9809.0, 9847.0, 9801.0, 9829.0, 9806.0, 9850.0, 9830.0, 9850.0, 9839.0, 9865.0, 9827.0, 9817.0, 9819.0, 9814.0, 9834.0, 9829.0, 9859.0, 9808.0, 9830.0, 9834.0, 9825.0, 9853.0, 9829.0, 9838.0, 9820.0, 9829.0, 9804.0, 9832.0, 9833.0, 9844.0, 9815.0, 9798.0, 9804.0, 9798.0, 9808.0, 9791.0, 9772.0, 9786.0, 9777.0, 9780.0, 9753.0, 9777.0, 9750.0, 9773.0, 9751.0, 9776.0, 9754.0, 9774.0, 9756.0, 9784.0, 9782.0, 9820.0, 9796.0, 9818.0, 9787.0, 9823.0, 9790.0, 9830.0, 9808.0, 9831.0, 9828.0, 9836.0, 9827.0, 9837.0, 9823.0, 9833.0, 9827.0, 9867.0, 9824.0, 9807.0, 9820.0, 9804.0, 9819.0, 9817.0, 9825.0, 9840.0, 9826.0, 9870.0, 9829.0, 9854.0, 9825.0, 9851.0, 9830.0, 9873.0, 9846.0, 9874.0, 9854.0, 9892.0, 9872.0, 9877.0, 9858.0, 9900.0, 9856.0, 9884.0, 9859.0, 9869.0, 9869.0, 9843.0, 9883.0, 9847.0, 9899.0, 9865.0, 9914.0, 9865.0, 9892.0, 9859.0, 9870.0, 9871.0, 9868.0, 9881.0, 9869.0, 9879.0, 9854.0, 9860.0, 9831.0, 9865.0, 9846.0, 9859.0, 9849.0, 9865.0, 9869.0, 9864.0, 9854.0, 9835.0, 9846.0, 9846.0, 9850.0, 9877.0, 9854.0, 9880.0, 9853.0, 9878.0, 9851.0, 9881.0, 9856.0, 9877.0, 9857.0, 9882.0, 9854.0, 9868.0, 9852.0, 9876.0, 9853.0, 9886.0, 9857.0, 9903.0, 9863.0, 9874.0, 9854.0, 9826.0, 9847.0, 9827.0, 9880.0, 9847.0, 9902.0, 9871.0, 9856.0, 9898.0, 9867.0, 9924.0, 9875.0, 9881.0, 9853.0, 9874.0, 9850.0, 9880.0, 9853.0, 9885.0, 9875.0, 9876.0, 9851.0, 9874.0, 9835.0, 9853.0, 9826.0, 9850.0, 9842.0, 9858.0, 9833.0, 9856.0, 9825.0, 9839.0, 9826.0, 9854.0, 9834.0, 9866.0, 9830.0, 9852.0, 9829.0, 9850.0, 9828.0, 9874.0, 9849.0, 9855.0, 9848.0, 9838.0, 9827.0, 9843.0, 9836.0, 9843.0, 9833.0, 9871.0, 9848.0, 9855.0, 9831.0, 9852.0, 9825.0, 9834.0, 9833.0, 9848.0, 9865.0, 9817.0, 9842.0, 9824.0, 9859.0, 9826.0, 9873.0, 9855.0, 9873.0, 9849.0, 9878.0, 9853.0, 9857.0, 9832.0, 9862.0, 9855.0, 9858.0, 9846.0, 9854.0, 9830.0, 9851.0, 9830.0, 9858.0, 9835.0, 9852.0, 9852.0, 9874.0, 9844.0, 9860.0, 9831.0, 9855.0, 9832.0, 9862.0, 9851.0, 9848.0, 9846.0, 9846.0, 9832.0, 9847.0, 9848.0, 9859.0, 9850.0, 9865.0, 9849.0, 9838.0, 9868.0, 9838.0, 9850.0, 9853.0, 9899.0, 9873.0, 9910.0, 9845.0, 9909.0, 9872.0, 9909.0, 9880.0, 9891.0, 9872.0, 9869.0, 9932.0, 9880.0, 9903.0, 9879.0, 9865.0, 9855.0, 9860.0, 9847.0, 9869.0, 9858.0, 9864.0, 9848.0, 9839.0, 9812.0, 9854.0, 9813.0, 9868.0, 9831.0, 9875.0, 9847.0, 9868.0, 9847.0, 9835.0, 9853.0, 9865.0, 9856.0, 9893.0, 9859.0, 9889.0, 9850.0, 9862.0, 9815.0, 9844.0, 9810.0, 9828.0, 9862.0, 9830.0, 9854.0, 9831.0, 9846.0, 9818.0, 9859.0, 9838.0, 9887.0, 9848.0, 9870.0, 9850.0, 9856.0, 9833.0, 9859.0, 9833.0, 9858.0, 9858.0, 9860.0, 9869.0, 9859.0, 9835.0, 9851.0, 9829.0, 9857.0, 9852.0, 9860.0, 9846.0, 9859.0, 9837.0, 9859.0, 9832.0, 9871.0, 9834.0, 9853.0, 9832.0, 9847.0, 9824.0, 9831.0, 9814.0, 9841.0, 9812.0, 9834.0, 9809.0, 9853.0, 9816.0, 9846.0, 9800.0, 9827.0, 9799.0, 9827.0, 9824.0, 9827.0, 9860.0, 9837.0, 9865.0, 9855.0, 9856.0, 9834.0, 9870.0, 9846.0, 9874.0, 9850.0, 9871.0, 9842.0, 9882.0, 9840.0, 9863.0, 9821.0, 9859.0, 9846.0, 9865.0, 9844.0, 9870.0, 9822.0, 9864.0, 9822.0, 9861.0, 9839.0, 9848.0, 9833.0, 9869.0, 9840.0, 9865.0, 9835.0, 9878.0, 9842.0, 9879.0, 9850.0, 9840.0, 9871.0, 9847.0, 9872.0, 9837.0, 9864.0, 9829.0, 9854.0, 9833.0, 9856.0, 9826.0, 9836.0, 9818.0, 9840.0, 9812.0, 9844.0, 9793.0, 9818.0, 9799.0, 9839.0, 9806.0, 9864.0, 9829.0, 9883.0, 9854.0, 9881.0, 9837.0, 9860.0, 9836.0, 9863.0, 9838.0, 9860.0, 9809.0, 9821.0, 9805.0, 9805.0, 9837.0, 9810.0, 9854.0, 9823.0, 9844.0, 9807.0, 9828.0, 9810.0, 9827.0, 9820.0, 9846.0, 9825.0, 9837.0, 9824.0, 9829.0, 9809.0, 9833.0, 9814.0, 9845.0, 9820.0, 9844.0, 9820.0, 9872.0, 9818.0, 9829.0, 9842.0, 9832.0, 9880.0, 9839.0, 9878.0, 9877.0, 9859.0, 9831.0, 9864.0, 9832.0, 9857.0, 9853.0, 9884.0, 9858.0, 9856.0, 9832.0, 9854.0, 9816.0, 9854.0, 9842.0, 9861.0, 9831.0, 9866.0, 9830.0, 9830.0, 9839.0, 9835.0, 9872.0, 9826.0, 9879.0, 9835.0, 9853.0, 9834.0, 9854.0, 9835.0, 9877.0, 9861.0, 9858.0, 9829.0, 9857.0, 9830.0, 9851.0, 9833.0, 9855.0, 9832.0, 9859.0, 9836.0, 9862.0, 9836.0, 9863.0, 9818.0, 9839.0, 9812.0, 9848.0, 9836.0, 9861.0, 9817.0, 9855.0, 9812.0, 9835.0, 9812.0, 9854.0, 9826.0, 9854.0, 9827.0, 9849.0, 9797.0, 9836.0, 9794.0, 9837.0, 9815.0, 9837.0, 9796.0, 9830.0, 9794.0, 9814.0, 9816.0, 9837.0, 9813.0, 9851.0, 9815.0, 9834.0, 9812.0, 9853.0, 9832.0, 9856.0, 9833.0, 9854.0, 9827.0, 9857.0, 9836.0, 9881.0, 9851.0, 9854.0, 9842.0, 9846.0, 9816.0, 9839.0, 9819.0, 9840.0, 9828.0, 9810.0, 9843.0, 9795.0, 9836.0, 9802.0, 9850.0, 9822.0, 9855.0, 9828.0, 9853.0, 9812.0, 9848.0, 9828.0, 9868.0, 9848.0, 9856.0, 9832.0, 9823.0, 9811.0, 9807.0, 9809.0, 9807.0, 9824.0, 9811.0, 9860.0, 9799.0, 9838.0, 9800.0, 9842.0, 9842.0, 9856.0, 9821.0, 9863.0, 9831.0, 9854.0, 9833.0, 9866.0, 9831.0, 9857.0, 9850.0, 9842.0, 9842.0, 9800.0, 9838.0, 9810.0, 9852.0, 9816.0, 9858.0, 9827.0, 9860.0, 9832.0, 9849.0, 9830.0, 9849.0, 9856.0, 9851.0, 9830.0, 9845.0, 9822.0, 9849.0, 9809.0, 9847.0, 9827.0, 9875.0, 9829.0, 9831.0, 9826.0, 9795.0, 9851.0, 9823.0, 9889.0, 9837.0, 9862.0, 9883.0, 9885.0, 9870.0, 9866.0, 9845.0, 9823.0, 9876.0, 9873.0, 9877.0, 9868.0, 9843.0, 9818.0, 9817.0, 9804.0, 9827.0, 9796.0, 9838.0, 9818.0, 9819.0, 9781.0, 9815.0, 9784.0, 9820.0, 9809.0, 9828.0, 9808.0, 9823.0, 9805.0, 9835.0, 9809.0, 9841.0, 9816.0, 9835.0, 9834.0, 9852.0, 9828.0, 9849.0, 9826.0, 9828.0, 9807.0, 9844.0, 9829.0, 9868.0, 9842.0, 9848.0, 9828.0, 9849.0, 9808.0, 9830.0, 9807.0, 9834.0, 9809.0, 9854.0, 9812.0, 9850.0, 9806.0, 9833.0, 9792.0, 9817.0, 9780.0, 9832.0, 9795.0, 9839.0, 9805.0, 9849.0, 9811.0, 9852.0, 9813.0, 9849.0, 9814.0, 9851.0, 9839.0, 9859.0, 9813.0, 9851.0, 9812.0, 9834.0, 9805.0, 9840.0, 9812.0, 9835.0, 9797.0, 9849.0, 9803.0, 9851.0, 9814.0, 9857.0, 9832.0, 9869.0, 9837.0, 9877.0, 9855.0, 9875.0, 9848.0, 9876.0, 9851.0, 9865.0, 9844.0, 9862.0, 9839.0, 9861.0, 9821.0, 9871.0, 9817.0, 9847.0, 9832.0, 9839.0, 9846.0, 9853.0, 9869.0, 9878.0, 9868.0, 9856.0, 9877.0, 9857.0, 9899.0, 9859.0, 9896.0, 9857.0, 9878.0, 9854.0, 9877.0, 9856.0, 9885.0, 9873.0, 9908.0, 9878.0, 9904.0, 9878.0, 9895.0, 9843.0, 9877.0, 9854.0, 9874.0, 9858.0, 9880.0, 9858.0, 9881.0, 9851.0, 9880.0, 9857.0, 9874.0, 9856.0, 9877.0, 9855.0, 9877.0, 9857.0, 9862.0, 9853.0, 9864.0, 9842.0, 9875.0, 9861.0, 9893.0, 9854.0, 9886.0, 9861.0, 9873.0, 9852.0, 9857.0, 9836.0, 9877.0, 9840.0, 9864.0, 9834.0, 9857.0, 9821.0, 9860.0, 9848.0, 9888.0, 9847.0, 9865.0, 9838.0, 9868.0, 9823.0, 9863.0, 9837.0, 9881.0, 9866.0, 9884.0, 9874.0, 9899.0, 9860.0, 9876.0, 9856.0, 9884.0, 9869.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.0022871576524741083</td></tr>
<tr><td colspan=3>aqi</td><td>0.03168764775604142</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.24045160618664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2560996599999996</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0094333378341018</td></tr>
<tr><td colspan=3>efc</td><td>0.4842</td></tr>
<tr><td colspan=3>fber</td><td>7832.9414</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11006317643601547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.551208285385501</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.342528469424272</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2898536726783614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.548205848336947</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.189525887257507</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121123</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013334098272025585</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037408873438835144</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.128843903048443</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.6784</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8298</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.039</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295122.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>906.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.0709</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9906</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.9773</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3658.0403</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.2477</td></tr>
<tr><td colspan=3>tsnr</td><td>38.06063338345848</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>