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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0031_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-01_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-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-03_task-social_acq-mb8_run-01_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-0031/ses-03/func/sub-0031_ses-03_task-social_acq-mb8_run-01_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>f08bc26cda91b8154fd36c07182e7f4f</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:08:3.600000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999858, 0.00452161, -0.0162342, -0.00471177, 0.99992, -0.0116947]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.100329</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7731, -7235, 527, -47, -182, 123, 57]</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>270.39</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>663ffbb8-e7f9-4487-9bcb-db3267b4e3a0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825459003448486, -0.012641342356801033, -0.043686121702194214, 114.0643081665039], [-0.01213114708662033, 2.682713747024536, -0.031777676194906235, -86.28300476074219], [-0.043555211275815964, 0.03137596696615219, 2.6994595527648926, -60.388023376464844], [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': ['150803.600000', '150804.060000', '150804.520000', '150804.980000', '150805.440000', '150805.900000', '150806.360000', '150806.820000', '150807.280000', '150807.740000', '150808.200000', '150808.660000', '150809.120000', '150809.580000', '150810.040000', '150810.500000', '150810.960000', '150811.420000', '150811.880000', '150812.340000', '150812.800000', '150813.260000', '150813.720000', '150814.180000', '150814.640000', '150815.100000', '150815.560000', '150816.020000', '150816.480000', '150816.940000', '150817.400000', '150817.860000', '150818.320000', '150818.780000', '150819.240000', '150819.700000', '150820.160000', '150820.620000', '150821.080000', '150821.540000', '150822.000000', '150822.460000', '150822.920000', '150823.380000', '150823.840000', '150824.300000', '150824.760000', '150825.220000', '150825.680000', '150826.140000', '150826.600000', '150827.060000', '150827.520000', '150827.980000', '150828.440000', '150828.900000', '150829.360000', '150829.820000', '150830.280000', '150830.740000', '150831.200000', '150831.660000', '150832.120000', '150832.580000', '150833.040000', '150833.500000', '150833.960000', '150834.420000', '150834.880000', '150835.340000', '150835.800000', '150836.260000', '150836.720000', '150837.180000', '150837.640000', '150838.100000', '150838.560000', '150839.020000', '150839.480000', '150839.940000', '150840.400000', '150840.860000', '150841.320000', '150841.780000', '150842.240000', '150842.700000', '150843.160000', '150843.620000', '150844.080000', '150844.540000', '150845.000000', '150845.460000', '150845.920000', '150846.380000', '150846.840000', '150847.300000', '150847.760000', '150848.220000', '150848.680000', '150849.140000', '150849.600000', '150850.060000', '150850.520000', '150850.980000', '150851.440000', '150851.900000', '150852.360000', '150852.820000', '150853.280000', '150853.740000', '150854.200000', '150854.660000', '150855.120000', '150855.580000', '150856.040000', '150856.500000', '150856.960000', '150857.420000', '150857.880000', '150858.340000', '150858.800000', '150859.260000', '150859.720000', '150900.180000', '150900.640000', '150901.100000', '150901.560000', '150902.020000', '150902.480000', '150902.940000', '150903.400000', '150903.860000', '150904.320000', '150904.780000', '150905.240000', '150905.700000', '150906.160000', '150906.620000', '150907.080000', '150907.540000', '150908.000000', '150908.460000', '150908.920000', '150909.380000', '150909.840000', '150910.300000', '150910.760000', '150911.220000', '150911.680000', '150912.140000', '150912.600000', '150913.060000', '150913.520000', '150913.980000', '150914.440000', '150914.900000', '150915.360000', '150915.820000', '150916.280000', '150916.740000', '150917.200000', '150917.660000', '150918.120000', '150918.580000', '150919.040000', '150919.500000', '150919.960000', '150920.420000', '150920.880000', '150921.340000', '150921.800000', '150922.260000', '150922.720000', '150923.180000', '150923.640000', '150924.100000', '150924.560000', '150925.020000', '150925.480000', '150925.940000', '150926.400000', '150926.860000', '150927.320000', '150927.780000', '150928.240000', '150928.700000', '150929.160000', '150929.620000', '150930.080000', '150930.540000', '150931.000000', '150931.460000', '150931.920000', '150932.380000', '150932.840000', '150933.300000', '150933.760000', '150934.220000', '150934.680000', '150935.140000', '150935.600000', '150936.060000', '150936.520000', '150936.980000', '150937.440000', '150937.900000', '150938.360000', '150938.820000', '150939.280000', '150939.740000', '150940.200000', '150940.660000', '150941.120000', '150941.580000', '150942.040000', '150942.500000', '150942.960000', '150943.420000', '150943.880000', '150944.340000', '150944.800000', '150945.260000', '150945.720000', '150946.180000', '150946.640000', '150947.100000', '150947.560000', '150948.020000', '150948.480000', '150948.940000', '150949.400000', '150949.860000', '150950.320000', '150950.780000', '150951.240000', '150951.700000', '150952.160000', '150952.620000', '150953.080000', '150953.540000', '150954.000000', '150954.460000', '150954.920000', '150955.380000', '150955.840000', '150956.300000', '150956.760000', '150957.220000', '150957.680000', '150958.140000', '150958.600000', '150959.060000', '150959.520000', '150959.980000', '151000.440000', '151000.900000', '151001.360000', '151001.820000', '151002.280000', '151002.740000', '151003.200000', '151003.660000', '151004.120000', '151004.580000', '151005.040000', '151005.500000', '151005.960000', '151006.420000', '151006.880000', '151007.340000', '151007.800000', '151008.260000', '151008.720000', '151009.180000', '151009.640000', '151010.100000', '151010.560000', '151011.020000', '151011.480000', '151011.940000', '151012.400000', '151012.860000', '151013.320000', '151013.780000', '151014.240000', '151014.700000', '151015.160000', '151015.620000', '151016.080000', '151016.540000', '151017.000000', '151017.460000', '151017.920000', '151018.380000', '151018.840000', '151019.300000', '151019.760000', '151020.220000', '151020.680000', '151021.140000', '151021.600000', '151022.060000', '151022.520000', '151022.980000', '151023.440000', '151023.900000', '151024.360000', '151024.820000', '151025.280000', '151025.740000', '151026.200000', '151026.660000', '151027.120000', '151027.580000', '151028.040000', '151028.500000', '151028.960000', '151029.420000', '151029.880000', '151030.340000', '151030.800000', '151031.260000', '151031.720000', '151032.180000', '151032.640000', '151033.100000', '151033.560000', '151034.020000', '151034.480000', '151034.940000', '151035.400000', '151035.860000', '151036.320000', '151036.780000', '151037.240000', '151037.700000', '151038.160000', '151038.620000', '151039.080000', '151039.540000', '151040.000000', '151040.460000', '151040.920000', '151041.380000', '151041.840000', '151042.300000', '151042.760000', '151043.220000', '151043.680000', '151044.140000', '151044.600000', '151045.060000', '151045.520000', '151045.980000', '151046.440000', '151046.900000', '151047.360000', '151047.820000', '151048.280000', '151048.740000', '151049.200000', '151049.660000', '151050.120000', '151050.580000', '151051.040000', '151051.500000', '151051.960000', '151052.420000', '151052.880000', '151053.340000', '151053.800000', '151054.260000', '151054.720000', '151055.180000', '151055.640000', '151056.100000', '151056.560000', '151057.020000', '151057.480000', '151057.940000', '151058.400000', '151058.860000', '151059.320000', '151059.780000', '151100.240000', '151100.700000', '151101.160000', '151101.620000', '151102.080000', '151102.540000', '151103.000000', '151103.460000', '151103.920000', '151104.380000', '151104.840000', '151105.300000', '151105.760000', '151106.220000', '151106.680000', '151107.140000', '151107.600000', '151108.060000', '151108.520000', '151108.980000', '151109.440000', '151109.900000', '151110.360000', '151110.820000', '151111.280000', '151111.740000', '151112.200000', '151112.660000', '151113.120000', '151113.580000', '151114.040000', '151114.500000', '151114.960000', '151115.420000', '151115.880000', '151116.340000', '151116.800000', '151117.260000', '151117.720000', '151118.180000', '151118.640000', '151119.100000', '151119.560000', '151120.020000', '151120.480000', '151120.940000', '151121.400000', '151121.860000', '151122.320000', '151122.780000', '151123.240000', '151123.700000', '151124.160000', '151124.620000', '151125.080000', '151125.540000', '151126.000000', '151126.460000', '151126.920000', '151127.380000', '151127.840000', '151128.300000', '151128.760000', '151129.220000', '151129.680000', '151130.140000', '151130.600000', '151131.060000', '151131.520000', '151131.980000', '151132.440000', '151132.900000', '151133.360000', '151133.820000', '151134.280000', '151134.740000', '151135.200000', '151135.660000', '151136.120000', '151136.580000', '151137.040000', '151137.500000', '151137.960000', '151138.420000', '151138.880000', '151139.340000', '151139.800000', '151140.260000', '151140.720000', '151141.180000', '151141.640000', '151142.100000', '151142.560000', '151143.020000', '151143.480000', '151143.940000', '151144.400000', '151144.860000', '151145.320000', '151145.780000', '151146.240000', '151146.700000', '151147.160000', '151147.620000', '151148.080000', '151148.540000', '151149.000000', '151149.460000', '151149.920000', '151150.380000', '151150.840000', '151151.300000', '151151.760000', '151152.220000', '151152.680000', '151153.140000', '151153.600000', '151154.060000', '151154.520000', '151154.980000', '151155.440000', '151155.900000', '151156.360000', '151156.820000', '151157.280000', '151157.740000', '151158.200000', '151158.660000', '151159.120000', '151159.580000', '151200.040000', '151200.500000', '151200.960000', '151201.420000', '151201.880000', '151202.340000', '151202.800000', '151203.260000', '151203.720000', '151204.180000', '151204.640000', '151205.100000', '151205.560000', '151206.020000', '151206.480000', '151206.940000', '151207.400000', '151207.860000', '151208.320000', '151208.780000', '151209.240000', '151209.700000', '151210.160000', '151210.620000', '151211.080000', '151211.540000', '151212.000000', '151212.460000', '151212.920000', '151213.380000', '151213.840000', '151214.300000', '151214.760000', '151215.220000', '151215.680000', '151216.140000', '151216.600000', '151217.060000', '151217.520000', '151217.980000', '151218.440000', '151218.900000', '151219.360000', '151219.820000', '151220.280000', '151220.740000', '151221.200000', '151221.660000', '151222.120000', '151222.580000', '151223.040000', '151223.500000', '151223.960000', '151224.420000', '151224.880000', '151225.340000', '151225.800000', '151226.260000', '151226.720000', '151227.180000', '151227.640000', '151228.100000', '151228.560000', '151229.020000', '151229.480000', '151229.940000', '151230.400000', '151230.860000', '151231.320000', '151231.780000', '151232.240000', '151232.700000', '151233.160000', '151233.620000', '151234.080000', '151234.540000', '151235.000000', '151235.460000', '151235.920000', '151236.380000', '151236.840000', '151237.300000', '151237.760000', '151238.220000', '151238.680000', '151239.140000', '151239.600000', '151240.060000', '151240.520000', '151240.980000', '151241.440000', '151241.900000', '151242.360000', '151242.820000', '151243.280000', '151243.740000', '151244.200000', '151244.660000', '151245.120000', '151245.580000', '151246.040000', '151246.500000', '151246.960000', '151247.420000', '151247.880000', '151248.340000', '151248.800000', '151249.260000', '151249.720000', '151250.180000', '151250.640000', '151251.100000', '151251.560000', '151252.020000', '151252.480000', '151252.940000', '151253.400000', '151253.860000', '151254.320000', '151254.780000', '151255.240000', '151255.700000', '151256.160000', '151256.620000', '151257.080000', '151257.540000', '151258.000000', '151258.460000', '151258.920000', '151259.380000', '151259.840000', '151300.300000', '151300.760000', '151301.220000', '151301.680000', '151302.140000', '151302.600000', '151303.060000', '151303.520000', '151303.980000', '151304.440000', '151304.900000', '151305.360000', '151305.820000', '151306.280000', '151306.740000', '151307.200000', '151307.660000', '151308.120000', '151308.580000', '151309.040000', '151309.500000', '151309.960000', '151310.420000', '151310.880000', '151311.340000', '151311.800000', '151312.260000', '151312.720000', '151313.180000', '151313.640000', '151314.100000', '151314.560000', '151315.020000', '151315.480000', '151315.940000', '151316.400000', '151316.860000', '151317.320000', '151317.780000', '151318.240000', '151318.700000', '151319.160000', '151319.620000', '151320.080000', '151320.540000', '151321.000000', '151321.460000', '151321.920000', '151322.380000', '151322.840000', '151323.300000', '151323.760000', '151324.220000', '151324.680000', '151325.140000', '151325.600000', '151326.060000', '151326.520000', '151326.980000', '151327.440000', '151327.900000', '151328.360000', '151328.820000', '151329.280000', '151329.740000', '151330.200000', '151330.660000', '151331.120000', '151331.580000', '151332.040000', '151332.500000', '151332.960000', '151333.420000', '151333.880000', '151334.340000', '151334.800000', '151335.260000', '151335.720000', '151336.180000', '151336.640000', '151337.100000', '151337.560000', '151338.020000', '151338.480000', '151338.940000', '151339.400000', '151339.860000', '151340.320000', '151340.780000', '151341.240000', '151341.700000', '151342.160000', '151342.620000', '151343.080000', '151343.540000', '151344.000000', '151344.460000', '151344.920000', '151345.380000', '151345.840000', '151346.300000', '151346.760000', '151347.220000', '151347.680000', '151348.140000', '151348.600000', '151349.060000', '151349.520000', '151349.980000', '151350.440000', '151350.900000', '151351.360000', '151351.820000', '151352.280000', '151352.740000', '151353.200000', '151353.660000', '151354.120000', '151354.580000', '151355.040000', '151355.500000', '151355.960000', '151356.420000', '151356.880000', '151357.340000', '151357.800000', '151358.260000', '151358.720000', '151359.180000', '151359.640000', '151400.100000', '151400.560000', '151401.020000', '151401.480000', '151401.940000', '151402.400000', '151402.860000', '151403.320000', '151403.780000', '151404.240000', '151404.700000', '151405.160000', '151405.620000', '151406.080000', '151406.540000', '151407.000000', '151407.460000', '151407.920000', '151408.380000', '151408.840000', '151409.300000', '151409.760000', '151410.220000', '151410.680000', '151411.140000', '151411.600000', '151412.060000', '151412.520000', '151412.980000', '151413.440000', '151413.900000', '151414.360000', '151414.820000', '151415.280000', '151415.740000', '151416.200000', '151416.660000', '151417.120000', '151417.580000', '151418.040000', '151418.500000', '151418.960000', '151419.420000', '151419.880000', '151420.340000', '151420.800000', '151421.260000', '151421.720000', '151422.180000', '151422.640000', '151423.100000', '151423.560000', '151424.020000', '151424.480000', '151424.940000', '151425.400000', '151425.860000', '151426.320000', '151426.780000', '151427.240000', '151427.700000', '151428.160000', '151428.620000', '151429.080000', '151429.540000', '151430.000000', '151430.460000', '151430.920000', '151431.380000', '151431.840000', '151432.300000', '151432.760000', '151433.220000', '151433.680000', '151434.140000', '151434.600000', '151435.060000', '151435.520000', '151435.980000', '151436.440000', '151436.900000', '151437.360000', '151437.820000', '151438.280000', '151438.740000', '151439.200000', '151439.660000', '151440.120000', '151440.580000', '151441.040000', '151441.500000', '151441.960000', '151442.420000', '151442.880000', '151443.340000', '151443.800000', '151444.260000'], 'ContentTime': ['150825.772000', '150825.779000', '150825.782000', '150825.785000', '150825.787000', '150825.790000', '150825.793000', '150825.796000', '150825.799000', '150825.802000', '150825.805000', '150825.807000', '150825.810000', '150825.813000', '150825.816000', '150825.819000', '150825.822000', '150825.825000', '150825.827000', '150825.830000', '150825.833000', '150825.836000', '150825.839000', '150825.842000', '150825.845000', '150825.848000', '150825.850000', '150825.853000', '150825.856000', '150825.859000', '150825.862000', '150825.865000', '150825.868000', '150825.871000', '150825.873000', '150825.876000', '150825.879000', '150825.882000', '150825.885000', '150825.888000', '150825.891000', '150825.894000', '150825.896000', '150825.899000', '150825.908000', '150825.910000', '150825.913000', '150845.743000', '150845.746000', '150845.749000', '150845.752000', '150845.755000', '150845.758000', '150845.761000', '150845.764000', '150845.767000', '150845.769000', '150845.772000', '150845.775000', '150845.778000', '150845.781000', '150845.784000', '150845.787000', '150845.789000', '150845.792000', '150845.795000', '150845.798000', '150845.801000', '150845.803000', '150845.806000', '150845.809000', '150845.812000', '150845.815000', '150845.818000', '150845.821000', '150845.824000', '150845.826000', '150845.829000', '150845.832000', '150845.835000', '150845.838000', '150845.840000', '150845.843000', '150845.846000', '150845.849000', '150845.852000', '150845.855000', '150845.858000', '150845.860000', '150845.863000', '150905.743000', '150905.746000', '150905.749000', '150905.752000', '150905.755000', '150905.757000', '150905.760000', '150905.766000', '150905.769000', '150905.772000', '150905.775000', '150905.778000', '150905.781000', '150905.783000', '150905.786000', '150905.789000', '150905.792000', '150905.795000', '150905.803000', '150905.806000', '150905.808000', '150905.811000', '150905.814000', '150905.817000', '150905.820000', '150905.823000', '150905.826000', '150905.828000', '150905.831000', '150905.834000', '150905.837000', '150905.840000', '150905.843000', '150905.845000', '150905.848000', '150905.851000', '150905.854000', '150905.857000', '150905.860000', '150905.863000', '150905.866000', '150905.868000', '150905.871000', '150905.874000', '150925.743000', '150925.746000', '150925.749000', '150925.752000', '150925.755000', '150925.758000', '150925.774000', '150925.777000', '150925.780000', '150925.783000', '150925.786000', '150925.789000', '150925.792000', '150925.795000', '150925.798000', '150925.801000', '150925.803000', '150925.806000', '150925.809000', '150925.812000', '150925.815000', '150925.818000', '150925.821000', '150925.824000', '150925.826000', '150925.829000', '150925.832000', '150925.835000', '150925.838000', '150925.841000', '150925.844000', '150925.846000', '150925.849000', '150925.852000', '150925.855000', '150925.858000', '150925.861000', '150925.863000', '150925.866000', '150925.869000', '150925.872000', '150925.882000', '150925.885000', '150945.742000', '150945.745000', '150945.748000', '150945.751000', '150945.754000', '150945.757000', '150945.759000', '150945.762000', '150945.765000', '150945.768000', '150945.771000', '150945.774000', '150945.779000', '150945.782000', '150945.785000', '150945.788000', '150945.791000', '150945.794000', '150945.797000', '150945.799000', '150945.802000', '150945.805000', '150945.808000', '150945.811000', '150945.814000', '150945.817000', '150945.819000', '150945.822000', '150945.825000', '150945.828000', '150945.831000', '150945.834000', '150945.836000', '150945.839000', '150945.842000', '150945.845000', '150945.848000', '150945.851000', '150945.854000', '150945.857000', '150945.859000', '150945.862000', '150945.865000', '150945.868000', '151005.742000', '151005.745000', '151005.748000', '151005.751000', '151005.754000', '151005.756000', '151005.759000', '151005.762000', '151005.765000', '151005.768000', '151005.771000', '151005.774000', '151005.777000', '151005.780000', '151005.783000', '151005.786000', '151005.789000', '151005.792000', '151005.795000', '151005.798000', '151005.800000', '151005.803000', '151005.806000', '151005.809000', '151005.812000', '151005.815000', '151005.818000', '151005.827000', '151005.830000', '151005.833000', '151005.836000', '151005.839000', '151005.842000', '151005.854000', '151005.857000', '151005.860000', '151005.863000', '151005.866000', '151005.869000', '151005.871000', '151005.874000', '151005.877000', '151005.880000', '151025.742000', '151025.745000', '151025.748000', '151025.751000', '151025.754000', '151025.757000', '151025.760000', '151025.762000', '151025.765000', '151025.768000', '151025.771000', '151025.774000', '151025.777000', '151025.780000', '151025.783000', '151025.785000', '151025.788000', '151025.791000', '151025.794000', '151025.797000', '151025.800000', '151025.803000', '151025.806000', '151025.808000', '151025.811000', '151025.814000', '151025.817000', '151025.820000', '151025.823000', '151025.826000', '151025.828000', '151025.831000', '151025.834000', '151025.837000', '151025.840000', '151025.843000', '151025.846000', '151025.849000', '151025.852000', '151025.854000', '151025.857000', '151025.860000', '151025.863000', '151025.866000', '151045.743000', '151045.746000', '151045.749000', '151045.752000', '151045.755000', '151045.758000', '151045.761000', '151045.763000', '151045.766000', '151045.769000', '151045.772000', '151045.775000', '151045.778000', '151045.781000', '151045.784000', '151045.786000', '151045.789000', '151045.792000', '151045.795000', '151045.798000', '151045.801000', '151045.804000', '151045.807000', '151045.810000', '151045.820000', '151045.823000', '151045.826000', '151045.829000', '151045.832000', '151045.835000', '151045.838000', '151045.840000', '151045.844000', '151045.847000', '151045.849000', '151045.852000', '151045.855000', '151045.858000', '151045.861000', '151045.864000', '151045.867000', '151045.870000', '151045.872000', '151105.743000', '151105.746000', '151105.749000', '151105.752000', '151105.755000', '151105.758000', '151105.760000', '151105.768000', '151105.771000', '151105.774000', '151105.776000', '151105.779000', '151105.782000', '151105.785000', '151105.788000', '151105.791000', '151105.794000', '151105.797000', '151105.800000', '151105.803000', '151105.805000', '151105.808000', '151105.811000', '151105.814000', '151105.817000', '151105.820000', '151105.822000', '151105.825000', '151105.828000', '151105.831000', '151105.834000', '151105.837000', '151105.840000', '151105.843000', '151105.845000', '151105.848000', '151105.851000', '151105.854000', '151105.857000', '151105.860000', '151105.863000', '151105.865000', '151105.868000', '151105.871000', '151125.743000', '151125.746000', '151125.750000', '151125.753000', '151125.756000', '151125.759000', '151125.761000', '151125.764000', '151125.767000', '151125.770000', '151125.773000', '151125.776000', '151125.779000', '151125.782000', '151125.785000', '151125.788000', '151125.790000', '151125.793000', '151125.796000', '151125.799000', '151125.802000', '151125.805000', '151125.808000', '151125.811000', '151125.814000', '151125.818000', '151125.821000', '151125.824000', '151125.827000', '151125.829000', '151125.832000', '151125.835000', '151125.838000', '151125.841000', '151125.844000', '151125.847000', '151125.850000', '151125.853000', '151125.855000', '151125.858000', '151125.861000', '151125.864000', '151125.867000', '151145.743000', '151145.746000', '151145.749000', '151145.752000', '151145.755000', '151145.757000', '151145.761000', '151145.763000', '151145.766000', '151145.769000', '151145.772000', '151145.775000', '151145.778000', '151145.781000', '151145.784000', '151145.786000', '151145.789000', '151145.792000', '151145.795000', '151145.798000', '151145.801000', '151145.803000', '151145.806000', '151145.809000', '151145.812000', '151145.815000', '151145.818000', '151145.821000', '151145.824000', '151145.826000', '151145.829000', '151145.832000', '151145.835000', '151145.838000', '151145.841000', '151145.844000', '151145.846000', '151145.849000', '151145.852000', '151145.855000', '151145.858000', '151145.861000', '151145.864000', '151145.866000', '151205.742000', '151205.745000', '151205.748000', '151205.751000', '151205.754000', '151205.756000', '151205.759000', '151205.762000', '151205.765000', '151205.768000', '151205.771000', '151205.774000', '151205.777000', '151205.780000', '151205.782000', '151205.785000', '151205.788000', '151205.791000', '151205.794000', '151205.797000', '151205.800000', '151205.802000', '151205.805000', '151205.808000', '151205.811000', '151205.814000', '151205.817000', '151205.820000', '151205.823000', '151205.825000', '151205.828000', '151205.831000', '151205.834000', '151205.837000', '151205.840000', '151205.843000', '151205.846000', '151205.849000', '151205.852000', '151205.855000', '151205.858000', '151205.860000', '151205.863000', '151225.742000', '151225.745000', '151225.748000', '151225.751000', '151225.754000', '151225.757000', '151225.760000', '151225.762000', '151225.765000', '151225.768000', '151225.771000', '151225.774000', '151225.777000', '151225.790000', '151225.793000', '151225.795000', '151225.798000', '151225.801000', '151225.804000', '151225.807000', '151225.810000', '151225.813000', '151225.816000', '151225.818000', '151225.821000', '151225.824000', '151225.827000', '151225.830000', '151225.833000', '151225.836000', '151225.839000', '151225.841000', '151225.844000', '151225.847000', '151225.850000', '151225.853000', '151225.856000', '151225.859000', '151225.862000', '151225.864000', '151225.867000', '151225.870000', '151225.873000', '151225.876000', '151245.742000', '151245.745000', '151245.748000', '151245.751000', '151245.754000', '151245.756000', '151245.759000', '151245.762000', '151245.765000', '151245.768000', '151245.771000', '151245.774000', '151245.777000', '151245.780000', '151245.783000', '151245.786000', '151245.790000', '151245.792000', '151245.795000', '151245.798000', '151245.801000', '151245.804000', '151245.807000', '151245.810000', '151245.813000', '151245.815000', '151245.818000', '151245.821000', '151245.824000', '151245.827000', '151245.831000', '151245.834000', '151245.837000', '151245.840000', '151245.843000', '151245.846000', '151245.850000', '151245.853000', '151245.856000', '151245.859000', '151245.862000', '151245.865000', '151245.867000', '151305.743000', '151305.746000', '151305.749000', '151305.752000', '151305.755000', '151305.758000', '151305.761000', '151305.764000', '151305.767000', '151305.769000', '151305.772000', '151305.775000', '151305.778000', '151305.781000', '151305.784000', '151305.787000', '151305.790000', '151305.798000', '151305.801000', '151305.804000', '151305.807000', '151305.810000', '151305.813000', '151305.816000', '151305.819000', '151305.821000', '151305.824000', '151305.827000', '151305.830000', '151305.833000', '151305.836000', '151305.839000', '151305.842000', '151305.844000', '151305.847000', '151305.850000', '151305.853000', '151305.856000', '151305.859000', '151305.862000', '151305.865000', '151305.868000', '151305.870000', '151305.873000', '151325.743000', '151325.746000', '151325.749000', '151325.752000', '151325.755000', '151325.758000', '151325.761000', '151325.763000', '151325.766000', '151325.769000', '151325.772000', '151325.775000', '151325.778000', '151325.781000', '151325.784000', '151325.787000', '151325.798000', '151325.801000', '151325.804000', '151325.807000', '151325.810000', '151325.813000', '151325.816000', '151325.818000', '151325.821000', '151325.824000', '151325.827000', '151325.830000', '151325.833000', '151325.836000', '151325.839000', '151325.842000', '151325.844000', '151325.847000', '151325.850000', '151325.853000', '151325.856000', '151325.859000', '151325.862000', '151325.865000', '151325.867000', '151325.870000', '151325.873000', '151345.743000', '151345.746000', '151345.749000', '151345.752000', '151345.755000', '151345.757000', '151345.760000', '151345.763000', '151345.766000', '151345.769000', '151345.772000', '151345.775000', '151345.778000', '151345.781000', '151345.783000', '151345.786000', '151345.789000', '151345.792000', '151345.795000', '151345.798000', '151345.801000', '151345.803000', '151345.806000', '151345.809000', '151345.812000', '151345.815000', '151345.818000', '151345.821000', '151345.824000', '151345.826000', '151345.829000', '151345.832000', '151345.835000', '151345.838000', '151345.841000', '151345.844000', '151345.847000', '151345.849000', '151345.867000', '151345.870000', '151345.873000', '151345.876000', '151345.878000', '151345.881000', '151405.743000', '151405.746000', '151405.749000', '151405.752000', '151405.755000', '151405.758000', '151405.761000', '151405.763000', '151405.766000', '151405.769000', '151405.772000', '151405.775000', '151405.778000', '151405.781000', '151405.784000', '151405.787000', '151405.789000', '151405.792000', '151405.795000', '151405.798000', '151405.801000', '151405.804000', '151405.807000', '151405.810000', '151405.813000', '151405.816000', '151405.818000', '151405.821000', '151405.824000', '151405.828000', '151405.831000', '151405.834000', '151405.837000', '151405.840000', '151405.843000', '151405.845000', '151405.848000', '151405.851000', '151405.854000', '151405.857000', '151405.860000', '151405.863000', '151405.866000', '151425.742000', '151425.745000', '151425.748000', '151425.751000', '151425.754000', '151425.758000', '151425.761000', '151425.764000', '151425.767000', '151425.770000', '151425.773000', '151425.776000', '151425.779000', '151425.781000', '151425.784000', '151425.787000', '151425.790000', '151425.793000', '151425.796000', '151425.799000', '151425.801000', '151425.804000', '151425.807000', '151425.810000', '151425.813000', '151425.816000', '151425.819000', '151425.822000', '151425.824000', '151425.827000', '151425.830000', '151425.833000', '151425.836000', '151425.839000', '151425.842000', '151425.845000', '151425.847000', '151425.850000', '151425.853000', '151425.856000', '151425.859000', '151425.862000', '151425.865000', '151425.868000', '151445.045000', '151445.049000', '151445.052000', '151445.055000', '151445.058000', '151445.061000', '151445.064000', '151445.067000', '151445.070000', '151445.073000', '151445.076000', '151445.079000', '151445.082000', '151445.085000', '151445.088000', '151445.091000', '151445.094000', '151445.097000', '151445.100000', '151445.103000', '151445.106000', '151445.109000', '151445.112000', '151445.115000', '151445.118000', '151445.121000', '151445.124000', '151445.127000', '151445.130000', '151445.132000', '151445.136000', '151445.138000', '151445.141000', '151445.144000', '151445.147000', '151445.150000', '151445.153000', '151445.156000', '151445.159000', '151445.162000', '151445.165000', '151445.168000'], 'InstanceCreationTime': ['150825.772000', '150825.779000', '150825.782000', '150825.785000', '150825.787000', '150825.790000', '150825.793000', '150825.796000', '150825.799000', '150825.802000', '150825.805000', '150825.807000', '150825.810000', '150825.813000', '150825.816000', '150825.819000', '150825.822000', '150825.825000', '150825.827000', '150825.830000', '150825.833000', '150825.836000', '150825.839000', '150825.842000', '150825.845000', '150825.848000', '150825.850000', '150825.853000', '150825.856000', '150825.859000', '150825.862000', '150825.865000', '150825.868000', '150825.871000', '150825.873000', '150825.876000', '150825.879000', '150825.882000', '150825.885000', '150825.888000', '150825.891000', '150825.894000', '150825.896000', '150825.899000', '150825.908000', '150825.910000', '150825.913000', '150845.743000', '150845.746000', '150845.749000', '150845.752000', '150845.755000', '150845.758000', '150845.761000', '150845.764000', '150845.767000', '150845.769000', '150845.772000', '150845.775000', '150845.778000', '150845.781000', '150845.784000', '150845.787000', '150845.789000', '150845.792000', '150845.795000', '150845.798000', '150845.801000', '150845.803000', '150845.806000', '150845.809000', '150845.812000', '150845.815000', '150845.818000', '150845.821000', '150845.824000', '150845.826000', '150845.829000', '150845.832000', '150845.835000', '150845.838000', '150845.840000', '150845.843000', '150845.846000', '150845.849000', '150845.852000', '150845.855000', '150845.858000', '150845.860000', '150845.863000', '150905.743000', '150905.746000', '150905.749000', '150905.752000', '150905.755000', '150905.757000', '150905.760000', '150905.766000', '150905.769000', '150905.772000', '150905.775000', '150905.778000', '150905.781000', '150905.783000', '150905.786000', '150905.789000', '150905.792000', '150905.795000', '150905.803000', '150905.806000', '150905.808000', '150905.811000', '150905.814000', '150905.817000', '150905.820000', '150905.823000', '150905.826000', '150905.828000', '150905.831000', '150905.834000', '150905.837000', '150905.840000', '150905.843000', '150905.845000', '150905.848000', '150905.851000', '150905.854000', '150905.857000', '150905.860000', '150905.863000', '150905.866000', '150905.868000', '150905.871000', '150905.874000', '150925.743000', '150925.746000', '150925.749000', '150925.752000', '150925.755000', '150925.758000', '150925.774000', '150925.777000', '150925.780000', '150925.783000', '150925.786000', '150925.789000', '150925.792000', '150925.795000', '150925.798000', '150925.801000', '150925.803000', '150925.806000', '150925.809000', '150925.812000', '150925.815000', '150925.818000', '150925.821000', '150925.824000', '150925.826000', '150925.829000', '150925.832000', '150925.835000', '150925.838000', '150925.841000', '150925.844000', '150925.846000', '150925.849000', '150925.852000', '150925.855000', '150925.858000', '150925.861000', '150925.863000', '150925.866000', '150925.869000', '150925.872000', '150925.882000', '150925.885000', '150945.742000', '150945.745000', '150945.748000', '150945.751000', '150945.754000', '150945.757000', '150945.759000', '150945.762000', '150945.765000', '150945.768000', '150945.771000', '150945.774000', '150945.779000', '150945.782000', '150945.785000', '150945.788000', '150945.791000', '150945.794000', '150945.797000', '150945.799000', '150945.802000', '150945.805000', '150945.808000', '150945.811000', '150945.814000', '150945.817000', '150945.819000', '150945.822000', '150945.825000', '150945.828000', '150945.831000', '150945.834000', '150945.836000', '150945.839000', '150945.842000', '150945.845000', '150945.848000', '150945.851000', '150945.854000', '150945.857000', '150945.859000', '150945.862000', '150945.865000', '150945.868000', '151005.742000', '151005.745000', '151005.748000', '151005.751000', '151005.754000', '151005.756000', '151005.759000', '151005.762000', '151005.765000', '151005.768000', '151005.771000', '151005.774000', '151005.777000', '151005.780000', '151005.783000', '151005.786000', '151005.789000', '151005.792000', '151005.795000', '151005.798000', '151005.800000', '151005.803000', '151005.806000', '151005.809000', '151005.812000', '151005.815000', '151005.818000', '151005.827000', '151005.830000', '151005.833000', '151005.836000', '151005.839000', '151005.842000', '151005.854000', '151005.857000', '151005.860000', '151005.863000', '151005.866000', '151005.869000', '151005.871000', '151005.874000', '151005.877000', '151005.880000', '151025.742000', '151025.745000', '151025.748000', '151025.751000', '151025.754000', '151025.757000', '151025.760000', '151025.762000', '151025.765000', '151025.768000', '151025.771000', '151025.774000', '151025.777000', '151025.780000', '151025.783000', '151025.785000', '151025.788000', '151025.791000', '151025.794000', '151025.797000', '151025.800000', '151025.803000', '151025.806000', '151025.808000', '151025.811000', '151025.814000', '151025.817000', '151025.820000', '151025.823000', '151025.826000', '151025.828000', '151025.831000', '151025.834000', '151025.837000', '151025.840000', '151025.843000', '151025.846000', '151025.849000', '151025.852000', '151025.854000', '151025.857000', '151025.860000', '151025.863000', '151025.866000', '151045.743000', '151045.746000', '151045.749000', '151045.752000', '151045.755000', '151045.758000', '151045.761000', '151045.763000', '151045.766000', '151045.769000', '151045.772000', '151045.775000', '151045.778000', '151045.781000', '151045.784000', '151045.786000', '151045.789000', '151045.792000', '151045.795000', '151045.798000', '151045.801000', '151045.804000', '151045.807000', '151045.810000', '151045.820000', '151045.823000', '151045.826000', '151045.829000', '151045.832000', '151045.835000', '151045.838000', '151045.840000', '151045.844000', '151045.847000', '151045.849000', '151045.852000', '151045.855000', '151045.858000', '151045.861000', '151045.864000', '151045.867000', '151045.870000', '151045.872000', '151105.743000', '151105.746000', '151105.749000', '151105.752000', '151105.755000', '151105.758000', '151105.760000', '151105.768000', '151105.771000', '151105.774000', '151105.776000', '151105.779000', '151105.782000', '151105.785000', '151105.788000', '151105.791000', '151105.794000', '151105.797000', '151105.800000', '151105.803000', '151105.805000', '151105.808000', '151105.811000', '151105.814000', '151105.817000', '151105.820000', '151105.822000', '151105.825000', '151105.828000', '151105.831000', '151105.834000', '151105.837000', '151105.840000', '151105.843000', '151105.845000', '151105.848000', '151105.851000', '151105.854000', '151105.857000', '151105.860000', '151105.863000', '151105.865000', '151105.868000', '151105.871000', '151125.743000', '151125.746000', '151125.750000', '151125.753000', '151125.756000', '151125.759000', '151125.761000', '151125.764000', '151125.767000', '151125.770000', '151125.773000', '151125.776000', '151125.779000', '151125.782000', '151125.785000', '151125.788000', '151125.790000', '151125.793000', '151125.796000', '151125.799000', '151125.802000', '151125.805000', '151125.808000', '151125.811000', '151125.814000', '151125.818000', '151125.821000', '151125.824000', '151125.827000', '151125.829000', '151125.832000', '151125.835000', '151125.838000', '151125.841000', '151125.844000', '151125.847000', '151125.850000', '151125.853000', '151125.855000', '151125.858000', '151125.861000', '151125.864000', '151125.867000', '151145.743000', '151145.746000', '151145.749000', '151145.752000', '151145.755000', '151145.757000', '151145.761000', '151145.763000', '151145.766000', '151145.769000', '151145.772000', '151145.775000', '151145.778000', '151145.781000', '151145.784000', '151145.786000', '151145.789000', '151145.792000', '151145.795000', '151145.798000', '151145.801000', '151145.803000', '151145.806000', '151145.809000', '151145.812000', '151145.815000', '151145.818000', '151145.821000', '151145.824000', '151145.826000', '151145.829000', '151145.832000', '151145.835000', '151145.838000', '151145.841000', '151145.844000', '151145.846000', '151145.849000', '151145.852000', '151145.855000', '151145.858000', '151145.861000', '151145.864000', '151145.866000', '151205.742000', '151205.745000', '151205.748000', '151205.751000', '151205.754000', '151205.756000', '151205.759000', '151205.762000', '151205.765000', '151205.768000', '151205.771000', '151205.774000', '151205.777000', '151205.780000', '151205.782000', '151205.785000', '151205.788000', '151205.791000', '151205.794000', '151205.797000', '151205.800000', '151205.802000', '151205.805000', '151205.808000', '151205.811000', '151205.814000', '151205.817000', '151205.820000', '151205.823000', '151205.825000', '151205.828000', '151205.831000', '151205.834000', '151205.837000', '151205.840000', '151205.843000', '151205.846000', '151205.849000', '151205.852000', '151205.855000', '151205.858000', '151205.860000', '151205.863000', '151225.742000', '151225.745000', '151225.748000', '151225.751000', '151225.754000', '151225.757000', '151225.760000', '151225.762000', '151225.765000', '151225.768000', '151225.771000', '151225.774000', '151225.777000', '151225.790000', '151225.793000', '151225.795000', '151225.798000', '151225.801000', '151225.804000', '151225.807000', '151225.810000', '151225.813000', '151225.816000', '151225.818000', '151225.821000', '151225.824000', '151225.827000', '151225.830000', '151225.833000', '151225.836000', '151225.839000', '151225.841000', '151225.844000', '151225.847000', '151225.850000', '151225.853000', '151225.856000', '151225.859000', '151225.862000', '151225.864000', '151225.867000', '151225.870000', '151225.873000', '151225.876000', '151245.742000', '151245.745000', '151245.748000', '151245.751000', '151245.754000', '151245.756000', '151245.759000', '151245.762000', '151245.765000', '151245.768000', '151245.771000', '151245.774000', '151245.777000', '151245.780000', '151245.783000', '151245.786000', '151245.790000', '151245.792000', '151245.795000', '151245.798000', '151245.801000', '151245.804000', '151245.807000', '151245.810000', '151245.813000', '151245.815000', '151245.818000', '151245.821000', '151245.824000', '151245.827000', '151245.831000', '151245.834000', '151245.837000', '151245.840000', '151245.843000', '151245.846000', '151245.850000', '151245.853000', '151245.856000', '151245.859000', '151245.862000', '151245.865000', '151245.867000', '151305.743000', '151305.746000', '151305.749000', '151305.752000', '151305.755000', '151305.758000', '151305.761000', '151305.764000', '151305.767000', '151305.769000', '151305.772000', '151305.775000', '151305.778000', '151305.781000', '151305.784000', '151305.787000', '151305.790000', '151305.798000', '151305.801000', '151305.804000', '151305.807000', '151305.810000', '151305.813000', '151305.816000', '151305.819000', '151305.821000', '151305.824000', '151305.827000', '151305.830000', '151305.833000', '151305.836000', '151305.839000', '151305.842000', '151305.844000', '151305.847000', '151305.850000', '151305.853000', '151305.856000', '151305.859000', '151305.862000', '151305.865000', '151305.868000', '151305.870000', '151305.873000', '151325.743000', '151325.746000', '151325.749000', '151325.752000', '151325.755000', '151325.758000', '151325.761000', '151325.763000', '151325.766000', '151325.769000', '151325.772000', '151325.775000', '151325.778000', '151325.781000', '151325.784000', '151325.787000', '151325.798000', '151325.801000', '151325.804000', '151325.807000', '151325.810000', '151325.813000', '151325.816000', '151325.818000', '151325.821000', '151325.824000', '151325.827000', '151325.830000', '151325.833000', '151325.836000', '151325.839000', '151325.842000', '151325.844000', '151325.847000', '151325.850000', '151325.853000', '151325.856000', '151325.859000', '151325.862000', '151325.865000', '151325.867000', '151325.870000', '151325.873000', '151345.743000', '151345.746000', '151345.749000', '151345.752000', '151345.755000', '151345.757000', '151345.760000', '151345.763000', '151345.766000', '151345.769000', '151345.772000', '151345.775000', '151345.778000', '151345.781000', '151345.783000', '151345.786000', '151345.789000', '151345.792000', '151345.795000', '151345.798000', '151345.801000', '151345.803000', '151345.806000', '151345.809000', '151345.812000', '151345.815000', '151345.818000', '151345.821000', '151345.824000', '151345.826000', '151345.829000', '151345.832000', '151345.835000', '151345.838000', '151345.841000', '151345.844000', '151345.847000', '151345.849000', '151345.867000', '151345.870000', '151345.873000', '151345.876000', '151345.878000', '151345.881000', '151405.743000', '151405.746000', '151405.749000', '151405.752000', '151405.755000', '151405.758000', '151405.761000', '151405.763000', '151405.766000', '151405.769000', '151405.772000', '151405.775000', '151405.778000', '151405.781000', '151405.784000', '151405.787000', '151405.789000', '151405.792000', '151405.795000', '151405.798000', '151405.801000', '151405.804000', '151405.807000', '151405.810000', '151405.813000', '151405.816000', '151405.818000', '151405.821000', '151405.824000', '151405.828000', '151405.831000', '151405.834000', '151405.837000', '151405.840000', '151405.843000', '151405.845000', '151405.848000', '151405.851000', '151405.854000', '151405.857000', '151405.860000', '151405.863000', '151405.866000', '151425.742000', '151425.745000', '151425.748000', '151425.751000', '151425.754000', '151425.758000', '151425.761000', '151425.764000', '151425.767000', '151425.770000', '151425.773000', '151425.776000', '151425.779000', '151425.781000', '151425.784000', '151425.787000', '151425.790000', '151425.793000', '151425.796000', '151425.799000', '151425.801000', '151425.804000', '151425.807000', '151425.810000', '151425.813000', '151425.816000', '151425.819000', '151425.822000', '151425.824000', '151425.827000', '151425.830000', '151425.833000', '151425.836000', '151425.839000', '151425.842000', '151425.845000', '151425.847000', '151425.850000', '151425.853000', '151425.856000', '151425.859000', '151425.862000', '151425.865000', '151425.868000', '151445.045000', '151445.049000', '151445.052000', '151445.055000', '151445.058000', '151445.061000', '151445.064000', '151445.067000', '151445.070000', '151445.073000', '151445.076000', '151445.079000', '151445.082000', '151445.085000', '151445.088000', '151445.091000', '151445.094000', '151445.097000', '151445.100000', '151445.103000', '151445.106000', '151445.109000', '151445.112000', '151445.115000', '151445.118000', '151445.121000', '151445.124000', '151445.127000', '151445.130000', '151445.132000', '151445.136000', '151445.138000', '151445.141000', '151445.144000', '151445.147000', '151445.150000', '151445.153000', '151445.156000', '151445.159000', '151445.162000', '151445.165000', '151445.168000'], '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': [17569, 12027, 13082, 14672, 10562, 18542, 12085, 13751, 13760, 9957, 17608, 11917, 18820, 13852, 11133, 15168, 9386, 18524, 12554, 18686, 13625, 12210, 16268, 11062, 18154, 12407, 10068, 15647, 10461, 18411, 12671, 13783, 12933, 10148, 16410, 10530, 17742, 11495, 17201, 13430, 12750, 15983, 9663, 17522, 11708, 18095, 13778, 11329, 17120, 11310, 18449, 12965, 10687, 15473, 10368, 18751, 12370, 15505, 12806, 10256, 17145, 11621, 18456, 12133, 16963, 12842, 11090, 16612, 10527, 18542, 12181, 15412, 13274, 10794, 17304, 11248, 18541, 13143, 11573, 15627, 9986, 17642, 10846, 17130, 12783, 10753, 16353, 10513, 17787, 12475, 11806, 15072, 9732, 18127, 12322, 15343, 13841, 10669, 17514, 11937, 18900, 12315, 13958, 13180, 10678, 16878, 11124, 18169, 12326, 14584, 14046, 10202, 17924, 11032, 13900, 13196, 9882, 17628, 12202, 16958, 13340, 9684, 16684, 10855, 17860, 13103, 16157, 14280, 10349, 16741, 10438, 18649, 13212, 19527, 13676, 13332, 15913, 9803, 17551, 11405, 12605, 13820, 10319, 17064, 10527, 17703, 12633, 16428, 13685, 11068, 15980, 9330, 17829, 11615, 18270, 13128, 13529, 14452, 9108, 17440, 11251, 18498, 14130, 10213, 15919, 9365, 17813, 11655, 18858, 13839, 10216, 15210, 9033, 17929, 12344, 18512, 14174, 10481, 16662, 11116, 18412, 13233, 12335, 16570, 10342, 18800, 12808, 9704, 16494, 11248, 18757, 13605, 13379, 15317, 9312, 17690, 10991, 18482, 12749, 15064, 14437, 10084, 17141, 10509, 18058, 12346, 14452, 14323, 9870, 16813, 11015, 18545, 13871, 9517, 16157, 10503, 18180, 13412, 10759, 16980, 10460, 14364, 13096, 9579, 17683, 12346, 18533, 12545, 17949, 12844, 19045, 13295, 10142, 14518, 9595, 16226, 10133, 18077, 12453, 19872, 12533, 10596, 14952, 9700, 17846, 12482, 13290, 13965, 9786, 17902, 12624, 19541, 12698, 10550, 15645, 10522, 18527, 13270, 11586, 15032, 9457, 17983, 12054, 18324, 13665, 9901, 16383, 10209, 18554, 12790, 17017, 13507, 9370, 16439, 10842, 18945, 13996, 9693, 15187, 10455, 18293, 13186, 13277, 15572, 9376, 17973, 11788, 19199, 14257, 9783, 17269, 11378, 15892, 13974, 10019, 17407, 11268, 18261, 13198, 11146, 15416, 9082, 17674, 11618, 16962, 14744, 9746, 18026, 11598, 13709, 14658, 9538, 18507, 12687, 11560, 14891, 9168, 17892, 13371, 11583, 17158, 12326, 19654, 14747, 9727, 17999, 12884, 19443, 13967, 19315, 14344, 9565, 16165, 9721, 18222, 11683, 18322, 13678, 12089, 14936, 10086, 17915, 12595, 9613, 14622, 9501, 17000, 11541, 19441, 13408, 12735, 13382, 12235, 14343, 13878, 15112, 9546, 17032, 9465, 17631, 11027, 18086, 13195, 11772, 14747, 9072, 17152, 11390, 18431, 13204, 11487, 15155, 9185, 17385, 11134, 18006, 13052, 16661, 13247, 10766, 15211, 9728, 17947, 12119, 18898, 12429, 13700, 13854, 10268, 16613, 10708, 17950, 12834, 13319, 14243, 9192, 17248, 11156, 19934, 14018, 10236, 15449, 9590, 17631, 11617, 18339, 12743, 14479, 13152, 9354, 16683, 10455, 18501, 12052, 12097, 15239, 10192, 17724, 11492, 14381, 13521, 10212, 17458, 11118, 19391, 12335, 10839, 15494, 9713, 17487, 11504, 18735, 13100, 13510, 14325, 9936, 17330, 11115, 18616, 12771, 9955, 16722, 11313, 19443, 12658, 14159, 14140, 11431, 16215, 10827, 18269, 10848, 16404, 12887, 11268, 16468, 11022, 17890, 11403, 13867, 14022, 9885, 18157, 11553, 18744, 12335, 9559, 16343, 11520, 20458, 12961, 10448, 15700, 9743, 17956, 12531, 19966, 13172, 9928, 16448, 10548, 18804, 13069, 11452, 13982, 9450, 17352, 11298, 14422, 14681, 9571, 17663, 11368, 13499, 14527, 9368, 17565, 11610, 18721, 13461, 9238, 16417, 10616, 18977, 12863, 10898, 15467, 10126, 18721, 12914, 11047, 15629, 11417, 21041, 12162, 10513, 15536, 10726, 19056, 13280, 12235, 14262, 9295, 17465, 11561, 19991, 13345, 10275, 16051, 10960, 19685, 12148, 10905, 14993, 9602, 16931, 12007, 14294, 13873, 9309, 17043, 10977, 18986, 13698, 9870, 16398, 10522, 19190, 13310, 10644, 15962, 10384, 17475, 12125, 13074, 15793, 10797, 17877, 12252, 16868, 13482, 11628, 16537, 10220, 17814, 12090, 15927, 13456, 9655, 17067, 10587, 14832, 14392, 9415, 18807, 13155, 9677, 17216, 12281, 10332, 15551, 10170, 18532, 12009, 20765, 13171, 19672, 11308, 17665, 12000, 13400, 13717, 9575, 16275, 10258, 16538, 11988, 10264, 15919, 9828, 17360, 11947, 15903, 12662, 10859, 16118, 9938, 17475, 11869, 11212, 14709, 10368, 17943, 12482, 12414, 14467, 9629, 16934, 11574, 17184, 13871, 9604, 16351, 10667, 20199, 13634, 9713, 15745, 10062, 17696, 12932, 11308, 16764, 10466, 19737, 11997, 11849, 14404, 10125, 18042, 11246, 15441, 12411, 9841, 16438, 11452, 21044, 11994, 12257, 14428, 9476, 16898, 11337, 19863, 11898, 12243, 14180, 9701, 17888, 12174, 12349, 13843, 9868, 16715, 12015, 13409, 13753, 9201, 16261, 10831, 18340, 12747, 16038, 11909, 9311, 15410, 10298, 17693, 12177, 13566, 12643, 9236, 16314, 11136, 14509, 14050, 9074, 17059, 10526, 19373, 13445, 9662, 15580, 9875, 17155, 11334, 17552, 13641, 8900, 16284, 10269, 17079, 12129, 10593, 16226, 10545, 19037, 12062, 13318, 13373, 9717, 17774, 10621, 17365, 12312, 9791, 16263, 11498, 21155, 12264, 9873, 15167, 10653, 18118, 12074, 21089, 11731, 14295, 12639, 10898, 15273, 9784, 16740, 10627, 17083, 11393, 19676, 12524, 10854, 13554, 9108, 16174, 10663, 14529, 13857, 9199, 16725, 10648, 17592, 13087, 16209, 14442, 9691, 16117, 10334, 16991, 11579, 18068, 12875, 16470, 12853, 10381, 15404, 9339, 16870, 12061, 18633, 12594, 13402, 13517, 9141, 16288, 11753, 20221, 12579, 10906, 15120, 9562, 17036, 11144, 18803, 13021, 11932, 14339, 9571, 16902, 10925, 18073, 13296, 9760, 15546, 10254, 17009, 11155, 18716, 13007, 10987, 13716, 8921, 16307, 10904, 19949, 13599, 10708, 14782, 9829, 17169, 12034, 17604, 13437, 9513, 15385, 9920, 16844, 11852, 18144, 12201, 17458, 12180, 9785, 15403, 10669, 17614, 12019, 11442, 13187, 8890, 16309, 11465, 18777, 11694, 18656, 11221, 17059, 11761, 18012, 12311, 19072, 10949, 13500, 12022, 10610, 14490, 9935, 16370, 10372, 14758, 11985, 9860, 15586, 10442, 19592, 11460, 9974, 13987, 9724, 17295, 11810, 14869, 12727, 9305, 15764, 11397, 18819, 10780, 17461, 11922, 12181, 13619, 9842, 15764, 10175], 'WindowCenter': [4915.0, 4851.0, 4846.0, 4854.0, 4813.0, 4872.0, 4822.0, 4829.0, 4828.0, 4786.0, 4845.0, 4808.0, 4858.0, 4827.0, 4796.0, 4826.0, 4777.0, 4855.0, 4817.0, 4844.0, 4814.0, 4795.0, 4834.0, 4797.0, 4845.0, 4805.0, 4774.0, 4824.0, 4786.0, 4856.0, 4816.0, 4827.0, 4814.0, 4785.0, 4848.0, 4796.0, 4855.0, 4806.0, 4843.0, 4827.0, 4816.0, 4836.0, 4789.0, 4846.0, 4805.0, 4844.0, 4816.0, 4795.0, 4846.0, 4795.0, 4855.0, 4814.0, 4784.0, 4825.0, 4786.0, 4855.0, 4816.0, 4837.0, 4817.0, 4785.0, 4845.0, 4798.0, 4844.0, 4806.0, 4831.0, 4802.0, 4784.0, 4834.0, 4783.0, 4843.0, 4805.0, 4822.0, 4814.0, 4794.0, 4844.0, 4795.0, 4844.0, 4804.0, 4791.0, 4823.0, 4774.0, 4842.0, 4783.0, 4831.0, 4804.0, 4784.0, 4834.0, 4784.0, 4844.0, 4805.0, 4803.0, 4822.0, 4774.0, 4844.0, 4806.0, 4823.0, 4814.0, 4785.0, 4844.0, 4794.0, 4842.0, 4805.0, 4810.0, 4803.0, 4781.0, 4832.0, 4793.0, 4842.0, 4802.0, 4810.0, 4811.0, 4784.0, 4844.0, 4794.0, 4813.0, 4813.0, 4785.0, 4843.0, 4818.0, 4845.0, 4824.0, 4788.0, 4845.0, 4797.0, 4856.0, 4818.0, 4847.0, 4826.0, 4796.0, 4844.0, 4796.0, 4854.0, 4816.0, 4854.0, 4815.0, 4813.0, 4833.0, 4784.0, 4843.0, 4795.0, 4804.0, 4825.0, 4797.0, 4848.0, 4797.0, 4854.0, 4817.0, 4844.0, 4825.0, 4796.0, 4834.0, 4775.0, 4844.0, 4794.0, 4842.0, 4815.0, 4815.0, 4825.0, 4775.0, 4843.0, 4796.0, 4844.0, 4826.0, 4786.0, 4835.0, 4776.0, 4843.0, 4794.0, 4843.0, 4826.0, 4785.0, 4824.0, 4774.0, 4844.0, 4805.0, 4843.0, 4825.0, 4787.0, 4832.0, 4793.0, 4843.0, 4814.0, 4804.0, 4845.0, 4786.0, 4855.0, 4814.0, 4776.0, 4843.0, 4796.0, 4855.0, 4826.0, 4815.0, 4834.0, 4774.0, 4844.0, 4795.0, 4842.0, 4813.0, 4823.0, 4825.0, 4783.0, 4833.0, 4783.0, 4842.0, 4804.0, 4823.0, 4823.0, 4784.0, 4831.0, 4796.0, 4854.0, 4824.0, 4786.0, 4833.0, 4795.0, 4854.0, 4826.0, 4798.0, 4846.0, 4797.0, 4824.0, 4815.0, 4790.0, 4855.0, 4816.0, 4856.0, 4807.0, 4846.0, 4806.0, 4843.0, 4816.0, 4774.0, 4813.0, 4772.0, 4820.0, 4784.0, 4841.0, 4804.0, 4851.0, 4803.0, 4782.0, 4822.0, 4774.0, 4844.0, 4803.0, 4812.0, 4813.0, 4774.0, 4843.0, 4805.0, 4854.0, 4803.0, 4786.0, 4835.0, 4794.0, 4845.0, 4815.0, 4805.0, 4824.0, 4783.0, 4842.0, 4805.0, 4844.0, 4815.0, 4773.0, 4833.0, 4785.0, 4844.0, 4815.0, 4844.0, 4812.0, 4774.0, 4832.0, 4794.0, 4844.0, 4825.0, 4785.0, 4832.0, 4796.0, 4844.0, 4815.0, 4814.0, 4835.0, 4776.0, 4843.0, 4806.0, 4854.0, 4824.0, 4774.0, 4844.0, 4796.0, 4833.0, 4813.0, 4774.0, 4834.0, 4795.0, 4843.0, 4814.0, 4795.0, 4824.0, 4774.0, 4841.0, 4794.0, 4832.0, 4837.0, 4785.0, 4843.0, 4806.0, 4823.0, 4824.0, 4785.0, 4856.0, 4818.0, 4808.0, 4850.0, 4789.0, 4858.0, 4827.0, 4807.0, 4857.0, 4820.0, 4869.0, 4838.0, 4799.0, 4856.0, 4819.0, 4857.0, 4828.0, 4854.0, 4826.0, 4776.0, 4834.0, 4776.0, 4843.0, 4794.0, 4842.0, 4815.0, 4803.0, 4825.0, 4784.0, 4843.0, 4806.0, 4776.0, 4824.0, 4786.0, 4843.0, 4808.0, 4857.0, 4828.0, 4816.0, 4828.0, 4807.0, 4827.0, 4814.0, 4835.0, 4787.0, 4845.0, 4776.0, 4846.0, 4797.0, 4855.0, 4817.0, 4807.0, 4835.0, 4778.0, 4846.0, 4807.0, 4857.0, 4828.0, 4807.0, 4838.0, 4788.0, 4847.0, 4808.0, 4847.0, 4820.0, 4845.0, 4816.0, 4796.0, 4834.0, 4777.0, 4846.0, 4808.0, 4857.0, 4817.0, 4815.0, 4816.0, 4785.0, 4835.0, 4784.0, 4844.0, 4817.0, 4815.0, 4824.0, 4777.0, 4844.0, 4807.0, 4856.0, 4827.0, 4788.0, 4836.0, 4775.0, 4843.0, 4795.0, 4845.0, 4815.0, 4825.0, 4815.0, 4776.0, 4835.0, 4796.0, 4854.0, 4805.0, 4806.0, 4847.0, 4798.0, 4856.0, 4806.0, 4826.0, 4826.0, 4787.0, 4857.0, 4808.0, 4856.0, 4818.0, 4795.0, 4838.0, 4789.0, 4859.0, 4808.0, 4855.0, 4817.0, 4815.0, 4824.0, 4784.0, 4846.0, 4798.0, 4855.0, 4817.0, 4787.0, 4844.0, 4808.0, 4866.0, 4816.0, 4826.0, 4827.0, 4806.0, 4835.0, 4797.0, 4854.0, 4796.0, 4834.0, 4814.0, 4794.0, 4846.0, 4795.0, 4845.0, 4795.0, 4813.0, 4825.0, 4786.0, 4857.0, 4805.0, 4854.0, 4805.0, 4775.0, 4834.0, 4807.0, 4864.0, 4815.0, 4784.0, 4833.0, 4776.0, 4843.0, 4805.0, 4855.0, 4805.0, 4774.0, 4831.0, 4784.0, 4843.0, 4815.0, 4795.0, 4813.0, 4775.0, 4842.0, 4796.0, 4824.0, 4826.0, 4776.0, 4843.0, 4794.0, 4814.0, 4823.0, 4776.0, 4843.0, 4806.0, 4854.0, 4815.0, 4777.0, 4842.0, 4795.0, 4853.0, 4816.0, 4797.0, 4836.0, 4796.0, 4854.0, 4817.0, 4806.0, 4837.0, 4807.0, 4865.0, 4807.0, 4784.0, 4834.0, 4796.0, 4854.0, 4816.0, 4804.0, 4823.0, 4774.0, 4843.0, 4795.0, 4852.0, 4815.0, 4785.0, 4834.0, 4796.0, 4855.0, 4803.0, 4796.0, 4825.0, 4786.0, 4844.0, 4807.0, 4826.0, 4826.0, 4777.0, 4845.0, 4795.0, 4854.0, 4827.0, 4787.0, 4844.0, 4798.0, 4855.0, 4829.0, 4798.0, 4846.0, 4798.0, 4855.0, 4818.0, 4824.0, 4849.0, 4808.0, 4858.0, 4817.0, 4846.0, 4827.0, 4807.0, 4844.0, 4796.0, 4844.0, 4805.0, 4833.0, 4816.0, 4787.0, 4846.0, 4811.0, 4837.0, 4838.0, 4787.0, 4866.0, 4827.0, 4799.0, 4856.0, 4815.0, 4800.0, 4848.0, 4798.0, 4857.0, 4808.0, 4866.0, 4817.0, 4856.0, 4794.0, 4831.0, 4794.0, 4803.0, 4813.0, 4775.0, 4832.0, 4784.0, 4833.0, 4804.0, 4786.0, 4834.0, 4786.0, 4843.0, 4806.0, 4833.0, 4817.0, 4794.0, 4836.0, 4785.0, 4846.0, 4807.0, 4796.0, 4826.0, 4786.0, 4858.0, 4831.0, 4816.0, 4827.0, 4789.0, 4848.0, 4809.0, 4847.0, 4826.0, 4777.0, 4836.0, 4795.0, 4855.0, 4826.0, 4778.0, 4834.0, 4787.0, 4846.0, 4817.0, 4795.0, 4848.0, 4798.0, 4864.0, 4807.0, 4794.0, 4825.0, 4787.0, 4845.0, 4797.0, 4835.0, 4805.0, 4785.0, 4843.0, 4807.0, 4865.0, 4805.0, 4806.0, 4825.0, 4777.0, 4846.0, 4796.0, 4855.0, 4806.0, 4803.0, 4811.0, 4775.0, 4846.0, 4804.0, 4803.0, 4813.0, 4786.0, 4835.0, 4806.0, 4816.0, 4815.0, 4776.0, 4833.0, 4795.0, 4842.0, 4813.0, 4833.0, 4795.0, 4774.0, 4823.0, 4785.0, 4846.0, 4805.0, 4814.0, 4804.0, 4775.0, 4834.0, 4797.0, 4827.0, 4826.0, 4777.0, 4845.0, 4797.0, 4855.0, 4827.0, 4787.0, 4835.0, 4787.0, 4845.0, 4796.0, 4845.0, 4817.0, 4776.0, 4834.0, 4786.0, 4844.0, 4807.0, 4796.0, 4847.0, 4799.0, 4857.0, 4817.0, 4827.0, 4827.0, 4788.0, 4855.0, 4795.0, 4845.0, 4805.0, 4785.0, 4836.0, 4807.0, 4866.0, 4805.0, 4786.0, 4825.0, 4786.0, 4842.0, 4807.0, 4865.0, 4805.0, 4822.0, 4805.0, 4784.0, 4824.0, 4783.0, 4833.0, 4783.0, 4830.0, 4795.0, 4853.0, 4806.0, 4795.0, 4815.0, 4776.0, 4845.0, 4811.0, 4838.0, 4838.0, 4789.0, 4859.0, 4812.0, 4858.0, 4830.0, 4847.0, 4840.0, 4789.0, 4848.0, 4798.0, 4847.0, 4807.0, 4853.0, 4819.0, 4846.0, 4817.0, 4787.0, 4836.0, 4778.0, 4847.0, 4818.0, 4858.0, 4816.0, 4816.0, 4816.0, 4787.0, 4845.0, 4809.0, 4867.0, 4816.0, 4797.0, 4836.0, 4787.0, 4845.0, 4808.0, 4853.0, 4818.0, 4806.0, 4827.0, 4787.0, 4846.0, 4798.0, 4855.0, 4829.0, 4790.0, 4835.0, 4797.0, 4847.0, 4809.0, 4857.0, 4829.0, 4798.0, 4826.0, 4779.0, 4846.0, 4807.0, 4868.0, 4831.0, 4799.0, 4838.0, 4799.0, 4858.0, 4819.0, 4854.0, 4827.0, 4800.0, 4834.0, 4799.0, 4847.0, 4809.0, 4856.0, 4818.0, 4857.0, 4816.0, 4786.0, 4836.0, 4798.0, 4856.0, 4819.0, 4807.0, 4828.0, 4780.0, 4845.0, 4808.0, 4869.0, 4806.0, 4856.0, 4793.0, 4845.0, 4802.0, 4843.0, 4806.0, 4855.0, 4794.0, 4815.0, 4805.0, 4784.0, 4812.0, 4785.0, 4833.0, 4786.0, 4824.0, 4806.0, 4786.0, 4845.0, 4795.0, 4865.0, 4808.0, 4786.0, 4827.0, 4789.0, 4847.0, 4810.0, 4838.0, 4815.0, 4778.0, 4836.0, 4807.0, 4857.0, 4796.0, 4845.0, 4807.0, 4805.0, 4813.0, 4776.0, 4831.0, 4788.0], 'WindowWidth': [10670.0, 10571.0, 10555.0, 10560.0, 10500.0, 10581.0, 10508.0, 10516.0, 10511.0, 10453.0, 10532.0, 10483.0, 10558.0, 10509.0, 10465.0, 10507.0, 10441.0, 10548.0, 10495.0, 10532.0, 10488.0, 10460.0, 10515.0, 10463.0, 10534.0, 10475.0, 10431.0, 10499.0, 10450.0, 10549.0, 10493.0, 10507.0, 10489.0, 10450.0, 10537.0, 10464.0, 10549.0, 10480.0, 10530.0, 10510.0, 10492.0, 10523.0, 10457.0, 10535.0, 10477.0, 10531.0, 10492.0, 10463.0, 10536.0, 10464.0, 10549.0, 10489.0, 10447.0, 10502.0, 10452.0, 10548.0, 10493.0, 10522.0, 10494.0, 10448.0, 10530.0, 10468.0, 10533.0, 10478.0, 10510.0, 10469.0, 10443.0, 10516.0, 10443.0, 10527.0, 10474.0, 10496.0, 10485.0, 10460.0, 10530.0, 10464.0, 10528.0, 10473.0, 10453.0, 10498.0, 10431.0, 10524.0, 10443.0, 10508.0, 10473.0, 10445.0, 10514.0, 10447.0, 10529.0, 10476.0, 10473.0, 10498.0, 10434.0, 10532.0, 10478.0, 10500.0, 10487.0, 10448.0, 10530.0, 10460.0, 10525.0, 10474.0, 10478.0, 10469.0, 10437.0, 10511.0, 10457.0, 10525.0, 10469.0, 10479.0, 10480.0, 10444.0, 10529.0, 10460.0, 10487.0, 10486.0, 10449.0, 10528.0, 10499.0, 10534.0, 10504.0, 10459.0, 10533.0, 10469.0, 10550.0, 10499.0, 10538.0, 10509.0, 10469.0, 10530.0, 10466.0, 10544.0, 10492.0, 10550.0, 10491.0, 10484.0, 10513.0, 10447.0, 10527.0, 10464.0, 10474.0, 10506.0, 10468.0, 10540.0, 10470.0, 10545.0, 10496.0, 10531.0, 10506.0, 10465.0, 10517.0, 10437.0, 10529.0, 10460.0, 10527.0, 10489.0, 10489.0, 10503.0, 10436.0, 10527.0, 10465.0, 10531.0, 10507.0, 10451.0, 10516.0, 10437.0, 10527.0, 10459.0, 10530.0, 10506.0, 10449.0, 10499.0, 10433.0, 10529.0, 10477.0, 10527.0, 10505.0, 10453.0, 10512.0, 10458.0, 10528.0, 10486.0, 10472.0, 10533.0, 10452.0, 10549.0, 10489.0, 10438.0, 10528.0, 10467.0, 10550.0, 10505.0, 10489.0, 10517.0, 10434.0, 10531.0, 10462.0, 10525.0, 10487.0, 10498.0, 10503.0, 10442.0, 10510.0, 10442.0, 10523.0, 10473.0, 10497.0, 10498.0, 10446.0, 10507.0, 10466.0, 10547.0, 10503.0, 10452.0, 10514.0, 10465.0, 10547.0, 10507.0, 10468.0, 10534.0, 10469.0, 10505.0, 10493.0, 10461.0, 10548.0, 10495.0, 10552.0, 10481.0, 10536.0, 10478.0, 10529.0, 10493.0, 10430.0, 10483.0, 10427.0, 10491.0, 10444.0, 10522.0, 10470.0, 10537.0, 10469.0, 10439.0, 10493.0, 10432.0, 10529.0, 10470.0, 10482.0, 10483.0, 10432.0, 10528.0, 10476.0, 10545.0, 10471.0, 10448.0, 10518.0, 10461.0, 10534.0, 10491.0, 10477.0, 10499.0, 10445.0, 10524.0, 10476.0, 10530.0, 10488.0, 10432.0, 10511.0, 10447.0, 10529.0, 10488.0, 10528.0, 10482.0, 10431.0, 10509.0, 10459.0, 10531.0, 10504.0, 10449.0, 10511.0, 10464.0, 10529.0, 10492.0, 10488.0, 10516.0, 10437.0, 10527.0, 10478.0, 10544.0, 10502.0, 10433.0, 10528.0, 10464.0, 10512.0, 10485.0, 10432.0, 10515.0, 10460.0, 10528.0, 10488.0, 10460.0, 10500.0, 10433.0, 10522.0, 10459.0, 10510.0, 10523.0, 10450.0, 10528.0, 10478.0, 10499.0, 10502.0, 10450.0, 10550.0, 10498.0, 10485.0, 10545.0, 10462.0, 10556.0, 10513.0, 10484.0, 10554.0, 10504.0, 10573.0, 10528.0, 10477.0, 10551.0, 10503.0, 10552.0, 10512.0, 10545.0, 10506.0, 10437.0, 10512.0, 10435.0, 10524.0, 10458.0, 10526.0, 10488.0, 10468.0, 10499.0, 10446.0, 10526.0, 10476.0, 10437.0, 10499.0, 10451.0, 10527.0, 10485.0, 10552.0, 10512.0, 10492.0, 10510.0, 10479.0, 10508.0, 10487.0, 10517.0, 10453.0, 10529.0, 10437.0, 10532.0, 10467.0, 10546.0, 10495.0, 10481.0, 10518.0, 10444.0, 10534.0, 10481.0, 10551.0, 10513.0, 10481.0, 10523.0, 10458.0, 10536.0, 10484.0, 10538.0, 10502.0, 10532.0, 10493.0, 10463.0, 10513.0, 10440.0, 10536.0, 10483.0, 10557.0, 10494.0, 10488.0, 10491.0, 10448.0, 10514.0, 10446.0, 10530.0, 10494.0, 10490.0, 10501.0, 10439.0, 10528.0, 10481.0, 10550.0, 10510.0, 10456.0, 10518.0, 10436.0, 10527.0, 10461.0, 10534.0, 10490.0, 10503.0, 10490.0, 10437.0, 10517.0, 10465.0, 10543.0, 10477.0, 10478.0, 10539.0, 10469.0, 10549.0, 10481.0, 10507.0, 10507.0, 10456.0, 10552.0, 10483.0, 10551.0, 10499.0, 10462.0, 10524.0, 10460.0, 10558.0, 10485.0, 10548.0, 10494.0, 10490.0, 10503.0, 10447.0, 10536.0, 10468.0, 10547.0, 10495.0, 10456.0, 10531.0, 10485.0, 10567.0, 10495.0, 10506.0, 10509.0, 10478.0, 10517.0, 10466.0, 10547.0, 10465.0, 10515.0, 10488.0, 10461.0, 10535.0, 10462.0, 10534.0, 10462.0, 10485.0, 10502.0, 10450.0, 10551.0, 10477.0, 10543.0, 10474.0, 10435.0, 10515.0, 10479.0, 10560.0, 10489.0, 10447.0, 10512.0, 10437.0, 10529.0, 10476.0, 10545.0, 10474.0, 10430.0, 10507.0, 10444.0, 10526.0, 10488.0, 10460.0, 10483.0, 10433.0, 10523.0, 10464.0, 10500.0, 10504.0, 10438.0, 10527.0, 10461.0, 10486.0, 10498.0, 10437.0, 10529.0, 10479.0, 10543.0, 10490.0, 10441.0, 10524.0, 10465.0, 10543.0, 10494.0, 10466.0, 10520.0, 10467.0, 10546.0, 10494.0, 10480.0, 10522.0, 10481.0, 10563.0, 10479.0, 10446.0, 10514.0, 10465.0, 10544.0, 10492.0, 10474.0, 10497.0, 10432.0, 10525.0, 10463.0, 10541.0, 10488.0, 10447.0, 10513.0, 10464.0, 10549.0, 10474.0, 10464.0, 10503.0, 10452.0, 10529.0, 10482.0, 10506.0, 10506.0, 10441.0, 10531.0, 10465.0, 10546.0, 10509.0, 10455.0, 10531.0, 10471.0, 10549.0, 10515.0, 10472.0, 10537.0, 10471.0, 10548.0, 10499.0, 10506.0, 10544.0, 10487.0, 10556.0, 10498.0, 10534.0, 10510.0, 10481.0, 10533.0, 10467.0, 10532.0, 10478.0, 10514.0, 10493.0, 10453.0, 10534.0, 10493.0, 10524.0, 10528.0, 10457.0, 10566.0, 10512.0, 10477.0, 10551.0, 10495.0, 10477.0, 10540.0, 10472.0, 10554.0, 10485.0, 10567.0, 10495.0, 10551.0, 10459.0, 10509.0, 10457.0, 10467.0, 10485.0, 10431.0, 10509.0, 10444.0, 10513.0, 10474.0, 10450.0, 10515.0, 10452.0, 10528.0, 10478.0, 10513.0, 10493.0, 10460.0, 10518.0, 10449.0, 10534.0, 10480.0, 10464.0, 10506.0, 10453.0, 10555.0, 10522.0, 10494.0, 10510.0, 10460.0, 10542.0, 10487.0, 10536.0, 10506.0, 10439.0, 10520.0, 10464.0, 10548.0, 10507.0, 10442.0, 10517.0, 10456.0, 10535.0, 10494.0, 10463.0, 10540.0, 10470.0, 10562.0, 10480.0, 10460.0, 10504.0, 10452.0, 10536.0, 10468.0, 10518.0, 10476.0, 10450.0, 10529.0, 10480.0, 10562.0, 10476.0, 10476.0, 10504.0, 10439.0, 10537.0, 10466.0, 10550.0, 10476.0, 10470.0, 10481.0, 10435.0, 10535.0, 10474.0, 10471.0, 10483.0, 10449.0, 10518.0, 10479.0, 10491.0, 10489.0, 10437.0, 10512.0, 10463.0, 10526.0, 10486.0, 10512.0, 10460.0, 10431.0, 10496.0, 10447.0, 10534.0, 10475.0, 10485.0, 10471.0, 10435.0, 10514.0, 10467.0, 10508.0, 10506.0, 10441.0, 10531.0, 10469.0, 10548.0, 10511.0, 10454.0, 10518.0, 10453.0, 10532.0, 10465.0, 10530.0, 10494.0, 10438.0, 10515.0, 10452.0, 10531.0, 10482.0, 10467.0, 10538.0, 10473.0, 10556.0, 10496.0, 10508.0, 10509.0, 10455.0, 10550.0, 10465.0, 10533.0, 10477.0, 10450.0, 10519.0, 10482.0, 10563.0, 10476.0, 10450.0, 10502.0, 10452.0, 10527.0, 10480.0, 10562.0, 10476.0, 10496.0, 10474.0, 10445.0, 10501.0, 10443.0, 10513.0, 10443.0, 10506.0, 10462.0, 10541.0, 10479.0, 10462.0, 10489.0, 10439.0, 10531.0, 10491.0, 10526.0, 10530.0, 10463.0, 10558.0, 10496.0, 10556.0, 10520.0, 10538.0, 10533.0, 10461.0, 10539.0, 10470.0, 10538.0, 10485.0, 10544.0, 10501.0, 10535.0, 10496.0, 10453.0, 10519.0, 10443.0, 10536.0, 10496.0, 10557.0, 10494.0, 10492.0, 10492.0, 10457.0, 10533.0, 10487.0, 10566.0, 10494.0, 10467.0, 10520.0, 10455.0, 10534.0, 10484.0, 10546.0, 10499.0, 10478.0, 10508.0, 10455.0, 10534.0, 10472.0, 10547.0, 10515.0, 10461.0, 10519.0, 10470.0, 10537.0, 10486.0, 10553.0, 10514.0, 10469.0, 10506.0, 10447.0, 10535.0, 10484.0, 10570.0, 10521.0, 10475.0, 10525.0, 10474.0, 10554.0, 10502.0, 10547.0, 10514.0, 10478.0, 10518.0, 10474.0, 10539.0, 10486.0, 10551.0, 10499.0, 10552.0, 10493.0, 10452.0, 10521.0, 10469.0, 10550.0, 10500.0, 10485.0, 10512.0, 10449.0, 10536.0, 10486.0, 10574.0, 10482.0, 10551.0, 10461.0, 10533.0, 10472.0, 10528.0, 10479.0, 10544.0, 10460.0, 10492.0, 10475.0, 10443.0, 10483.0, 10447.0, 10515.0, 10450.0, 10502.0, 10479.0, 10452.0, 10533.0, 10465.0, 10565.0, 10485.0, 10454.0, 10509.0, 10460.0, 10538.0, 10490.0, 10525.0, 10492.0, 10443.0, 10520.0, 10481.0, 10553.0, 10466.0, 10532.0, 10479.0, 10476.0, 10485.0, 10436.0, 10511.0, 10453.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.00018149942329873125</td></tr>
<tr><td colspan=3>aqi</td><td>0.022548825836216844</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.523328300970014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2172771217898375</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9614544448498842</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>4059.7017</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07046193492569613</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5767012687427913</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.378356786354321</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2531400371900463</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.612997028610387</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2689332932625295</td></tr>
<tr><td colspan=3>gcor</td><td>0.00333796</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010769512504339218</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032467521727085114</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.264490785195535</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>15.3464</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.8422</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>247.164</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288929.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1202.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>441.9652</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3368</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.098</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3968.4755</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.4087</td></tr>
<tr><td colspan=3>tsnr</td><td>39.83492382802069</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>