<?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-0099_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-04/func/sub-0099_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>da73e9d838429b62e2855dc14d0690dc</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:01:51.795000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998824, 0.0160672, 0.0457425, -0.0190041, 0.997736, 0.0645119]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0843498</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7792, -7249, 236, -79, -213, -121, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0649827e-ab0f-4534-88cd-1d739f48981e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679771900177002, -0.05098650977015495, 0.12042661011219025, 111.4423599243164], [-0.04310700297355652, 2.6768527030944824, 0.1763242781162262, -99.48847961425781], [0.12272387742996216, -0.17308060824871063, 2.6915435791015625, -81.3580093383789], [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': ['140151.795000', '140152.255000', '140152.715000', '140153.175000', '140153.635000', '140154.095000', '140154.555000', '140155.015000', '140155.475000', '140155.935000', '140156.395000', '140156.855000', '140157.315000', '140157.775000', '140158.235000', '140158.695000', '140159.155000', '140159.615000', '140200.075000', '140200.535000', '140200.995000', '140201.455000', '140201.915000', '140202.375000', '140202.835000', '140203.295000', '140203.755000', '140204.215000', '140204.675000', '140205.135000', '140205.595000', '140206.055000', '140206.515000', '140206.975000', '140207.435000', '140207.895000', '140208.355000', '140208.815000', '140209.275000', '140209.735000', '140210.195000', '140210.655000', '140211.115000', '140211.575000', '140212.035000', '140212.495000', '140212.955000', '140213.415000', '140213.875000', '140214.335000', '140214.795000', '140215.255000', '140215.715000', '140216.175000', '140216.635000', '140217.095000', '140217.555000', '140218.015000', '140218.475000', '140218.935000', '140219.395000', '140219.855000', '140220.315000', '140220.775000', '140221.235000', '140221.695000', '140222.155000', '140222.615000', '140223.075000', '140223.535000', '140223.995000', '140224.455000', '140224.915000', '140225.375000', '140225.835000', '140226.295000', '140226.755000', '140227.215000', '140227.675000', '140228.135000', '140228.595000', '140229.055000', '140229.515000', '140229.975000', '140230.435000', '140230.895000', '140231.355000', '140231.815000', '140232.275000', '140232.735000', '140233.195000', '140233.655000', '140234.115000', '140234.575000', '140235.035000', '140235.495000', '140235.955000', '140236.415000', '140236.875000', '140237.335000', '140237.795000', '140238.255000', '140238.715000', '140239.175000', '140239.635000', '140240.095000', '140240.555000', '140241.015000', '140241.475000', '140241.935000', '140242.395000', '140242.855000', '140243.315000', '140243.775000', '140244.235000', '140244.695000', '140245.155000', '140245.615000', '140246.075000', '140246.535000', '140246.995000', '140247.455000', '140247.915000', '140248.375000', '140248.835000', '140249.295000', '140249.755000', '140250.215000', '140250.675000', '140251.135000', '140251.595000', '140252.055000', '140252.515000', '140252.975000', '140253.435000', '140253.895000', '140254.355000', '140254.815000', '140255.275000', '140255.735000', '140256.195000', '140256.655000', '140257.115000', '140257.575000', '140258.035000', '140258.495000', '140258.955000', '140259.415000', '140259.875000', '140300.335000', '140300.795000', '140301.255000', '140301.715000', '140302.175000', '140302.635000', '140303.095000', '140303.555000', '140304.015000', '140304.475000', '140304.935000', '140305.395000', '140305.855000', '140306.315000', '140306.775000', '140307.235000', '140307.695000', '140308.155000', '140308.615000', '140309.075000', '140309.535000', '140309.995000', '140310.455000', '140310.915000', '140311.375000', '140311.835000', '140312.295000', '140312.755000', '140313.215000', '140313.675000', '140314.135000', '140314.595000', '140315.055000', '140315.515000', '140315.975000', '140316.435000', '140316.895000', '140317.355000', '140317.815000', '140318.275000', '140318.735000', '140319.195000', '140319.655000', '140320.115000', '140320.575000', '140321.035000', '140321.495000', '140321.955000', '140322.415000', '140322.875000', '140323.335000', '140323.795000', '140324.255000', '140324.715000', '140325.175000', '140325.635000', '140326.095000', '140326.555000', '140327.015000', '140327.475000', '140327.935000', '140328.395000', '140328.855000', '140329.315000', '140329.775000', '140330.235000', '140330.695000', '140331.155000', '140331.615000', '140332.075000', '140332.535000', '140332.995000', '140333.455000', '140333.915000', '140334.375000', '140334.835000', '140335.295000', '140335.755000', '140336.215000', '140336.675000', '140337.135000', '140337.595000', '140338.055000', '140338.515000', '140338.975000', '140339.435000', '140339.895000', '140340.355000', '140340.815000', '140341.275000', '140341.735000', '140342.195000', '140342.655000', '140343.115000', '140343.575000', '140344.035000', '140344.495000', '140344.955000', '140345.415000', '140345.875000', '140346.335000', '140346.795000', '140347.255000', '140347.715000', '140348.175000', '140348.635000', '140349.095000', '140349.555000', '140350.015000', '140350.475000', '140350.935000', '140351.395000', '140351.855000', '140352.315000', '140352.775000', '140353.235000', '140353.695000', '140354.155000', '140354.615000', '140355.075000', '140355.535000', '140355.995000', '140356.455000', '140356.915000', '140357.375000', '140357.835000', '140358.295000', '140358.755000', '140359.215000', '140359.675000', '140400.135000', '140400.595000', '140401.055000', '140401.515000', '140401.975000', '140402.435000', '140402.895000', '140403.355000', '140403.815000', '140404.275000', '140404.735000', '140405.195000', '140405.655000', '140406.115000', '140406.575000', '140407.035000', '140407.495000', '140407.955000', '140408.415000', '140408.875000', '140409.335000', '140409.795000', '140410.255000', '140410.715000', '140411.175000', '140411.635000', '140412.095000', '140412.555000', '140413.015000', '140413.475000', '140413.935000', '140414.395000', '140414.855000', '140415.315000', '140415.775000', '140416.235000', '140416.695000', '140417.155000', '140417.615000', '140418.075000', '140418.535000', '140418.995000', '140419.455000', '140419.915000', '140420.375000', '140420.835000', '140421.295000', '140421.755000', '140422.215000', '140422.675000', '140423.135000', '140423.595000', '140424.055000', '140424.515000', '140424.975000', '140425.435000', '140425.895000', '140426.355000', '140426.815000', '140427.275000', '140427.735000', '140428.195000', '140428.655000', '140429.115000', '140429.575000', '140430.035000', '140430.495000', '140430.955000', '140431.415000', '140431.875000', '140432.335000', '140432.795000', '140433.255000', '140433.715000', '140434.175000', '140434.635000', '140435.095000', '140435.555000', '140436.015000', '140436.475000', '140436.935000', '140437.395000', '140437.855000', '140438.315000', '140438.775000', '140439.235000', '140439.695000', '140440.155000', '140440.615000', '140441.075000', '140441.535000', '140441.995000', '140442.455000', '140442.915000', '140443.375000', '140443.835000', '140444.295000', '140444.755000', '140445.215000', '140445.675000', '140446.135000', '140446.595000', '140447.055000', '140447.515000', '140447.975000', '140448.435000', '140448.895000', '140449.355000', '140449.815000', '140450.275000', '140450.735000', '140451.195000', '140451.655000', '140452.115000', '140452.575000', '140453.035000', '140453.495000', '140453.955000', '140454.415000', '140454.875000', '140455.335000', '140455.795000', '140456.255000', '140456.715000', '140457.175000', '140457.635000', '140458.095000', '140458.555000', '140459.015000', '140459.475000', '140459.935000', '140500.395000', '140500.855000', '140501.315000', '140501.775000', '140502.235000', '140502.695000', '140503.155000', '140503.615000', '140504.075000', '140504.535000', '140504.995000', '140505.455000', '140505.915000', '140506.375000', '140506.835000', '140507.295000', '140507.755000', '140508.215000', '140508.675000', '140509.135000', '140509.595000', '140510.055000', '140510.515000', '140510.975000', '140511.435000', '140511.895000', '140512.355000', '140512.815000', '140513.275000', '140513.735000', '140514.195000', '140514.655000', '140515.115000', '140515.575000', '140516.035000', '140516.495000', '140516.955000', '140517.415000', '140517.875000', '140518.335000', '140518.795000', '140519.255000', '140519.715000', '140520.175000', '140520.635000', '140521.095000', '140521.555000', '140522.015000', '140522.475000', '140522.935000', '140523.395000', '140523.855000', '140524.315000', '140524.775000', '140525.235000', '140525.695000', '140526.155000', '140526.615000', '140527.075000', '140527.535000', '140527.995000', '140528.455000', '140528.915000', '140529.375000', '140529.835000', '140530.295000', '140530.755000', '140531.215000', '140531.675000', '140532.135000', '140532.595000', '140533.055000', '140533.515000', '140533.975000', '140534.435000', '140534.895000', '140535.355000', '140535.815000', '140536.275000', '140536.735000', '140537.195000', '140537.655000', '140538.115000', '140538.575000', '140539.035000', '140539.495000', '140539.955000', '140540.415000', '140540.875000', '140541.335000', '140541.795000', '140542.255000', '140542.715000', '140543.175000', '140543.635000', '140544.095000', '140544.555000', '140545.015000', '140545.475000', '140545.935000', '140546.395000', '140546.855000', '140547.315000', '140547.775000', '140548.235000', '140548.695000', '140549.155000', '140549.615000', '140550.075000', '140550.535000', '140550.995000', '140551.455000', '140551.915000', '140552.375000', '140552.835000', '140553.295000', '140553.755000', '140554.215000', '140554.675000', '140555.135000', '140555.595000', '140556.055000', '140556.515000', '140556.975000', '140557.435000', '140557.895000', '140558.355000', '140558.815000', '140559.275000', '140559.735000', '140600.195000', '140600.655000', '140601.115000', '140601.575000', '140602.035000', '140602.495000', '140602.955000', '140603.415000', '140603.875000', '140604.335000', '140604.795000', '140605.255000', '140605.715000', '140606.175000', '140606.635000', '140607.095000', '140607.555000', '140608.015000', '140608.475000', '140608.935000', '140609.395000', '140609.855000', '140610.315000', '140610.775000', '140611.235000', '140611.695000', '140612.155000', '140612.615000', '140613.075000', '140613.535000', '140613.995000', '140614.455000', '140614.915000', '140615.375000', '140615.835000', '140616.295000', '140616.755000', '140617.215000', '140617.675000', '140618.135000', '140618.595000', '140619.055000', '140619.515000', '140619.975000', '140620.435000', '140620.895000', '140621.355000', '140621.815000', '140622.275000', '140622.735000', '140623.195000', '140623.655000', '140624.115000', '140624.575000', '140625.035000', '140625.495000', '140625.955000', '140626.415000', '140626.875000', '140627.335000', '140627.795000', '140628.255000', '140628.715000', '140629.175000', '140629.635000', '140630.095000', '140630.555000', '140631.015000', '140631.475000', '140631.935000', '140632.395000', '140632.855000', '140633.315000', '140633.775000', '140634.235000', '140634.695000', '140635.155000', '140635.615000', '140636.075000', '140636.535000', '140636.995000', '140637.455000', '140637.915000', '140638.375000', '140638.835000', '140639.295000', '140639.755000', '140640.215000', '140640.675000', '140641.135000', '140641.595000', '140642.055000', '140642.515000', '140642.975000', '140643.435000', '140643.895000', '140644.355000', '140644.815000', '140645.275000', '140645.735000', '140646.195000', '140646.655000', '140647.115000', '140647.575000', '140648.035000', '140648.495000', '140648.955000', '140649.415000', '140649.875000', '140650.335000', '140650.795000', '140651.255000', '140651.715000', '140652.175000', '140652.635000', '140653.095000', '140653.555000', '140654.015000', '140654.475000', '140654.935000', '140655.395000', '140655.855000', '140656.315000', '140656.775000', '140657.235000', '140657.695000', '140658.155000', '140658.615000', '140659.075000', '140659.535000', '140659.995000', '140700.455000', '140700.915000', '140701.375000', '140701.835000', '140702.295000', '140702.755000', '140703.215000', '140703.675000', '140704.135000', '140704.595000', '140705.055000', '140705.515000', '140705.975000', '140706.435000', '140706.895000', '140707.355000', '140707.815000', '140708.275000', '140708.735000', '140709.195000', '140709.655000', '140710.115000', '140710.575000', '140711.035000', '140711.495000', '140711.955000', '140712.415000', '140712.875000', '140713.335000', '140713.795000', '140714.255000', '140714.715000', '140715.175000', '140715.635000', '140716.095000', '140716.555000', '140717.015000', '140717.475000', '140717.935000', '140718.395000', '140718.855000', '140719.315000', '140719.775000', '140720.235000', '140720.695000', '140721.155000', '140721.615000', '140722.075000', '140722.535000', '140722.995000', '140723.455000', '140723.915000', '140724.375000', '140724.835000', '140725.295000', '140725.755000', '140726.215000', '140726.675000', '140727.135000', '140727.595000', '140728.055000', '140728.515000', '140728.975000', '140729.435000', '140729.895000', '140730.355000', '140730.815000', '140731.275000', '140731.735000', '140732.195000', '140732.655000', '140733.115000', '140733.575000', '140734.035000', '140734.495000', '140734.955000', '140735.415000', '140735.875000', '140736.335000', '140736.795000', '140737.255000', '140737.715000', '140738.175000', '140738.635000', '140739.095000', '140739.555000', '140740.015000', '140740.475000', '140740.935000', '140741.395000', '140741.855000', '140742.315000', '140742.775000', '140743.235000', '140743.695000', '140744.155000', '140744.615000', '140745.075000', '140745.535000', '140745.995000', '140746.455000', '140746.915000', '140747.375000', '140747.835000', '140748.295000', '140748.755000', '140749.215000', '140749.675000', '140750.135000', '140750.595000', '140751.055000', '140751.515000', '140751.975000', '140752.435000', '140752.895000', '140753.355000', '140753.815000', '140754.275000', '140754.735000', '140755.195000', '140755.655000', '140756.115000', '140756.575000', '140757.035000', '140757.495000', '140757.955000', '140758.415000', '140758.875000', '140759.335000', '140759.795000', '140800.255000', '140800.715000', '140801.175000', '140801.635000', '140802.095000', '140802.555000', '140803.015000', '140803.475000', '140803.935000', '140804.395000', '140804.855000', '140805.315000', '140805.775000', '140806.235000', '140806.695000', '140807.155000', '140807.615000', '140808.075000', '140808.535000', '140808.995000', '140809.455000', '140809.915000', '140810.375000', '140810.835000', '140811.295000', '140811.755000', '140812.215000', '140812.675000', '140813.135000', '140813.595000', '140814.055000', '140814.515000', '140814.975000', '140815.435000', '140815.895000', '140816.355000', '140816.815000', '140817.275000', '140817.735000', '140818.195000', '140818.655000', '140819.115000', '140819.575000', '140820.035000', '140820.495000', '140820.955000', '140821.415000', '140821.875000', '140822.335000', '140822.795000', '140823.255000', '140823.715000', '140824.175000', '140824.635000', '140825.095000', '140825.555000', '140826.015000', '140826.475000', '140826.935000', '140827.395000', '140827.855000', '140828.315000', '140828.775000', '140829.235000', '140829.695000', '140830.155000', '140830.615000', '140831.075000', '140831.535000', '140831.995000', '140832.455000'], 'ContentTime': ['140211.800000', '140211.803000', '140211.806000', '140211.809000', '140211.812000', '140211.814000', '140211.817000', '140211.819000', '140211.822000', '140211.825000', '140211.827000', '140211.836000', '140211.838000', '140211.841000', '140211.843000', '140211.846000', '140211.848000', '140211.851000', '140211.854000', '140211.856000', '140211.859000', '140211.865000', '140211.868000', '140211.870000', '140211.873000', '140211.875000', '140211.878000', '140211.880000', '140211.883000', '140211.886000', '140211.888000', '140211.891000', '140211.893000', '140211.896000', '140211.899000', '140211.901000', '140211.904000', '140211.906000', '140211.909000', '140211.912000', '140211.914000', '140231.771000', '140231.773000', '140231.776000', '140231.779000', '140231.781000', '140231.784000', '140231.786000', '140231.789000', '140231.791000', '140231.794000', '140231.796000', '140231.799000', '140231.802000', '140231.804000', '140231.807000', '140231.809000', '140231.812000', '140231.814000', '140231.817000', '140231.819000', '140231.822000', '140231.825000', '140231.827000', '140231.830000', '140231.832000', '140231.835000', '140231.837000', '140231.840000', '140231.842000', '140231.845000', '140231.847000', '140231.850000', '140231.852000', '140231.855000', '140231.858000', '140231.860000', '140231.863000', '140231.865000', '140231.868000', '140231.870000', '140231.873000', '140231.876000', '140231.878000', '140251.771000', '140251.773000', '140251.776000', '140251.779000', '140251.782000', '140251.784000', '140251.787000', '140251.790000', '140251.792000', '140251.795000', '140251.797000', '140251.800000', '140251.802000', '140251.805000', '140251.808000', '140251.810000', '140251.813000', '140251.815000', '140251.818000', '140251.820000', '140251.823000', '140251.825000', '140251.828000', '140251.834000', '140251.836000', '140251.839000', '140251.842000', '140251.844000', '140251.847000', '140251.850000', '140251.852000', '140251.855000', '140251.857000', '140251.860000', '140251.862000', '140251.865000', '140251.874000', '140251.877000', '140251.879000', '140251.882000', '140251.885000', '140251.887000', '140251.890000', '140311.772000', '140311.774000', '140311.777000', '140311.779000', '140311.782000', '140311.785000', '140311.787000', '140311.790000', '140311.792000', '140311.795000', '140311.797000', '140311.800000', '140311.803000', '140311.805000', '140311.808000', '140311.810000', '140311.813000', '140311.816000', '140311.818000', '140311.821000', '140311.824000', '140311.826000', '140311.829000', '140311.832000', '140311.834000', '140311.837000', '140311.839000', '140311.842000', '140311.845000', '140311.847000', '140311.850000', '140311.852000', '140311.863000', '140311.865000', '140311.868000', '140311.870000', '140311.873000', '140311.875000', '140311.878000', '140311.881000', '140311.883000', '140311.886000', '140311.889000', '140311.891000', '140331.772000', '140331.775000', '140331.778000', '140331.780000', '140331.783000', '140331.785000', '140331.788000', '140331.791000', '140331.793000', '140331.796000', '140331.798000', '140331.801000', '140331.804000', '140331.806000', '140331.809000', '140331.811000', '140331.814000', '140331.817000', '140331.819000', '140331.822000', '140331.824000', '140331.827000', '140331.829000', '140331.832000', '140331.835000', '140331.837000', '140331.840000', '140331.842000', '140331.845000', '140331.848000', '140331.850000', '140331.853000', '140331.855000', '140331.858000', '140331.860000', '140331.863000', '140331.866000', '140331.868000', '140331.871000', '140331.873000', '140331.876000', '140331.879000', '140331.881000', '140351.772000', '140351.774000', '140351.777000', '140351.780000', '140351.782000', '140351.785000', '140351.787000', '140351.790000', '140351.793000', '140351.796000', '140351.798000', '140351.801000', '140351.804000', '140351.806000', '140351.809000', '140351.812000', '140351.814000', '140351.817000', '140351.819000', '140351.822000', '140351.825000', '140351.837000', '140351.839000', '140351.842000', '140351.845000', '140351.847000', '140351.850000', '140351.852000', '140351.855000', '140351.858000', '140351.860000', '140351.863000', '140351.866000', '140351.868000', '140351.871000', '140351.873000', '140351.876000', '140351.879000', '140351.881000', '140351.884000', '140351.887000', '140351.889000', '140351.892000', '140351.894000', '140411.772000', '140411.775000', '140411.778000', '140411.781000', '140411.784000', '140411.787000', '140411.789000', '140411.792000', '140411.795000', '140411.797000', '140411.800000', '140411.802000', '140411.805000', '140411.808000', '140411.810000', '140411.813000', '140411.816000', '140411.818000', '140411.821000', '140411.825000', '140411.828000', '140411.831000', '140411.833000', '140411.836000', '140411.839000', '140411.841000', '140411.844000', '140411.846000', '140411.849000', '140411.852000', '140411.854000', '140411.857000', '140411.859000', '140411.862000', '140411.865000', '140411.867000', '140411.870000', '140411.872000', '140411.875000', '140411.878000', '140411.880000', '140411.883000', '140411.886000', '140431.772000', '140431.775000', '140431.777000', '140431.780000', '140431.782000', '140431.785000', '140431.788000', '140431.790000', '140431.793000', '140431.796000', '140431.799000', '140431.801000', '140431.804000', '140431.806000', '140431.809000', '140431.811000', '140431.814000', '140431.816000', '140431.819000', '140431.830000', '140431.832000', '140431.835000', '140431.837000', '140431.840000', '140431.843000', '140431.845000', '140431.848000', '140431.850000', '140431.853000', '140431.856000', '140431.858000', '140431.861000', '140431.863000', '140431.866000', '140431.869000', '140431.871000', '140431.874000', '140431.877000', '140431.879000', '140431.882000', '140431.884000', '140431.887000', '140431.890000', '140431.892000', '140451.770000', '140451.773000', '140451.776000', '140451.779000', '140451.781000', '140451.784000', '140451.787000', '140451.789000', '140451.792000', '140451.795000', '140451.798000', '140451.800000', '140451.803000', '140451.805000', '140451.808000', '140451.811000', '140451.813000', '140451.816000', '140451.819000', '140451.821000', '140451.824000', '140451.826000', '140451.829000', '140451.832000', '140451.834000', '140451.837000', '140451.840000', '140451.842000', '140451.845000', '140451.848000', '140451.850000', '140451.853000', '140451.855000', '140451.858000', '140451.861000', '140451.863000', '140451.866000', '140451.869000', '140451.871000', '140451.874000', '140451.876000', '140451.879000', '140451.882000', '140511.770000', '140511.773000', '140511.776000', '140511.778000', '140511.782000', '140511.785000', '140511.788000', '140511.790000', '140511.808000', '140511.810000', '140511.813000', '140511.816000', '140511.818000', '140511.821000', '140511.823000', '140511.826000', '140511.829000', '140511.831000', '140511.834000', '140511.837000', '140511.839000', '140511.842000', '140511.845000', '140511.847000', '140511.850000', '140511.852000', '140511.855000', '140511.858000', '140511.860000', '140511.863000', '140511.866000', '140511.868000', '140511.871000', '140511.873000', '140511.876000', '140511.878000', '140511.881000', '140511.884000', '140511.886000', '140511.889000', '140511.891000', '140511.894000', '140511.897000', '140511.899000', '140531.772000', '140531.774000', '140531.778000', '140531.780000', '140531.783000', '140531.785000', '140531.788000', '140531.791000', '140531.793000', '140531.796000', '140531.799000', '140531.801000', '140531.804000', '140531.807000', '140531.810000', '140531.813000', '140531.817000', '140531.820000', '140531.822000', '140531.825000', '140531.828000', '140531.830000', '140531.833000', '140531.836000', '140531.838000', '140531.841000', '140531.844000', '140531.846000', '140531.849000', '140531.852000', '140531.854000', '140531.857000', '140531.860000', '140531.863000', '140531.866000', '140531.869000', '140531.872000', '140531.874000', '140531.877000', '140531.880000', '140531.882000', '140531.885000', '140531.888000', '140551.772000', '140551.775000', '140551.777000', '140551.781000', '140551.783000', '140551.786000', '140551.789000', '140551.791000', '140551.794000', '140551.797000', '140551.799000', '140551.802000', '140551.804000', '140551.807000', '140551.810000', '140551.812000', '140551.815000', '140551.818000', '140551.820000', '140551.823000', '140551.825000', '140551.828000', '140551.831000', '140551.834000', '140551.836000', '140551.839000', '140551.841000', '140551.844000', '140551.847000', '140551.849000', '140551.852000', '140551.855000', '140551.857000', '140551.860000', '140551.862000', '140551.865000', '140551.868000', '140551.870000', '140551.873000', '140551.875000', '140551.886000', '140551.889000', '140551.892000', '140551.894000', '140611.772000', '140611.775000', '140611.778000', '140611.781000', '140611.783000', '140611.786000', '140611.789000', '140611.792000', '140611.794000', '140611.797000', '140611.800000', '140611.803000', '140611.805000', '140611.808000', '140611.810000', '140611.813000', '140611.816000', '140611.818000', '140611.821000', '140611.824000', '140611.826000', '140611.829000', '140611.832000', '140611.834000', '140611.837000', '140611.840000', '140611.842000', '140611.845000', '140611.848000', '140611.852000', '140611.854000', '140611.858000', '140611.860000', '140611.863000', '140611.866000', '140611.868000', '140611.871000', '140611.874000', '140611.876000', '140611.879000', '140611.882000', '140611.884000', '140611.887000', '140631.772000', '140631.774000', '140631.777000', '140631.780000', '140631.783000', '140631.785000', '140631.788000', '140631.791000', '140631.793000', '140631.796000', '140631.799000', '140631.801000', '140631.804000', '140631.806000', '140631.809000', '140631.812000', '140631.814000', '140631.817000', '140631.820000', '140631.829000', '140631.832000', '140631.834000', '140631.837000', '140631.840000', '140631.842000', '140631.845000', '140631.848000', '140631.850000', '140631.853000', '140631.856000', '140631.858000', '140631.861000', '140631.863000', '140631.866000', '140631.869000', '140631.872000', '140631.874000', '140631.877000', '140631.880000', '140631.882000', '140631.885000', '140631.887000', '140631.890000', '140631.893000', '140651.772000', '140651.774000', '140651.777000', '140651.780000', '140651.783000', '140651.785000', '140651.788000', '140651.791000', '140651.793000', '140651.796000', '140651.798000', '140651.801000', '140651.804000', '140651.806000', '140651.809000', '140651.811000', '140651.814000', '140651.817000', '140651.819000', '140651.822000', '140651.824000', '140651.827000', '140651.830000', '140651.832000', '140651.835000', '140651.837000', '140651.840000', '140651.843000', '140651.853000', '140651.856000', '140651.858000', '140651.861000', '140651.864000', '140651.866000', '140651.869000', '140651.872000', '140651.875000', '140651.877000', '140651.880000', '140651.883000', '140651.885000', '140651.888000', '140651.891000', '140711.770000', '140711.773000', '140711.776000', '140711.779000', '140711.781000', '140711.784000', '140711.787000', '140711.789000', '140711.792000', '140711.795000', '140711.797000', '140711.800000', '140711.803000', '140711.805000', '140711.808000', '140711.811000', '140711.813000', '140711.816000', '140711.819000', '140711.821000', '140711.824000', '140711.827000', '140711.829000', '140711.832000', '140711.834000', '140711.837000', '140711.840000', '140711.842000', '140711.845000', '140711.848000', '140711.850000', '140711.853000', '140711.855000', '140711.858000', '140711.861000', '140711.864000', '140711.866000', '140711.869000', '140711.873000', '140711.875000', '140711.878000', '140711.881000', '140711.883000', '140711.886000', '140731.770000', '140731.773000', '140731.776000', '140731.779000', '140731.781000', '140731.784000', '140731.787000', '140731.789000', '140731.792000', '140731.795000', '140731.797000', '140731.800000', '140731.803000', '140731.805000', '140731.808000', '140731.810000', '140731.813000', '140731.816000', '140731.818000', '140731.821000', '140731.823000', '140731.826000', '140731.829000', '140731.831000', '140731.834000', '140731.837000', '140731.839000', '140731.842000', '140731.844000', '140731.847000', '140731.850000', '140731.852000', '140731.855000', '140731.858000', '140731.860000', '140731.863000', '140731.866000', '140731.868000', '140731.871000', '140731.874000', '140731.876000', '140731.879000', '140731.881000', '140751.772000', '140751.775000', '140751.777000', '140751.780000', '140751.783000', '140751.785000', '140751.788000', '140751.791000', '140751.793000', '140751.796000', '140751.799000', '140751.801000', '140751.804000', '140751.807000', '140751.809000', '140751.812000', '140751.814000', '140751.817000', '140751.820000', '140751.822000', '140751.825000', '140751.828000', '140751.830000', '140751.833000', '140751.836000', '140751.838000', '140751.841000', '140751.843000', '140751.846000', '140751.849000', '140751.866000', '140751.869000', '140751.871000', '140751.874000', '140751.877000', '140751.879000', '140751.882000', '140751.885000', '140751.887000', '140751.890000', '140751.892000', '140751.895000', '140751.898000', '140751.900000', '140811.772000', '140811.774000', '140811.778000', '140811.781000', '140811.783000', '140811.786000', '140811.789000', '140811.791000', '140811.794000', '140811.796000', '140811.799000', '140811.802000', '140811.804000', '140811.807000', '140811.810000', '140811.813000', '140811.815000', '140811.818000', '140811.820000', '140811.823000', '140811.826000', '140811.828000', '140811.831000', '140811.834000', '140811.836000', '140811.839000', '140811.842000', '140811.844000', '140811.847000', '140811.849000', '140811.852000', '140811.855000', '140811.858000', '140811.860000', '140811.863000', '140811.865000', '140811.868000', '140811.871000', '140811.873000', '140811.876000', '140811.879000', '140811.881000', '140811.884000', '140831.772000', '140831.774000', '140831.777000', '140831.780000', '140831.783000', '140831.785000', '140831.788000', '140831.791000', '140831.793000', '140831.796000', '140831.798000', '140831.801000', '140831.804000', '140831.806000', '140831.809000', '140831.812000', '140831.815000', '140831.817000', '140831.820000', '140831.823000', '140831.825000', '140831.828000', '140831.831000', '140831.833000', '140831.836000', '140831.838000', '140831.841000', '140831.844000', '140831.846000', '140831.849000', '140831.852000', '140831.854000', '140831.857000', '140831.860000', '140831.862000', '140831.865000', '140831.868000', '140831.870000', '140831.873000', '140831.876000', '140831.878000', '140831.881000', '140831.884000', '140831.886000', '140834.001000', '140834.005000', '140834.008000', '140834.011000', '140834.013000'], 'InstanceCreationTime': ['140211.800000', '140211.803000', '140211.806000', '140211.809000', '140211.812000', '140211.814000', '140211.817000', '140211.819000', '140211.822000', '140211.825000', '140211.827000', '140211.836000', '140211.838000', '140211.841000', '140211.843000', '140211.846000', '140211.848000', '140211.851000', '140211.854000', '140211.856000', '140211.859000', '140211.865000', '140211.868000', '140211.870000', '140211.873000', '140211.875000', '140211.878000', '140211.880000', '140211.883000', '140211.886000', '140211.888000', '140211.891000', '140211.893000', '140211.896000', '140211.899000', '140211.901000', '140211.904000', '140211.906000', '140211.909000', '140211.912000', '140211.914000', '140231.771000', '140231.773000', '140231.776000', '140231.779000', '140231.781000', '140231.784000', '140231.786000', '140231.789000', '140231.791000', '140231.794000', '140231.796000', '140231.799000', '140231.802000', '140231.804000', '140231.807000', '140231.809000', '140231.812000', '140231.814000', '140231.817000', '140231.819000', '140231.822000', '140231.825000', '140231.827000', '140231.830000', '140231.832000', '140231.835000', '140231.837000', '140231.840000', '140231.842000', '140231.845000', '140231.847000', '140231.850000', '140231.852000', '140231.855000', '140231.858000', '140231.860000', '140231.863000', '140231.865000', '140231.868000', '140231.870000', '140231.873000', '140231.876000', '140231.878000', '140251.771000', '140251.773000', '140251.776000', '140251.779000', '140251.782000', '140251.784000', '140251.787000', '140251.790000', '140251.792000', '140251.795000', '140251.797000', '140251.800000', '140251.802000', '140251.805000', '140251.808000', '140251.810000', '140251.813000', '140251.815000', '140251.818000', '140251.820000', '140251.823000', '140251.825000', '140251.828000', '140251.834000', '140251.836000', '140251.839000', '140251.842000', '140251.844000', '140251.847000', '140251.850000', '140251.852000', '140251.855000', '140251.857000', '140251.860000', '140251.862000', '140251.865000', '140251.874000', '140251.877000', '140251.879000', '140251.882000', '140251.885000', '140251.887000', '140251.890000', '140311.772000', '140311.774000', '140311.777000', '140311.779000', '140311.782000', '140311.785000', '140311.787000', '140311.790000', '140311.792000', '140311.795000', '140311.797000', '140311.800000', '140311.803000', '140311.805000', '140311.808000', '140311.810000', '140311.813000', '140311.816000', '140311.818000', '140311.821000', '140311.824000', '140311.826000', '140311.829000', '140311.832000', '140311.834000', '140311.837000', '140311.839000', '140311.842000', '140311.845000', '140311.847000', '140311.850000', '140311.852000', '140311.863000', '140311.865000', '140311.868000', '140311.870000', '140311.873000', '140311.875000', '140311.878000', '140311.881000', '140311.883000', '140311.886000', '140311.889000', '140311.891000', '140331.772000', '140331.775000', '140331.778000', '140331.780000', '140331.783000', '140331.785000', '140331.788000', '140331.791000', '140331.793000', '140331.796000', '140331.798000', '140331.801000', '140331.804000', '140331.806000', '140331.809000', '140331.811000', '140331.814000', '140331.817000', '140331.819000', '140331.822000', '140331.824000', '140331.827000', '140331.829000', '140331.832000', '140331.835000', '140331.837000', '140331.840000', '140331.842000', '140331.845000', '140331.848000', '140331.850000', '140331.853000', '140331.855000', '140331.858000', '140331.860000', '140331.863000', '140331.866000', '140331.868000', '140331.871000', '140331.873000', '140331.876000', '140331.879000', '140331.881000', '140351.772000', '140351.774000', '140351.777000', '140351.780000', '140351.782000', '140351.785000', '140351.787000', '140351.790000', '140351.793000', '140351.796000', '140351.798000', '140351.801000', '140351.804000', '140351.806000', '140351.809000', '140351.812000', '140351.814000', '140351.817000', '140351.819000', '140351.822000', '140351.825000', '140351.837000', '140351.839000', '140351.842000', '140351.845000', '140351.847000', '140351.850000', '140351.852000', '140351.855000', '140351.858000', '140351.860000', '140351.863000', '140351.866000', '140351.868000', '140351.871000', '140351.873000', '140351.876000', '140351.879000', '140351.881000', '140351.884000', '140351.887000', '140351.889000', '140351.892000', '140351.894000', '140411.772000', '140411.775000', '140411.778000', '140411.781000', '140411.784000', '140411.787000', '140411.789000', '140411.792000', '140411.795000', '140411.797000', '140411.800000', '140411.802000', '140411.805000', '140411.808000', '140411.810000', '140411.813000', '140411.816000', '140411.818000', '140411.821000', '140411.825000', '140411.828000', '140411.831000', '140411.833000', '140411.836000', '140411.839000', '140411.841000', '140411.844000', '140411.846000', '140411.849000', '140411.852000', '140411.854000', '140411.857000', '140411.859000', '140411.862000', '140411.865000', '140411.867000', '140411.870000', '140411.872000', '140411.875000', '140411.878000', '140411.880000', '140411.883000', '140411.886000', '140431.772000', '140431.775000', '140431.777000', '140431.780000', '140431.782000', '140431.785000', '140431.788000', '140431.790000', '140431.793000', '140431.796000', '140431.799000', '140431.801000', '140431.804000', '140431.806000', '140431.809000', '140431.811000', '140431.814000', '140431.816000', '140431.819000', '140431.830000', '140431.832000', '140431.835000', '140431.837000', '140431.840000', '140431.843000', '140431.845000', '140431.848000', '140431.850000', '140431.853000', '140431.856000', '140431.858000', '140431.861000', '140431.863000', '140431.866000', '140431.869000', '140431.871000', '140431.874000', '140431.877000', '140431.879000', '140431.882000', '140431.884000', '140431.887000', '140431.890000', '140431.892000', '140451.770000', '140451.773000', '140451.776000', '140451.779000', '140451.781000', '140451.784000', '140451.787000', '140451.789000', '140451.792000', '140451.795000', '140451.798000', '140451.800000', '140451.803000', '140451.805000', '140451.808000', '140451.811000', '140451.813000', '140451.816000', '140451.819000', '140451.821000', '140451.824000', '140451.826000', '140451.829000', '140451.832000', '140451.834000', '140451.837000', '140451.840000', '140451.842000', '140451.845000', '140451.848000', '140451.850000', '140451.853000', '140451.855000', '140451.858000', '140451.861000', '140451.863000', '140451.866000', '140451.869000', '140451.871000', '140451.874000', '140451.876000', '140451.879000', '140451.882000', '140511.770000', '140511.773000', '140511.776000', '140511.778000', '140511.782000', '140511.785000', '140511.788000', '140511.790000', '140511.808000', '140511.810000', '140511.813000', '140511.816000', '140511.818000', '140511.821000', '140511.823000', '140511.826000', '140511.829000', '140511.831000', '140511.834000', '140511.837000', '140511.839000', '140511.842000', '140511.845000', '140511.847000', '140511.850000', '140511.852000', '140511.855000', '140511.858000', '140511.860000', '140511.863000', '140511.866000', '140511.868000', '140511.871000', '140511.873000', '140511.876000', '140511.878000', '140511.881000', '140511.884000', '140511.886000', '140511.889000', '140511.891000', '140511.894000', '140511.897000', '140511.899000', '140531.772000', '140531.774000', '140531.778000', '140531.780000', '140531.783000', '140531.785000', '140531.788000', '140531.791000', '140531.793000', '140531.796000', '140531.799000', '140531.801000', '140531.804000', '140531.807000', '140531.810000', '140531.813000', '140531.817000', '140531.820000', '140531.822000', '140531.825000', '140531.828000', '140531.830000', '140531.833000', '140531.836000', '140531.838000', '140531.841000', '140531.844000', '140531.846000', '140531.849000', '140531.852000', '140531.854000', '140531.857000', '140531.860000', '140531.863000', '140531.866000', '140531.869000', '140531.872000', '140531.874000', '140531.877000', '140531.880000', '140531.882000', '140531.885000', '140531.888000', '140551.772000', '140551.775000', '140551.777000', '140551.781000', '140551.783000', '140551.786000', '140551.789000', '140551.791000', '140551.794000', '140551.797000', '140551.799000', '140551.802000', '140551.804000', '140551.807000', '140551.810000', '140551.812000', '140551.815000', '140551.818000', '140551.820000', '140551.823000', '140551.825000', '140551.828000', '140551.831000', '140551.834000', '140551.836000', '140551.839000', '140551.841000', '140551.844000', '140551.847000', '140551.849000', '140551.852000', '140551.855000', '140551.857000', '140551.860000', '140551.862000', '140551.865000', '140551.868000', '140551.870000', '140551.873000', '140551.875000', '140551.886000', '140551.889000', '140551.892000', '140551.894000', '140611.772000', '140611.775000', '140611.778000', '140611.781000', '140611.783000', '140611.786000', '140611.789000', '140611.792000', '140611.794000', '140611.797000', '140611.800000', '140611.803000', '140611.805000', '140611.808000', '140611.810000', '140611.813000', '140611.816000', '140611.818000', '140611.821000', '140611.824000', '140611.826000', '140611.829000', '140611.832000', '140611.834000', '140611.837000', '140611.840000', '140611.842000', '140611.845000', '140611.848000', '140611.852000', '140611.854000', '140611.858000', '140611.860000', '140611.863000', '140611.866000', '140611.868000', '140611.871000', '140611.874000', '140611.876000', '140611.879000', '140611.882000', '140611.884000', '140611.887000', '140631.772000', '140631.774000', '140631.777000', '140631.780000', '140631.783000', '140631.785000', '140631.788000', '140631.791000', '140631.793000', '140631.796000', '140631.799000', '140631.801000', '140631.804000', '140631.806000', '140631.809000', '140631.812000', '140631.814000', '140631.817000', '140631.820000', '140631.829000', '140631.832000', '140631.834000', '140631.837000', '140631.840000', '140631.842000', '140631.845000', '140631.848000', '140631.850000', '140631.853000', '140631.856000', '140631.858000', '140631.861000', '140631.863000', '140631.866000', '140631.869000', '140631.872000', '140631.874000', '140631.877000', '140631.880000', '140631.882000', '140631.885000', '140631.887000', '140631.890000', '140631.893000', '140651.772000', '140651.774000', '140651.777000', '140651.780000', '140651.783000', '140651.785000', '140651.788000', '140651.791000', '140651.793000', '140651.796000', '140651.798000', '140651.801000', '140651.804000', '140651.806000', '140651.809000', '140651.811000', '140651.814000', '140651.817000', '140651.819000', '140651.822000', '140651.824000', '140651.827000', '140651.830000', '140651.832000', '140651.835000', '140651.837000', '140651.840000', '140651.843000', '140651.853000', '140651.856000', '140651.858000', '140651.861000', '140651.864000', '140651.866000', '140651.869000', '140651.872000', '140651.875000', '140651.877000', '140651.880000', '140651.883000', '140651.885000', '140651.888000', '140651.891000', '140711.770000', '140711.773000', '140711.776000', '140711.779000', '140711.781000', '140711.784000', '140711.787000', '140711.789000', '140711.792000', '140711.795000', '140711.797000', '140711.800000', '140711.803000', '140711.805000', '140711.808000', '140711.811000', '140711.813000', '140711.816000', '140711.819000', '140711.821000', '140711.824000', '140711.827000', '140711.829000', '140711.832000', '140711.834000', '140711.837000', '140711.840000', '140711.842000', '140711.845000', '140711.848000', '140711.850000', '140711.853000', '140711.855000', '140711.858000', '140711.861000', '140711.864000', '140711.866000', '140711.869000', '140711.873000', '140711.875000', '140711.878000', '140711.881000', '140711.883000', '140711.886000', '140731.770000', '140731.773000', '140731.776000', '140731.779000', '140731.781000', '140731.784000', '140731.787000', '140731.789000', '140731.792000', '140731.795000', '140731.797000', '140731.800000', '140731.803000', '140731.805000', '140731.808000', '140731.810000', '140731.813000', '140731.816000', '140731.818000', '140731.821000', '140731.823000', '140731.826000', '140731.829000', '140731.831000', '140731.834000', '140731.837000', '140731.839000', '140731.842000', '140731.844000', '140731.847000', '140731.850000', '140731.852000', '140731.855000', '140731.858000', '140731.860000', '140731.863000', '140731.866000', '140731.868000', '140731.871000', '140731.874000', '140731.876000', '140731.879000', '140731.881000', '140751.772000', '140751.775000', '140751.777000', '140751.780000', '140751.783000', '140751.785000', '140751.788000', '140751.791000', '140751.793000', '140751.796000', '140751.799000', '140751.801000', '140751.804000', '140751.807000', '140751.809000', '140751.812000', '140751.814000', '140751.817000', '140751.820000', '140751.822000', '140751.825000', '140751.828000', '140751.830000', '140751.833000', '140751.836000', '140751.838000', '140751.841000', '140751.843000', '140751.846000', '140751.849000', '140751.866000', '140751.869000', '140751.871000', '140751.874000', '140751.877000', '140751.879000', '140751.882000', '140751.885000', '140751.887000', '140751.890000', '140751.892000', '140751.895000', '140751.898000', '140751.900000', '140811.772000', '140811.774000', '140811.778000', '140811.781000', '140811.783000', '140811.786000', '140811.789000', '140811.791000', '140811.794000', '140811.796000', '140811.799000', '140811.802000', '140811.804000', '140811.807000', '140811.810000', '140811.813000', '140811.815000', '140811.818000', '140811.820000', '140811.823000', '140811.826000', '140811.828000', '140811.831000', '140811.834000', '140811.836000', '140811.839000', '140811.842000', '140811.844000', '140811.847000', '140811.849000', '140811.852000', '140811.855000', '140811.858000', '140811.860000', '140811.863000', '140811.865000', '140811.868000', '140811.871000', '140811.873000', '140811.876000', '140811.879000', '140811.881000', '140811.884000', '140831.772000', '140831.774000', '140831.777000', '140831.780000', '140831.783000', '140831.785000', '140831.788000', '140831.791000', '140831.793000', '140831.796000', '140831.798000', '140831.801000', '140831.804000', '140831.806000', '140831.809000', '140831.812000', '140831.815000', '140831.817000', '140831.820000', '140831.823000', '140831.825000', '140831.828000', '140831.831000', '140831.833000', '140831.836000', '140831.838000', '140831.841000', '140831.844000', '140831.846000', '140831.849000', '140831.852000', '140831.854000', '140831.857000', '140831.860000', '140831.862000', '140831.865000', '140831.868000', '140831.870000', '140831.873000', '140831.876000', '140831.878000', '140831.881000', '140831.884000', '140831.886000', '140834.001000', '140834.005000', '140834.008000', '140834.011000', '140834.013000'], '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': [9976, 9383, 7157, 8019, 9153, 6532, 6590, 7584, 6366, 5982, 8269, 7101, 6915, 6275, 8103, 7017, 6976, 8999, 6951, 6686, 7294, 7241, 6167, 8283, 7449, 6768, 6385, 7169, 6424, 6460, 7596, 6357, 7531, 7969, 6640, 6282, 7665, 6537, 7579, 9406, 7875, 6797, 8332, 6491, 6569, 8244, 6619, 10443, 8038, 6374, 9560, 6995, 6162, 7943, 6217, 8664, 7264, 6413, 7184, 7274, 6436, 9467, 7241, 6142, 9007, 7162, 6068, 7857, 6397, 8085, 8049, 6547, 7619, 7354, 6877, 8038, 7191, 6654, 12708, 8176, 6461, 8459, 7280, 6930, 8258, 7236, 9045, 7333, 6586, 8775, 7032, 6632, 9524, 7084, 6369, 8652, 6977, 6717, 8779, 7163, 6505, 8719, 7111, 6197, 8794, 6888, 6201, 8494, 7342, 6320, 9098, 7016, 6941, 7382, 7859, 6997, 8629, 8951, 7300, 5821, 7935, 6513, 9839, 7551, 6390, 7531, 7031, 5967, 7434, 6252, 7275, 7921, 6434, 5841, 7449, 6590, 7027, 8069, 6886, 6741, 7502, 6631, 8703, 7520, 7298, 13442, 8212, 6378, 7880, 6507, 9599, 8086, 7135, 8900, 7109, 6644, 8905, 7006, 7737, 10068, 7325, 6958, 7111, 6405, 8533, 7005, 6269, 10718, 7087, 5830, 7825, 7091, 6256, 7813, 6737, 9543, 7754, 6305, 9186, 6870, 7015, 9012, 7803, 8374, 6995, 6286, 9161, 6760, 7198, 10159, 7415, 6014, 7485, 6582, 6112, 7603, 6261, 8298, 7027, 6398, 7890, 6449, 9180, 6725, 7610, 10454, 6670, 7685, 7159, 6343, 9946, 7573, 6642, 9521, 6808, 6004, 8127, 6455, 9507, 9541, 6616, 8468, 6888, 6645, 8798, 6584, 8503, 9189, 6568, 5976, 7403, 6426, 6811, 7759, 6390, 6026, 6965, 6207, 7517, 7254, 6257, 11303, 7855, 6484, 8952, 6721, 5987, 8998, 7031, 5894, 7535, 6378, 9076, 6610, 7897, 10810, 7945, 7631, 6878, 6215, 9395, 6822, 6983, 10759, 6919, 6126, 8534, 6516, 6427, 10051, 7497, 6042, 7910, 6388, 6733, 7892, 7184, 7683, 6891, 6256, 6653, 7468, 6332, 8514, 7390, 6296, 6010, 7755, 6533, 9703, 9147, 6372, 8032, 7139, 6119, 9885, 7607, 7084, 10507, 6440, 6371, 8208, 6446, 6180, 10177, 7114, 6209, 8764, 6520, 5884, 8412, 7245, 8040, 6949, 6218, 9175, 6573, 6601, 9728, 7715, 6008, 7644, 6324, 6928, 7563, 6180, 11142, 8623, 5962, 7657, 6403, 6591, 7465, 6288, 8716, 6771, 6065, 7193, 6046, 8025, 6408, 6875, 7878, 6485, 6992, 6877, 6013, 7963, 6465, 6553, 8897, 6413, 6004, 7802, 6275, 9492, 7492, 6989, 11165, 6615, 6375, 9134, 6706, 9782, 8571, 6224, 10519, 6222, 6042, 7954, 6276, 7231, 7912, 6437, 9240, 7270, 6347, 7454, 7396, 6216, 10040, 7827, 6230, 8753, 6499, 5985, 7929, 6444, 6789, 8199, 6526, 7294, 8208, 6227, 6326, 10641, 8371, 6158, 8086, 7008, 6169, 8884, 6931, 8939, 9456, 6267, 6317, 7408, 6245, 8584, 7344, 6389, 7163, 7021, 6185, 7990, 7345, 6515, 11276, 8022, 6381, 9402, 6661, 6319, 10111, 8385, 6277, 9052, 6273, 6095, 8923, 7572, 8752, 11682, 6397, 6109, 8476, 6422, 8517, 9044, 7089, 6589, 7346, 6202, 6980, 7453, 6337, 9798, 7391, 6368, 6846, 7573, 6340, 9258, 8040, 6566, 8369, 6994, 6325, 8779, 7090, 6141, 11332, 7324, 6205, 9551, 6787, 6169, 8697, 6809, 9720, 7605, 6187, 6836, 7397, 6211, 8479, 6686, 7021, 7557, 6173, 6233, 7537, 6527, 8643, 7379, 6251, 9009, 6833, 7587, 9907, 6751, 6347, 10241, 7603, 6131, 8187, 6466, 6289, 8832, 7172, 6684, 8141, 6646, 6938, 7298, 6563, 10989, 8280, 6649, 7427, 6579, 6266, 8023, 7698, 6691, 6644, 7386, 6714, 6268, 7473, 6580, 9976, 8870, 6270, 7531, 7545, 6643, 10609, 7603, 6927, 11038, 6729, 6633, 8285, 7090, 6598, 11190, 8539, 6527, 7986, 6923, 6428, 8034, 6860, 6159, 9091, 6637, 5841, 7913, 6456, 8837, 6973, 8922, 8243, 6476, 8308, 6561, 6488, 7488, 5995, 8587, 7208, 10542, 6554, 6356, 7872, 6433, 6409, 8270, 6677, 7439, 7558, 6326, 8732, 6616, 6694, 9153, 7285, 6207, 7614, 6468, 6334, 7714, 6347, 11166, 7953, 6147, 8570, 6766, 7331, 7642, 6494, 8479, 6661, 10339, 7604, 6384, 6644, 6593, 6476, 7195, 7089, 6270, 9285, 6954, 6211, 8435, 6699, 7216, 9110, 7941, 9153, 7242, 6492, 9080, 6478, 9439, 7782, 6312, 9689, 6524, 6222, 7619, 6421, 9312, 7273, 6266, 8812, 6459, 6312, 8615, 6529, 9438, 6915, 6213, 8810, 7019, 6665, 7290, 6292, 6080, 7658, 6501, 9122, 7901, 6361, 7915, 6629, 6210, 8567, 6415, 10778, 8015, 6475, 8249, 6340, 5783, 8603, 6528, 10603, 7024, 6429, 7557, 6708, 6150, 9132, 7601, 7534, 7602, 6413, 7683, 6688, 6306, 8489, 6522, 10471, 6917, 6190, 8094, 6542, 9139, 7940, 7239, 10914, 6861, 6336, 8895, 6661, 6318, 9572, 7581, 6277, 8523, 6200, 6365, 8848, 7125, 7139, 10098, 6466, 6247, 8887, 6449, 9787, 8208, 6648, 10230, 6186, 6221, 8239, 6737, 6325, 9154, 7060, 6188, 8186, 6403, 6274, 8463, 6909, 7904, 8260, 6720, 6682, 6990, 6528, 9550, 7746, 6211, 8530, 6549, 6274, 8721, 7002, 6425, 9680, 7134, 6004, 7888, 6246, 7071, 7747, 6707, 11245, 8308, 6411, 8554, 6955, 6338, 9346, 7156, 9673, 8846, 6477, 6271, 7083, 6542, 8733, 7219, 6389, 8959, 6480, 6358, 7910, 6718, 9236, 7690, 6455, 9362, 6371, 5901, 7602, 6509, 9756, 8245, 6370, 7723, 6622, 6738, 8725, 7164, 6308, 9201, 6421, 6123, 7824, 6571, 8416, 7539, 6288, 8625, 6729, 6487, 8737, 7070, 7043, 10355, 7746, 6339, 7566, 6382, 9607, 7360, 6561, 9660, 6504, 6216, 8031, 6519, 8622, 8440, 6339, 8229, 6706, 6332, 8884, 6684, 6300, 9355, 6362, 5961, 7868, 6472, 6381, 8539, 7229, 7656, 7462, 6466, 7968, 6786, 6157, 9305, 6950, 6190, 7393, 6411, 7536, 7233, 6403, 9825, 7550, 6457, 8407, 6930, 6416, 8214, 6382, 10393, 8192, 6308, 8392, 6594, 6576, 8365, 6843, 9077, 7381, 6332, 7755, 6828, 6316, 9391, 7365, 6136, 7586, 6621, 5932, 8443, 6733, 8060], 'WindowCenter': [3636.0, 3608.0, 3561.0, 3568.0, 3579.0, 3559.0, 3546.0, 3567.0, 3546.0, 3548.0, 3566.0, 3544.0, 3543.0, 3533.0, 3565.0, 3545.0, 3556.0, 3577.0, 3554.0, 3546.0, 3555.0, 3567.0, 3535.0, 3577.0, 3557.0, 3557.0, 3547.0, 3557.0, 3558.0, 3547.0, 3579.0, 3558.0, 3581.0, 3580.0, 3560.0, 3559.0, 3580.0, 3558.0, 3579.0, 3591.0, 3580.0, 3558.0, 3578.0, 3558.0, 3558.0, 3578.0, 3559.0, 3600.0, 3567.0, 3548.0, 3589.0, 3557.0, 3546.0, 3578.0, 3548.0, 3578.0, 3567.0, 3547.0, 3557.0, 3567.0, 3547.0, 3590.0, 3569.0, 3547.0, 3590.0, 3568.0, 3547.0, 3578.0, 3561.0, 3580.0, 3579.0, 3559.0, 3583.0, 3570.0, 3571.0, 3579.0, 3569.0, 3558.0, 3611.0, 3578.0, 3546.0, 3577.0, 3567.0, 3556.0, 3577.0, 3568.0, 3577.0, 3555.0, 3545.0, 3575.0, 3555.0, 3545.0, 3587.0, 3556.0, 3546.0, 3576.0, 3556.0, 3556.0, 3576.0, 3556.0, 3545.0, 3576.0, 3556.0, 3534.0, 3577.0, 3556.0, 3534.0, 3565.0, 3556.0, 3545.0, 3576.0, 3554.0, 3555.0, 3554.0, 3566.0, 3556.0, 3578.0, 3577.0, 3566.0, 3533.0, 3565.0, 3545.0, 3587.0, 3565.0, 3544.0, 3554.0, 3555.0, 3533.0, 3555.0, 3545.0, 3567.0, 3579.0, 3557.0, 3536.0, 3567.0, 3559.0, 3570.0, 3579.0, 3570.0, 3557.0, 3567.0, 3558.0, 3578.0, 3569.0, 3568.0, 3610.0, 3576.0, 3544.0, 3566.0, 3545.0, 3587.0, 3565.0, 3555.0, 3576.0, 3554.0, 3545.0, 3575.0, 3556.0, 3565.0, 3587.0, 3555.0, 3553.0, 3553.0, 3544.0, 3574.0, 3556.0, 3545.0, 3599.0, 3556.0, 3534.0, 3564.0, 3554.0, 3543.0, 3567.0, 3544.0, 3588.0, 3564.0, 3544.0, 3575.0, 3544.0, 3555.0, 3576.0, 3565.0, 3563.0, 3541.0, 3543.0, 3574.0, 3555.0, 3554.0, 3584.0, 3555.0, 3533.0, 3553.0, 3545.0, 3533.0, 3565.0, 3545.0, 3578.0, 3568.0, 3545.0, 3565.0, 3546.0, 3587.0, 3558.0, 3566.0, 3598.0, 3544.0, 3554.0, 3543.0, 3543.0, 3586.0, 3565.0, 3544.0, 3574.0, 3543.0, 3531.0, 3563.0, 3544.0, 3573.0, 3575.0, 3542.0, 3562.0, 3541.0, 3542.0, 3563.0, 3543.0, 3562.0, 3575.0, 3541.0, 3530.0, 3551.0, 3542.0, 3542.0, 3554.0, 3544.0, 3534.0, 3554.0, 3544.0, 3553.0, 3565.0, 3545.0, 3597.0, 3564.0, 3543.0, 3575.0, 3554.0, 3547.0, 3575.0, 3556.0, 3534.0, 3564.0, 3544.0, 3574.0, 3554.0, 3565.0, 3597.0, 3565.0, 3553.0, 3542.0, 3532.0, 3587.0, 3545.0, 3554.0, 3584.0, 3541.0, 3531.0, 3562.0, 3543.0, 3530.0, 3574.0, 3553.0, 3530.0, 3551.0, 3530.0, 3542.0, 3563.0, 3552.0, 3552.0, 3543.0, 3542.0, 3543.0, 3554.0, 3543.0, 3576.0, 3552.0, 3544.0, 3532.0, 3564.0, 3546.0, 3587.0, 3576.0, 3544.0, 3563.0, 3541.0, 3533.0, 3588.0, 3554.0, 3555.0, 3585.0, 3532.0, 3543.0, 3563.0, 3545.0, 3532.0, 3586.0, 3554.0, 3533.0, 3575.0, 3543.0, 3535.0, 3579.0, 3554.0, 3566.0, 3543.0, 3533.0, 3573.0, 3544.0, 3544.0, 3574.0, 3565.0, 3532.0, 3553.0, 3533.0, 3541.0, 3552.0, 3532.0, 3585.0, 3565.0, 3532.0, 3553.0, 3544.0, 3543.0, 3556.0, 3544.0, 3574.0, 3556.0, 3532.0, 3554.0, 3533.0, 3565.0, 3544.0, 3544.0, 3564.0, 3546.0, 3553.0, 3544.0, 3532.0, 3565.0, 3545.0, 3545.0, 3578.0, 3545.0, 3533.0, 3564.0, 3545.0, 3587.0, 3556.0, 3555.0, 3598.0, 3542.0, 3542.0, 3573.0, 3544.0, 3585.0, 3564.0, 3533.0, 3572.0, 3531.0, 3531.0, 3562.0, 3542.0, 3552.0, 3563.0, 3544.0, 3575.0, 3552.0, 3543.0, 3554.0, 3554.0, 3535.0, 3586.0, 3566.0, 3533.0, 3576.0, 3543.0, 3533.0, 3563.0, 3544.0, 3544.0, 3565.0, 3545.0, 3554.0, 3565.0, 3545.0, 3546.0, 3597.0, 3577.0, 3534.0, 3565.0, 3554.0, 3536.0, 3576.0, 3555.0, 3576.0, 3576.0, 3544.0, 3543.0, 3554.0, 3544.0, 3575.0, 3554.0, 3546.0, 3555.0, 3555.0, 3545.0, 3577.0, 3569.0, 3547.0, 3600.0, 3568.0, 3547.0, 3576.0, 3543.0, 3546.0, 3588.0, 3579.0, 3545.0, 3576.0, 3545.0, 3532.0, 3575.0, 3554.0, 3576.0, 3595.0, 3532.0, 3531.0, 3562.0, 3542.0, 3565.0, 3564.0, 3555.0, 3542.0, 3553.0, 3533.0, 3541.0, 3554.0, 3542.0, 3586.0, 3553.0, 3543.0, 3542.0, 3553.0, 3544.0, 3574.0, 3565.0, 3544.0, 3563.0, 3541.0, 3532.0, 3564.0, 3555.0, 3532.0, 3587.0, 3552.0, 3532.0, 3574.0, 3541.0, 3531.0, 3564.0, 3544.0, 3574.0, 3552.0, 3532.0, 3542.0, 3553.0, 3532.0, 3564.0, 3543.0, 3555.0, 3553.0, 3532.0, 3531.0, 3553.0, 3544.0, 3576.0, 3553.0, 3544.0, 3574.0, 3558.0, 3566.0, 3585.0, 3555.0, 3543.0, 3586.0, 3565.0, 3545.0, 3578.0, 3545.0, 3544.0, 3575.0, 3554.0, 3545.0, 3564.0, 3554.0, 3556.0, 3566.0, 3556.0, 3585.0, 3564.0, 3556.0, 3554.0, 3542.0, 3542.0, 3565.0, 3566.0, 3543.0, 3544.0, 3553.0, 3543.0, 3545.0, 3565.0, 3555.0, 3586.0, 3576.0, 3544.0, 3565.0, 3553.0, 3542.0, 3587.0, 3554.0, 3554.0, 3585.0, 3542.0, 3542.0, 3563.0, 3554.0, 3543.0, 3586.0, 3575.0, 3532.0, 3564.0, 3542.0, 3532.0, 3563.0, 3544.0, 3532.0, 3576.0, 3545.0, 3534.0, 3566.0, 3544.0, 3576.0, 3554.0, 3575.0, 3565.0, 3532.0, 3563.0, 3545.0, 3531.0, 3553.0, 3531.0, 3563.0, 3552.0, 3584.0, 3531.0, 3532.0, 3552.0, 3543.0, 3543.0, 3565.0, 3545.0, 3555.0, 3554.0, 3543.0, 3564.0, 3545.0, 3543.0, 3574.0, 3555.0, 3533.0, 3566.0, 3543.0, 3543.0, 3567.0, 3544.0, 3597.0, 3566.0, 3533.0, 3564.0, 3544.0, 3554.0, 3553.0, 3531.0, 3562.0, 3541.0, 3584.0, 3552.0, 3541.0, 3543.0, 3554.0, 3557.0, 3556.0, 3568.0, 3557.0, 3587.0, 3556.0, 3558.0, 3579.0, 3558.0, 3553.0, 3576.0, 3565.0, 3574.0, 3553.0, 3532.0, 3573.0, 3543.0, 3575.0, 3554.0, 3532.0, 3572.0, 3531.0, 3520.0, 3551.0, 3532.0, 3573.0, 3553.0, 3543.0, 3573.0, 3531.0, 3532.0, 3563.0, 3532.0, 3573.0, 3542.0, 3533.0, 3574.0, 3554.0, 3543.0, 3552.0, 3544.0, 3533.0, 3566.0, 3545.0, 3586.0, 3566.0, 3544.0, 3565.0, 3544.0, 3533.0, 3576.0, 3544.0, 3585.0, 3566.0, 3533.0, 3563.0, 3542.0, 3522.0, 3577.0, 3544.0, 3586.0, 3554.0, 3543.0, 3553.0, 3545.0, 3558.0, 3589.0, 3579.0, 3566.0, 3564.0, 3544.0, 3565.0, 3545.0, 3544.0, 3576.0, 3543.0, 3586.0, 3554.0, 3533.0, 3563.0, 3532.0, 3575.0, 3564.0, 3554.0, 3585.0, 3541.0, 3531.0, 3563.0, 3541.0, 3543.0, 3573.0, 3555.0, 3531.0, 3563.0, 3531.0, 3542.0, 3575.0, 3553.0, 3553.0, 3585.0, 3531.0, 3530.0, 3561.0, 3531.0, 3572.0, 3562.0, 3541.0, 3572.0, 3518.0, 3518.0, 3550.0, 3542.0, 3543.0, 3574.0, 3554.0, 3531.0, 3563.0, 3543.0, 3543.0, 3563.0, 3554.0, 3565.0, 3564.0, 3542.0, 3541.0, 3541.0, 3543.0, 3575.0, 3554.0, 3533.0, 3575.0, 3543.0, 3543.0, 3563.0, 3555.0, 3544.0, 3575.0, 3555.0, 3532.0, 3563.0, 3543.0, 3542.0, 3552.0, 3543.0, 3586.0, 3563.0, 3531.0, 3563.0, 3542.0, 3531.0, 3574.0, 3553.0, 3574.0, 3563.0, 3531.0, 3530.0, 3540.0, 3542.0, 3574.0, 3553.0, 3544.0, 3575.0, 3544.0, 3543.0, 3563.0, 3543.0, 3575.0, 3553.0, 3532.0, 3575.0, 3531.0, 3520.0, 3552.0, 3543.0, 3574.0, 3563.0, 3531.0, 3551.0, 3542.0, 3543.0, 3574.0, 3554.0, 3543.0, 3575.0, 3543.0, 3531.0, 3553.0, 3556.0, 3576.0, 3567.0, 3557.0, 3576.0, 3554.0, 3543.0, 3574.0, 3554.0, 3553.0, 3587.0, 3555.0, 3542.0, 3552.0, 3532.0, 3575.0, 3553.0, 3543.0, 3575.0, 3530.0, 3530.0, 3551.0, 3543.0, 3563.0, 3563.0, 3542.0, 3563.0, 3542.0, 3542.0, 3573.0, 3542.0, 3543.0, 3575.0, 3545.0, 3533.0, 3576.0, 3545.0, 3542.0, 3564.0, 3554.0, 3553.0, 3554.0, 3544.0, 3564.0, 3543.0, 3533.0, 3574.0, 3554.0, 3532.0, 3554.0, 3544.0, 3553.0, 3553.0, 3544.0, 3587.0, 3566.0, 3544.0, 3564.0, 3554.0, 3543.0, 3565.0, 3544.0, 3585.0, 3565.0, 3531.0, 3563.0, 3542.0, 3542.0, 3564.0, 3542.0, 3575.0, 3553.0, 3543.0, 3553.0, 3542.0, 3543.0, 3575.0, 3567.0, 3532.0, 3553.0, 3543.0, 3532.0, 3576.0, 3554.0, 3565.0], 'WindowWidth': [8221.0, 8166.0, 8092.0, 8094.0, 8106.0, 8083.0, 8057.0, 8085.0, 8058.0, 8063.0, 8081.0, 8047.0, 8046.0, 8032.0, 8077.0, 8051.0, 8066.0, 8095.0, 8063.0, 8054.0, 8064.0, 8085.0, 8041.0, 8097.0, 8070.0, 8071.0, 8058.0, 8072.0, 8076.0, 8060.0, 8104.0, 8077.0, 8110.0, 8108.0, 8081.0, 8079.0, 8107.0, 8077.0, 8106.0, 8123.0, 8107.0, 8077.0, 8102.0, 8077.0, 8074.0, 8100.0, 8077.0, 8135.0, 8086.0, 8061.0, 8116.0, 8072.0, 8057.0, 8101.0, 8061.0, 8102.0, 8084.0, 8059.0, 8073.0, 8086.0, 8059.0, 8121.0, 8093.0, 8062.0, 8119.0, 8089.0, 8061.0, 8102.0, 8085.0, 8107.0, 8107.0, 8082.0, 8117.0, 8095.0, 8099.0, 8106.0, 8090.0, 8075.0, 8151.0, 8100.0, 8057.0, 8099.0, 8085.0, 8069.0, 8099.0, 8086.0, 8098.0, 8065.0, 8053.0, 8092.0, 8064.0, 8053.0, 8111.0, 8068.0, 8054.0, 8093.0, 8067.0, 8068.0, 8096.0, 8067.0, 8052.0, 8095.0, 8069.0, 8037.0, 8098.0, 8068.0, 8037.0, 8079.0, 8069.0, 8054.0, 8096.0, 8061.0, 8065.0, 8063.0, 8083.0, 8068.0, 8099.0, 8097.0, 8082.0, 8035.0, 8078.0, 8054.0, 8111.0, 8079.0, 8049.0, 8061.0, 8064.0, 8034.0, 8066.0, 8055.0, 8086.0, 8104.0, 8072.0, 8045.0, 8086.0, 8080.0, 8094.0, 8106.0, 8098.0, 8074.0, 8086.0, 8075.0, 8100.0, 8090.0, 8087.0, 8150.0, 8096.0, 8051.0, 8082.0, 8053.0, 8111.0, 8079.0, 8068.0, 8095.0, 8062.0, 8052.0, 8093.0, 8069.0, 8081.0, 8111.0, 8067.0, 8061.0, 8060.0, 8050.0, 8090.0, 8069.0, 8054.0, 8132.0, 8068.0, 8039.0, 8079.0, 8064.0, 8049.0, 8085.0, 8053.0, 8113.0, 8077.0, 8051.0, 8090.0, 8050.0, 8068.0, 8096.0, 8080.0, 8074.0, 8042.0, 8045.0, 8087.0, 8066.0, 8063.0, 8104.0, 8066.0, 8033.0, 8058.0, 8052.0, 8036.0, 8082.0, 8055.0, 8102.0, 8091.0, 8056.0, 8081.0, 8056.0, 8113.0, 8075.0, 8082.0, 8129.0, 8050.0, 8061.0, 8046.0, 8047.0, 8109.0, 8078.0, 8050.0, 8089.0, 8047.0, 8027.0, 8072.0, 8050.0, 8087.0, 8091.0, 8042.0, 8069.0, 8041.0, 8042.0, 8073.0, 8046.0, 8071.0, 8089.0, 8041.0, 8025.0, 8053.0, 8045.0, 8047.0, 8062.0, 8053.0, 8037.0, 8063.0, 8052.0, 8062.0, 8081.0, 8052.0, 8127.0, 8077.0, 8047.0, 8090.0, 8065.0, 8059.0, 8093.0, 8071.0, 8038.0, 8077.0, 8052.0, 8090.0, 8066.0, 8079.0, 8125.0, 8080.0, 8059.0, 8043.0, 8031.0, 8114.0, 8053.0, 8065.0, 8104.0, 8041.0, 8029.0, 8071.0, 8047.0, 8027.0, 8091.0, 8059.0, 8025.0, 8054.0, 8026.0, 8045.0, 8074.0, 8058.0, 8057.0, 8045.0, 8045.0, 8045.0, 8064.0, 8048.0, 8095.0, 8059.0, 8051.0, 8032.0, 8077.0, 8056.0, 8109.0, 8095.0, 8050.0, 8072.0, 8042.0, 8035.0, 8112.0, 8063.0, 8064.0, 8105.0, 8030.0, 8045.0, 8073.0, 8054.0, 8034.0, 8109.0, 8064.0, 8036.0, 8093.0, 8048.0, 8042.0, 8102.0, 8065.0, 8080.0, 8047.0, 8033.0, 8085.0, 8050.0, 8051.0, 8090.0, 8079.0, 8030.0, 8058.0, 8033.0, 8042.0, 8058.0, 8032.0, 8105.0, 8078.0, 8032.0, 8061.0, 8050.0, 8047.0, 8067.0, 8049.0, 8090.0, 8068.0, 8033.0, 8062.0, 8034.0, 8078.0, 8052.0, 8050.0, 8078.0, 8056.0, 8060.0, 8050.0, 8034.0, 8080.0, 8054.0, 8054.0, 8102.0, 8053.0, 8036.0, 8077.0, 8053.0, 8111.0, 8067.0, 8066.0, 8126.0, 8044.0, 8044.0, 8085.0, 8051.0, 8105.0, 8076.0, 8032.0, 8083.0, 8027.0, 8028.0, 8069.0, 8045.0, 8058.0, 8074.0, 8049.0, 8093.0, 8059.0, 8049.0, 8063.0, 8062.0, 8040.0, 8109.0, 8083.0, 8034.0, 8095.0, 8047.0, 8033.0, 8072.0, 8048.0, 8050.0, 8080.0, 8052.0, 8063.0, 8079.0, 8053.0, 8057.0, 8125.0, 8098.0, 8037.0, 8078.0, 8061.0, 8040.0, 8095.0, 8066.0, 8094.0, 8094.0, 8048.0, 8046.0, 8060.0, 8052.0, 8091.0, 8063.0, 8056.0, 8065.0, 8066.0, 8054.0, 8099.0, 8091.0, 8059.0, 8133.0, 8087.0, 8058.0, 8096.0, 8049.0, 8054.0, 8114.0, 8103.0, 8054.0, 8094.0, 8052.0, 8032.0, 8092.0, 8063.0, 8094.0, 8119.0, 8028.0, 8028.0, 8067.0, 8046.0, 8077.0, 8075.0, 8065.0, 8042.0, 8056.0, 8032.0, 8042.0, 8064.0, 8045.0, 8108.0, 8059.0, 8048.0, 8045.0, 8059.0, 8050.0, 8089.0, 8078.0, 8050.0, 8073.0, 8042.0, 8030.0, 8076.0, 8064.0, 8032.0, 8109.0, 8057.0, 8030.0, 8089.0, 8042.0, 8028.0, 8074.0, 8048.0, 8088.0, 8057.0, 8031.0, 8043.0, 8059.0, 8032.0, 8077.0, 8048.0, 8065.0, 8059.0, 8032.0, 8029.0, 8059.0, 8052.0, 8094.0, 8062.0, 8051.0, 8088.0, 8076.0, 8080.0, 8102.0, 8067.0, 8045.0, 8106.0, 8076.0, 8056.0, 8101.0, 8053.0, 8049.0, 8093.0, 8063.0, 8050.0, 8075.0, 8066.0, 8069.0, 8082.0, 8068.0, 8106.0, 8076.0, 8069.0, 8063.0, 8042.0, 8043.0, 8079.0, 8081.0, 8049.0, 8050.0, 8061.0, 8049.0, 8052.0, 8081.0, 8066.0, 8109.0, 8097.0, 8050.0, 8077.0, 8059.0, 8045.0, 8109.0, 8063.0, 8064.0, 8105.0, 8045.0, 8045.0, 8071.0, 8062.0, 8049.0, 8107.0, 8092.0, 8030.0, 8074.0, 8042.0, 8031.0, 8075.0, 8052.0, 8034.0, 8097.0, 8054.0, 8037.0, 8081.0, 8050.0, 8096.0, 8063.0, 8091.0, 8078.0, 8031.0, 8073.0, 8050.0, 8029.0, 8058.0, 8029.0, 8072.0, 8056.0, 8102.0, 8026.0, 8030.0, 8056.0, 8047.0, 8049.0, 8079.0, 8055.0, 8065.0, 8062.0, 8047.0, 8075.0, 8053.0, 8047.0, 8090.0, 8066.0, 8035.0, 8080.0, 8049.0, 8047.0, 8083.0, 8052.0, 8124.0, 8082.0, 8033.0, 8075.0, 8049.0, 8062.0, 8060.0, 8027.0, 8070.0, 8041.0, 8101.0, 8057.0, 8043.0, 8049.0, 8065.0, 8074.0, 8073.0, 8090.0, 8073.0, 8112.0, 8071.0, 8080.0, 8105.0, 8076.0, 8062.0, 8095.0, 8080.0, 8089.0, 8060.0, 8032.0, 8086.0, 8047.0, 8092.0, 8061.0, 8030.0, 8083.0, 8027.0, 8012.0, 8053.0, 8030.0, 8088.0, 8060.0, 8046.0, 8087.0, 8030.0, 8031.0, 8073.0, 8030.0, 8086.0, 8043.0, 8034.0, 8090.0, 8065.0, 8046.0, 8058.0, 8050.0, 8035.0, 8081.0, 8054.0, 8110.0, 8083.0, 8051.0, 8078.0, 8049.0, 8034.0, 8097.0, 8052.0, 8106.0, 8083.0, 8032.0, 8073.0, 8045.0, 8019.0, 8098.0, 8050.0, 8109.0, 8063.0, 8047.0, 8060.0, 8054.0, 8079.0, 8120.0, 8107.0, 8083.0, 8078.0, 8052.0, 8080.0, 8053.0, 8051.0, 8096.0, 8049.0, 8109.0, 8063.0, 8033.0, 8072.0, 8030.0, 8091.0, 8074.0, 8062.0, 8105.0, 8041.0, 8028.0, 8071.0, 8041.0, 8046.0, 8087.0, 8064.0, 8028.0, 8072.0, 8028.0, 8043.0, 8094.0, 8062.0, 8060.0, 8105.0, 8029.0, 8025.0, 8068.0, 8029.0, 8086.0, 8070.0, 8042.0, 8083.0, 8005.0, 8006.0, 8049.0, 8044.0, 8048.0, 8089.0, 8063.0, 8029.0, 8074.0, 8046.0, 8047.0, 8075.0, 8064.0, 8079.0, 8076.0, 8044.0, 8041.0, 8040.0, 8048.0, 8091.0, 8061.0, 8034.0, 8089.0, 8047.0, 8047.0, 8074.0, 8068.0, 8050.0, 8092.0, 8067.0, 8031.0, 8073.0, 8047.0, 8044.0, 8058.0, 8047.0, 8109.0, 8074.0, 8028.0, 8073.0, 8043.0, 8026.0, 8086.0, 8061.0, 8090.0, 8073.0, 8027.0, 8026.0, 8039.0, 8045.0, 8090.0, 8061.0, 8050.0, 8093.0, 8049.0, 8047.0, 8073.0, 8048.0, 8094.0, 8060.0, 8031.0, 8090.0, 8028.0, 8011.0, 8056.0, 8047.0, 8088.0, 8074.0, 8029.0, 8054.0, 8042.0, 8046.0, 8090.0, 8063.0, 8046.0, 8092.0, 8047.0, 8030.0, 8060.0, 8072.0, 8098.0, 8089.0, 8073.0, 8097.0, 8065.0, 8048.0, 8091.0, 8064.0, 8060.0, 8111.0, 8065.0, 8045.0, 8057.0, 8030.0, 8092.0, 8060.0, 8045.0, 8090.0, 8026.0, 8025.0, 8052.0, 8048.0, 8073.0, 8072.0, 8045.0, 8070.0, 8043.0, 8045.0, 8086.0, 8045.0, 8047.0, 8091.0, 8052.0, 8034.0, 8098.0, 8055.0, 8044.0, 8074.0, 8062.0, 8061.0, 8061.0, 8051.0, 8077.0, 8049.0, 8036.0, 8091.0, 8065.0, 8031.0, 8063.0, 8049.0, 8060.0, 8060.0, 8051.0, 8111.0, 8082.0, 8050.0, 8077.0, 8064.0, 8046.0, 8079.0, 8051.0, 8104.0, 8080.0, 8029.0, 8073.0, 8045.0, 8045.0, 8076.0, 8045.0, 8091.0, 8060.0, 8048.0, 8059.0, 8046.0, 8050.0, 8094.0, 8084.0, 8034.0, 8061.0, 8049.0, 8032.0, 8095.0, 8065.0, 8080.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.001513318025258324</td></tr>
<tr><td colspan=3>aqi</td><td>0.04839683042479907</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.78164824571264</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.076498204241379</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9295110285287352</td></tr>
<tr><td colspan=3>efc</td><td>0.4354</td></tr>
<tr><td colspan=3>fber</td><td>7589.2983</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11647736202390827</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.299655568312284</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471264050436598</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.28955176359465</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.70771820817024</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.416522179544905</td></tr>
<tr><td colspan=3>gcor</td><td>0.00343897</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013780205510556698</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029442567378282547</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9962853133517395</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>22.237</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>26.549</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.9297</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313000.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>568.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>254.1199</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4575</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>421.0932</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2881.5744</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>760.2</td></tr>
<tr><td colspan=3>tsnr</td><td>32.31183606479317</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>