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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-04/func/sub-0044_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e7cad2747d5a94ca688bfca3ce5e3753</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>16:58:31.807500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0996478</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>260a9456-67e7-4479-adad-bbbbf21f7e53||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['165831.807500', '165832.267500', '165832.727500', '165833.187500', '165833.647500', '165834.107500', '165834.567500', '165835.027500', '165835.487500', '165835.947500', '165836.407500', '165836.867500', '165837.327500', '165837.787500', '165838.247500', '165838.707500', '165839.167500', '165839.627500', '165840.087500', '165840.547500', '165841.007500', '165841.467500', '165841.927500', '165842.387500', '165842.847500', '165843.307500', '165843.767500', '165844.227500', '165844.687500', '165845.147500', '165845.607500', '165846.067500', '165846.527500', '165846.987500', '165847.447500', '165847.907500', '165848.367500', '165848.827500', '165849.287500', '165849.747500', '165850.207500', '165850.667500', '165851.127500', '165851.587500', '165852.047500', '165852.507500', '165852.967500', '165853.427500', '165853.887500', '165854.347500', '165854.807500', '165855.267500', '165855.727500', '165856.187500', '165856.647500', '165857.107500', '165857.567500', '165858.027500', '165858.487500', '165858.947500', '165859.407500', '165859.867500', '165900.327500', '165900.787500', '165901.247500', '165901.707500', '165902.167500', '165902.627500', '165903.087500', '165903.547500', '165904.007500', '165904.467500', '165904.927500', '165905.387500', '165905.847500', '165906.307500', '165906.767500', '165907.227500', '165907.687500', '165908.147500', '165908.607500', '165909.067500', '165909.527500', '165909.987500', '165910.447500', '165910.907500', '165911.367500', '165911.827500', '165912.287500', '165912.747500', '165913.207500', '165913.667500', '165914.127500', '165914.587500', '165915.047500', '165915.507500', '165915.967500', '165916.427500', '165916.887500', '165917.347500', '165917.807500', '165918.267500', '165918.727500', '165919.187500', '165919.647500', '165920.107500', '165920.567500', '165921.027500', '165921.487500', '165921.947500', '165922.407500', '165922.867500', '165923.327500', '165923.787500', '165924.247500', '165924.707500', '165925.167500', '165925.627500', '165926.087500', '165926.547500', '165927.007500', '165927.467500', '165927.927500', '165928.387500', '165928.847500', '165929.307500', '165929.767500', '165930.227500', '165930.687500', '165931.147500', '165931.607500', '165932.067500', '165932.527500', '165932.987500', '165933.447500', '165933.907500', '165934.367500', '165934.827500', '165935.287500', '165935.747500', '165936.207500', '165936.667500', '165937.127500', '165937.587500', '165938.047500', '165938.507500', '165938.967500', '165939.427500', '165939.887500', '165940.347500', '165940.807500', '165941.267500', '165941.727500', '165942.187500', '165942.647500', '165943.107500', '165943.567500', '165944.027500', '165944.487500', '165944.947500', '165945.407500', '165945.867500', '165946.327500', '165946.787500', '165947.247500', '165947.707500', '165948.167500', '165948.627500', '165949.087500', '165949.547500', '165950.007500', '165950.467500', '165950.927500', '165951.387500', '165951.847500', '165952.307500', '165952.767500', '165953.227500', '165953.687500', '165954.147500', '165954.607500', '165955.067500', '165955.527500', '165955.987500', '165956.447500', '165956.907500', '165957.367500', '165957.827500', '165958.287500', '165958.747500', '165959.207500', '165959.667500', '170000.127500', '170000.587500', '170001.047500', '170001.507500', '170001.967500', '170002.427500', '170002.887500', '170003.347500', '170003.807500', '170004.267500', '170004.727500', '170005.187500', '170005.647500', '170006.107500', '170006.567500', '170007.027500', '170007.487500', '170007.947500', '170008.407500', '170008.867500', '170009.327500', '170009.787500', '170010.247500', '170010.707500', '170011.167500', '170011.627500', '170012.087500', '170012.547500', '170013.007500', '170013.467500', '170013.927500', '170014.387500', '170014.847500', '170015.307500', '170015.767500', '170016.227500', '170016.687500', '170017.147500', '170017.607500', '170018.067500', '170018.527500', '170018.987500', '170019.447500', '170019.907500', '170020.367500', '170020.827500', '170021.287500', '170021.747500', '170022.207500', '170022.667500', '170023.127500', '170023.587500', '170024.047500', '170024.507500', '170024.967500', '170025.427500', '170025.887500', '170026.347500', '170026.807500', '170027.267500', '170027.727500', '170028.187500', '170028.647500', '170029.107500', '170029.567500', '170030.027500', '170030.487500', '170030.947500', '170031.407500', '170031.867500', '170032.327500', '170032.787500', '170033.247500', '170033.707500', '170034.167500', '170034.627500', '170035.087500', '170035.547500', '170036.007500', '170036.467500', '170036.927500', '170037.387500', '170037.847500', '170038.307500', '170038.767500', '170039.227500', '170039.687500', '170040.147500', '170040.607500', '170041.067500', '170041.527500', '170041.987500', '170042.447500', '170042.907500', '170043.367500', '170043.827500', '170044.287500', '170044.747500', '170045.207500', '170045.667500', '170046.127500', '170046.587500', '170047.047500', '170047.507500', '170047.967500', '170048.427500', '170048.887500', '170049.347500', '170049.807500', '170050.267500', '170050.727500', '170051.187500', '170051.647500', '170052.107500', '170052.567500', '170053.027500', '170053.487500', '170053.947500', '170054.407500', '170054.867500', '170055.327500', '170055.787500', '170056.247500', '170056.707500', '170057.167500', '170057.627500', '170058.087500', '170058.547500', '170059.007500', '170059.467500', '170059.927500', '170100.387500', '170100.847500', '170101.307500', '170101.767500', '170102.227500', '170102.687500', '170103.147500', '170103.607500', '170104.067500', '170104.527500', '170104.987500', '170105.447500', '170105.907500', '170106.367500', '170106.827500', '170107.287500', '170107.747500', '170108.207500', '170108.667500', '170109.127500', '170109.587500', '170110.047500', '170110.507500', '170110.967500', '170111.427500', '170111.887500', '170112.347500', '170112.807500', '170113.267500', '170113.727500', '170114.187500', '170114.647500', '170115.107500', '170115.567500', '170116.027500', '170116.487500', '170116.947500', '170117.407500', '170117.867500', '170118.327500', '170118.787500', '170119.247500', '170119.707500', '170120.167500', '170120.627500', '170121.087500', '170121.547500', '170122.007500', '170122.467500', '170122.927500', '170123.387500', '170123.847500', '170124.307500', '170124.767500', '170125.227500', '170125.687500', '170126.147500', '170126.607500', '170127.067500', '170127.527500', '170127.987500', '170128.447500', '170128.907500', '170129.367500', '170129.827500', '170130.287500', '170130.747500', '170131.207500', '170131.667500', '170132.127500', '170132.587500', '170133.047500', '170133.507500', '170133.967500', '170134.427500', '170134.887500', '170135.347500', '170135.807500', '170136.267500', '170136.727500', '170137.187500', '170137.647500', '170138.107500', '170138.567500', '170139.027500', '170139.487500', '170139.947500', '170140.407500', '170140.867500', '170141.327500', '170141.787500', '170142.247500', '170142.707500', '170143.167500', '170143.627500', '170144.087500', '170144.547500', '170145.007500', '170145.467500', '170145.927500', '170146.387500', '170146.847500', '170147.307500', '170147.767500', '170148.227500', '170148.687500', '170149.147500', '170149.607500', '170150.067500', '170150.527500', '170150.987500', '170151.447500', '170151.907500', '170152.367500', '170152.827500', '170153.287500', '170153.747500', '170154.207500', '170154.667500', '170155.127500', '170155.587500', '170156.047500', '170156.507500', '170156.967500', '170157.427500', '170157.887500', '170158.347500', '170158.807500', '170159.267500', '170159.727500', '170200.187500', '170200.647500', '170201.107500', '170201.567500', '170202.027500', '170202.487500', '170202.947500', '170203.407500', '170203.867500', '170204.327500', '170204.787500', '170205.247500', '170205.707500', '170206.167500', '170206.627500', '170207.087500', '170207.547500', '170208.007500', '170208.467500', '170208.927500', '170209.387500', '170209.847500', '170210.307500', '170210.767500', '170211.227500', '170211.687500', '170212.147500', '170212.607500', '170213.067500', '170213.527500', '170213.987500', '170214.447500', '170214.907500', '170215.367500', '170215.827500', '170216.287500', '170216.747500', '170217.207500', '170217.667500', '170218.127500', '170218.587500', '170219.047500', '170219.507500', '170219.967500', '170220.427500', '170220.887500', '170221.347500', '170221.807500', '170222.267500', '170222.727500', '170223.187500', '170223.647500', '170224.107500', '170224.567500', '170225.027500', '170225.487500', '170225.947500', '170226.407500', '170226.867500', '170227.327500', '170227.787500', '170228.247500', '170228.707500', '170229.167500', '170229.627500', '170230.087500', '170230.547500', '170231.007500', '170231.467500', '170231.927500', '170232.387500', '170232.847500', '170233.307500', '170233.767500', '170234.227500', '170234.687500', '170235.147500', '170235.607500', '170236.067500', '170236.527500', '170236.987500', '170237.447500', '170237.907500', '170238.367500', '170238.827500', '170239.287500', '170239.747500', '170240.207500', '170240.667500', '170241.127500', '170241.587500', '170242.047500', '170242.507500', '170242.967500', '170243.427500', '170243.887500', '170244.347500', '170244.807500', '170245.267500', '170245.727500', '170246.187500', '170246.647500', '170247.107500', '170247.567500', '170248.027500', '170248.487500', '170248.947500', '170249.407500', '170249.867500', '170250.327500', '170250.787500', '170251.247500', '170251.707500', '170252.167500', '170252.627500', '170253.087500', '170253.547500', '170254.007500', '170254.467500', '170254.927500', '170255.387500', '170255.847500', '170256.307500', '170256.767500', '170257.227500', '170257.687500', '170258.147500', '170258.607500', '170259.067500', '170259.527500', '170259.987500', '170300.447500', '170300.907500', '170301.367500', '170301.827500', '170302.287500', '170302.747500', '170303.207500', '170303.667500', '170304.127500', '170304.587500', '170305.047500', '170305.507500', '170305.967500', '170306.427500', '170306.887500', '170307.347500', '170307.807500', '170308.267500', '170308.727500', '170309.187500', '170309.647500', '170310.107500', '170310.567500', '170311.027500', '170311.487500', '170311.947500', '170312.407500', '170312.867500', '170313.327500', '170313.787500', '170314.247500', '170314.707500', '170315.167500', '170315.627500', '170316.087500', '170316.547500', '170317.007500', '170317.467500', '170317.927500', '170318.387500', '170318.847500', '170319.307500', '170319.767500', '170320.227500', '170320.687500', '170321.147500', '170321.607500', '170322.067500', '170322.527500', '170322.987500', '170323.447500', '170323.907500', '170324.367500', '170324.827500', '170325.287500', '170325.747500', '170326.207500', '170326.667500', '170327.127500', '170327.587500', '170328.047500', '170328.507500', '170328.967500', '170329.427500', '170329.887500', '170330.347500', '170330.807500', '170331.267500', '170331.727500', '170332.187500', '170332.647500', '170333.107500', '170333.567500', '170334.027500', '170334.487500', '170334.947500', '170335.407500', '170335.867500', '170336.327500', '170336.787500', '170337.247500', '170337.707500', '170338.167500', '170338.627500', '170339.087500', '170339.547500', '170340.007500', '170340.467500', '170340.927500', '170341.387500', '170341.847500', '170342.307500', '170342.767500', '170343.227500', '170343.687500', '170344.147500', '170344.607500', '170345.067500', '170345.527500', '170345.987500', '170346.447500', '170346.907500', '170347.367500', '170347.827500', '170348.287500', '170348.747500', '170349.207500', '170349.667500', '170350.127500', '170350.587500', '170351.047500', '170351.507500', '170351.967500', '170352.427500', '170352.887500', '170353.347500', '170353.807500', '170354.267500', '170354.727500', '170355.187500', '170355.647500', '170356.107500', '170356.567500', '170357.027500', '170357.487500', '170357.947500', '170358.407500', '170358.867500', '170359.327500', '170359.787500', '170400.247500', '170400.707500', '170401.167500', '170401.627500', '170402.087500', '170402.547500', '170403.007500', '170403.467500', '170403.927500', '170404.387500', '170404.847500', '170405.307500', '170405.767500', '170406.227500', '170406.687500', '170407.147500', '170407.607500', '170408.067500', '170408.527500', '170408.987500', '170409.447500', '170409.907500', '170410.367500', '170410.827500', '170411.287500', '170411.747500', '170412.207500', '170412.667500', '170413.127500', '170413.587500', '170414.047500', '170414.507500', '170414.967500', '170415.427500', '170415.887500', '170416.347500', '170416.807500', '170417.267500', '170417.727500', '170418.187500', '170418.647500', '170419.107500', '170419.567500', '170420.027500', '170420.487500', '170420.947500', '170421.407500', '170421.867500', '170422.327500', '170422.787500', '170423.247500', '170423.707500', '170424.167500', '170424.627500', '170425.087500', '170425.547500', '170426.007500', '170426.467500', '170426.927500', '170427.387500', '170427.847500', '170428.307500', '170428.767500', '170429.227500', '170429.687500', '170430.147500', '170430.607500', '170431.067500', '170431.527500', '170431.987500', '170432.447500', '170432.907500', '170433.367500', '170433.827500', '170434.287500', '170434.747500', '170435.207500', '170435.667500', '170436.127500', '170436.587500', '170437.047500', '170437.507500', '170437.967500', '170438.427500', '170438.887500', '170439.347500', '170439.807500', '170440.267500', '170440.727500', '170441.187500', '170441.647500', '170442.107500', '170442.567500', '170443.027500', '170443.487500', '170443.947500', '170444.407500', '170444.867500', '170445.327500', '170445.787500', '170446.247500', '170446.707500', '170447.167500', '170447.627500', '170448.087500', '170448.547500', '170449.007500', '170449.467500', '170449.927500', '170450.387500', '170450.847500', '170451.307500', '170451.767500', '170452.227500', '170452.687500', '170453.147500', '170453.607500', '170454.067500', '170454.527500', '170454.987500', '170455.447500', '170455.907500', '170456.367500', '170456.827500', '170457.287500', '170457.747500', '170458.207500', '170458.667500', '170459.127500', '170459.587500', '170500.047500', '170500.507500', '170500.967500', '170501.427500', '170501.887500', '170502.347500', '170502.807500', '170503.267500', '170503.727500', '170504.187500', '170504.647500', '170505.107500', '170505.567500', '170506.027500', '170506.487500', '170506.947500', '170507.407500', '170507.867500', '170508.327500', '170508.787500', '170509.247500', '170509.707500', '170510.167500', '170510.627500', '170511.087500', '170511.547500', '170512.007500', '170512.467500'], 'ContentTime': ['165901.642000', '165901.645000', '165901.648000', '165901.650000', '165901.653000', '165901.656000', '165901.658000', '165901.661000', '165901.685000', '165901.688000', '165901.691000', '165901.694000', '165901.697000', '165901.699000', '165901.702000', '165901.704000', '165901.707000', '165901.710000', '165901.712000', '165901.715000', '165901.717000', '165901.720000', '165901.722000', '165901.726000', '165901.729000', '165901.731000', '165901.734000', '165901.737000', '165901.739000', '165901.742000', '165901.744000', '165901.747000', '165901.749000', '165901.752000', '165901.754000', '165901.757000', '165901.760000', '165901.762000', '165901.765000', '165901.767000', '165901.770000', '165901.772000', '165901.775000', '165901.778000', '165901.780000', '165901.783000', '165901.786000', '165901.791000', '165901.794000', '165901.796000', '165901.799000', '165901.802000', '165901.804000', '165901.807000', '165901.810000', '165901.812000', '165901.815000', '165901.817000', '165901.820000', '165901.822000', '165901.825000', '165921.611000', '165921.613000', '165921.616000', '165921.618000', '165921.621000', '165921.624000', '165921.626000', '165921.629000', '165921.631000', '165921.634000', '165921.636000', '165921.639000', '165921.641000', '165921.644000', '165921.646000', '165921.649000', '165921.651000', '165921.654000', '165921.657000', '165921.659000', '165921.662000', '165921.664000', '165921.667000', '165921.669000', '165921.672000', '165921.675000', '165921.677000', '165921.680000', '165921.682000', '165921.685000', '165921.687000', '165921.690000', '165921.692000', '165921.695000', '165921.697000', '165921.700000', '165921.703000', '165921.705000', '165921.708000', '165921.710000', '165921.713000', '165921.715000', '165921.718000', '165921.721000', '165941.612000', '165941.614000', '165941.617000', '165941.619000', '165941.622000', '165941.625000', '165941.627000', '165941.630000', '165941.632000', '165941.635000', '165941.637000', '165941.640000', '165941.642000', '165941.645000', '165941.648000', '165941.650000', '165941.653000', '165941.655000', '165941.658000', '165941.660000', '165941.663000', '165941.666000', '165941.668000', '165941.671000', '165941.673000', '165941.676000', '165941.679000', '165941.682000', '165941.684000', '165941.687000', '165941.689000', '165941.692000', '165941.694000', '165941.697000', '165941.700000', '165941.702000', '165941.705000', '165941.707000', '165941.710000', '165941.712000', '165941.715000', '165941.717000', '165941.720000', '170001.612000', '170001.614000', '170001.617000', '170001.620000', '170001.622000', '170001.625000', '170001.627000', '170001.630000', '170001.632000', '170001.635000', '170001.637000', '170001.640000', '170001.642000', '170001.645000', '170001.647000', '170001.650000', '170001.653000', '170001.655000', '170001.658000', '170001.660000', '170001.663000', '170001.665000', '170001.668000', '170001.671000', '170001.673000', '170001.676000', '170001.678000', '170001.681000', '170001.683000', '170001.686000', '170001.688000', '170001.691000', '170001.694000', '170001.696000', '170001.699000', '170001.701000', '170001.704000', '170001.706000', '170001.709000', '170001.711000', '170001.714000', '170001.717000', '170001.719000', '170001.722000', '170021.612000', '170021.617000', '170021.619000', '170021.622000', '170021.624000', '170021.640000', '170021.643000', '170021.646000', '170021.648000', '170021.651000', '170021.653000', '170021.656000', '170021.658000', '170021.661000', '170021.663000', '170021.666000', '170021.669000', '170021.671000', '170021.674000', '170021.676000', '170021.679000', '170021.682000', '170021.684000', '170021.687000', '170021.689000', '170021.692000', '170021.694000', '170021.697000', '170021.700000', '170021.702000', '170021.705000', '170021.708000', '170021.710000', '170021.713000', '170021.715000', '170021.718000', '170021.720000', '170021.723000', '170021.725000', '170021.728000', '170021.731000', '170021.733000', '170021.736000', '170041.612000', '170041.615000', '170041.617000', '170041.620000', '170041.622000', '170041.625000', '170041.627000', '170041.630000', '170041.632000', '170041.635000', '170041.638000', '170041.640000', '170041.643000', '170041.645000', '170041.648000', '170041.650000', '170041.659000', '170041.662000', '170041.664000', '170041.667000', '170041.670000', '170041.672000', '170041.675000', '170041.677000', '170041.680000', '170041.683000', '170041.685000', '170041.688000', '170041.690000', '170041.693000', '170041.695000', '170041.698000', '170041.700000', '170041.703000', '170041.706000', '170041.708000', '170041.711000', '170041.713000', '170041.716000', '170041.718000', '170041.721000', '170041.723000', '170041.726000', '170041.729000', '170101.612000', '170101.615000', '170101.617000', '170101.620000', '170101.622000', '170101.625000', '170101.627000', '170101.630000', '170101.632000', '170101.635000', '170101.638000', '170101.640000', '170101.643000', '170101.645000', '170101.648000', '170101.650000', '170101.653000', '170101.655000', '170101.658000', '170101.661000', '170101.663000', '170101.666000', '170101.668000', '170101.671000', '170101.673000', '170101.676000', '170101.679000', '170101.681000', '170101.684000', '170101.686000', '170101.689000', '170101.692000', '170101.694000', '170101.697000', '170101.699000', '170101.702000', '170101.705000', '170101.707000', '170101.710000', '170101.712000', '170101.715000', '170101.717000', '170101.720000', '170121.611000', '170121.614000', '170121.617000', '170121.620000', '170121.622000', '170121.625000', '170121.627000', '170121.630000', '170121.632000', '170121.635000', '170121.638000', '170121.640000', '170121.643000', '170121.646000', '170121.648000', '170121.651000', '170121.653000', '170121.656000', '170121.659000', '170121.661000', '170121.664000', '170121.666000', '170121.669000', '170121.671000', '170121.674000', '170121.676000', '170121.679000', '170121.682000', '170121.684000', '170121.687000', '170121.689000', '170121.692000', '170121.694000', '170121.697000', '170121.700000', '170121.702000', '170121.705000', '170121.707000', '170121.710000', '170121.712000', '170121.715000', '170121.717000', '170121.720000', '170121.722000', '170141.610000', '170141.613000', '170141.616000', '170141.618000', '170141.621000', '170141.623000', '170141.626000', '170141.629000', '170141.631000', '170141.634000', '170141.636000', '170141.639000', '170141.642000', '170141.644000', '170141.647000', '170141.649000', '170141.652000', '170141.655000', '170141.657000', '170141.660000', '170141.662000', '170141.665000', '170141.667000', '170141.670000', '170141.673000', '170141.675000', '170141.678000', '170141.680000', '170141.683000', '170141.686000', '170141.688000', '170141.691000', '170141.693000', '170141.696000', '170141.699000', '170141.701000', '170141.704000', '170141.706000', '170141.709000', '170141.712000', '170141.714000', '170141.717000', '170141.719000', '170201.612000', '170201.614000', '170201.617000', '170201.619000', '170201.622000', '170201.625000', '170201.627000', '170201.630000', '170201.632000', '170201.635000', '170201.637000', '170201.640000', '170201.642000', '170201.645000', '170201.648000', '170201.650000', '170201.653000', '170201.655000', '170201.658000', '170201.661000', '170201.663000', '170201.666000', '170201.668000', '170201.671000', '170201.673000', '170201.676000', '170201.678000', '170201.681000', '170201.684000', '170201.686000', '170201.689000', '170201.691000', '170201.694000', '170201.696000', '170201.699000', '170201.702000', '170201.704000', '170201.707000', '170201.709000', '170201.712000', '170201.714000', '170201.717000', '170201.720000', '170201.722000', '170221.612000', '170221.614000', '170221.617000', '170221.619000', '170221.622000', '170221.625000', '170221.627000', '170221.630000', '170221.632000', '170221.635000', '170221.637000', '170221.640000', '170221.643000', '170221.645000', '170221.648000', '170221.650000', '170221.653000', '170221.655000', '170221.658000', '170221.661000', '170221.663000', '170221.666000', '170221.668000', '170221.671000', '170221.673000', '170221.676000', '170221.679000', '170221.681000', '170221.684000', '170221.686000', '170221.689000', '170221.692000', '170221.694000', '170221.697000', '170221.699000', '170221.702000', '170221.704000', '170221.707000', '170221.709000', '170221.712000', '170221.715000', '170221.717000', '170221.720000', '170241.612000', '170241.614000', '170241.617000', '170241.620000', '170241.622000', '170241.625000', '170241.627000', '170241.630000', '170241.632000', '170241.635000', '170241.637000', '170241.640000', '170241.643000', '170241.645000', '170241.648000', '170241.650000', '170241.653000', '170241.656000', '170241.658000', '170241.661000', '170241.663000', '170241.666000', '170241.669000', '170241.671000', '170241.674000', '170241.676000', '170241.679000', '170241.681000', '170241.684000', '170241.687000', '170241.689000', '170241.692000', '170241.694000', '170241.697000', '170241.699000', '170241.702000', '170241.705000', '170241.707000', '170241.710000', '170241.712000', '170241.715000', '170241.717000', '170241.720000', '170241.722000', '170301.612000', '170301.615000', '170301.617000', '170301.620000', '170301.622000', '170301.625000', '170301.627000', '170301.630000', '170301.633000', '170301.635000', '170301.638000', '170301.640000', '170301.643000', '170301.645000', '170301.648000', '170301.651000', '170301.653000', '170301.656000', '170301.658000', '170301.661000', '170301.664000', '170301.666000', '170301.669000', '170301.671000', '170301.674000', '170301.676000', '170301.679000', '170301.682000', '170301.684000', '170301.687000', '170301.689000', '170301.692000', '170301.695000', '170301.697000', '170301.700000', '170301.702000', '170301.705000', '170301.708000', '170301.710000', '170301.713000', '170301.715000', '170301.718000', '170301.720000', '170321.611000', '170321.614000', '170321.617000', '170321.619000', '170321.622000', '170321.625000', '170321.627000', '170321.630000', '170321.632000', '170321.635000', '170321.637000', '170321.640000', '170321.653000', '170321.655000', '170321.658000', '170321.660000', '170321.663000', '170321.666000', '170321.668000', '170321.671000', '170321.673000', '170321.676000', '170321.679000', '170321.681000', '170321.684000', '170321.686000', '170321.689000', '170321.692000', '170321.694000', '170321.697000', '170321.699000', '170321.702000', '170321.704000', '170321.707000', '170321.710000', '170321.712000', '170321.715000', '170321.717000', '170321.720000', '170321.723000', '170321.725000', '170321.728000', '170321.730000', '170321.733000', '170341.612000', '170341.614000', '170341.617000', '170341.620000', '170341.622000', '170341.625000', '170341.627000', '170341.630000', '170341.632000', '170341.635000', '170341.638000', '170341.640000', '170341.643000', '170341.645000', '170341.648000', '170341.650000', '170341.653000', '170341.656000', '170341.658000', '170341.661000', '170341.663000', '170341.666000', '170341.668000', '170341.671000', '170341.674000', '170341.676000', '170341.679000', '170341.681000', '170341.684000', '170341.687000', '170341.689000', '170341.692000', '170341.694000', '170341.697000', '170341.700000', '170341.702000', '170341.705000', '170341.707000', '170341.710000', '170341.712000', '170341.715000', '170341.718000', '170341.720000', '170401.611000', '170401.613000', '170401.616000', '170401.619000', '170401.621000', '170401.624000', '170401.626000', '170401.629000', '170401.631000', '170401.634000', '170401.637000', '170401.639000', '170401.642000', '170401.646000', '170401.649000', '170401.652000', '170401.654000', '170401.657000', '170401.659000', '170401.662000', '170401.664000', '170401.667000', '170401.670000', '170401.672000', '170401.675000', '170401.677000', '170401.680000', '170401.683000', '170401.685000', '170401.688000', '170401.690000', '170401.693000', '170401.695000', '170401.698000', '170401.701000', '170401.703000', '170401.706000', '170401.709000', '170401.711000', '170401.714000', '170401.717000', '170401.719000', '170401.722000', '170401.724000', '170421.612000', '170421.614000', '170421.617000', '170421.620000', '170421.622000', '170421.625000', '170421.627000', '170421.630000', '170421.632000', '170421.635000', '170421.638000', '170421.640000', '170421.643000', '170421.645000', '170421.648000', '170421.650000', '170421.653000', '170421.656000', '170421.658000', '170421.661000', '170421.663000', '170421.666000', '170421.668000', '170421.671000', '170421.674000', '170421.676000', '170421.679000', '170421.681000', '170421.684000', '170421.686000', '170421.689000', '170421.692000', '170421.694000', '170421.697000', '170421.699000', '170421.702000', '170421.704000', '170421.707000', '170421.710000', '170421.712000', '170421.715000', '170421.717000', '170421.720000', '170441.612000', '170441.615000', '170441.619000', '170441.621000', '170441.624000', '170441.627000', '170441.629000', '170441.632000', '170441.634000', '170441.637000', '170441.640000', '170441.642000', '170441.645000', '170441.647000', '170441.650000', '170441.653000', '170441.655000', '170441.658000', '170441.660000', '170441.663000', '170441.666000', '170441.668000', '170441.671000', '170441.685000', '170441.688000', '170441.691000', '170441.693000', '170441.696000', '170441.699000', '170441.701000', '170441.704000', '170441.706000', '170441.709000', '170441.711000', '170441.714000', '170441.717000', '170441.719000', '170441.722000', '170441.724000', '170441.727000', '170441.729000', '170441.732000', '170441.735000', '170501.612000', '170501.614000', '170501.617000', '170501.620000', '170501.622000', '170501.625000', '170501.627000', '170501.630000', '170501.632000', '170501.635000', '170501.638000', '170501.640000', '170501.643000', '170501.645000', '170501.648000', '170501.650000', '170501.653000', '170501.656000', '170501.658000', '170501.661000', '170501.663000', '170501.666000', '170501.668000', '170501.671000', '170501.674000', '170501.676000', '170501.679000', '170501.681000', '170501.684000', '170501.687000', '170501.689000', '170501.692000', '170501.694000', '170501.697000', '170501.699000', '170501.702000', '170501.705000', '170501.707000', '170501.710000', '170501.712000', '170501.715000', '170501.717000', '170501.720000', '170501.723000', '170514.259000', '170514.262000', '170514.264000', '170514.268000', '170514.271000', '170514.274000', '170514.277000', '170514.283000', '170514.286000', '170514.288000', '170514.291000', '170514.294000', '170514.296000', '170514.300000', '170514.302000', '170514.305000', '170514.308000', '170514.311000', '170514.315000', '170514.318000', '170514.321000', '170514.324000', '170514.328000', '170514.332000', '170514.336000', '170514.338000', '170514.341000', '170514.344000'], 'InstanceCreationTime': ['165901.642000', '165901.645000', '165901.648000', '165901.650000', '165901.653000', '165901.656000', '165901.658000', '165901.661000', '165901.685000', '165901.688000', '165901.691000', '165901.694000', '165901.697000', '165901.699000', '165901.702000', '165901.704000', '165901.707000', '165901.710000', '165901.712000', '165901.715000', '165901.717000', '165901.720000', '165901.722000', '165901.726000', '165901.729000', '165901.731000', '165901.734000', '165901.737000', '165901.739000', '165901.742000', '165901.744000', '165901.747000', '165901.749000', '165901.752000', '165901.754000', '165901.757000', '165901.760000', '165901.762000', '165901.765000', '165901.767000', '165901.770000', '165901.772000', '165901.775000', '165901.778000', '165901.780000', '165901.783000', '165901.786000', '165901.791000', '165901.794000', '165901.796000', '165901.799000', '165901.802000', '165901.804000', '165901.807000', '165901.810000', '165901.812000', '165901.815000', '165901.817000', '165901.820000', '165901.822000', '165901.825000', '165921.611000', '165921.613000', '165921.616000', '165921.618000', '165921.621000', '165921.624000', '165921.626000', '165921.629000', '165921.631000', '165921.634000', '165921.636000', '165921.639000', '165921.641000', '165921.644000', '165921.646000', '165921.649000', '165921.651000', '165921.654000', '165921.657000', '165921.659000', '165921.662000', '165921.664000', '165921.667000', '165921.669000', '165921.672000', '165921.675000', '165921.677000', '165921.680000', '165921.682000', '165921.685000', '165921.687000', '165921.690000', '165921.692000', '165921.695000', '165921.697000', '165921.700000', '165921.703000', '165921.705000', '165921.708000', '165921.710000', '165921.713000', '165921.715000', '165921.718000', '165921.721000', '165941.612000', '165941.614000', '165941.617000', '165941.619000', '165941.622000', '165941.625000', '165941.627000', '165941.630000', '165941.632000', '165941.635000', '165941.637000', '165941.640000', '165941.642000', '165941.645000', '165941.648000', '165941.650000', '165941.653000', '165941.655000', '165941.658000', '165941.660000', '165941.663000', '165941.666000', '165941.668000', '165941.671000', '165941.673000', '165941.676000', '165941.679000', '165941.682000', '165941.684000', '165941.687000', '165941.689000', '165941.692000', '165941.694000', '165941.697000', '165941.700000', '165941.702000', '165941.705000', '165941.707000', '165941.710000', '165941.712000', '165941.715000', '165941.717000', '165941.720000', '170001.612000', '170001.614000', '170001.617000', '170001.620000', '170001.622000', '170001.625000', '170001.627000', '170001.630000', '170001.632000', '170001.635000', '170001.637000', '170001.640000', '170001.642000', '170001.645000', '170001.647000', '170001.650000', '170001.653000', '170001.655000', '170001.658000', '170001.660000', '170001.663000', '170001.665000', '170001.668000', '170001.671000', '170001.673000', '170001.676000', '170001.678000', '170001.681000', '170001.683000', '170001.686000', '170001.688000', '170001.691000', '170001.694000', '170001.696000', '170001.699000', '170001.701000', '170001.704000', '170001.706000', '170001.709000', '170001.711000', '170001.714000', '170001.717000', '170001.719000', '170001.722000', '170021.612000', '170021.617000', '170021.619000', '170021.622000', '170021.624000', '170021.640000', '170021.643000', '170021.646000', '170021.648000', '170021.651000', '170021.653000', '170021.656000', '170021.658000', '170021.661000', '170021.663000', '170021.666000', '170021.669000', '170021.671000', '170021.674000', '170021.676000', '170021.679000', '170021.682000', '170021.684000', '170021.687000', '170021.689000', '170021.692000', '170021.694000', '170021.697000', '170021.700000', '170021.702000', '170021.705000', '170021.708000', '170021.710000', '170021.713000', '170021.715000', '170021.718000', '170021.720000', '170021.723000', '170021.725000', '170021.728000', '170021.731000', '170021.733000', '170021.736000', '170041.612000', '170041.615000', '170041.617000', '170041.620000', '170041.622000', '170041.625000', '170041.627000', '170041.630000', '170041.632000', '170041.635000', '170041.638000', '170041.640000', '170041.643000', '170041.645000', '170041.648000', '170041.650000', '170041.659000', '170041.662000', '170041.664000', '170041.667000', '170041.670000', '170041.672000', '170041.675000', '170041.677000', '170041.680000', '170041.683000', '170041.685000', '170041.688000', '170041.690000', '170041.693000', '170041.695000', '170041.698000', '170041.700000', '170041.703000', '170041.706000', '170041.708000', '170041.711000', '170041.713000', '170041.716000', '170041.718000', '170041.721000', '170041.723000', '170041.726000', '170041.729000', '170101.612000', '170101.615000', '170101.617000', '170101.620000', '170101.622000', '170101.625000', '170101.627000', '170101.630000', '170101.632000', '170101.635000', '170101.638000', '170101.640000', '170101.643000', '170101.645000', '170101.648000', '170101.650000', '170101.653000', '170101.655000', '170101.658000', '170101.661000', '170101.663000', '170101.666000', '170101.668000', '170101.671000', '170101.673000', '170101.676000', '170101.679000', '170101.681000', '170101.684000', '170101.686000', '170101.689000', '170101.692000', '170101.694000', '170101.697000', '170101.699000', '170101.702000', '170101.705000', '170101.707000', '170101.710000', '170101.712000', '170101.715000', '170101.717000', '170101.720000', '170121.611000', '170121.614000', '170121.617000', '170121.620000', '170121.622000', '170121.625000', '170121.627000', '170121.630000', '170121.632000', '170121.635000', '170121.638000', '170121.640000', '170121.643000', '170121.646000', '170121.648000', '170121.651000', '170121.653000', '170121.656000', '170121.659000', '170121.661000', '170121.664000', '170121.666000', '170121.669000', '170121.671000', '170121.674000', '170121.676000', '170121.679000', '170121.682000', '170121.684000', '170121.687000', '170121.689000', '170121.692000', '170121.694000', '170121.697000', '170121.700000', '170121.702000', '170121.705000', '170121.707000', '170121.710000', '170121.712000', '170121.715000', '170121.717000', '170121.720000', '170121.722000', '170141.610000', '170141.613000', '170141.616000', '170141.618000', '170141.621000', '170141.623000', '170141.626000', '170141.629000', '170141.631000', '170141.634000', '170141.636000', '170141.639000', '170141.642000', '170141.644000', '170141.647000', '170141.649000', '170141.652000', '170141.655000', '170141.657000', '170141.660000', '170141.662000', '170141.665000', '170141.667000', '170141.670000', '170141.673000', '170141.675000', '170141.678000', '170141.680000', '170141.683000', '170141.686000', '170141.688000', '170141.691000', '170141.693000', '170141.696000', '170141.699000', '170141.701000', '170141.704000', '170141.706000', '170141.709000', '170141.712000', '170141.714000', '170141.717000', '170141.719000', '170201.612000', '170201.614000', '170201.617000', '170201.619000', '170201.622000', '170201.625000', '170201.627000', '170201.630000', '170201.632000', '170201.635000', '170201.637000', '170201.640000', '170201.642000', '170201.645000', '170201.648000', '170201.650000', '170201.653000', '170201.655000', '170201.658000', '170201.661000', '170201.663000', '170201.666000', '170201.668000', '170201.671000', '170201.673000', '170201.676000', '170201.678000', '170201.681000', '170201.684000', '170201.686000', '170201.689000', '170201.691000', '170201.694000', '170201.696000', '170201.699000', '170201.702000', '170201.704000', '170201.707000', '170201.709000', '170201.712000', '170201.714000', '170201.717000', '170201.720000', '170201.722000', '170221.612000', '170221.614000', '170221.617000', '170221.619000', '170221.622000', '170221.625000', '170221.627000', '170221.630000', '170221.632000', '170221.635000', '170221.637000', '170221.640000', '170221.643000', '170221.645000', '170221.648000', '170221.650000', '170221.653000', '170221.655000', '170221.658000', '170221.661000', '170221.663000', '170221.666000', '170221.668000', '170221.671000', '170221.673000', '170221.676000', '170221.679000', '170221.681000', '170221.684000', '170221.686000', '170221.689000', '170221.692000', '170221.694000', '170221.697000', '170221.699000', '170221.702000', '170221.704000', '170221.707000', '170221.709000', '170221.712000', '170221.715000', '170221.717000', '170221.720000', '170241.612000', '170241.614000', '170241.617000', '170241.620000', '170241.622000', '170241.625000', '170241.627000', '170241.630000', '170241.632000', '170241.635000', '170241.637000', '170241.640000', '170241.643000', '170241.645000', '170241.648000', '170241.650000', '170241.653000', '170241.656000', '170241.658000', '170241.661000', '170241.663000', '170241.666000', '170241.669000', '170241.671000', '170241.674000', '170241.676000', '170241.679000', '170241.681000', '170241.684000', '170241.687000', '170241.689000', '170241.692000', '170241.694000', '170241.697000', '170241.699000', '170241.702000', '170241.705000', '170241.707000', '170241.710000', '170241.712000', '170241.715000', '170241.717000', '170241.720000', '170241.722000', '170301.612000', '170301.615000', '170301.617000', '170301.620000', '170301.622000', '170301.625000', '170301.627000', '170301.630000', '170301.633000', '170301.635000', '170301.638000', '170301.640000', '170301.643000', '170301.645000', '170301.648000', '170301.651000', '170301.653000', '170301.656000', '170301.658000', '170301.661000', '170301.664000', '170301.666000', '170301.669000', '170301.671000', '170301.674000', '170301.676000', '170301.679000', '170301.682000', '170301.684000', '170301.687000', '170301.689000', '170301.692000', '170301.695000', '170301.697000', '170301.700000', '170301.702000', '170301.705000', '170301.708000', '170301.710000', '170301.713000', '170301.715000', '170301.718000', '170301.720000', '170321.611000', '170321.614000', '170321.617000', '170321.619000', '170321.622000', '170321.625000', '170321.627000', '170321.630000', '170321.632000', '170321.635000', '170321.637000', '170321.640000', '170321.653000', '170321.655000', '170321.658000', '170321.660000', '170321.663000', '170321.666000', '170321.668000', '170321.671000', '170321.673000', '170321.676000', '170321.679000', '170321.681000', '170321.684000', '170321.686000', '170321.689000', '170321.692000', '170321.694000', '170321.697000', '170321.699000', '170321.702000', '170321.704000', '170321.707000', '170321.710000', '170321.712000', '170321.715000', '170321.717000', '170321.720000', '170321.723000', '170321.725000', '170321.728000', '170321.730000', '170321.733000', '170341.612000', '170341.614000', '170341.617000', '170341.620000', '170341.622000', '170341.625000', '170341.627000', '170341.630000', '170341.632000', '170341.635000', '170341.638000', '170341.640000', '170341.643000', '170341.645000', '170341.648000', '170341.650000', '170341.653000', '170341.656000', '170341.658000', '170341.661000', '170341.663000', '170341.666000', '170341.668000', '170341.671000', '170341.674000', '170341.676000', '170341.679000', '170341.681000', '170341.684000', '170341.687000', '170341.689000', '170341.692000', '170341.694000', '170341.697000', '170341.700000', '170341.702000', '170341.705000', '170341.707000', '170341.710000', '170341.712000', '170341.715000', '170341.718000', '170341.720000', '170401.611000', '170401.613000', '170401.616000', '170401.619000', '170401.621000', '170401.624000', '170401.626000', '170401.629000', '170401.631000', '170401.634000', '170401.637000', '170401.639000', '170401.642000', '170401.646000', '170401.649000', '170401.652000', '170401.654000', '170401.657000', '170401.659000', '170401.662000', '170401.664000', '170401.667000', '170401.670000', '170401.672000', '170401.675000', '170401.677000', '170401.680000', '170401.683000', '170401.685000', '170401.688000', '170401.690000', '170401.693000', '170401.695000', '170401.698000', '170401.701000', '170401.703000', '170401.706000', '170401.709000', '170401.711000', '170401.714000', '170401.717000', '170401.719000', '170401.722000', '170401.724000', '170421.612000', '170421.614000', '170421.617000', '170421.620000', '170421.622000', '170421.625000', '170421.627000', '170421.630000', '170421.632000', '170421.635000', '170421.638000', '170421.640000', '170421.643000', '170421.645000', '170421.648000', '170421.650000', '170421.653000', '170421.656000', '170421.658000', '170421.661000', '170421.663000', '170421.666000', '170421.668000', '170421.671000', '170421.674000', '170421.676000', '170421.679000', '170421.681000', '170421.684000', '170421.686000', '170421.689000', '170421.692000', '170421.694000', '170421.697000', '170421.699000', '170421.702000', '170421.704000', '170421.707000', '170421.710000', '170421.712000', '170421.715000', '170421.717000', '170421.720000', '170441.612000', '170441.615000', '170441.619000', '170441.621000', '170441.624000', '170441.627000', '170441.629000', '170441.632000', '170441.634000', '170441.637000', '170441.640000', '170441.642000', '170441.645000', '170441.647000', '170441.650000', '170441.653000', '170441.655000', '170441.658000', '170441.660000', '170441.663000', '170441.666000', '170441.668000', '170441.671000', '170441.685000', '170441.688000', '170441.691000', '170441.693000', '170441.696000', '170441.699000', '170441.701000', '170441.704000', '170441.706000', '170441.709000', '170441.711000', '170441.714000', '170441.717000', '170441.719000', '170441.722000', '170441.724000', '170441.727000', '170441.729000', '170441.732000', '170441.735000', '170501.612000', '170501.614000', '170501.617000', '170501.620000', '170501.622000', '170501.625000', '170501.627000', '170501.630000', '170501.632000', '170501.635000', '170501.638000', '170501.640000', '170501.643000', '170501.645000', '170501.648000', '170501.650000', '170501.653000', '170501.656000', '170501.658000', '170501.661000', '170501.663000', '170501.666000', '170501.668000', '170501.671000', '170501.674000', '170501.676000', '170501.679000', '170501.681000', '170501.684000', '170501.687000', '170501.689000', '170501.692000', '170501.694000', '170501.697000', '170501.699000', '170501.702000', '170501.705000', '170501.707000', '170501.710000', '170501.712000', '170501.715000', '170501.717000', '170501.720000', '170501.723000', '170514.259000', '170514.262000', '170514.264000', '170514.268000', '170514.271000', '170514.274000', '170514.277000', '170514.283000', '170514.286000', '170514.288000', '170514.291000', '170514.294000', '170514.296000', '170514.300000', '170514.302000', '170514.305000', '170514.308000', '170514.311000', '170514.315000', '170514.318000', '170514.321000', '170514.324000', '170514.328000', '170514.332000', '170514.336000', '170514.338000', '170514.341000', '170514.344000'], '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': [11151, 14206, 10384, 12782, 10618, 13257, 10761, 14379, 10632, 14184, 10713, 11994, 10815, 11215, 13184, 11497, 14534, 12312, 10187, 9514, 9855, 10298, 9763, 11351, 13164, 11203, 10829, 9366, 13675, 9576, 13724, 10297, 14031, 11218, 11281, 10491, 9164, 12514, 10119, 13333, 10124, 10190, 9511, 9775, 9736, 9642, 10304, 10600, 11861, 10707, 12315, 10743, 14203, 10413, 13923, 12978, 11215, 13919, 10551, 12251, 11086, 10720, 16057, 14888, 10282, 15216, 9974, 16375, 12268, 18697, 14169, 11031, 11016, 9480, 14280, 12003, 15904, 16102, 11057, 19217, 17053, 16781, 14794, 11179, 11397, 10340, 15645, 9717, 15185, 12461, 12644, 11226, 9633, 10431, 10050, 13788, 9793, 12783, 12546, 9607, 9794, 9706, 11765, 9626, 11251, 10174, 9962, 12616, 9759, 12096, 11619, 10193, 14923, 9579, 9432, 11125, 9737, 10099, 10037, 9919, 10701, 13974, 9872, 10216, 13518, 9652, 15601, 11036, 14985, 13183, 10131, 12393, 9955, 16606, 14031, 17763, 15655, 18772, 15742, 18135, 11669, 16394, 9368, 15091, 9888, 10595, 9255, 9390, 13334, 9492, 14361, 12325, 9124, 9683, 10008, 11004, 10012, 12721, 9800, 10122, 9881, 10237, 11128, 9944, 12104, 9960, 13700, 9930, 10864, 9386, 10534, 10762, 12651, 11379, 11933, 10678, 10305, 11554, 10143, 13523, 10370, 14723, 9707, 13640, 9874, 13029, 10049, 12514, 10051, 13521, 9793, 12214, 9711, 13586, 10051, 10346, 9048, 9684, 10529, 10267, 9501, 10656, 9193, 13295, 11300, 13250, 11179, 14001, 12650, 11446, 12050, 13317, 15107, 16256, 13943, 15212, 11757, 9561, 12763, 9403, 14396, 11001, 16622, 12529, 15819, 10658, 10884, 10062, 10099, 9495, 13287, 9545, 14595, 12186, 13020, 9954, 9738, 13132, 9286, 14535, 12040, 14905, 9530, 12341, 8953, 11227, 9159, 11769, 9925, 10484, 9226, 9769, 9837, 10541, 11726, 13475, 12102, 14914, 11230, 13372, 9261, 9797, 9635, 12135, 11322, 9840, 11200, 10246, 12635, 9648, 11805, 13728, 14250, 16887, 16119, 16963, 9693, 8533, 9449, 8392, 10002, 10024, 9008, 14239, 12972, 14400, 14059, 10328, 16614, 9502, 16281, 14025, 15240, 11613, 10015, 18645, 17239, 10461, 14493, 9101, 17524, 9775, 13892, 10822, 9350, 9580, 9256, 14366, 8482, 8917, 8616, 8654, 8960, 8561, 10188, 8265, 9339, 8587, 9045, 8902, 8768, 9407, 8642, 11170, 8426, 12696, 8236, 12530, 8818, 11357, 9016, 9660, 10265, 9389, 11283, 8483, 10863, 9904, 11105, 10011, 10181, 13367, 8967, 10108, 11100, 13183, 14151, 14936, 9745, 10551, 9747, 8843, 15624, 9727, 9106, 12552, 12881, 16180, 14849, 18108, 15802, 18721, 17655, 18598, 17444, 19277, 16185, 16394, 14355, 15351, 18919, 15874, 13163, 16505, 13706, 13661, 9764, 9861, 9446, 9929, 9433, 14657, 9830, 10142, 10640, 10093, 10528, 10042, 14897, 9887, 15750, 9359, 11313, 8738, 8758, 12672, 8706, 9800, 8776, 9059, 9254, 10430, 9600, 10167, 9074, 15200, 10576, 10503, 10261, 9078, 9087, 9256, 10269, 9492, 10544, 13220, 10838, 14824, 13527, 15011, 16034, 16559, 18760, 16385, 12950, 16367, 12743, 18275, 14821, 16633, 18896, 14442, 14179, 12680, 10553, 18924, 12611, 13341, 9522, 10588, 11489, 9459, 10410, 15157, 10049, 10839, 11938, 9997, 10545, 9709, 10179, 13138, 9863, 9061, 9417, 9026, 10997, 9344, 8466, 9136, 8466, 9692, 8519, 10219, 8709, 10868, 9686, 8763, 9266, 8743, 11064, 8929, 13184, 9098, 11760, 10256, 8653, 15636, 9408, 10807, 9667, 9555, 14539, 15807, 16365, 18086, 12780, 10181, 9454, 15576, 16866, 16182, 20493, 17294, 18891, 15439, 18817, 15496, 14092, 13630, 10498, 18805, 12840, 20425, 16883, 15548, 9018, 9088, 10037, 9208, 9598, 9593, 9915, 11416, 9426, 12074, 14309, 13854, 13023, 16865, 13272, 13792, 9290, 8679, 8689, 8934, 15278, 12654, 9119, 11011, 8564, 9856, 8311, 8911, 9664, 8891, 12742, 9130, 9965, 9445, 8861, 11749, 11397, 9759, 9620, 10847, 9569, 13208, 14431, 9412, 8983, 11239, 9416, 12868, 12585, 9085, 18210, 15882, 17865, 17235, 16875, 18684, 13595, 19060, 14838, 19941, 17250, 15091, 12722, 9725, 16253, 19306, 14129, 16876, 14248, 10424, 11859, 9696, 9335, 16282, 9137, 11747, 9918, 10060, 9035, 10282, 10385, 9946, 9014, 8475, 9657, 8967, 10701, 10255, 9331, 9995, 9908, 9531, 10981, 8718, 11244, 8806, 15709, 9844, 14625, 12938, 9269, 14226, 11411, 9070, 17896, 16204, 19106, 11903, 10463, 10787, 15121, 20169, 20233, 20961, 12628, 9701, 21682, 21034, 14996, 10881, 10010, 13002, 19103, 16388, 11970, 12450, 9578, 19237, 13658, 18163, 15522, 10390, 12577, 9752, 19954, 17346, 14194, 11804, 9883, 20595, 16123, 13763, 12049, 9561, 14864, 9335, 9980, 9743, 8780, 9262, 9179, 9357, 10096, 10178, 9065, 9319, 9233, 8850, 8677, 9585, 8984, 10485, 9486, 10234, 10102, 9506, 12269, 11000, 9714, 11388, 10212, 9950, 12019, 10025, 14892, 9731, 9749, 14059, 8591, 18879, 15107, 18342, 16815, 18047, 20619, 14491, 20331, 15467, 20442, 15715, 20475, 15191, 20063, 16551, 14939, 11649, 14488, 9607, 10002, 15798, 11508, 18254, 11286, 20365, 11799, 13759, 9168, 16292, 22915, 12253, 12390, 11811, 12514, 18397, 12959, 19224, 14033, 20557, 16120, 18462, 12309, 17168, 9903, 9811, 8646, 9495, 8892, 9076, 10871, 9941, 10296, 13521, 13952, 15792, 13796, 11294, 10980, 10453, 10037, 9898, 10449, 12264, 10121, 15570, 10343, 12538, 10148, 10102, 15755, 10121, 10459, 8456, 9069, 9731, 8991, 8814, 13782, 9620, 11089, 10897, 11172, 15356, 12954, 10483, 11149, 10354, 9727, 15505, 10958, 15543, 13655, 12993, 17812, 16779, 18962, 17092, 11902, 12300, 9163, 20404, 15936, 20284, 18423, 10827, 12405, 9132, 15808, 11730, 20669, 18057, 16811, 14110, 9913, 15067, 8648, 12246, 8781, 11701, 9884, 8968, 8815, 8569, 13426, 9007, 8931, 9054, 9004, 12171, 9305, 17030, 11249, 8529, 9392, 9688, 9660, 10286, 10373, 9296, 10313, 8599, 12296, 9021, 16853, 10011, 15032, 10478, 10186, 11682, 9591, 9755, 10791, 12705, 14259, 21331, 21964, 14922, 10344, 11424, 17153, 14690, 18531, 15596, 10411, 10456, 10013, 14415, 12639, 9380, 10289, 9485, 18205, 14361, 15991, 16678, 14826, 20300, 9327, 13477, 11522, 9479, 13356, 13459, 14207, 16715, 10069, 8593], 'WindowCenter': [4926.0, 4929.0, 4886.0, 4892.0, 4873.0, 4890.0, 4882.0, 4910.0, 4871.0, 4899.0, 4871.0, 4881.0, 4871.0, 4881.0, 4887.0, 4880.0, 4896.0, 4879.0, 4858.0, 4846.0, 4858.0, 4870.0, 4858.0, 4881.0, 4887.0, 4881.0, 4868.0, 4851.0, 4886.0, 4849.0, 4886.0, 4856.0, 4886.0, 4855.0, 4855.0, 4841.0, 4837.0, 4872.0, 4857.0, 4875.0, 4857.0, 4857.0, 4861.0, 4870.0, 4860.0, 4861.0, 4872.0, 4883.0, 4890.0, 4894.0, 4889.0, 4895.0, 4913.0, 4896.0, 4911.0, 4902.0, 4895.0, 4924.0, 4909.0, 4904.0, 4882.0, 4870.0, 4908.0, 4913.0, 4885.0, 4910.0, 4873.0, 4919.0, 4880.0, 4906.0, 4890.0, 4845.0, 4843.0, 4834.0, 4870.0, 4851.0, 4858.0, 4857.0, 4843.0, 4866.0, 4855.0, 4853.0, 4832.0, 4802.0, 4810.0, 4804.0, 4839.0, 4792.0, 4827.0, 4808.0, 4809.0, 4800.0, 4790.0, 4798.0, 4802.0, 4829.0, 4806.0, 4831.0, 4833.0, 4794.0, 4804.0, 4820.0, 4833.0, 4819.0, 4838.0, 4831.0, 4830.0, 4846.0, 4819.0, 4861.0, 4850.0, 4845.0, 4883.0, 4834.0, 4836.0, 4864.0, 4847.0, 4857.0, 4869.0, 4861.0, 4855.0, 4872.0, 4873.0, 4870.0, 4899.0, 4847.0, 4893.0, 4853.0, 4883.0, 4873.0, 4843.0, 4851.0, 4834.0, 4868.0, 4861.0, 4865.0, 4857.0, 4852.0, 4844.0, 4838.0, 4800.0, 4826.0, 4768.0, 4813.0, 4777.0, 4787.0, 4779.0, 4790.0, 4830.0, 4792.0, 4829.0, 4822.0, 4805.0, 4802.0, 4805.0, 4813.0, 4817.0, 4843.0, 4815.0, 4839.0, 4828.0, 4841.0, 4849.0, 4841.0, 4860.0, 4845.0, 4871.0, 4843.0, 4851.0, 4834.0, 4854.0, 4852.0, 4871.0, 4864.0, 4865.0, 4843.0, 4842.0, 4859.0, 4854.0, 4881.0, 4844.0, 4881.0, 4833.0, 4858.0, 4831.0, 4857.0, 4831.0, 4849.0, 4829.0, 4856.0, 4843.0, 4863.0, 4819.0, 4860.0, 4831.0, 4828.0, 4846.0, 4844.0, 4843.0, 4845.0, 4845.0, 4842.0, 4837.0, 4871.0, 4867.0, 4859.0, 4852.0, 4859.0, 4861.0, 4840.0, 4848.0, 4847.0, 4857.0, 4865.0, 4845.0, 4839.0, 4812.0, 4804.0, 4830.0, 4793.0, 4829.0, 4799.0, 4838.0, 4809.0, 4827.0, 4798.0, 4799.0, 4790.0, 4799.0, 4790.0, 4818.0, 4778.0, 4829.0, 4807.0, 4819.0, 4787.0, 4789.0, 4815.0, 4780.0, 4828.0, 4821.0, 4827.0, 4790.0, 4816.0, 4792.0, 4820.0, 4804.0, 4833.0, 4814.0, 4811.0, 4806.0, 4815.0, 4814.0, 4814.0, 4835.0, 4832.0, 4835.0, 4853.0, 4825.0, 4843.0, 4805.0, 4814.0, 4817.0, 4848.0, 4838.0, 4818.0, 4835.0, 4842.0, 4860.0, 4832.0, 4838.0, 4862.0, 4885.0, 4892.0, 4907.0, 4878.0, 4808.0, 4788.0, 4784.0, 4789.0, 4816.0, 4828.0, 4808.0, 4843.0, 4834.0, 4831.0, 4821.0, 4791.0, 4824.0, 4779.0, 4813.0, 4806.0, 4802.0, 4772.0, 4763.0, 4819.0, 4810.0, 4760.0, 4787.0, 4740.0, 4795.0, 4749.0, 4775.0, 4756.0, 4737.0, 4737.0, 4751.0, 4786.0, 4742.0, 4740.0, 4742.0, 4753.0, 4753.0, 4767.0, 4785.0, 4769.0, 4778.0, 4781.0, 4781.0, 4792.0, 4783.0, 4793.0, 4796.0, 4824.0, 4798.0, 4844.0, 4813.0, 4856.0, 4823.0, 4849.0, 4832.0, 4844.0, 4854.0, 4858.0, 4865.0, 4848.0, 4877.0, 4870.0, 4894.0, 4869.0, 4871.0, 4908.0, 4876.0, 4874.0, 4870.0, 4917.0, 4928.0, 4926.0, 4861.0, 4858.0, 4850.0, 4849.0, 4905.0, 4852.0, 4826.0, 4865.0, 4878.0, 4894.0, 4873.0, 4868.0, 4859.0, 4853.0, 4853.0, 4849.0, 4841.0, 4839.0, 4840.0, 4816.0, 4793.0, 4815.0, 4832.0, 4813.0, 4791.0, 4797.0, 4778.0, 4776.0, 4738.0, 4736.0, 4738.0, 4735.0, 4738.0, 4785.0, 4747.0, 4745.0, 4745.0, 4745.0, 4745.0, 4746.0, 4784.0, 4747.0, 4785.0, 4737.0, 4757.0, 4726.0, 4739.0, 4778.0, 4742.0, 4764.0, 4754.0, 4791.0, 4790.0, 4799.0, 4779.0, 4776.0, 4783.0, 4853.0, 4813.0, 4816.0, 4788.0, 4797.0, 4823.0, 4819.0, 4829.0, 4821.0, 4843.0, 4875.0, 4854.0, 4882.0, 4860.0, 4856.0, 4845.0, 4856.0, 4855.0, 4831.0, 4809.0, 4825.0, 4808.0, 4833.0, 4802.0, 4799.0, 4807.0, 4777.0, 4774.0, 4764.0, 4745.0, 4792.0, 4754.0, 4763.0, 4723.0, 4744.0, 4752.0, 4723.0, 4743.0, 4783.0, 4746.0, 4756.0, 4763.0, 4758.0, 4758.0, 4748.0, 4759.0, 4789.0, 4760.0, 4753.0, 4763.0, 4763.0, 4783.0, 4776.0, 4755.0, 4778.0, 4769.0, 4790.0, 4782.0, 4812.0, 4795.0, 4824.0, 4817.0, 4796.0, 4820.0, 4820.0, 4850.0, 4832.0, 4869.0, 4836.0, 4873.0, 4856.0, 4850.0, 4904.0, 4848.0, 4877.0, 4860.0, 4839.0, 4881.0, 4906.0, 4894.0, 4905.0, 4848.0, 4805.0, 4784.0, 4843.0, 4871.0, 4866.0, 4873.0, 4850.0, 4851.0, 4831.0, 4850.0, 4830.0, 4814.0, 4790.0, 4775.0, 4819.0, 4791.0, 4817.0, 4811.0, 4812.0, 4737.0, 4725.0, 4734.0, 4736.0, 4733.0, 4736.0, 4736.0, 4741.0, 4727.0, 4758.0, 4776.0, 4779.0, 4779.0, 4796.0, 4779.0, 4791.0, 4752.0, 4744.0, 4740.0, 4742.0, 4799.0, 4794.0, 4755.0, 4773.0, 4755.0, 4764.0, 4735.0, 4754.0, 4752.0, 4769.0, 4807.0, 4770.0, 4779.0, 4756.0, 4745.0, 4838.0, 4834.0, 4807.0, 4783.0, 4791.0, 4791.0, 4863.0, 4869.0, 4808.0, 4788.0, 4800.0, 4784.0, 4836.0, 4822.0, 4786.0, 4841.0, 4829.0, 4827.0, 4826.0, 4814.0, 4822.0, 4793.0, 4822.0, 4803.0, 4820.0, 4799.0, 4789.0, 4767.0, 4726.0, 4785.0, 4795.0, 4777.0, 4784.0, 4774.0, 4744.0, 4753.0, 4724.0, 4725.0, 4782.0, 4726.0, 4755.0, 4745.0, 4774.0, 4752.0, 4771.0, 4771.0, 4760.0, 4766.0, 4756.0, 4775.0, 4778.0, 4810.0, 4813.0, 4792.0, 4802.0, 4807.0, 4787.0, 4827.0, 4799.0, 4837.0, 4808.0, 4855.0, 4819.0, 4853.0, 4833.0, 4807.0, 4841.0, 4821.0, 4800.0, 4877.0, 4866.0, 4860.0, 4810.0, 4778.0, 4778.0, 4844.0, 4857.0, 4877.0, 4873.0, 4799.0, 4729.0, 4861.0, 4849.0, 4777.0, 4762.0, 4750.0, 4806.0, 4809.0, 4810.0, 4767.0, 4767.0, 4737.0, 4803.0, 4780.0, 4804.0, 4795.0, 4745.0, 4762.0, 4724.0, 4790.0, 4780.0, 4760.0, 4738.0, 4720.0, 4788.0, 4770.0, 4758.0, 4738.0, 4721.0, 4758.0, 4709.0, 4720.0, 4721.0, 4712.0, 4732.0, 4737.0, 4760.0, 4772.0, 4773.0, 4776.0, 4778.0, 4777.0, 4782.0, 4781.0, 4800.0, 4793.0, 4823.0, 4829.0, 4828.0, 4814.0, 4821.0, 4847.0, 4837.0, 4844.0, 4862.0, 4852.0, 4845.0, 4877.0, 4843.0, 4881.0, 4857.0, 4847.0, 4883.0, 4826.0, 4899.0, 4883.0, 4887.0, 4871.0, 4868.0, 4864.0, 4829.0, 4848.0, 4825.0, 4835.0, 4813.0, 4834.0, 4815.0, 4822.0, 4824.0, 4802.0, 4781.0, 4804.0, 4751.0, 4750.0, 4787.0, 4773.0, 4809.0, 4783.0, 4819.0, 4768.0, 4780.0, 4729.0, 4822.0, 4852.0, 4781.0, 4766.0, 4756.0, 4779.0, 4819.0, 4788.0, 4814.0, 4786.0, 4803.0, 4796.0, 4793.0, 4766.0, 4812.0, 4758.0, 4733.0, 4711.0, 4733.0, 4714.0, 4711.0, 4742.0, 4707.0, 4744.0, 4775.0, 4774.0, 4784.0, 4764.0, 4755.0, 4731.0, 4745.0, 4736.0, 4736.0, 4747.0, 4766.0, 4749.0, 4783.0, 4747.0, 4765.0, 4735.0, 4749.0, 4796.0, 4773.0, 4788.0, 4745.0, 4755.0, 4753.0, 4745.0, 4782.0, 4827.0, 4780.0, 4790.0, 4763.0, 4805.0, 4856.0, 4831.0, 4813.0, 4797.0, 4780.0, 4782.0, 4830.0, 4813.0, 4829.0, 4820.0, 4808.0, 4826.0, 4816.0, 4823.0, 4813.0, 4783.0, 4769.0, 4743.0, 4808.0, 4800.0, 4795.0, 4796.0, 4745.0, 4752.0, 4724.0, 4770.0, 4743.0, 4788.0, 4782.0, 4782.0, 4773.0, 4735.0, 4769.0, 4714.0, 4752.0, 4713.0, 4740.0, 4734.0, 4725.0, 4713.0, 4727.0, 4774.0, 4739.0, 4737.0, 4737.0, 4741.0, 4779.0, 4752.0, 4809.0, 4783.0, 4741.0, 4763.0, 4776.0, 4764.0, 4774.0, 4772.0, 4767.0, 4775.0, 4769.0, 4806.0, 4780.0, 4836.0, 4789.0, 4827.0, 4788.0, 4788.0, 4806.0, 4765.0, 4766.0, 4775.0, 4795.0, 4835.0, 4862.0, 4852.0, 4806.0, 4753.0, 4734.0, 4814.0, 4818.0, 4828.0, 4815.0, 4762.0, 4748.0, 4729.0, 4775.0, 4757.0, 4726.0, 4733.0, 4727.0, 4782.0, 4775.0, 4771.0, 4783.0, 4761.0, 4789.0, 4709.0, 4736.0, 4727.0, 4697.0, 4735.0, 4736.0, 4747.0, 4754.0, 4706.0, 4686.0], 'WindowWidth': [10718.0, 10707.0, 10643.0, 10642.0, 10617.0, 10635.0, 10630.0, 10664.0, 10612.0, 10645.0, 10610.0, 10621.0, 10607.0, 10623.0, 10626.0, 10620.0, 10637.0, 10616.0, 10586.0, 10571.0, 10589.0, 10609.0, 10591.0, 10626.0, 10626.0, 10624.0, 10600.0, 10581.0, 10624.0, 10577.0, 10622.0, 10582.0, 10621.0, 10576.0, 10575.0, 10553.0, 10553.0, 10599.0, 10584.0, 10605.0, 10587.0, 10587.0, 10597.0, 10610.0, 10597.0, 10599.0, 10615.0, 10632.0, 10640.0, 10650.0, 10637.0, 10652.0, 10674.0, 10656.0, 10666.0, 10655.0, 10651.0, 10693.0, 10680.0, 10662.0, 10625.0, 10605.0, 10657.0, 10671.0, 10639.0, 10663.0, 10616.0, 10675.0, 10619.0, 10650.0, 10631.0, 10561.0, 10557.0, 10546.0, 10590.0, 10561.0, 10566.0, 10564.0, 10555.0, 10573.0, 10556.0, 10552.0, 10519.0, 10475.0, 10486.0, 10485.0, 10524.0, 10466.0, 10506.0, 10480.0, 10480.0, 10470.0, 10460.0, 10469.0, 10482.0, 10513.0, 10492.0, 10519.0, 10526.0, 10471.0, 10485.0, 10520.0, 10530.0, 10516.0, 10539.0, 10533.0, 10534.0, 10550.0, 10519.0, 10578.0, 10561.0, 10563.0, 10610.0, 10547.0, 10552.0, 10592.0, 10571.0, 10587.0, 10605.0, 10593.0, 10576.0, 10595.0, 10615.0, 10606.0, 10643.0, 10567.0, 10626.0, 10572.0, 10609.0, 10596.0, 10554.0, 10562.0, 10543.0, 10583.0, 10576.0, 10573.0, 10563.0, 10551.0, 10535.0, 10522.0, 10470.0, 10501.0, 10424.0, 10480.0, 10436.0, 10452.0, 10444.0, 10463.0, 10514.0, 10467.0, 10512.0, 10508.0, 10489.0, 10482.0, 10488.0, 10500.0, 10510.0, 10542.0, 10507.0, 10546.0, 10531.0, 10554.0, 10562.0, 10553.0, 10579.0, 10564.0, 10593.0, 10560.0, 10570.0, 10549.0, 10577.0, 10572.0, 10593.0, 10588.0, 10591.0, 10558.0, 10557.0, 10577.0, 10575.0, 10611.0, 10562.0, 10607.0, 10544.0, 10571.0, 10537.0, 10566.0, 10536.0, 10558.0, 10531.0, 10565.0, 10558.0, 10583.0, 10518.0, 10574.0, 10539.0, 10530.0, 10568.0, 10562.0, 10556.0, 10562.0, 10566.0, 10556.0, 10553.0, 10593.0, 10595.0, 10574.0, 10566.0, 10570.0, 10579.0, 10545.0, 10556.0, 10548.0, 10563.0, 10573.0, 10541.0, 10525.0, 10491.0, 10487.0, 10519.0, 10469.0, 10513.0, 10471.0, 10520.0, 10482.0, 10503.0, 10470.0, 10471.0, 10463.0, 10470.0, 10463.0, 10496.0, 10442.0, 10513.0, 10479.0, 10497.0, 10451.0, 10457.0, 10488.0, 10446.0, 10510.0, 10502.0, 10509.0, 10462.0, 10492.0, 10469.0, 10509.0, 10491.0, 10527.0, 10503.0, 10495.0, 10493.0, 10504.0, 10503.0, 10501.0, 10531.0, 10522.0, 10531.0, 10554.0, 10517.0, 10539.0, 10491.0, 10505.0, 10511.0, 10555.0, 10540.0, 10515.0, 10535.0, 10556.0, 10577.0, 10537.0, 10537.0, 10577.0, 10620.0, 10626.0, 10656.0, 10598.0, 10499.0, 10464.0, 10453.0, 10471.0, 10507.0, 10527.0, 10498.0, 10539.0, 10525.0, 10515.0, 10500.0, 10457.0, 10495.0, 10441.0, 10477.0, 10470.0, 10459.0, 10417.0, 10408.0, 10482.0, 10468.0, 10399.0, 10430.0, 10371.0, 10441.0, 10379.0, 10410.0, 10388.0, 10363.0, 10361.0, 10386.0, 10431.0, 10379.0, 10375.0, 10379.0, 10398.0, 10398.0, 10423.0, 10445.0, 10431.0, 10440.0, 10448.0, 10449.0, 10467.0, 10458.0, 10471.0, 10480.0, 10514.0, 10487.0, 10545.0, 10515.0, 10565.0, 10529.0, 10559.0, 10542.0, 10560.0, 10577.0, 10587.0, 10594.0, 10577.0, 10614.0, 10610.0, 10647.0, 10605.0, 10610.0, 10659.0, 10627.0, 10618.0, 10601.0, 10680.0, 10702.0, 10693.0, 10594.0, 10585.0, 10577.0, 10576.0, 10646.0, 10578.0, 10535.0, 10589.0, 10612.0, 10627.0, 10598.0, 10581.0, 10568.0, 10551.0, 10549.0, 10540.0, 10530.0, 10526.0, 10528.0, 10484.0, 10447.0, 10484.0, 10506.0, 10481.0, 10443.0, 10448.0, 10418.0, 10412.0, 10363.0, 10357.0, 10365.0, 10358.0, 10367.0, 10424.0, 10376.0, 10370.0, 10373.0, 10370.0, 10370.0, 10373.0, 10422.0, 10378.0, 10424.0, 10364.0, 10389.0, 10348.0, 10371.0, 10423.0, 10381.0, 10411.0, 10403.0, 10467.0, 10463.0, 10473.0, 10441.0, 10428.0, 10454.0, 10554.0, 10498.0, 10500.0, 10451.0, 10478.0, 10528.0, 10517.0, 10528.0, 10518.0, 10554.0, 10604.0, 10571.0, 10607.0, 10574.0, 10561.0, 10542.0, 10557.0, 10556.0, 10516.0, 10483.0, 10499.0, 10477.0, 10508.0, 10462.0, 10449.0, 10459.0, 10416.0, 10406.0, 10392.0, 10369.0, 10429.0, 10377.0, 10387.0, 10336.0, 10367.0, 10376.0, 10338.0, 10368.0, 10425.0, 10378.0, 10392.0, 10398.0, 10398.0, 10394.0, 10381.0, 10400.0, 10440.0, 10404.0, 10397.0, 10411.0, 10415.0, 10442.0, 10436.0, 10407.0, 10442.0, 10433.0, 10461.0, 10455.0, 10496.0, 10480.0, 10519.0, 10512.0, 10481.0, 10519.0, 10524.0, 10563.0, 10544.0, 10590.0, 10553.0, 10601.0, 10578.0, 10580.0, 10646.0, 10574.0, 10613.0, 10590.0, 10554.0, 10607.0, 10649.0, 10631.0, 10649.0, 10554.0, 10485.0, 10454.0, 10533.0, 10587.0, 10575.0, 10585.0, 10545.0, 10545.0, 10518.0, 10541.0, 10513.0, 10482.0, 10444.0, 10426.0, 10479.0, 10442.0, 10474.0, 10472.0, 10477.0, 10367.0, 10346.0, 10355.0, 10360.0, 10353.0, 10358.0, 10357.0, 10356.0, 10349.0, 10392.0, 10416.0, 10421.0, 10424.0, 10443.0, 10422.0, 10443.0, 10390.0, 10383.0, 10373.0, 10377.0, 10451.0, 10450.0, 10399.0, 10421.0, 10398.0, 10408.0, 10369.0, 10395.0, 10391.0, 10428.0, 10477.0, 10428.0, 10437.0, 10397.0, 10380.0, 10537.0, 10527.0, 10488.0, 10445.0, 10453.0, 10458.0, 10578.0, 10585.0, 10496.0, 10463.0, 10465.0, 10453.0, 10526.0, 10505.0, 10461.0, 10528.0, 10508.0, 10503.0, 10499.0, 10478.0, 10487.0, 10448.0, 10489.0, 10461.0, 10485.0, 10452.0, 10434.0, 10398.0, 10340.0, 10420.0, 10438.0, 10412.0, 10420.0, 10404.0, 10365.0, 10376.0, 10337.0, 10342.0, 10415.0, 10344.0, 10382.0, 10372.0, 10427.0, 10396.0, 10417.0, 10418.0, 10400.0, 10421.0, 10404.0, 10428.0, 10440.0, 10489.0, 10497.0, 10467.0, 10479.0, 10489.0, 10453.0, 10522.0, 10487.0, 10535.0, 10500.0, 10555.0, 10514.0, 10553.0, 10524.0, 10493.0, 10532.0, 10505.0, 10487.0, 10591.0, 10574.0, 10557.0, 10486.0, 10432.0, 10435.0, 10539.0, 10552.0, 10601.0, 10581.0, 10466.0, 10346.0, 10564.0, 10543.0, 10410.0, 10401.0, 10382.0, 10470.0, 10462.0, 10466.0, 10405.0, 10401.0, 10359.0, 10449.0, 10423.0, 10452.0, 10439.0, 10372.0, 10390.0, 10339.0, 10423.0, 10410.0, 10380.0, 10348.0, 10328.0, 10420.0, 10397.0, 10377.0, 10350.0, 10331.0, 10374.0, 10312.0, 10328.0, 10331.0, 10324.0, 10351.0, 10365.0, 10403.0, 10423.0, 10425.0, 10437.0, 10442.0, 10438.0, 10453.0, 10452.0, 10476.0, 10473.0, 10516.0, 10533.0, 10529.0, 10502.0, 10518.0, 10549.0, 10537.0, 10561.0, 10581.0, 10571.0, 10562.0, 10608.0, 10558.0, 10607.0, 10585.0, 10568.0, 10613.0, 10537.0, 10631.0, 10608.0, 10610.0, 10588.0, 10578.0, 10569.0, 10511.0, 10535.0, 10497.0, 10511.0, 10477.0, 10510.0, 10482.0, 10487.0, 10493.0, 10459.0, 10430.0, 10466.0, 10389.0, 10383.0, 10428.0, 10418.0, 10464.0, 10437.0, 10481.0, 10408.0, 10420.0, 10351.0, 10489.0, 10540.0, 10431.0, 10400.0, 10384.0, 10425.0, 10482.0, 10436.0, 10470.0, 10430.0, 10450.0, 10443.0, 10436.0, 10405.0, 10468.0, 10399.0, 10354.0, 10321.0, 10354.0, 10326.0, 10320.0, 10359.0, 10306.0, 10370.0, 10414.0, 10410.0, 10423.0, 10394.0, 10381.0, 10344.0, 10368.0, 10358.0, 10357.0, 10375.0, 10397.0, 10379.0, 10418.0, 10375.0, 10395.0, 10354.0, 10380.0, 10444.0, 10421.0, 10453.0, 10386.0, 10398.0, 10389.0, 10382.0, 10449.0, 10504.0, 10442.0, 10452.0, 10400.0, 10481.0, 10555.0, 10516.0, 10493.0, 10460.0, 10438.0, 10443.0, 10508.0, 10494.0, 10504.0, 10494.0, 10475.0, 10496.0, 10481.0, 10492.0, 10475.0, 10433.0, 10407.0, 10377.0, 10462.0, 10449.0, 10434.0, 10440.0, 10366.0, 10373.0, 10339.0, 10394.0, 10360.0, 10417.0, 10414.0, 10416.0, 10405.0, 10355.0, 10393.0, 10326.0, 10372.0, 10322.0, 10353.0, 10356.0, 10344.0, 10323.0, 10350.0, 10409.0, 10368.0, 10364.0, 10363.0, 10375.0, 10423.0, 10391.0, 10465.0, 10435.0, 10380.0, 10410.0, 10434.0, 10415.0, 10426.0, 10419.0, 10422.0, 10429.0, 10428.0, 10474.0, 10447.0, 10515.0, 10456.0, 10503.0, 10452.0, 10452.0, 10475.0, 10414.0, 10414.0, 10423.0, 10452.0, 10524.0, 10566.0, 10552.0, 10470.0, 10385.0, 10342.0, 10476.0, 10490.0, 10504.0, 10484.0, 10403.0, 10373.0, 10345.0, 10405.0, 10385.0, 10342.0, 10348.0, 10343.0, 10413.0, 10406.0, 10395.0, 10417.0, 10382.0, 10420.0, 10309.0, 10340.0, 10329.0, 10288.0, 10334.0, 10341.0, 10356.0, 10362.0, 10300.0, 10274.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.0028242988505747125</td></tr>
<tr><td colspan=3>aqi</td><td>0.0922369948275862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.30862480319912</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0843140669275035</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9453748436593792</td></tr>
<tr><td colspan=3>efc</td><td>0.4834</td></tr>
<tr><td colspan=3>fber</td><td>5396.8076</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.27493258555810796</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>358</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>41.14942528735632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.631282988478812</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.56523948429447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.805916933101727</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.522692548040239</td></tr>
<tr><td colspan=3>gcor</td><td>0.0372803</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013319024816155434</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027032339945435524</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>4.031345611730627</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>33.5026</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8645</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.4879</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296286.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>881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.6827</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7408</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>611.4951</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3963.4778</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.6279</td></tr>
<tr><td colspan=3>tsnr</td><td>22.171738931792788</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>