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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-06_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-06_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-0008/ses-01/func/sub-0008_ses-01_task-social_acq-mb8_run-06_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>d8d1770a76c6d430d93cd1b9ad5a925f</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>13:03:24.695000</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.998519, -0.0107825, 0.0533258, 0.00801676, 0.998625, 0.0518095]</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-06_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.0836529</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7711, -7332, 630, -69, -183, -77, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>227.322</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9149beaf-af08-41b2-a474-23d4144ab3dc||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.6789534091949463, 0.021508393809199333, 0.1452900916337967, 109.66510772705078], [0.028928671032190323, 2.6792373657226562, 0.13852418959140778, -105.00067138671875], [0.1430693417787552, -0.13900107145309448, 2.6925270557403564, -73.69952392578125], [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': ['130324.695000', '130325.155000', '130325.615000', '130326.075000', '130326.535000', '130326.995000', '130327.455000', '130327.915000', '130328.375000', '130328.835000', '130329.295000', '130329.755000', '130330.215000', '130330.675000', '130331.135000', '130331.595000', '130332.055000', '130332.515000', '130332.975000', '130333.435000', '130333.895000', '130334.355000', '130334.815000', '130335.275000', '130335.735000', '130336.195000', '130336.655000', '130337.115000', '130337.575000', '130338.035000', '130338.495000', '130338.955000', '130339.415000', '130339.875000', '130340.335000', '130340.795000', '130341.255000', '130341.715000', '130342.175000', '130342.635000', '130343.095000', '130343.555000', '130344.015000', '130344.475000', '130344.935000', '130345.395000', '130345.855000', '130346.315000', '130346.775000', '130347.235000', '130347.695000', '130348.155000', '130348.615000', '130349.075000', '130349.535000', '130349.995000', '130350.455000', '130350.915000', '130351.375000', '130351.835000', '130352.295000', '130352.755000', '130353.215000', '130353.675000', '130354.135000', '130354.595000', '130355.055000', '130355.515000', '130355.975000', '130356.435000', '130356.895000', '130357.355000', '130357.815000', '130358.275000', '130358.735000', '130359.195000', '130359.655000', '130400.115000', '130400.575000', '130401.035000', '130401.495000', '130401.955000', '130402.415000', '130402.875000', '130403.335000', '130403.795000', '130404.255000', '130404.715000', '130405.175000', '130405.635000', '130406.095000', '130406.555000', '130407.015000', '130407.475000', '130407.935000', '130408.395000', '130408.855000', '130409.315000', '130409.775000', '130410.235000', '130410.695000', '130411.155000', '130411.615000', '130412.075000', '130412.535000', '130412.995000', '130413.455000', '130413.915000', '130414.375000', '130414.835000', '130415.295000', '130415.755000', '130416.215000', '130416.675000', '130417.135000', '130417.595000', '130418.055000', '130418.515000', '130418.975000', '130419.435000', '130419.895000', '130420.355000', '130420.815000', '130421.275000', '130421.735000', '130422.195000', '130422.655000', '130423.115000', '130423.575000', '130424.035000', '130424.495000', '130424.955000', '130425.415000', '130425.875000', '130426.335000', '130426.795000', '130427.255000', '130427.715000', '130428.175000', '130428.635000', '130429.095000', '130429.555000', '130430.015000', '130430.475000', '130430.935000', '130431.395000', '130431.855000', '130432.315000', '130432.775000', '130433.235000', '130433.695000', '130434.155000', '130434.615000', '130435.075000', '130435.535000', '130435.995000', '130436.455000', '130436.915000', '130437.375000', '130437.835000', '130438.295000', '130438.755000', '130439.215000', '130439.675000', '130440.135000', '130440.595000', '130441.055000', '130441.515000', '130441.975000', '130442.435000', '130442.895000', '130443.355000', '130443.815000', '130444.275000', '130444.735000', '130445.195000', '130445.655000', '130446.115000', '130446.575000', '130447.035000', '130447.495000', '130447.955000', '130448.415000', '130448.875000', '130449.335000', '130449.795000', '130450.255000', '130450.715000', '130451.175000', '130451.635000', '130452.095000', '130452.555000', '130453.015000', '130453.475000', '130453.935000', '130454.395000', '130454.855000', '130455.315000', '130455.775000', '130456.235000', '130456.695000', '130457.155000', '130457.615000', '130458.075000', '130458.535000', '130458.995000', '130459.455000', '130459.915000', '130500.375000', '130500.835000', '130501.295000', '130501.755000', '130502.215000', '130502.675000', '130503.135000', '130503.595000', '130504.055000', '130504.515000', '130504.975000', '130505.435000', '130505.895000', '130506.355000', '130506.815000', '130507.275000', '130507.735000', '130508.195000', '130508.655000', '130509.115000', '130509.575000', '130510.035000', '130510.495000', '130510.955000', '130511.415000', '130511.875000', '130512.335000', '130512.795000', '130513.255000', '130513.715000', '130514.175000', '130514.635000', '130515.095000', '130515.555000', '130516.015000', '130516.475000', '130516.935000', '130517.395000', '130517.855000', '130518.315000', '130518.775000', '130519.235000', '130519.695000', '130520.155000', '130520.615000', '130521.075000', '130521.535000', '130521.995000', '130522.455000', '130522.915000', '130523.375000', '130523.835000', '130524.295000', '130524.755000', '130525.215000', '130525.675000', '130526.135000', '130526.595000', '130527.055000', '130527.515000', '130527.975000', '130528.435000', '130528.895000', '130529.355000', '130529.815000', '130530.275000', '130530.735000', '130531.195000', '130531.655000', '130532.115000', '130532.575000', '130533.035000', '130533.495000', '130533.955000', '130534.415000', '130534.875000', '130535.335000', '130535.795000', '130536.255000', '130536.715000', '130537.175000', '130537.635000', '130538.095000', '130538.555000', '130539.015000', '130539.475000', '130539.935000', '130540.395000', '130540.855000', '130541.315000', '130541.775000', '130542.235000', '130542.695000', '130543.155000', '130543.615000', '130544.075000', '130544.535000', '130544.995000', '130545.455000', '130545.915000', '130546.375000', '130546.835000', '130547.295000', '130547.755000', '130548.215000', '130548.675000', '130549.135000', '130549.595000', '130550.055000', '130550.515000', '130550.975000', '130551.435000', '130551.895000', '130552.355000', '130552.815000', '130553.275000', '130553.735000', '130554.195000', '130554.655000', '130555.115000', '130555.575000', '130556.035000', '130556.495000', '130556.955000', '130557.415000', '130557.875000', '130558.335000', '130558.795000', '130559.255000', '130559.715000', '130600.175000', '130600.635000', '130601.095000', '130601.555000', '130602.015000', '130602.475000', '130602.935000', '130603.395000', '130603.855000', '130604.315000', '130604.775000', '130605.235000', '130605.695000', '130606.155000', '130606.615000', '130607.075000', '130607.535000', '130607.995000', '130608.455000', '130608.915000', '130609.375000', '130609.835000', '130610.295000', '130610.755000', '130611.215000', '130611.675000', '130612.135000', '130612.595000', '130613.055000', '130613.515000', '130613.975000', '130614.435000', '130614.895000', '130615.355000', '130615.815000', '130616.275000', '130616.735000', '130617.195000', '130617.655000', '130618.115000', '130618.575000', '130619.035000', '130619.495000', '130619.955000', '130620.415000', '130620.875000', '130621.335000', '130621.795000', '130622.255000', '130622.715000', '130623.175000', '130623.635000', '130624.095000', '130624.555000', '130625.015000', '130625.475000', '130625.935000', '130626.395000', '130626.855000', '130627.315000', '130627.775000', '130628.235000', '130628.695000', '130629.155000', '130629.615000', '130630.075000', '130630.535000', '130630.995000', '130631.455000', '130631.915000', '130632.375000', '130632.835000', '130633.295000', '130633.755000', '130634.215000', '130634.675000', '130635.135000', '130635.595000', '130636.055000', '130636.515000', '130636.975000', '130637.435000', '130637.895000', '130638.355000', '130638.815000', '130639.275000', '130639.735000', '130640.195000', '130640.655000', '130641.115000', '130641.575000', '130642.035000', '130642.495000', '130642.955000', '130643.415000', '130643.875000', '130644.335000', '130644.795000', '130645.255000', '130645.715000', '130646.175000', '130646.635000', '130647.095000', '130647.555000', '130648.015000', '130648.475000', '130648.935000', '130649.395000', '130649.855000', '130650.315000', '130650.775000', '130651.235000', '130651.695000', '130652.155000', '130652.615000', '130653.075000', '130653.535000', '130653.995000', '130654.455000', '130654.915000', '130655.375000', '130655.835000', '130656.295000', '130656.755000', '130657.215000', '130657.675000', '130658.135000', '130658.595000', '130659.055000', '130659.515000', '130659.975000', '130700.435000', '130700.895000', '130701.355000', '130701.815000', '130702.275000', '130702.735000', '130703.195000', '130703.655000', '130704.115000', '130704.575000', '130705.035000', '130705.495000', '130705.955000', '130706.415000', '130706.875000', '130707.335000', '130707.795000', '130708.255000', '130708.715000', '130709.175000', '130709.635000', '130710.095000', '130710.555000', '130711.015000', '130711.475000', '130711.935000', '130712.395000', '130712.855000', '130713.315000', '130713.775000', '130714.235000', '130714.695000', '130715.155000', '130715.615000', '130716.075000', '130716.535000', '130716.995000', '130717.455000', '130717.915000', '130718.375000', '130718.835000', '130719.295000', '130719.755000', '130720.215000', '130720.675000', '130721.135000', '130721.595000', '130722.055000', '130722.515000', '130722.975000', '130723.435000', '130723.895000', '130724.355000', '130724.815000', '130725.275000', '130725.735000', '130726.195000', '130726.655000', '130727.115000', '130727.575000', '130728.035000', '130728.495000', '130728.955000', '130729.415000', '130729.875000', '130730.335000', '130730.795000', '130731.255000', '130731.715000', '130732.175000', '130732.635000', '130733.095000', '130733.555000', '130734.015000', '130734.475000', '130734.935000', '130735.395000', '130735.855000', '130736.315000', '130736.775000', '130737.235000', '130737.695000', '130738.155000', '130738.615000', '130739.075000', '130739.535000', '130739.995000', '130740.455000', '130740.915000', '130741.375000', '130741.835000', '130742.295000', '130742.755000', '130743.215000', '130743.675000', '130744.135000', '130744.595000', '130745.055000', '130745.515000', '130745.975000', '130746.435000', '130746.895000', '130747.355000', '130747.815000', '130748.275000', '130748.735000', '130749.195000', '130749.655000', '130750.115000', '130750.575000', '130751.035000', '130751.495000', '130751.955000', '130752.415000', '130752.875000', '130753.335000', '130753.795000', '130754.255000', '130754.715000', '130755.175000', '130755.635000', '130756.095000', '130756.555000', '130757.015000', '130757.475000', '130757.935000', '130758.395000', '130758.855000', '130759.315000', '130759.775000', '130800.235000', '130800.695000', '130801.155000', '130801.615000', '130802.075000', '130802.535000', '130802.995000', '130803.455000', '130803.915000', '130804.375000', '130804.835000', '130805.295000', '130805.755000', '130806.215000', '130806.675000', '130807.135000', '130807.595000', '130808.055000', '130808.515000', '130808.975000', '130809.435000', '130809.895000', '130810.355000', '130810.815000', '130811.275000', '130811.735000', '130812.195000', '130812.655000', '130813.115000', '130813.575000', '130814.035000', '130814.495000', '130814.955000', '130815.415000', '130815.875000', '130816.335000', '130816.795000', '130817.255000', '130817.715000', '130818.175000', '130818.635000', '130819.095000', '130819.555000', '130820.015000', '130820.475000', '130820.935000', '130821.395000', '130821.855000', '130822.315000', '130822.775000', '130823.235000', '130823.695000', '130824.155000', '130824.615000', '130825.075000', '130825.535000', '130825.995000', '130826.455000', '130826.915000', '130827.375000', '130827.835000', '130828.295000', '130828.755000', '130829.215000', '130829.675000', '130830.135000', '130830.595000', '130831.055000', '130831.515000', '130831.975000', '130832.435000', '130832.895000', '130833.355000', '130833.815000', '130834.275000', '130834.735000', '130835.195000', '130835.655000', '130836.115000', '130836.575000', '130837.035000', '130837.495000', '130837.955000', '130838.415000', '130838.875000', '130839.335000', '130839.795000', '130840.255000', '130840.715000', '130841.175000', '130841.635000', '130842.095000', '130842.555000', '130843.015000', '130843.475000', '130843.935000', '130844.395000', '130844.855000', '130845.315000', '130845.775000', '130846.235000', '130846.695000', '130847.155000', '130847.615000', '130848.075000', '130848.535000', '130848.995000', '130849.455000', '130849.915000', '130850.375000', '130850.835000', '130851.295000', '130851.755000', '130852.215000', '130852.675000', '130853.135000', '130853.595000', '130854.055000', '130854.515000', '130854.975000', '130855.435000', '130855.895000', '130856.355000', '130856.815000', '130857.275000', '130857.735000', '130858.195000', '130858.655000', '130859.115000', '130859.575000', '130900.035000', '130900.495000', '130900.955000', '130901.415000', '130901.875000', '130902.335000', '130902.795000', '130903.255000', '130903.715000', '130904.175000', '130904.635000', '130905.095000', '130905.555000', '130906.015000', '130906.475000', '130906.935000', '130907.395000', '130907.855000', '130908.315000', '130908.775000', '130909.235000', '130909.695000', '130910.155000', '130910.615000', '130911.075000', '130911.535000', '130911.995000', '130912.455000', '130912.915000', '130913.375000', '130913.835000', '130914.295000', '130914.755000', '130915.215000', '130915.675000', '130916.135000', '130916.595000', '130917.055000', '130917.515000', '130917.975000', '130918.435000', '130918.895000', '130919.355000', '130919.815000', '130920.275000', '130920.735000', '130921.195000', '130921.655000', '130922.115000', '130922.575000', '130923.035000', '130923.495000', '130923.955000', '130924.415000', '130924.875000', '130925.335000', '130925.795000', '130926.255000', '130926.715000', '130927.175000', '130927.635000', '130928.095000', '130928.555000', '130929.015000', '130929.475000', '130929.935000', '130930.395000', '130930.855000', '130931.315000', '130931.775000', '130932.235000', '130932.695000', '130933.155000', '130933.615000', '130934.075000', '130934.535000', '130934.995000', '130935.455000', '130935.915000', '130936.375000', '130936.835000', '130937.295000', '130937.755000', '130938.215000', '130938.675000', '130939.135000', '130939.595000', '130940.055000', '130940.515000', '130940.975000', '130941.435000', '130941.895000', '130942.355000', '130942.815000', '130943.275000', '130943.735000', '130944.195000', '130944.655000', '130945.115000', '130945.575000', '130946.035000', '130946.495000', '130946.955000', '130947.415000', '130947.875000', '130948.335000', '130948.795000', '130949.255000', '130949.715000', '130950.175000', '130950.635000', '130951.095000', '130951.555000', '130952.015000', '130952.475000', '130952.935000', '130953.395000', '130953.855000', '130954.315000', '130954.775000', '130955.235000', '130955.695000', '130956.155000', '130956.615000', '130957.075000', '130957.535000', '130957.995000', '130958.455000', '130958.915000', '130959.375000', '130959.835000', '131000.295000', '131000.755000', '131001.215000', '131001.675000', '131002.135000', '131002.595000', '131003.055000', '131003.515000', '131003.975000', '131004.435000', '131004.895000', '131005.355000'], 'ContentTime': ['130349.291000', '130349.294000', '130349.298000', '130349.300000', '130349.303000', '130349.306000', '130349.309000', '130349.312000', '130349.315000', '130349.318000', '130349.320000', '130349.323000', '130349.326000', '130349.329000', '130349.332000', '130349.335000', '130349.338000', '130349.341000', '130349.344000', '130349.347000', '130349.349000', '130349.352000', '130349.355000', '130349.358000', '130349.361000', '130349.364000', '130349.366000', '130349.369000', '130349.372000', '130349.375000', '130349.378000', '130349.381000', '130349.383000', '130349.386000', '130349.389000', '130349.392000', '130349.395000', '130349.398000', '130349.401000', '130349.403000', '130349.406000', '130349.409000', '130349.417000', '130349.420000', '130349.423000', '130349.426000', '130349.429000', '130349.432000', '130349.434000', '130349.437000', '130349.440000', '130409.247000', '130409.250000', '130409.253000', '130409.256000', '130409.290000', '130409.293000', '130409.296000', '130409.299000', '130409.302000', '130409.305000', '130409.308000', '130409.310000', '130409.313000', '130409.316000', '130409.319000', '130409.322000', '130409.324000', '130409.327000', '130409.330000', '130409.333000', '130409.336000', '130409.339000', '130409.342000', '130409.344000', '130409.347000', '130409.350000', '130409.353000', '130409.356000', '130409.358000', '130409.361000', '130409.364000', '130409.367000', '130409.370000', '130409.373000', '130409.375000', '130409.378000', '130409.381000', '130409.384000', '130409.387000', '130409.390000', '130409.392000', '130409.395000', '130409.398000', '130429.247000', '130429.250000', '130429.253000', '130429.255000', '130429.260000', '130429.263000', '130429.265000', '130429.268000', '130429.271000', '130429.274000', '130429.277000', '130429.280000', '130429.283000', '130429.285000', '130429.288000', '130429.291000', '130429.294000', '130429.297000', '130429.300000', '130429.302000', '130429.305000', '130429.308000', '130429.311000', '130429.314000', '130429.317000', '130429.319000', '130429.322000', '130429.325000', '130429.328000', '130429.331000', '130429.334000', '130429.336000', '130429.339000', '130429.342000', '130429.345000', '130429.348000', '130429.351000', '130429.354000', '130429.356000', '130429.359000', '130429.362000', '130429.365000', '130429.368000', '130429.371000', '130449.246000', '130449.249000', '130449.252000', '130449.255000', '130449.258000', '130449.261000', '130449.264000', '130449.267000', '130449.270000', '130449.272000', '130449.275000', '130449.278000', '130449.281000', '130449.285000', '130449.288000', '130449.291000', '130449.294000', '130449.297000', '130449.300000', '130449.302000', '130449.305000', '130449.308000', '130449.311000', '130449.314000', '130449.317000', '130449.319000', '130449.322000', '130449.325000', '130449.328000', '130449.331000', '130449.334000', '130449.337000', '130449.339000', '130449.342000', '130449.345000', '130449.348000', '130449.351000', '130449.354000', '130449.357000', '130449.360000', '130449.363000', '130449.366000', '130449.369000', '130509.247000', '130509.250000', '130509.253000', '130509.256000', '130509.259000', '130509.261000', '130509.264000', '130509.267000', '130509.270000', '130509.273000', '130509.276000', '130509.279000', '130509.281000', '130509.295000', '130509.298000', '130509.301000', '130509.303000', '130509.306000', '130509.309000', '130509.312000', '130509.315000', '130509.318000', '130509.321000', '130509.323000', '130509.326000', '130509.329000', '130509.332000', '130509.335000', '130509.338000', '130509.341000', '130509.344000', '130509.346000', '130509.349000', '130509.352000', '130509.355000', '130509.358000', '130509.361000', '130509.364000', '130509.366000', '130509.369000', '130509.372000', '130509.375000', '130509.378000', '130509.381000', '130529.247000', '130529.250000', '130529.253000', '130529.256000', '130529.259000', '130529.262000', '130529.265000', '130529.268000', '130529.271000', '130529.274000', '130529.277000', '130529.285000', '130529.288000', '130529.291000', '130529.293000', '130529.296000', '130529.299000', '130529.302000', '130529.305000', '130529.308000', '130529.311000', '130529.314000', '130529.316000', '130529.319000', '130529.322000', '130529.325000', '130529.328000', '130529.331000', '130529.334000', '130529.336000', '130529.339000', '130529.342000', '130529.345000', '130529.348000', '130529.351000', '130529.354000', '130529.356000', '130529.359000', '130529.362000', '130529.365000', '130529.368000', '130529.371000', '130529.373000', '130549.247000', '130549.250000', '130549.253000', '130549.256000', '130549.259000', '130549.261000', '130549.264000', '130549.267000', '130549.270000', '130549.273000', '130549.276000', '130549.279000', '130549.281000', '130549.284000', '130549.287000', '130549.290000', '130549.293000', '130549.296000', '130549.299000', '130549.302000', '130549.304000', '130549.307000', '130549.310000', '130549.313000', '130549.316000', '130549.319000', '130549.322000', '130549.324000', '130549.327000', '130549.330000', '130549.333000', '130549.336000', '130549.339000', '130549.342000', '130549.345000', '130549.347000', '130549.350000', '130549.353000', '130549.356000', '130549.359000', '130549.362000', '130549.364000', '130549.367000', '130549.370000', '130609.247000', '130609.250000', '130609.253000', '130609.256000', '130609.259000', '130609.261000', '130609.264000', '130609.267000', '130609.270000', '130609.273000', '130609.276000', '130609.278000', '130609.281000', '130609.284000', '130609.287000', '130609.290000', '130609.293000', '130609.298000', '130609.302000', '130609.305000', '130609.308000', '130609.311000', '130609.314000', '130609.316000', '130609.319000', '130609.322000', '130609.325000', '130609.328000', '130609.331000', '130609.334000', '130609.337000', '130609.340000', '130609.342000', '130609.345000', '130609.348000', '130609.351000', '130609.354000', '130609.357000', '130609.360000', '130609.362000', '130609.365000', '130609.368000', '130609.371000', '130629.247000', '130629.250000', '130629.253000', '130629.256000', '130629.258000', '130629.261000', '130629.264000', '130629.267000', '130629.270000', '130629.273000', '130629.276000', '130629.278000', '130629.281000', '130629.284000', '130629.287000', '130629.290000', '130629.293000', '130629.296000', '130629.299000', '130629.301000', '130629.304000', '130629.307000', '130629.310000', '130629.313000', '130629.316000', '130629.319000', '130629.321000', '130629.324000', '130629.327000', '130629.330000', '130629.333000', '130629.336000', '130629.339000', '130629.347000', '130629.350000', '130629.352000', '130629.355000', '130629.358000', '130629.361000', '130629.364000', '130629.367000', '130629.370000', '130629.373000', '130629.375000', '130649.248000', '130649.251000', '130649.254000', '130649.257000', '130649.260000', '130649.263000', '130649.266000', '130649.269000', '130649.272000', '130649.274000', '130649.277000', '130649.280000', '130649.283000', '130649.286000', '130649.289000', '130649.292000', '130649.294000', '130649.297000', '130649.300000', '130649.303000', '130649.306000', '130649.309000', '130649.312000', '130649.314000', '130649.317000', '130649.320000', '130649.323000', '130649.326000', '130649.329000', '130649.332000', '130649.335000', '130649.338000', '130649.341000', '130649.344000', '130649.347000', '130649.349000', '130649.352000', '130649.355000', '130649.358000', '130649.361000', '130649.364000', '130649.367000', '130649.370000', '130709.246000', '130709.249000', '130709.252000', '130709.255000', '130709.258000', '130709.260000', '130709.263000', '130709.266000', '130709.269000', '130709.272000', '130709.275000', '130709.278000', '130709.280000', '130709.283000', '130709.286000', '130709.289000', '130709.292000', '130709.295000', '130709.298000', '130709.300000', '130709.303000', '130709.306000', '130709.309000', '130709.312000', '130709.315000', '130709.329000', '130709.332000', '130709.334000', '130709.337000', '130709.340000', '130709.343000', '130709.346000', '130709.349000', '130709.352000', '130709.355000', '130709.357000', '130709.360000', '130709.363000', '130709.366000', '130709.369000', '130709.372000', '130709.375000', '130709.377000', '130709.380000', '130729.247000', '130729.250000', '130729.253000', '130729.256000', '130729.259000', '130729.262000', '130729.265000', '130729.267000', '130729.270000', '130729.273000', '130729.276000', '130729.279000', '130729.282000', '130729.285000', '130729.288000', '130729.290000', '130729.293000', '130729.296000', '130729.299000', '130729.302000', '130729.305000', '130729.307000', '130729.310000', '130729.313000', '130729.316000', '130729.319000', '130729.322000', '130729.325000', '130729.328000', '130729.332000', '130729.336000', '130729.339000', '130729.342000', '130729.345000', '130729.348000', '130729.350000', '130729.353000', '130729.356000', '130729.359000', '130729.362000', '130729.365000', '130729.368000', '130729.371000', '130749.247000', '130749.250000', '130749.253000', '130749.256000', '130749.259000', '130749.261000', '130749.264000', '130749.267000', '130749.270000', '130749.273000', '130749.276000', '130749.279000', '130749.282000', '130749.284000', '130749.287000', '130749.290000', '130749.293000', '130749.296000', '130749.299000', '130749.302000', '130749.305000', '130749.307000', '130749.310000', '130749.313000', '130749.316000', '130749.319000', '130749.322000', '130749.325000', '130749.328000', '130749.330000', '130749.333000', '130749.336000', '130749.339000', '130749.342000', '130749.345000', '130749.348000', '130749.351000', '130749.353000', '130749.356000', '130749.359000', '130749.362000', '130749.365000', '130749.368000', '130749.371000', '130809.247000', '130809.250000', '130809.253000', '130809.256000', '130809.259000', '130809.262000', '130809.264000', '130809.267000', '130809.270000', '130809.273000', '130809.276000', '130809.279000', '130809.282000', '130809.285000', '130809.289000', '130809.292000', '130809.294000', '130809.298000', '130809.300000', '130809.303000', '130809.306000', '130809.309000', '130809.312000', '130809.315000', '130809.317000', '130809.320000', '130809.323000', '130809.326000', '130809.329000', '130809.332000', '130809.335000', '130809.337000', '130809.340000', '130809.343000', '130809.346000', '130809.349000', '130809.353000', '130809.356000', '130809.359000', '130809.361000', '130809.364000', '130809.367000', '130809.370000', '130829.247000', '130829.250000', '130829.253000', '130829.256000', '130829.259000', '130829.262000', '130829.265000', '130829.267000', '130829.270000', '130829.273000', '130829.276000', '130829.279000', '130829.282000', '130829.285000', '130829.288000', '130829.290000', '130829.293000', '130829.296000', '130829.299000', '130829.302000', '130829.305000', '130829.307000', '130829.310000', '130829.313000', '130829.316000', '130829.319000', '130829.322000', '130829.325000', '130829.328000', '130829.330000', '130829.333000', '130829.336000', '130829.339000', '130829.342000', '130829.345000', '130829.348000', '130829.350000', '130829.353000', '130829.356000', '130829.359000', '130829.362000', '130829.365000', '130829.368000', '130829.371000', '130849.247000', '130849.250000', '130849.253000', '130849.256000', '130849.259000', '130849.262000', '130849.264000', '130849.267000', '130849.270000', '130849.273000', '130849.276000', '130849.279000', '130849.282000', '130849.285000', '130849.287000', '130849.290000', '130849.293000', '130849.296000', '130849.299000', '130849.302000', '130849.305000', '130849.307000', '130849.310000', '130849.313000', '130849.316000', '130849.319000', '130849.322000', '130849.325000', '130849.328000', '130849.330000', '130849.333000', '130849.336000', '130849.339000', '130849.342000', '130849.345000', '130849.348000', '130849.351000', '130849.353000', '130849.356000', '130849.359000', '130849.362000', '130849.365000', '130849.368000', '130909.247000', '130909.250000', '130909.253000', '130909.256000', '130909.259000', '130909.262000', '130909.265000', '130909.267000', '130909.270000', '130909.273000', '130909.276000', '130909.279000', '130909.282000', '130909.285000', '130909.287000', '130909.290000', '130909.293000', '130909.296000', '130909.299000', '130909.302000', '130909.305000', '130909.307000', '130909.310000', '130909.313000', '130909.316000', '130909.319000', '130909.322000', '130909.325000', '130909.327000', '130909.331000', '130909.333000', '130909.336000', '130909.339000', '130909.342000', '130909.345000', '130909.348000', '130909.351000', '130909.355000', '130909.358000', '130909.361000', '130909.364000', '130909.367000', '130909.370000', '130909.372000', '130929.246000', '130929.249000', '130929.252000', '130929.255000', '130929.258000', '130929.261000', '130929.263000', '130929.266000', '130929.269000', '130929.272000', '130929.275000', '130929.278000', '130929.281000', '130929.283000', '130929.286000', '130929.289000', '130929.292000', '130929.295000', '130929.298000', '130929.301000', '130929.303000', '130929.306000', '130929.309000', '130929.312000', '130929.315000', '130929.318000', '130929.321000', '130929.325000', '130929.328000', '130929.331000', '130929.334000', '130929.337000', '130929.339000', '130929.342000', '130929.345000', '130929.348000', '130929.351000', '130929.354000', '130929.357000', '130929.359000', '130929.362000', '130929.365000', '130929.368000', '130949.247000', '130949.250000', '130949.253000', '130949.255000', '130949.259000', '130949.261000', '130949.264000', '130949.268000', '130949.271000', '130949.274000', '130949.277000', '130949.280000', '130949.283000', '130949.285000', '130949.288000', '130949.291000', '130949.294000', '130949.297000', '130949.300000', '130949.302000', '130949.305000', '130949.308000', '130949.311000', '130949.314000', '130949.317000', '130949.320000', '130949.322000', '130949.325000', '130949.328000', '130949.331000', '130949.334000', '130949.337000', '130949.340000', '130949.342000', '130949.345000', '130949.348000', '130949.351000', '130949.354000', '130949.357000', '130949.359000', '130949.362000', '130949.365000', '130949.368000', '130949.371000', '131006.709000', '131006.713000', '131006.716000', '131006.731000', '131006.734000', '131006.737000', '131006.740000', '131006.743000', '131006.746000', '131006.749000', '131006.751000', '131006.754000', '131006.757000', '131006.760000', '131006.763000', '131006.767000', '131006.770000', '131006.829000', '131006.832000', '131006.835000', '131006.838000', '131006.841000', '131006.843000', '131006.846000', '131006.849000', '131006.852000', '131006.855000', '131006.858000', '131006.861000', '131006.864000', '131006.867000', '131006.870000', '131006.873000', '131006.876000', '131006.879000', '131006.882000', '131006.885000', '131006.887000'], 'InstanceCreationTime': ['130349.291000', '130349.294000', '130349.298000', '130349.300000', '130349.303000', '130349.306000', '130349.309000', '130349.312000', '130349.315000', '130349.318000', '130349.320000', '130349.323000', '130349.326000', '130349.329000', '130349.332000', '130349.335000', '130349.338000', '130349.341000', '130349.344000', '130349.347000', '130349.349000', '130349.352000', '130349.355000', '130349.358000', '130349.361000', '130349.364000', '130349.366000', '130349.369000', '130349.372000', '130349.375000', '130349.378000', '130349.381000', '130349.383000', '130349.386000', '130349.389000', '130349.392000', '130349.395000', '130349.398000', '130349.401000', '130349.403000', '130349.406000', '130349.409000', '130349.417000', '130349.420000', '130349.423000', '130349.426000', '130349.429000', '130349.432000', '130349.434000', '130349.437000', '130349.440000', '130409.247000', '130409.250000', '130409.253000', '130409.256000', '130409.290000', '130409.293000', '130409.296000', '130409.299000', '130409.302000', '130409.305000', '130409.308000', '130409.310000', '130409.313000', '130409.316000', '130409.319000', '130409.322000', '130409.324000', '130409.327000', '130409.330000', '130409.333000', '130409.336000', '130409.339000', '130409.342000', '130409.344000', '130409.347000', '130409.350000', '130409.353000', '130409.356000', '130409.358000', '130409.361000', '130409.364000', '130409.367000', '130409.370000', '130409.373000', '130409.375000', '130409.378000', '130409.381000', '130409.384000', '130409.387000', '130409.390000', '130409.392000', '130409.395000', '130409.398000', '130429.247000', '130429.250000', '130429.253000', '130429.255000', '130429.260000', '130429.263000', '130429.265000', '130429.268000', '130429.271000', '130429.274000', '130429.277000', '130429.280000', '130429.283000', '130429.285000', '130429.288000', '130429.291000', '130429.294000', '130429.297000', '130429.300000', '130429.302000', '130429.305000', '130429.308000', '130429.311000', '130429.314000', '130429.317000', '130429.319000', '130429.322000', '130429.325000', '130429.328000', '130429.331000', '130429.334000', '130429.336000', '130429.339000', '130429.342000', '130429.345000', '130429.348000', '130429.351000', '130429.354000', '130429.356000', '130429.359000', '130429.362000', '130429.365000', '130429.368000', '130429.371000', '130449.246000', '130449.249000', '130449.252000', '130449.255000', '130449.258000', '130449.261000', '130449.264000', '130449.267000', '130449.270000', '130449.272000', '130449.275000', '130449.278000', '130449.281000', '130449.285000', '130449.288000', '130449.291000', '130449.294000', '130449.297000', '130449.300000', '130449.302000', '130449.305000', '130449.308000', '130449.311000', '130449.314000', '130449.317000', '130449.319000', '130449.322000', '130449.325000', '130449.328000', '130449.331000', '130449.334000', '130449.337000', '130449.339000', '130449.342000', '130449.345000', '130449.348000', '130449.351000', '130449.354000', '130449.357000', '130449.360000', '130449.363000', '130449.366000', '130449.369000', '130509.247000', '130509.250000', '130509.253000', '130509.256000', '130509.259000', '130509.261000', '130509.264000', '130509.267000', '130509.270000', '130509.273000', '130509.276000', '130509.279000', '130509.281000', '130509.295000', '130509.298000', '130509.301000', '130509.303000', '130509.306000', '130509.309000', '130509.312000', '130509.315000', '130509.318000', '130509.321000', '130509.323000', '130509.326000', '130509.329000', '130509.332000', '130509.335000', '130509.338000', '130509.341000', '130509.344000', '130509.346000', '130509.349000', '130509.352000', '130509.355000', '130509.358000', '130509.361000', '130509.364000', '130509.366000', '130509.369000', '130509.372000', '130509.375000', '130509.378000', '130509.381000', '130529.247000', '130529.250000', '130529.253000', '130529.256000', '130529.259000', '130529.262000', '130529.265000', '130529.268000', '130529.271000', '130529.274000', '130529.277000', '130529.285000', '130529.288000', '130529.291000', '130529.293000', '130529.296000', '130529.299000', '130529.302000', '130529.305000', '130529.308000', '130529.311000', '130529.314000', '130529.316000', '130529.319000', '130529.322000', '130529.325000', '130529.328000', '130529.331000', '130529.334000', '130529.336000', '130529.339000', '130529.342000', '130529.345000', '130529.348000', '130529.351000', '130529.354000', '130529.356000', '130529.359000', '130529.362000', '130529.365000', '130529.368000', '130529.371000', '130529.373000', '130549.247000', '130549.250000', '130549.253000', '130549.256000', '130549.259000', '130549.261000', '130549.264000', '130549.267000', '130549.270000', '130549.273000', '130549.276000', '130549.279000', '130549.281000', '130549.284000', '130549.287000', '130549.290000', '130549.293000', '130549.296000', '130549.299000', '130549.302000', '130549.304000', '130549.307000', '130549.310000', '130549.313000', '130549.316000', '130549.319000', '130549.322000', '130549.324000', '130549.327000', '130549.330000', '130549.333000', '130549.336000', '130549.339000', '130549.342000', '130549.345000', '130549.347000', '130549.350000', '130549.353000', '130549.356000', '130549.359000', '130549.362000', '130549.364000', '130549.367000', '130549.370000', '130609.247000', '130609.250000', '130609.253000', '130609.256000', '130609.259000', '130609.261000', '130609.264000', '130609.267000', '130609.270000', '130609.273000', '130609.276000', '130609.278000', '130609.281000', '130609.284000', '130609.287000', '130609.290000', '130609.293000', '130609.298000', '130609.302000', '130609.305000', '130609.308000', '130609.311000', '130609.314000', '130609.316000', '130609.319000', '130609.322000', '130609.325000', '130609.328000', '130609.331000', '130609.334000', '130609.337000', '130609.340000', '130609.342000', '130609.345000', '130609.348000', '130609.351000', '130609.354000', '130609.357000', '130609.360000', '130609.362000', '130609.365000', '130609.368000', '130609.371000', '130629.247000', '130629.250000', '130629.253000', '130629.256000', '130629.258000', '130629.261000', '130629.264000', '130629.267000', '130629.270000', '130629.273000', '130629.276000', '130629.278000', '130629.281000', '130629.284000', '130629.287000', '130629.290000', '130629.293000', '130629.296000', '130629.299000', '130629.301000', '130629.304000', '130629.307000', '130629.310000', '130629.313000', '130629.316000', '130629.319000', '130629.321000', '130629.324000', '130629.327000', '130629.330000', '130629.333000', '130629.336000', '130629.339000', '130629.347000', '130629.350000', '130629.352000', '130629.355000', '130629.358000', '130629.361000', '130629.364000', '130629.367000', '130629.370000', '130629.373000', '130629.375000', '130649.248000', '130649.251000', '130649.254000', '130649.257000', '130649.260000', '130649.263000', '130649.266000', '130649.269000', '130649.272000', '130649.274000', '130649.277000', '130649.280000', '130649.283000', '130649.286000', '130649.289000', '130649.292000', '130649.294000', '130649.297000', '130649.300000', '130649.303000', '130649.306000', '130649.309000', '130649.312000', '130649.314000', '130649.317000', '130649.320000', '130649.323000', '130649.326000', '130649.329000', '130649.332000', '130649.335000', '130649.338000', '130649.341000', '130649.344000', '130649.347000', '130649.349000', '130649.352000', '130649.355000', '130649.358000', '130649.361000', '130649.364000', '130649.367000', '130649.370000', '130709.246000', '130709.249000', '130709.252000', '130709.255000', '130709.258000', '130709.260000', '130709.263000', '130709.266000', '130709.269000', '130709.272000', '130709.275000', '130709.278000', '130709.280000', '130709.283000', '130709.286000', '130709.289000', '130709.292000', '130709.295000', '130709.298000', '130709.300000', '130709.303000', '130709.306000', '130709.309000', '130709.312000', '130709.315000', '130709.329000', '130709.332000', '130709.334000', '130709.337000', '130709.340000', '130709.343000', '130709.346000', '130709.349000', '130709.352000', '130709.355000', '130709.357000', '130709.360000', '130709.363000', '130709.366000', '130709.369000', '130709.372000', '130709.375000', '130709.377000', '130709.380000', '130729.247000', '130729.250000', '130729.253000', '130729.256000', '130729.259000', '130729.262000', '130729.265000', '130729.267000', '130729.270000', '130729.273000', '130729.276000', '130729.279000', '130729.282000', '130729.285000', '130729.288000', '130729.290000', '130729.293000', '130729.296000', '130729.299000', '130729.302000', '130729.305000', '130729.307000', '130729.310000', '130729.313000', '130729.316000', '130729.319000', '130729.322000', '130729.325000', '130729.328000', '130729.332000', '130729.336000', '130729.339000', '130729.342000', '130729.345000', '130729.348000', '130729.350000', '130729.353000', '130729.356000', '130729.359000', '130729.362000', '130729.365000', '130729.368000', '130729.371000', '130749.247000', '130749.250000', '130749.253000', '130749.256000', '130749.259000', '130749.261000', '130749.264000', '130749.267000', '130749.270000', '130749.273000', '130749.276000', '130749.279000', '130749.282000', '130749.284000', '130749.287000', '130749.290000', '130749.293000', '130749.296000', '130749.299000', '130749.302000', '130749.305000', '130749.307000', '130749.310000', '130749.313000', '130749.316000', '130749.319000', '130749.322000', '130749.325000', '130749.328000', '130749.330000', '130749.333000', '130749.336000', '130749.339000', '130749.342000', '130749.345000', '130749.348000', '130749.351000', '130749.353000', '130749.356000', '130749.359000', '130749.362000', '130749.365000', '130749.368000', '130749.371000', '130809.247000', '130809.250000', '130809.253000', '130809.256000', '130809.259000', '130809.262000', '130809.264000', '130809.267000', '130809.270000', '130809.273000', '130809.276000', '130809.279000', '130809.282000', '130809.285000', '130809.289000', '130809.292000', '130809.294000', '130809.298000', '130809.300000', '130809.303000', '130809.306000', '130809.309000', '130809.312000', '130809.315000', '130809.317000', '130809.320000', '130809.323000', '130809.326000', '130809.329000', '130809.332000', '130809.335000', '130809.337000', '130809.340000', '130809.343000', '130809.346000', '130809.349000', '130809.353000', '130809.356000', '130809.359000', '130809.361000', '130809.364000', '130809.367000', '130809.370000', '130829.247000', '130829.250000', '130829.253000', '130829.256000', '130829.259000', '130829.262000', '130829.265000', '130829.267000', '130829.270000', '130829.273000', '130829.276000', '130829.279000', '130829.282000', '130829.285000', '130829.288000', '130829.290000', '130829.293000', '130829.296000', '130829.299000', '130829.302000', '130829.305000', '130829.307000', '130829.310000', '130829.313000', '130829.316000', '130829.319000', '130829.322000', '130829.325000', '130829.328000', '130829.330000', '130829.333000', '130829.336000', '130829.339000', '130829.342000', '130829.345000', '130829.348000', '130829.350000', '130829.353000', '130829.356000', '130829.359000', '130829.362000', '130829.365000', '130829.368000', '130829.371000', '130849.247000', '130849.250000', '130849.253000', '130849.256000', '130849.259000', '130849.262000', '130849.264000', '130849.267000', '130849.270000', '130849.273000', '130849.276000', '130849.279000', '130849.282000', '130849.285000', '130849.287000', '130849.290000', '130849.293000', '130849.296000', '130849.299000', '130849.302000', '130849.305000', '130849.307000', '130849.310000', '130849.313000', '130849.316000', '130849.319000', '130849.322000', '130849.325000', '130849.328000', '130849.330000', '130849.333000', '130849.336000', '130849.339000', '130849.342000', '130849.345000', '130849.348000', '130849.351000', '130849.353000', '130849.356000', '130849.359000', '130849.362000', '130849.365000', '130849.368000', '130909.247000', '130909.250000', '130909.253000', '130909.256000', '130909.259000', '130909.262000', '130909.265000', '130909.267000', '130909.270000', '130909.273000', '130909.276000', '130909.279000', '130909.282000', '130909.285000', '130909.287000', '130909.290000', '130909.293000', '130909.296000', '130909.299000', '130909.302000', '130909.305000', '130909.307000', '130909.310000', '130909.313000', '130909.316000', '130909.319000', '130909.322000', '130909.325000', '130909.327000', '130909.331000', '130909.333000', '130909.336000', '130909.339000', '130909.342000', '130909.345000', '130909.348000', '130909.351000', '130909.355000', '130909.358000', '130909.361000', '130909.364000', '130909.367000', '130909.370000', '130909.372000', '130929.246000', '130929.249000', '130929.252000', '130929.255000', '130929.258000', '130929.261000', '130929.263000', '130929.266000', '130929.269000', '130929.272000', '130929.275000', '130929.278000', '130929.281000', '130929.283000', '130929.286000', '130929.289000', '130929.292000', '130929.295000', '130929.298000', '130929.301000', '130929.303000', '130929.306000', '130929.309000', '130929.312000', '130929.315000', '130929.318000', '130929.321000', '130929.325000', '130929.328000', '130929.331000', '130929.334000', '130929.337000', '130929.339000', '130929.342000', '130929.345000', '130929.348000', '130929.351000', '130929.354000', '130929.357000', '130929.359000', '130929.362000', '130929.365000', '130929.368000', '130949.247000', '130949.250000', '130949.253000', '130949.255000', '130949.259000', '130949.261000', '130949.264000', '130949.268000', '130949.271000', '130949.274000', '130949.277000', '130949.280000', '130949.283000', '130949.285000', '130949.288000', '130949.291000', '130949.294000', '130949.297000', '130949.300000', '130949.302000', '130949.305000', '130949.308000', '130949.311000', '130949.314000', '130949.317000', '130949.320000', '130949.322000', '130949.325000', '130949.328000', '130949.331000', '130949.334000', '130949.337000', '130949.340000', '130949.342000', '130949.345000', '130949.348000', '130949.351000', '130949.354000', '130949.357000', '130949.359000', '130949.362000', '130949.365000', '130949.368000', '130949.371000', '131006.709000', '131006.713000', '131006.716000', '131006.731000', '131006.734000', '131006.737000', '131006.740000', '131006.743000', '131006.746000', '131006.749000', '131006.751000', '131006.754000', '131006.757000', '131006.760000', '131006.763000', '131006.767000', '131006.770000', '131006.829000', '131006.832000', '131006.835000', '131006.838000', '131006.841000', '131006.843000', '131006.846000', '131006.849000', '131006.852000', '131006.855000', '131006.858000', '131006.861000', '131006.864000', '131006.867000', '131006.870000', '131006.873000', '131006.876000', '131006.879000', '131006.882000', '131006.885000', '131006.887000'], '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': [9888, 10728, 9668, 9509, 9678, 9809, 9833, 9637, 9757, 9688, 9355, 9563, 9678, 9685, 10303, 9973, 12275, 9962, 11287, 9819, 9958, 9618, 9941, 9549, 9627, 9300, 9891, 11933, 9934, 10391, 9952, 9403, 9924, 9514, 9573, 9716, 9403, 9815, 10659, 9761, 10794, 9772, 9995, 9794, 9460, 9435, 9573, 9647, 9344, 9815, 9673, 9431, 9735, 11222, 9591, 10570, 9581, 10227, 9415, 9301, 9239, 9283, 8944, 9467, 12042, 9629, 10405, 9560, 9476, 9720, 9520, 9614, 9636, 10120, 9846, 9978, 9489, 11305, 9749, 9336, 9380, 9598, 9581, 9454, 9466, 9726, 9917, 9494, 10004, 9614, 9643, 9628, 9515, 9392, 9387, 9133, 9518, 10181, 9611, 10666, 9738, 10208, 9387, 9409, 9584, 9637, 9353, 9645, 12181, 9753, 10308, 9546, 9914, 9483, 9435, 10046, 9528, 10976, 9730, 9846, 9935, 9411, 9220, 9457, 9581, 9738, 9334, 9471, 9664, 9849, 9603, 9388, 9712, 9777, 9612, 10680, 9751, 9501, 9750, 9569, 9252, 9673, 11352, 9533, 10886, 9734, 9416, 9597, 9425, 9698, 9627, 10596, 9665, 10388, 9762, 9361, 9402, 9530, 9439, 9530, 9212, 9501, 9187, 9658, 10100, 9561, 10788, 9648, 9553, 9443, 9565, 9684, 9289, 9255, 9445, 11366, 9514, 11153, 9399, 10238, 9909, 9640, 9636, 9542, 10135, 9686, 10523, 9660, 9560, 9885, 9320, 9081, 9470, 9905, 9471, 9157, 9302, 9207, 9729, 9276, 9470, 9297, 9857, 9566, 9298, 9349, 9260, 9831, 9175, 9483, 9482, 11337, 9462, 10575, 9376, 10290, 9449, 10501, 9431, 9462, 9919, 9604, 9484, 9500, 9714, 9266, 11571, 9378, 10244, 9441, 10033, 8993, 9883, 9571, 9283, 9426, 9363, 9293, 9370, 11339, 9384, 9988, 9379, 9082, 9176, 9341, 9469, 9387, 9422, 9375, 9391, 9363, 9130, 9281, 11622, 9624, 10946, 9161, 9835, 9527, 9369, 9009, 9460, 9376, 9412, 9102, 9383, 8807, 9191, 8499, 9117, 9249, 8860, 8018, 8167, 8308, 8616, 8950, 8796, 8563, 8816, 9385, 9012, 12091, 9028, 11102, 8893, 10621, 8274, 9100, 8720, 8738, 11916, 9073, 10826, 9126, 8960, 8550, 9194, 8509, 8735, 9410, 8829, 9107, 9530, 9230, 8808, 9172, 8530, 8861, 8493, 8849, 9238, 8789, 8533, 9029, 10517, 8887, 9001, 9005, 8909, 8841, 8966, 8713, 8818, 11459, 8960, 10553, 8835, 10028, 9204, 8972, 8957, 8732, 8694, 9151, 9414, 9079, 11628, 9098, 9526, 8951, 8893, 9083, 8734, 8944, 9064, 11470, 9267, 10735, 9087, 9522, 9641, 9339, 9392, 9327, 11579, 9167, 10450, 9412, 10964, 9438, 11176, 9164, 9342, 9140, 9154, 9422, 8991, 9290, 10889, 9174, 11960, 9162, 11030, 9115, 10728, 9562, 9243, 8911, 9248, 11837, 9418, 10158, 9249, 9171, 9086, 9059, 9447, 9195, 9169, 9134, 9221, 9447, 9261, 9145, 9005, 9329, 10031, 9291, 11749, 9424, 10527, 9288, 10332, 9448, 9192, 9272, 9108, 9502, 9131, 8963, 9123, 11555, 9380, 9421, 9300, 9147, 9045, 9188, 9159, 9195, 9961, 9061, 11379, 9196, 10025, 9034, 9499, 9055, 9095, 9080, 9062, 9041, 8939, 9500, 8905, 9941, 9151, 10886, 8961, 11145, 9057, 10577, 8986, 9763, 8933, 9026, 8590, 9059, 9505, 8940, 10226, 8870, 8960, 9318, 8987, 8947, 9020, 9524, 9069, 10547, 9151, 8936, 9010, 9208, 9486, 9233, 9385, 8995, 9785, 9173, 10566, 9033, 10519, 9232, 9515, 8864, 8865, 9380, 9131, 9133, 9118, 9187, 8884, 9524, 8897, 9140, 8936, 11605, 9157, 10350, 9007, 9783, 8970, 9178, 9561, 8789, 10389, 9135, 11490, 9303, 10364, 9023, 9013, 9232, 8933, 9297, 8939, 9112, 9072, 9855, 8863, 9939, 8960, 9335, 9172, 9341, 9232, 9192, 9150, 8880, 9149, 8997, 8900, 8796, 9279, 8781, 9019, 9078, 11951, 9349, 10261, 9243, 9587, 9368, 9044, 9469, 9049, 9649, 9350, 10245, 9349, 9355, 9352, 9018, 9479, 9310, 11577, 9450, 10690, 9059, 9224, 9360, 9360, 9014, 9385, 9528, 9117, 8793, 9314, 9258, 9169, 10881, 9159, 10763, 9276, 11532, 9136, 11293, 9445, 10511, 8916, 10107, 9142, 11791, 9748, 9558, 9465, 9170, 9432, 9250, 9751, 9414, 12037, 9758, 11226, 9619, 11224, 9211, 9467, 9051, 9210, 10525, 9414, 10549, 9342, 9261, 9792, 9316, 9085, 9379, 9489, 9377, 9412, 9562, 10521, 9322, 9087, 9316, 9401, 9590, 9292, 9477, 9276, 9306, 9370, 9667, 9401, 11632, 9470, 10293, 9109, 10173, 9335, 8960, 9364, 9083, 9603, 9283, 8831, 9378, 11017, 9206, 11713, 9260, 10006, 9377, 9017, 9906, 9184, 9697, 9035, 9647, 9283, 9686, 9025, 9181, 9007, 9339, 9224, 11402, 9045, 11881, 9076, 10782, 8865, 10532, 8766, 8782, 9362, 8751, 8674, 8834, 10297, 8652, 9852, 8978, 10396, 8919, 9456, 9451, 9029, 9000, 9223, 10654, 9085, 11308, 9503, 10315, 9294, 9132, 9537, 9192, 9196, 9086, 9780, 9208, 9277, 9345, 10264, 9347, 9780, 9263, 9992, 9179, 9154, 9182, 9239, 9181, 10129, 9356, 10943, 9435, 10704, 9689, 10052, 9059, 9065, 10064, 9085, 11718, 9358, 9977, 9403, 9385, 9524, 9210, 9442, 9189, 9518, 9383, 9193, 9252, 9404, 9368, 11754, 9301, 10257, 9449, 11045, 9420, 9885, 9830, 9319, 9137, 9270, 9625, 8999, 9109, 9193, 9678, 9540, 11240, 9599, 9864, 9421, 9737, 9283, 9112, 9553, 9361, 9622, 9335, 9272, 9057, 11035, 9552, 11323, 9169, 10014, 9606, 9451, 9325, 9062, 9147, 9028, 9145, 9124, 9450, 9110, 9552, 9496, 11733, 9451, 10254, 9217, 10250, 9445, 10728, 9192, 9936, 9625, 9057, 9547, 9178, 9259, 9331, 9722, 9512, 11366, 9722, 11143, 9517, 11118, 9547, 11447, 9806, 11509, 9667, 11312, 9485, 10673, 9337, 9905, 10030, 10645, 9762, 10412, 9393, 10170, 9505, 10387, 9406, 9936, 9860, 9422, 9094, 9580, 9888, 9522, 9999, 9438, 10005, 9489, 10184, 9376, 10037, 9627, 9883, 9205, 9687, 9014, 9396, 9079, 9351, 9127, 10240, 9359, 11430, 9518, 10573, 9664, 9419, 10095, 9314, 9872, 9152, 9450, 9005, 10348, 9310, 9641, 9638, 10944, 9597, 9886, 9519, 10149, 9419, 9718, 9608, 9324, 9842, 9342, 9986, 9259, 9562, 9379, 9559, 9324, 9493], 'WindowCenter': [4200.0, 4194.0, 4170.0, 4168.0, 4167.0, 4154.0, 4154.0, 4153.0, 4152.0, 4154.0, 4153.0, 4153.0, 4154.0, 4155.0, 4164.0, 4165.0, 4174.0, 4154.0, 4162.0, 4153.0, 4152.0, 4151.0, 4151.0, 4150.0, 4152.0, 4140.0, 4152.0, 4171.0, 4152.0, 4150.0, 4150.0, 4151.0, 4152.0, 4139.0, 4140.0, 4140.0, 4140.0, 4151.0, 4151.0, 4151.0, 4149.0, 4150.0, 4138.0, 4139.0, 4140.0, 4139.0, 4151.0, 4151.0, 4153.0, 4164.0, 4154.0, 4152.0, 4152.0, 4161.0, 4152.0, 4151.0, 4152.0, 4150.0, 4138.0, 4140.0, 4140.0, 4140.0, 4140.0, 4152.0, 4172.0, 4150.0, 4163.0, 4152.0, 4151.0, 4149.0, 4151.0, 4139.0, 4151.0, 4162.0, 4153.0, 4152.0, 4153.0, 4160.0, 4151.0, 4140.0, 4139.0, 4151.0, 4150.0, 4152.0, 4151.0, 4152.0, 4151.0, 4152.0, 4151.0, 4152.0, 4152.0, 4153.0, 4152.0, 4141.0, 4153.0, 4152.0, 4153.0, 4162.0, 4153.0, 4164.0, 4152.0, 4152.0, 4141.0, 4141.0, 4151.0, 4151.0, 4141.0, 4152.0, 4171.0, 4151.0, 4151.0, 4151.0, 4151.0, 4140.0, 4140.0, 4148.0, 4140.0, 4148.0, 4139.0, 4151.0, 4149.0, 4140.0, 4127.0, 4139.0, 4138.0, 4139.0, 4137.0, 4140.0, 4151.0, 4162.0, 4152.0, 4140.0, 4152.0, 4149.0, 4152.0, 4151.0, 4140.0, 4140.0, 4140.0, 4141.0, 4141.0, 4151.0, 4160.0, 4140.0, 4149.0, 4150.0, 4140.0, 4152.0, 4151.0, 4152.0, 4153.0, 4162.0, 4153.0, 4161.0, 4163.0, 4152.0, 4152.0, 4153.0, 4152.0, 4152.0, 4152.0, 4152.0, 4141.0, 4153.0, 4161.0, 4151.0, 4161.0, 4152.0, 4152.0, 4151.0, 4152.0, 4151.0, 4141.0, 4140.0, 4150.0, 4158.0, 4151.0, 4160.0, 4139.0, 4150.0, 4150.0, 4140.0, 4138.0, 4138.0, 4148.0, 4138.0, 4149.0, 4138.0, 4140.0, 4150.0, 4142.0, 4141.0, 4153.0, 4152.0, 4151.0, 4139.0, 4140.0, 4139.0, 4139.0, 4142.0, 4151.0, 4142.0, 4150.0, 4151.0, 4141.0, 4152.0, 4152.0, 4152.0, 4154.0, 4153.0, 4154.0, 4175.0, 4164.0, 4163.0, 4155.0, 4163.0, 4165.0, 4164.0, 4166.0, 4193.0, 4191.0, 4179.0, 4166.0, 4166.0, 4152.0, 4155.0, 4173.0, 4153.0, 4153.0, 4151.0, 4150.0, 4141.0, 4151.0, 4149.0, 4141.0, 4140.0, 4140.0, 4140.0, 4141.0, 4162.0, 4152.0, 4150.0, 4141.0, 4140.0, 4141.0, 4141.0, 4151.0, 4141.0, 4141.0, 4141.0, 4140.0, 4139.0, 4139.0, 4140.0, 4159.0, 4139.0, 4148.0, 4138.0, 4149.0, 4138.0, 4138.0, 4129.0, 4140.0, 4138.0, 4140.0, 4140.0, 4152.0, 4141.0, 4151.0, 4142.0, 4154.0, 4153.0, 4167.0, 4146.0, 4142.0, 4143.0, 4142.0, 4141.0, 4131.0, 4130.0, 4140.0, 4140.0, 4141.0, 4160.0, 4130.0, 4147.0, 4127.0, 4137.0, 4114.0, 4114.0, 4114.0, 4114.0, 4130.0, 4112.0, 4133.0, 4112.0, 4112.0, 4100.0, 4112.0, 4101.0, 4113.0, 4113.0, 4113.0, 4124.0, 4125.0, 4125.0, 4125.0, 4127.0, 4115.0, 4126.0, 4126.0, 4128.0, 4138.0, 4141.0, 4140.0, 4142.0, 4162.0, 4143.0, 4155.0, 4154.0, 4153.0, 4143.0, 4143.0, 4140.0, 4142.0, 4172.0, 4141.0, 4150.0, 4139.0, 4152.0, 4142.0, 4142.0, 4141.0, 4141.0, 4130.0, 4141.0, 4139.0, 4140.0, 4161.0, 4142.0, 4151.0, 4141.0, 4141.0, 4140.0, 4142.0, 4140.0, 4141.0, 4171.0, 4140.0, 4160.0, 4140.0, 4150.0, 4151.0, 4141.0, 4139.0, 4141.0, 4160.0, 4141.0, 4150.0, 4140.0, 4149.0, 4139.0, 4161.0, 4152.0, 4152.0, 4154.0, 4153.0, 4156.0, 4155.0, 4155.0, 4164.0, 4153.0, 4172.0, 4142.0, 4162.0, 4140.0, 4161.0, 4139.0, 4140.0, 4129.0, 4139.0, 4160.0, 4139.0, 4139.0, 4127.0, 4127.0, 4127.0, 4128.0, 4139.0, 4140.0, 4140.0, 4153.0, 4141.0, 4153.0, 4142.0, 4143.0, 4142.0, 4153.0, 4152.0, 4154.0, 4174.0, 4153.0, 4152.0, 4142.0, 4151.0, 4141.0, 4142.0, 4139.0, 4142.0, 4150.0, 4151.0, 4139.0, 4153.0, 4160.0, 4153.0, 4151.0, 4151.0, 4141.0, 4140.0, 4153.0, 4141.0, 4152.0, 4151.0, 4143.0, 4172.0, 4152.0, 4153.0, 4141.0, 4151.0, 4141.0, 4142.0, 4142.0, 4143.0, 4142.0, 4143.0, 4151.0, 4154.0, 4153.0, 4153.0, 4162.0, 4142.0, 4161.0, 4140.0, 4149.0, 4130.0, 4151.0, 4130.0, 4140.0, 4129.0, 4130.0, 4139.0, 4140.0, 4138.0, 4129.0, 4128.0, 4139.0, 4140.0, 4138.0, 4141.0, 4150.0, 4140.0, 4149.0, 4140.0, 4139.0, 4140.0, 4140.0, 4140.0, 4141.0, 4141.0, 4142.0, 4152.0, 4152.0, 4162.0, 4142.0, 4151.0, 4142.0, 4151.0, 4141.0, 4142.0, 4140.0, 4153.0, 4153.0, 4143.0, 4152.0, 4142.0, 4153.0, 4143.0, 4153.0, 4154.0, 4172.0, 4154.0, 4163.0, 4143.0, 4152.0, 4142.0, 4153.0, 4153.0, 4143.0, 4163.0, 4152.0, 4162.0, 4142.0, 4151.0, 4141.0, 4142.0, 4142.0, 4141.0, 4141.0, 4142.0, 4142.0, 4154.0, 4153.0, 4154.0, 4152.0, 4154.0, 4153.0, 4155.0, 4153.0, 4153.0, 4153.0, 4153.0, 4154.0, 4153.0, 4141.0, 4141.0, 4142.0, 4141.0, 4143.0, 4140.0, 4141.0, 4160.0, 4142.0, 4151.0, 4140.0, 4140.0, 4139.0, 4139.0, 4140.0, 4140.0, 4139.0, 4141.0, 4150.0, 4142.0, 4141.0, 4139.0, 4141.0, 4140.0, 4141.0, 4160.0, 4140.0, 4149.0, 4128.0, 4139.0, 4139.0, 4140.0, 4141.0, 4151.0, 4151.0, 4142.0, 4141.0, 4151.0, 4152.0, 4152.0, 4163.0, 4153.0, 4163.0, 4153.0, 4175.0, 4152.0, 4176.0, 4165.0, 4162.0, 4141.0, 4162.0, 4153.0, 4171.0, 4152.0, 4153.0, 4152.0, 4153.0, 4140.0, 4152.0, 4150.0, 4141.0, 4159.0, 4140.0, 4147.0, 4127.0, 4146.0, 4115.0, 4125.0, 4113.0, 4113.0, 4122.0, 4113.0, 4121.0, 4112.0, 4110.0, 4112.0, 4112.0, 4111.0, 4114.0, 4123.0, 4125.0, 4124.0, 4125.0, 4135.0, 4125.0, 4125.0, 4126.0, 4127.0, 4137.0, 4137.0, 4139.0, 4139.0, 4139.0, 4139.0, 4139.0, 4141.0, 4161.0, 4152.0, 4150.0, 4129.0, 4149.0, 4141.0, 4140.0, 4141.0, 4142.0, 4140.0, 4140.0, 4140.0, 4142.0, 4162.0, 4142.0, 4160.0, 4142.0, 4151.0, 4167.0, 4154.0, 4164.0, 4153.0, 4154.0, 4153.0, 4165.0, 4154.0, 4155.0, 4153.0, 4153.0, 4154.0, 4153.0, 4153.0, 4172.0, 4142.0, 4162.0, 4141.0, 4149.0, 4129.0, 4150.0, 4127.0, 4128.0, 4140.0, 4129.0, 4129.0, 4141.0, 4151.0, 4130.0, 4141.0, 4141.0, 4150.0, 4141.0, 4139.0, 4151.0, 4156.0, 4139.0, 4140.0, 4150.0, 4141.0, 4160.0, 4138.0, 4137.0, 4139.0, 4140.0, 4140.0, 4139.0, 4141.0, 4141.0, 4151.0, 4151.0, 4140.0, 4142.0, 4150.0, 4142.0, 4152.0, 4153.0, 4151.0, 4153.0, 4152.0, 4153.0, 4155.0, 4155.0, 4165.0, 4154.0, 4163.0, 4142.0, 4153.0, 4141.0, 4150.0, 4128.0, 4139.0, 4138.0, 4126.0, 4158.0, 4138.0, 4138.0, 4141.0, 4140.0, 4151.0, 4140.0, 4152.0, 4151.0, 4153.0, 4153.0, 4152.0, 4154.0, 4153.0, 4154.0, 4171.0, 4142.0, 4150.0, 4151.0, 4161.0, 4141.0, 4150.0, 4151.0, 4140.0, 4141.0, 4141.0, 4140.0, 4140.0, 4139.0, 4140.0, 4139.0, 4150.0, 4160.0, 4141.0, 4139.0, 4141.0, 4138.0, 4141.0, 4141.0, 4153.0, 4152.0, 4151.0, 4153.0, 4142.0, 4142.0, 4161.0, 4153.0, 4161.0, 4141.0, 4149.0, 4152.0, 4139.0, 4141.0, 4129.0, 4140.0, 4130.0, 4137.0, 4141.0, 4139.0, 4141.0, 4141.0, 4151.0, 4172.0, 4151.0, 4150.0, 4140.0, 4151.0, 4140.0, 4150.0, 4141.0, 4152.0, 4141.0, 4129.0, 4139.0, 4139.0, 4139.0, 4140.0, 4138.0, 4139.0, 4159.0, 4141.0, 4150.0, 4140.0, 4160.0, 4151.0, 4161.0, 4152.0, 4162.0, 4153.0, 4162.0, 4153.0, 4162.0, 4154.0, 4178.0, 4180.0, 4165.0, 4164.0, 4164.0, 4142.0, 4149.0, 4141.0, 4151.0, 4141.0, 4140.0, 4150.0, 4141.0, 4141.0, 4140.0, 4148.0, 4140.0, 4150.0, 4139.0, 4151.0, 4151.0, 4163.0, 4151.0, 4152.0, 4154.0, 4153.0, 4141.0, 4153.0, 4142.0, 4141.0, 4140.0, 4140.0, 4152.0, 4164.0, 4152.0, 4162.0, 4142.0, 4150.0, 4141.0, 4140.0, 4150.0, 4140.0, 4149.0, 4141.0, 4141.0, 4142.0, 4152.0, 4153.0, 4151.0, 4152.0, 4162.0, 4150.0, 4150.0, 4151.0, 4149.0, 4141.0, 4151.0, 4150.0, 4140.0, 4153.0, 4152.0, 4151.0, 4143.0, 4152.0, 4142.0, 4141.0, 4142.0, 4140.0], 'WindowWidth': [9328.0, 9306.0, 9263.0, 9256.0, 9251.0, 9230.0, 9229.0, 9226.0, 9225.0, 9227.0, 9225.0, 9225.0, 9227.0, 9230.0, 9240.0, 9244.0, 9255.0, 9226.0, 9235.0, 9223.0, 9221.0, 9218.0, 9218.0, 9216.0, 9218.0, 9199.0, 9221.0, 9245.0, 9219.0, 9215.0, 9216.0, 9221.0, 9220.0, 9200.0, 9199.0, 9200.0, 9200.0, 9217.0, 9215.0, 9215.0, 9210.0, 9213.0, 9196.0, 9199.0, 9200.0, 9198.0, 9217.0, 9218.0, 9223.0, 9239.0, 9228.0, 9222.0, 9222.0, 9230.0, 9219.0, 9217.0, 9219.0, 9214.0, 9196.0, 9200.0, 9202.0, 9202.0, 9199.0, 9220.0, 9248.0, 9215.0, 9240.0, 9220.0, 9217.0, 9212.0, 9216.0, 9198.0, 9218.0, 9235.0, 9224.0, 9220.0, 9222.0, 9228.0, 9217.0, 9202.0, 9201.0, 9216.0, 9215.0, 9221.0, 9218.0, 9221.0, 9217.0, 9222.0, 9219.0, 9221.0, 9223.0, 9223.0, 9221.0, 9206.0, 9225.0, 9220.0, 9226.0, 9235.0, 9225.0, 9241.0, 9222.0, 9220.0, 9206.0, 9205.0, 9218.0, 9218.0, 9204.0, 9221.0, 9246.0, 9220.0, 9218.0, 9218.0, 9219.0, 9201.0, 9202.0, 9209.0, 9200.0, 9210.0, 9199.0, 9217.0, 9212.0, 9199.0, 9179.0, 9199.0, 9196.0, 9198.0, 9194.0, 9201.0, 9217.0, 9238.0, 9221.0, 9202.0, 9219.0, 9214.0, 9220.0, 9217.0, 9203.0, 9203.0, 9200.0, 9203.0, 9204.0, 9217.0, 9227.0, 9200.0, 9211.0, 9214.0, 9203.0, 9223.0, 9221.0, 9224.0, 9226.0, 9236.0, 9226.0, 9232.0, 9238.0, 9222.0, 9222.0, 9223.0, 9221.0, 9221.0, 9222.0, 9221.0, 9205.0, 9226.0, 9233.0, 9220.0, 9233.0, 9220.0, 9222.0, 9218.0, 9222.0, 9219.0, 9205.0, 9201.0, 9217.0, 9225.0, 9217.0, 9228.0, 9198.0, 9216.0, 9214.0, 9199.0, 9194.0, 9196.0, 9207.0, 9196.0, 9211.0, 9198.0, 9201.0, 9215.0, 9207.0, 9204.0, 9223.0, 9220.0, 9217.0, 9199.0, 9201.0, 9200.0, 9198.0, 9206.0, 9218.0, 9207.0, 9215.0, 9219.0, 9204.0, 9220.0, 9220.0, 9223.0, 9227.0, 9224.0, 9227.0, 9257.0, 9243.0, 9238.0, 9230.0, 9240.0, 9244.0, 9240.0, 9248.0, 9300.0, 9293.0, 9273.0, 9250.0, 9247.0, 9224.0, 9229.0, 9252.0, 9225.0, 9223.0, 9219.0, 9214.0, 9203.0, 9217.0, 9214.0, 9203.0, 9202.0, 9202.0, 9203.0, 9206.0, 9234.0, 9222.0, 9216.0, 9206.0, 9202.0, 9205.0, 9204.0, 9217.0, 9206.0, 9206.0, 9205.0, 9202.0, 9200.0, 9198.0, 9202.0, 9226.0, 9198.0, 9211.0, 9196.0, 9211.0, 9196.0, 9196.0, 9184.0, 9200.0, 9196.0, 9202.0, 9201.0, 9222.0, 9206.0, 9219.0, 9207.0, 9227.0, 9228.0, 9252.0, 9221.0, 9208.0, 9212.0, 9208.0, 9204.0, 9190.0, 9188.0, 9202.0, 9202.0, 9205.0, 9228.0, 9186.0, 9207.0, 9177.0, 9190.0, 9156.0, 9156.0, 9153.0, 9153.0, 9172.0, 9150.0, 9178.0, 9148.0, 9149.0, 9131.0, 9148.0, 9133.0, 9150.0, 9151.0, 9153.0, 9167.0, 9172.0, 9172.0, 9171.0, 9177.0, 9159.0, 9175.0, 9174.0, 9181.0, 9196.0, 9205.0, 9203.0, 9208.0, 9235.0, 9211.0, 9230.0, 9229.0, 9224.0, 9209.0, 9209.0, 9202.0, 9207.0, 9246.0, 9206.0, 9215.0, 9201.0, 9220.0, 9206.0, 9206.0, 9202.0, 9204.0, 9187.0, 9204.0, 9198.0, 9203.0, 9232.0, 9207.0, 9218.0, 9205.0, 9204.0, 9204.0, 9206.0, 9202.0, 9207.0, 9244.0, 9203.0, 9227.0, 9201.0, 9216.0, 9217.0, 9205.0, 9200.0, 9204.0, 9229.0, 9202.0, 9214.0, 9201.0, 9212.0, 9201.0, 9231.0, 9222.0, 9223.0, 9227.0, 9227.0, 9233.0, 9229.0, 9231.0, 9240.0, 9223.0, 9248.0, 9208.0, 9233.0, 9203.0, 9231.0, 9198.0, 9200.0, 9182.0, 9196.0, 9225.0, 9197.0, 9196.0, 9179.0, 9178.0, 9178.0, 9182.0, 9198.0, 9201.0, 9201.0, 9222.0, 9205.0, 9222.0, 9207.0, 9209.0, 9209.0, 9224.0, 9221.0, 9227.0, 9253.0, 9223.0, 9220.0, 9207.0, 9218.0, 9204.0, 9206.0, 9201.0, 9206.0, 9215.0, 9219.0, 9201.0, 9222.0, 9230.0, 9224.0, 9220.0, 9219.0, 9205.0, 9204.0, 9222.0, 9204.0, 9221.0, 9219.0, 9211.0, 9248.0, 9221.0, 9223.0, 9207.0, 9217.0, 9206.0, 9207.0, 9208.0, 9210.0, 9209.0, 9211.0, 9220.0, 9226.0, 9225.0, 9223.0, 9234.0, 9206.0, 9231.0, 9200.0, 9213.0, 9187.0, 9216.0, 9186.0, 9201.0, 9184.0, 9187.0, 9197.0, 9200.0, 9195.0, 9184.0, 9182.0, 9197.0, 9199.0, 9196.0, 9203.0, 9215.0, 9201.0, 9211.0, 9201.0, 9198.0, 9201.0, 9201.0, 9202.0, 9205.0, 9203.0, 9208.0, 9222.0, 9221.0, 9235.0, 9208.0, 9217.0, 9207.0, 9217.0, 9206.0, 9206.0, 9204.0, 9222.0, 9223.0, 9211.0, 9220.0, 9208.0, 9223.0, 9210.0, 9223.0, 9227.0, 9249.0, 9226.0, 9237.0, 9211.0, 9221.0, 9209.0, 9225.0, 9224.0, 9211.0, 9237.0, 9223.0, 9234.0, 9207.0, 9217.0, 9204.0, 9207.0, 9208.0, 9206.0, 9203.0, 9208.0, 9209.0, 9226.0, 9224.0, 9227.0, 9220.0, 9227.0, 9225.0, 9230.0, 9225.0, 9226.0, 9225.0, 9224.0, 9227.0, 9225.0, 9209.0, 9206.0, 9208.0, 9204.0, 9209.0, 9203.0, 9206.0, 9229.0, 9207.0, 9220.0, 9202.0, 9201.0, 9198.0, 9198.0, 9200.0, 9202.0, 9198.0, 9204.0, 9215.0, 9206.0, 9203.0, 9201.0, 9204.0, 9201.0, 9204.0, 9226.0, 9200.0, 9209.0, 9181.0, 9198.0, 9198.0, 9201.0, 9206.0, 9219.0, 9218.0, 9209.0, 9205.0, 9219.0, 9221.0, 9221.0, 9235.0, 9224.0, 9236.0, 9226.0, 9255.0, 9222.0, 9262.0, 9246.0, 9234.0, 9204.0, 9236.0, 9226.0, 9247.0, 9222.0, 9223.0, 9221.0, 9222.0, 9204.0, 9221.0, 9216.0, 9204.0, 9225.0, 9198.0, 9205.0, 9177.0, 9201.0, 9155.0, 9168.0, 9148.0, 9150.0, 9160.0, 9148.0, 9156.0, 9145.0, 9143.0, 9145.0, 9147.0, 9144.0, 9153.0, 9164.0, 9169.0, 9166.0, 9171.0, 9182.0, 9172.0, 9171.0, 9174.0, 9177.0, 9190.0, 9193.0, 9197.0, 9198.0, 9198.0, 9199.0, 9199.0, 9203.0, 9230.0, 9220.0, 9214.0, 9185.0, 9211.0, 9202.0, 9200.0, 9202.0, 9206.0, 9201.0, 9201.0, 9202.0, 9207.0, 9233.0, 9208.0, 9228.0, 9205.0, 9217.0, 9251.0, 9229.0, 9242.0, 9225.0, 9228.0, 9225.0, 9244.0, 9227.0, 9229.0, 9224.0, 9224.0, 9225.0, 9222.0, 9224.0, 9247.0, 9206.0, 9234.0, 9202.0, 9211.0, 9185.0, 9212.0, 9180.0, 9182.0, 9199.0, 9186.0, 9184.0, 9203.0, 9216.0, 9187.0, 9201.0, 9201.0, 9214.0, 9203.0, 9199.0, 9219.0, 9234.0, 9200.0, 9200.0, 9215.0, 9201.0, 9227.0, 9195.0, 9192.0, 9198.0, 9199.0, 9201.0, 9199.0, 9202.0, 9205.0, 9218.0, 9219.0, 9202.0, 9206.0, 9215.0, 9207.0, 9220.0, 9222.0, 9218.0, 9223.0, 9222.0, 9225.0, 9230.0, 9230.0, 9242.0, 9226.0, 9238.0, 9207.0, 9222.0, 9203.0, 9214.0, 9181.0, 9197.0, 9195.0, 9177.0, 9221.0, 9194.0, 9193.0, 9204.0, 9201.0, 9217.0, 9201.0, 9221.0, 9220.0, 9225.0, 9224.0, 9222.0, 9228.0, 9222.0, 9226.0, 9246.0, 9207.0, 9216.0, 9216.0, 9229.0, 9203.0, 9214.0, 9216.0, 9202.0, 9203.0, 9203.0, 9198.0, 9201.0, 9198.0, 9201.0, 9198.0, 9216.0, 9228.0, 9204.0, 9199.0, 9204.0, 9198.0, 9204.0, 9206.0, 9226.0, 9223.0, 9218.0, 9224.0, 9206.0, 9208.0, 9231.0, 9221.0, 9230.0, 9205.0, 9214.0, 9219.0, 9201.0, 9203.0, 9184.0, 9199.0, 9186.0, 9193.0, 9202.0, 9197.0, 9203.0, 9202.0, 9219.0, 9247.0, 9217.0, 9215.0, 9203.0, 9217.0, 9202.0, 9213.0, 9203.0, 9221.0, 9203.0, 9184.0, 9195.0, 9197.0, 9195.0, 9199.0, 9197.0, 9199.0, 9225.0, 9204.0, 9212.0, 9199.0, 9228.0, 9218.0, 9230.0, 9222.0, 9234.0, 9223.0, 9234.0, 9223.0, 9234.0, 9227.0, 9267.0, 9275.0, 9244.0, 9242.0, 9239.0, 9206.0, 9211.0, 9204.0, 9216.0, 9202.0, 9200.0, 9213.0, 9204.0, 9203.0, 9201.0, 9210.0, 9201.0, 9215.0, 9200.0, 9218.0, 9218.0, 9236.0, 9220.0, 9222.0, 9225.0, 9223.0, 9204.0, 9221.0, 9206.0, 9204.0, 9201.0, 9201.0, 9220.0, 9239.0, 9222.0, 9234.0, 9204.0, 9215.0, 9203.0, 9201.0, 9214.0, 9199.0, 9212.0, 9202.0, 9201.0, 9206.0, 9220.0, 9222.0, 9218.0, 9219.0, 9233.0, 9215.0, 9215.0, 9216.0, 9212.0, 9202.0, 9217.0, 9215.0, 9201.0, 9222.0, 9220.0, 9218.0, 9208.0, 9219.0, 9207.0, 9202.0, 9206.0, 9200.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.000656080459770115</td></tr>
<tr><td colspan=3>aqi</td><td>0.015967839540229886</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.96467639939006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1744491891024156</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0073581838895271</td></tr>
<tr><td colspan=3>efc</td><td>0.4714</td></tr>
<tr><td colspan=3>fber</td><td>5759.8809</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06057533940312873</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.639667145409092</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5613221207515036</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8333608415383225</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5243184739374502</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111034</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010106009431183338</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021260734647512436</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.702316138676159</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>27.688</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.744</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8329</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300862.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>830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.8485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9785</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.2911</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.8871</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.422</td></tr>
<tr><td colspan=3>tsnr</td><td>45.42645944468677</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>