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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0035/ses-01/func/sub-0035_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>60be0d71f223bc35775042c03bd91b1a</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>17:32:37.597500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992535, -0.0377726, 0.115967, 0.027724, 0.995816, 0.0870721]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116963</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7726, -7182, 524, -26, -87, 41, 24]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.7</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b0eb274-11df-4bf7-88bb-9bc6d164c185||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.662897825241089, 0.07438157498836517, 0.3206802308559418, 102.71904754638672], [0.10134104639291763, 2.6717019081115723, 0.2246589958667755, -94.86126708984375], [0.311130166053772, -0.2336081564426422, 2.6714589595794678, -36.80232620239258], [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': ['173237.597500', '173238.057500', '173238.517500', '173238.977500', '173239.437500', '173239.897500', '173240.357500', '173240.817500', '173241.277500', '173241.737500', '173242.197500', '173242.657500', '173243.117500', '173243.577500', '173244.037500', '173244.497500', '173244.957500', '173245.417500', '173245.877500', '173246.337500', '173246.797500', '173247.257500', '173247.717500', '173248.177500', '173248.637500', '173249.097500', '173249.557500', '173250.017500', '173250.477500', '173250.937500', '173251.397500', '173251.857500', '173252.317500', '173252.777500', '173253.237500', '173253.697500', '173254.157500', '173254.617500', '173255.077500', '173255.537500', '173255.997500', '173256.457500', '173256.917500', '173257.377500', '173257.837500', '173258.297500', '173258.757500', '173259.217500', '173259.677500', '173300.137500', '173300.597500', '173301.057500', '173301.517500', '173301.977500', '173302.437500', '173302.897500', '173303.357500', '173303.817500', '173304.277500', '173304.737500', '173305.197500', '173305.657500', '173306.117500', '173306.577500', '173307.037500', '173307.497500', '173307.957500', '173308.417500', '173308.877500', '173309.337500', '173309.797500', '173310.257500', '173310.717500', '173311.177500', '173311.637500', '173312.097500', '173312.557500', '173313.017500', '173313.477500', '173313.937500', '173314.397500', '173314.857500', '173315.317500', '173315.777500', '173316.237500', '173316.697500', '173317.157500', '173317.617500', '173318.077500', '173318.537500', '173318.997500', '173319.457500', '173319.917500', '173320.377500', '173320.837500', '173321.297500', '173321.757500', '173322.217500', '173322.677500', '173323.137500', '173323.597500', '173324.057500', '173324.517500', '173324.977500', '173325.437500', '173325.897500', '173326.357500', '173326.817500', '173327.277500', '173327.737500', '173328.197500', '173328.657500', '173329.117500', '173329.577500', '173330.037500', '173330.497500', '173330.957500', '173331.417500', '173331.877500', '173332.337500', '173332.797500', '173333.257500', '173333.717500', '173334.177500', '173334.637500', '173335.097500', '173335.557500', '173336.017500', '173336.477500', '173336.937500', '173337.397500', '173337.857500', '173338.317500', '173338.777500', '173339.237500', '173339.697500', '173340.157500', '173340.617500', '173341.077500', '173341.537500', '173341.997500', '173342.457500', '173342.917500', '173343.377500', '173343.837500', '173344.297500', '173344.757500', '173345.217500', '173345.677500', '173346.137500', '173346.597500', '173347.057500', '173347.517500', '173347.977500', '173348.437500', '173348.897500', '173349.357500', '173349.817500', '173350.277500', '173350.737500', '173351.197500', '173351.657500', '173352.117500', '173352.577500', '173353.037500', '173353.497500', '173353.957500', '173354.417500', '173354.877500', '173355.337500', '173355.797500', '173356.257500', '173356.717500', '173357.177500', '173357.637500', '173358.097500', '173358.557500', '173359.017500', '173359.477500', '173359.937500', '173400.397500', '173400.857500', '173401.317500', '173401.777500', '173402.237500', '173402.697500', '173403.157500', '173403.617500', '173404.077500', '173404.537500', '173404.997500', '173405.457500', '173405.917500', '173406.377500', '173406.837500', '173407.297500', '173407.757500', '173408.217500', '173408.677500', '173409.137500', '173409.597500', '173410.057500', '173410.517500', '173410.977500', '173411.437500', '173411.897500', '173412.357500', '173412.817500', '173413.277500', '173413.737500', '173414.197500', '173414.657500', '173415.117500', '173415.577500', '173416.037500', '173416.497500', '173416.957500', '173417.417500', '173417.877500', '173418.337500', '173418.797500', '173419.257500', '173419.717500', '173420.177500', '173420.637500', '173421.097500', '173421.557500', '173422.017500', '173422.477500', '173422.937500', '173423.397500', '173423.857500', '173424.317500', '173424.777500', '173425.237500', '173425.697500', '173426.157500', '173426.617500', '173427.077500', '173427.537500', '173427.997500', '173428.457500', '173428.917500', '173429.377500', '173429.837500', '173430.297500', '173430.757500', '173431.217500', '173431.677500', '173432.137500', '173432.597500', '173433.057500', '173433.517500', '173433.977500', '173434.437500', '173434.897500', '173435.357500', '173435.817500', '173436.277500', '173436.737500', '173437.197500', '173437.657500', '173438.117500', '173438.577500', '173439.037500', '173439.497500', '173439.957500', '173440.417500', '173440.877500', '173441.337500', '173441.797500', '173442.257500', '173442.717500', '173443.177500', '173443.637500', '173444.097500', '173444.557500', '173445.017500', '173445.477500', '173445.937500', '173446.397500', '173446.857500', '173447.317500', '173447.777500', '173448.237500', '173448.697500', '173449.157500', '173449.617500', '173450.077500', '173450.537500', '173450.997500', '173451.457500', '173451.917500', '173452.377500', '173452.837500', '173453.297500', '173453.757500', '173454.217500', '173454.677500', '173455.137500', '173455.597500', '173456.057500', '173456.517500', '173456.977500', '173457.437500', '173457.897500', '173458.357500', '173458.817500', '173459.277500', '173459.737500', '173500.197500', '173500.657500', '173501.117500', '173501.577500', '173502.037500', '173502.497500', '173502.957500', '173503.417500', '173503.877500', '173504.337500', '173504.797500', '173505.257500', '173505.717500', '173506.177500', '173506.637500', '173507.097500', '173507.557500', '173508.017500', '173508.477500', '173508.937500', '173509.397500', '173509.857500', '173510.317500', '173510.777500', '173511.237500', '173511.697500', '173512.157500', '173512.617500', '173513.077500', '173513.537500', '173513.997500', '173514.457500', '173514.917500', '173515.377500', '173515.837500', '173516.297500', '173516.757500', '173517.217500', '173517.677500', '173518.137500', '173518.597500', '173519.057500', '173519.517500', '173519.977500', '173520.437500', '173520.897500', '173521.357500', '173521.817500', '173522.277500', '173522.737500', '173523.197500', '173523.657500', '173524.117500', '173524.577500', '173525.037500', '173525.497500', '173525.957500', '173526.417500', '173526.877500', '173527.337500', '173527.797500', '173528.257500', '173528.717500', '173529.177500', '173529.637500', '173530.097500', '173530.557500', '173531.017500', '173531.477500', '173531.937500', '173532.397500', '173532.857500', '173533.317500', '173533.777500', '173534.237500', '173534.697500', '173535.157500', '173535.617500', '173536.077500', '173536.537500', '173536.997500', '173537.457500', '173537.917500', '173538.377500', '173538.837500', '173539.297500', '173539.757500', '173540.217500', '173540.677500', '173541.137500', '173541.597500', '173542.057500', '173542.517500', '173542.977500', '173543.437500', '173543.897500', '173544.357500', '173544.817500', '173545.277500', '173545.737500', '173546.197500', '173546.657500', '173547.117500', '173547.577500', '173548.037500', '173548.497500', '173548.957500', '173549.417500', '173549.877500', '173550.337500', '173550.797500', '173551.257500', '173551.717500', '173552.177500', '173552.637500', '173553.097500', '173553.557500', '173554.017500', '173554.477500', '173554.937500', '173555.397500', '173555.857500', '173556.317500', '173556.777500', '173557.237500', '173557.697500', '173558.157500', '173558.617500', '173559.077500', '173559.537500', '173559.997500', '173600.457500', '173600.917500', '173601.377500', '173601.837500', '173602.297500', '173602.757500', '173603.217500', '173603.677500', '173604.137500', '173604.597500', '173605.057500', '173605.517500', '173605.977500', '173606.437500', '173606.897500', '173607.357500', '173607.817500', '173608.277500', '173608.737500', '173609.197500', '173609.657500', '173610.117500', '173610.577500', '173611.037500', '173611.497500', '173611.957500', '173612.417500', '173612.877500', '173613.337500', '173613.797500', '173614.257500', '173614.717500', '173615.177500', '173615.637500', '173616.097500', '173616.557500', '173617.017500', '173617.477500', '173617.937500', '173618.397500', '173618.857500', '173619.317500', '173619.777500', '173620.237500', '173620.697500', '173621.157500', '173621.617500', '173622.077500', '173622.537500', '173622.997500', '173623.457500', '173623.917500', '173624.377500', '173624.837500', '173625.297500', '173625.757500', '173626.217500', '173626.677500', '173627.137500', '173627.597500', '173628.057500', '173628.517500', '173628.977500', '173629.437500', '173629.897500', '173630.357500', '173630.817500', '173631.277500', '173631.737500', '173632.197500', '173632.657500', '173633.117500', '173633.577500', '173634.037500', '173634.497500', '173634.957500', '173635.417500', '173635.877500', '173636.337500', '173636.797500', '173637.257500', '173637.717500', '173638.177500', '173638.637500', '173639.097500', '173639.557500', '173640.017500', '173640.477500', '173640.937500', '173641.397500', '173641.857500', '173642.317500', '173642.777500', '173643.237500', '173643.697500', '173644.157500', '173644.617500', '173645.077500', '173645.537500', '173645.997500', '173646.457500', '173646.917500', '173647.377500', '173647.837500', '173648.297500', '173648.757500', '173649.217500', '173649.677500', '173650.137500', '173650.597500', '173651.057500', '173651.517500', '173651.977500', '173652.437500', '173652.897500', '173653.357500', '173653.817500', '173654.277500', '173654.737500', '173655.197500', '173655.657500', '173656.117500', '173656.577500', '173657.037500', '173657.497500', '173657.957500', '173658.417500', '173658.877500', '173659.337500', '173659.797500', '173700.257500', '173700.717500', '173701.177500', '173701.637500', '173702.097500', '173702.557500', '173703.017500', '173703.477500', '173703.937500', '173704.397500', '173704.857500', '173705.317500', '173705.777500', '173706.237500', '173706.697500', '173707.157500', '173707.617500', '173708.077500', '173708.537500', '173708.997500', '173709.457500', '173709.917500', '173710.377500', '173710.837500', '173711.297500', '173711.757500', '173712.217500', '173712.677500', '173713.137500', '173713.597500', '173714.057500', '173714.517500', '173714.977500', '173715.437500', '173715.897500', '173716.357500', '173716.817500', '173717.277500', '173717.737500', '173718.197500', '173718.657500', '173719.117500', '173719.577500', '173720.037500', '173720.497500', '173720.957500', '173721.417500', '173721.877500', '173722.337500', '173722.797500', '173723.257500', '173723.717500', '173724.177500', '173724.637500', '173725.097500', '173725.557500', '173726.017500', '173726.477500', '173726.937500', '173727.397500', '173727.857500', '173728.317500', '173728.777500', '173729.237500', '173729.697500', '173730.157500', '173730.617500', '173731.077500', '173731.537500', '173731.997500', '173732.457500', '173732.917500', '173733.377500', '173733.837500', '173734.297500', '173734.757500', '173735.217500', '173735.677500', '173736.137500', '173736.597500', '173737.057500', '173737.517500', '173737.977500', '173738.437500', '173738.897500', '173739.357500', '173739.817500', '173740.277500', '173740.737500', '173741.197500', '173741.657500', '173742.117500', '173742.577500', '173743.037500', '173743.497500', '173743.957500', '173744.417500', '173744.877500', '173745.337500', '173745.797500', '173746.257500', '173746.717500', '173747.177500', '173747.637500', '173748.097500', '173748.557500', '173749.017500', '173749.477500', '173749.937500', '173750.397500', '173750.857500', '173751.317500', '173751.777500', '173752.237500', '173752.697500', '173753.157500', '173753.617500', '173754.077500', '173754.537500', '173754.997500', '173755.457500', '173755.917500', '173756.377500', '173756.837500', '173757.297500', '173757.757500', '173758.217500', '173758.677500', '173759.137500', '173759.597500', '173800.057500', '173800.517500', '173800.977500', '173801.437500', '173801.897500', '173802.357500', '173802.817500', '173803.277500', '173803.737500', '173804.197500', '173804.657500', '173805.117500', '173805.577500', '173806.037500', '173806.497500', '173806.957500', '173807.417500', '173807.877500', '173808.337500', '173808.797500', '173809.257500', '173809.717500', '173810.177500', '173810.637500', '173811.097500', '173811.557500', '173812.017500', '173812.477500', '173812.937500', '173813.397500', '173813.857500', '173814.317500', '173814.777500', '173815.237500', '173815.697500', '173816.157500', '173816.617500', '173817.077500', '173817.537500', '173817.997500', '173818.457500', '173818.917500', '173819.377500', '173819.837500', '173820.297500', '173820.757500', '173821.217500', '173821.677500', '173822.137500', '173822.597500', '173823.057500', '173823.517500', '173823.977500', '173824.437500', '173824.897500', '173825.357500', '173825.817500', '173826.277500', '173826.737500', '173827.197500', '173827.657500', '173828.117500', '173828.577500', '173829.037500', '173829.497500', '173829.957500', '173830.417500', '173830.877500', '173831.337500', '173831.797500', '173832.257500', '173832.717500', '173833.177500', '173833.637500', '173834.097500', '173834.557500', '173835.017500', '173835.477500', '173835.937500', '173836.397500', '173836.857500', '173837.317500', '173837.777500', '173838.237500', '173838.697500', '173839.157500', '173839.617500', '173840.077500', '173840.537500', '173840.997500', '173841.457500', '173841.917500', '173842.377500', '173842.837500', '173843.297500', '173843.757500', '173844.217500', '173844.677500', '173845.137500', '173845.597500', '173846.057500', '173846.517500', '173846.977500', '173847.437500', '173847.897500', '173848.357500', '173848.817500', '173849.277500', '173849.737500', '173850.197500', '173850.657500', '173851.117500', '173851.577500', '173852.037500', '173852.497500', '173852.957500', '173853.417500', '173853.877500', '173854.337500', '173854.797500', '173855.257500', '173855.717500', '173856.177500', '173856.637500', '173857.097500', '173857.557500', '173858.017500', '173858.477500', '173858.937500', '173859.397500', '173859.857500', '173900.317500', '173900.777500', '173901.237500', '173901.697500', '173902.157500', '173902.617500', '173903.077500', '173903.537500', '173903.997500', '173904.457500', '173904.917500', '173905.377500', '173905.837500', '173906.297500', '173906.757500', '173907.217500', '173907.677500', '173908.137500', '173908.597500', '173909.057500', '173909.517500', '173909.977500', '173910.437500', '173910.897500', '173911.357500', '173911.817500', '173912.277500', '173912.737500', '173913.197500', '173913.657500', '173914.117500', '173914.577500', '173915.037500', '173915.497500', '173915.957500', '173916.417500', '173916.877500', '173917.337500', '173917.797500', '173918.257500'], 'ContentTime': ['173257.601000', '173257.605000', '173257.607000', '173257.610000', '173257.613000', '173257.616000', '173257.619000', '173257.621000', '173257.624000', '173257.627000', '173257.630000', '173257.633000', '173257.635000', '173257.638000', '173257.641000', '173257.644000', '173257.646000', '173257.649000', '173257.652000', '173257.662000', '173257.665000', '173257.668000', '173257.671000', '173257.673000', '173257.676000', '173257.679000', '173257.682000', '173257.685000', '173257.688000', '173257.690000', '173257.693000', '173257.696000', '173257.699000', '173257.701000', '173257.704000', '173257.707000', '173257.710000', '173257.712000', '173257.715000', '173257.718000', '173257.722000', '173257.735000', '173317.568000', '173317.572000', '173317.581000', '173317.584000', '173317.587000', '173317.590000', '173317.593000', '173317.595000', '173317.598000', '173317.601000', '173317.604000', '173317.606000', '173317.609000', '173317.612000', '173317.615000', '173317.618000', '173317.620000', '173317.623000', '173317.626000', '173317.629000', '173317.631000', '173317.634000', '173317.637000', '173317.640000', '173317.642000', '173317.645000', '173317.648000', '173317.651000', '173317.654000', '173317.656000', '173317.659000', '173317.662000', '173317.665000', '173317.667000', '173317.670000', '173317.673000', '173317.676000', '173317.681000', '173317.684000', '173317.687000', '173317.690000', '173317.692000', '173317.695000', '173337.567000', '173337.570000', '173337.573000', '173337.575000', '173337.578000', '173337.581000', '173337.584000', '173337.591000', '173337.594000', '173337.597000', '173337.599000', '173337.602000', '173337.605000', '173337.608000', '173337.610000', '173337.613000', '173337.616000', '173337.619000', '173337.622000', '173337.624000', '173337.627000', '173337.630000', '173337.633000', '173337.635000', '173337.638000', '173337.641000', '173337.644000', '173337.647000', '173337.649000', '173337.652000', '173337.655000', '173337.658000', '173337.660000', '173337.663000', '173337.666000', '173337.669000', '173337.671000', '173337.674000', '173337.677000', '173337.680000', '173337.683000', '173337.685000', '173337.688000', '173337.691000', '173357.567000', '173357.570000', '173357.573000', '173357.577000', '173357.582000', '173357.585000', '173357.588000', '173357.591000', '173357.594000', '173357.597000', '173357.600000', '173357.602000', '173357.605000', '173357.608000', '173357.611000', '173357.613000', '173357.616000', '173357.626000', '173357.629000', '173357.632000', '173357.634000', '173357.637000', '173357.640000', '173357.643000', '173357.645000', '173357.648000', '173357.651000', '173357.654000', '173357.657000', '173357.659000', '173357.662000', '173357.665000', '173357.668000', '173357.670000', '173357.673000', '173357.676000', '173357.679000', '173357.682000', '173357.684000', '173357.687000', '173357.698000', '173357.701000', '173357.704000', '173417.567000', '173417.570000', '173417.573000', '173417.576000', '173417.578000', '173417.581000', '173417.584000', '173417.587000', '173417.589000', '173417.592000', '173417.595000', '173417.598000', '173417.601000', '173417.603000', '173417.606000', '173417.609000', '173417.612000', '173417.615000', '173417.617000', '173417.620000', '173417.623000', '173417.626000', '173417.628000', '173417.631000', '173417.634000', '173417.637000', '173417.640000', '173417.642000', '173417.648000', '173417.651000', '173417.654000', '173417.657000', '173417.660000', '173417.662000', '173417.665000', '173417.668000', '173417.671000', '173417.673000', '173417.676000', '173417.679000', '173417.682000', '173417.685000', '173417.687000', '173417.690000', '173437.568000', '173437.571000', '173437.574000', '173437.577000', '173437.580000', '173437.583000', '173437.586000', '173437.589000', '173437.592000', '173437.595000', '173437.597000', '173437.600000', '173437.603000', '173437.606000', '173437.609000', '173437.612000', '173437.615000', '173437.617000', '173437.620000', '173437.623000', '173437.626000', '173437.629000', '173437.631000', '173437.634000', '173437.637000', '173437.640000', '173437.643000', '173437.646000', '173437.649000', '173437.651000', '173437.654000', '173437.657000', '173437.660000', '173437.663000', '173437.665000', '173437.668000', '173437.671000', '173437.674000', '173437.692000', '173437.695000', '173437.698000', '173437.700000', '173437.703000', '173457.568000', '173457.571000', '173457.574000', '173457.577000', '173457.579000', '173457.582000', '173457.585000', '173457.588000', '173457.591000', '173457.593000', '173457.596000', '173457.599000', '173457.602000', '173457.605000', '173457.608000', '173457.611000', '173457.613000', '173457.616000', '173457.619000', '173457.622000', '173457.625000', '173457.627000', '173457.630000', '173457.633000', '173457.636000', '173457.639000', '173457.642000', '173457.644000', '173457.647000', '173457.650000', '173457.653000', '173457.656000', '173457.658000', '173457.661000', '173457.664000', '173457.667000', '173457.670000', '173457.672000', '173457.675000', '173457.678000', '173457.681000', '173457.684000', '173457.686000', '173457.689000', '173517.567000', '173517.570000', '173517.573000', '173517.575000', '173517.578000', '173517.581000', '173517.584000', '173517.587000', '173517.590000', '173517.592000', '173517.595000', '173517.598000', '173517.601000', '173517.604000', '173517.606000', '173517.609000', '173517.612000', '173517.615000', '173517.618000', '173517.621000', '173517.624000', '173517.627000', '173517.631000', '173517.634000', '173517.637000', '173517.640000', '173517.643000', '173517.645000', '173517.648000', '173517.651000', '173517.654000', '173517.657000', '173517.659000', '173517.662000', '173517.665000', '173517.668000', '173517.671000', '173517.674000', '173517.676000', '173517.679000', '173517.682000', '173517.685000', '173517.695000', '173537.567000', '173537.570000', '173537.573000', '173537.576000', '173537.578000', '173537.581000', '173537.584000', '173537.587000', '173537.590000', '173537.593000', '173537.596000', '173537.599000', '173537.602000', '173537.605000', '173537.608000', '173537.610000', '173537.613000', '173537.616000', '173537.619000', '173537.622000', '173537.624000', '173537.627000', '173537.630000', '173537.633000', '173537.636000', '173537.638000', '173537.641000', '173537.644000', '173537.647000', '173537.650000', '173537.652000', '173537.655000', '173537.658000', '173537.661000', '173537.664000', '173537.667000', '173537.670000', '173537.672000', '173537.675000', '173537.678000', '173537.681000', '173537.684000', '173537.686000', '173537.689000', '173557.567000', '173557.570000', '173557.573000', '173557.575000', '173557.578000', '173557.581000', '173557.584000', '173557.587000', '173557.590000', '173557.592000', '173557.595000', '173557.598000', '173557.601000', '173557.604000', '173557.607000', '173557.609000', '173557.612000', '173557.615000', '173557.618000', '173557.621000', '173557.624000', '173557.627000', '173557.629000', '173557.632000', '173557.635000', '173557.638000', '173557.641000', '173557.644000', '173557.647000', '173557.650000', '173557.653000', '173557.656000', '173557.659000', '173557.661000', '173557.664000', '173557.667000', '173557.670000', '173557.673000', '173557.676000', '173557.678000', '173557.681000', '173557.684000', '173557.687000', '173617.567000', '173617.570000', '173617.573000', '173617.576000', '173617.579000', '173617.581000', '173617.584000', '173617.587000', '173617.590000', '173617.593000', '173617.596000', '173617.599000', '173617.601000', '173617.604000', '173617.607000', '173617.610000', '173617.613000', '173617.616000', '173617.618000', '173617.621000', '173617.624000', '173617.627000', '173617.630000', '173617.633000', '173617.635000', '173617.638000', '173617.641000', '173617.644000', '173617.647000', '173617.649000', '173617.652000', '173617.655000', '173617.658000', '173617.661000', '173617.683000', '173617.685000', '173617.688000', '173617.691000', '173617.694000', '173617.697000', '173617.699000', '173617.702000', '173617.705000', '173617.708000', '173637.567000', '173637.570000', '173637.573000', '173637.575000', '173637.578000', '173637.581000', '173637.584000', '173637.587000', '173637.590000', '173637.592000', '173637.595000', '173637.599000', '173637.602000', '173637.605000', '173637.609000', '173637.612000', '173637.615000', '173637.618000', '173637.620000', '173637.623000', '173637.626000', '173637.629000', '173637.632000', '173637.635000', '173637.637000', '173637.640000', '173637.643000', '173637.646000', '173637.649000', '173637.652000', '173637.654000', '173637.657000', '173637.660000', '173637.664000', '173637.667000', '173637.670000', '173637.673000', '173637.676000', '173637.678000', '173637.681000', '173637.684000', '173637.687000', '173637.690000', '173657.567000', '173657.570000', '173657.573000', '173657.576000', '173657.578000', '173657.581000', '173657.584000', '173657.587000', '173657.590000', '173657.592000', '173657.595000', '173657.598000', '173657.601000', '173657.603000', '173657.606000', '173657.609000', '173657.612000', '173657.615000', '173657.618000', '173657.621000', '173657.623000', '173657.626000', '173657.629000', '173657.632000', '173657.635000', '173657.638000', '173657.641000', '173657.643000', '173657.646000', '173657.649000', '173657.652000', '173657.655000', '173657.657000', '173657.660000', '173657.670000', '173657.672000', '173657.675000', '173657.678000', '173657.681000', '173657.684000', '173657.686000', '173657.689000', '173657.692000', '173657.695000', '173717.568000', '173717.571000', '173717.574000', '173717.577000', '173717.579000', '173717.582000', '173717.585000', '173717.588000', '173717.591000', '173717.593000', '173717.596000', '173717.599000', '173717.602000', '173717.605000', '173717.607000', '173717.610000', '173717.613000', '173717.616000', '173717.619000', '173717.622000', '173717.625000', '173717.628000', '173717.631000', '173717.634000', '173717.636000', '173717.639000', '173717.642000', '173717.645000', '173717.648000', '173717.650000', '173717.653000', '173717.656000', '173717.659000', '173717.662000', '173717.665000', '173717.667000', '173717.670000', '173717.673000', '173717.676000', '173717.679000', '173717.681000', '173717.684000', '173717.687000', '173737.567000', '173737.570000', '173737.573000', '173737.575000', '173737.578000', '173737.581000', '173737.584000', '173737.587000', '173737.590000', '173737.592000', '173737.595000', '173737.598000', '173737.601000', '173737.603000', '173737.606000', '173737.609000', '173737.612000', '173737.615000', '173737.618000', '173737.621000', '173737.625000', '173737.628000', '173737.631000', '173737.633000', '173737.636000', '173737.639000', '173737.642000', '173737.645000', '173737.648000', '173737.650000', '173737.653000', '173737.656000', '173737.659000', '173737.662000', '173737.665000', '173737.667000', '173737.670000', '173737.673000', '173737.676000', '173737.679000', '173737.681000', '173737.684000', '173737.687000', '173737.690000', '173757.567000', '173757.593000', '173757.596000', '173757.599000', '173757.602000', '173757.604000', '173757.607000', '173757.610000', '173757.613000', '173757.616000', '173757.618000', '173757.621000', '173757.624000', '173757.627000', '173757.630000', '173757.635000', '173757.638000', '173757.641000', '173757.643000', '173757.646000', '173757.649000', '173757.652000', '173757.655000', '173757.658000', '173757.661000', '173757.663000', '173757.666000', '173757.669000', '173757.672000', '173757.675000', '173757.678000', '173757.680000', '173757.683000', '173757.686000', '173757.689000', '173757.692000', '173757.695000', '173757.698000', '173757.701000', '173757.704000', '173757.707000', '173757.710000', '173757.713000', '173817.567000', '173817.570000', '173817.573000', '173817.575000', '173817.578000', '173817.581000', '173817.584000', '173817.587000', '173817.590000', '173817.592000', '173817.595000', '173817.598000', '173817.601000', '173817.604000', '173817.607000', '173817.610000', '173817.612000', '173817.615000', '173817.618000', '173817.621000', '173817.624000', '173817.626000', '173817.629000', '173817.632000', '173817.635000', '173817.638000', '173817.641000', '173817.644000', '173817.647000', '173817.650000', '173817.652000', '173817.655000', '173817.658000', '173817.661000', '173817.664000', '173817.666000', '173817.669000', '173817.672000', '173817.675000', '173817.678000', '173817.681000', '173817.683000', '173817.686000', '173817.689000', '173837.567000', '173837.570000', '173837.573000', '173837.576000', '173837.578000', '173837.581000', '173837.584000', '173837.587000', '173837.590000', '173837.593000', '173837.595000', '173837.598000', '173837.601000', '173837.604000', '173837.607000', '173837.610000', '173837.612000', '173837.615000', '173837.618000', '173837.622000', '173837.625000', '173837.628000', '173837.631000', '173837.634000', '173837.637000', '173837.640000', '173837.643000', '173837.646000', '173837.649000', '173837.652000', '173837.655000', '173837.658000', '173837.661000', '173837.663000', '173837.666000', '173837.669000', '173837.672000', '173837.675000', '173837.677000', '173837.680000', '173837.683000', '173837.686000', '173837.689000', '173857.567000', '173857.570000', '173857.573000', '173857.576000', '173857.579000', '173857.581000', '173857.584000', '173857.587000', '173857.590000', '173857.592000', '173857.595000', '173857.598000', '173857.601000', '173857.604000', '173857.606000', '173857.609000', '173857.612000', '173857.615000', '173857.618000', '173857.620000', '173857.623000', '173857.626000', '173857.629000', '173857.632000', '173857.634000', '173857.637000', '173857.640000', '173857.643000', '173857.646000', '173857.648000', '173857.651000', '173857.654000', '173857.657000', '173857.660000', '173857.663000', '173857.665000', '173857.668000', '173857.671000', '173857.674000', '173857.677000', '173857.680000', '173857.683000', '173857.685000', '173857.688000', '173917.567000', '173917.570000', '173917.573000', '173917.576000', '173917.578000', '173917.581000', '173917.584000', '173917.587000', '173917.590000', '173917.592000', '173917.595000', '173917.598000', '173917.620000', '173917.623000', '173917.626000', '173917.629000', '173917.631000', '173917.634000', '173917.637000', '173917.640000', '173917.643000', '173917.645000', '173917.648000', '173917.651000', '173917.654000', '173917.656000', '173917.659000', '173917.663000', '173917.665000', '173917.668000', '173917.672000', '173917.675000', '173917.678000', '173917.681000', '173917.684000', '173917.687000', '173917.689000', '173917.692000', '173917.695000', '173917.698000', '173917.701000', '173917.704000', '173917.706000', '173919.177000', '173919.181000', '173919.184000', '173919.187000'], 'InstanceCreationTime': ['173257.601000', '173257.605000', '173257.607000', '173257.610000', '173257.613000', '173257.616000', '173257.619000', '173257.621000', '173257.624000', '173257.627000', '173257.630000', '173257.633000', '173257.635000', '173257.638000', '173257.641000', '173257.644000', '173257.646000', '173257.649000', '173257.652000', '173257.662000', '173257.665000', '173257.668000', '173257.671000', '173257.673000', '173257.676000', '173257.679000', '173257.682000', '173257.685000', '173257.688000', '173257.690000', '173257.693000', '173257.696000', '173257.699000', '173257.701000', '173257.704000', '173257.707000', '173257.710000', '173257.712000', '173257.715000', '173257.718000', '173257.722000', '173257.735000', '173317.568000', '173317.572000', '173317.581000', '173317.584000', '173317.587000', '173317.590000', '173317.593000', '173317.595000', '173317.598000', '173317.601000', '173317.604000', '173317.606000', '173317.609000', '173317.612000', '173317.615000', '173317.618000', '173317.620000', '173317.623000', '173317.626000', '173317.629000', '173317.631000', '173317.634000', '173317.637000', '173317.640000', '173317.642000', '173317.645000', '173317.648000', '173317.651000', '173317.654000', '173317.656000', '173317.659000', '173317.662000', '173317.665000', '173317.667000', '173317.670000', '173317.673000', '173317.676000', '173317.681000', '173317.684000', '173317.687000', '173317.690000', '173317.692000', '173317.695000', '173337.567000', '173337.570000', '173337.573000', '173337.575000', '173337.578000', '173337.581000', '173337.584000', '173337.591000', '173337.594000', '173337.597000', '173337.599000', '173337.602000', '173337.605000', '173337.608000', '173337.610000', '173337.613000', '173337.616000', '173337.619000', '173337.622000', '173337.624000', '173337.627000', '173337.630000', '173337.633000', '173337.635000', '173337.638000', '173337.641000', '173337.644000', '173337.647000', '173337.649000', '173337.652000', '173337.655000', '173337.658000', '173337.660000', '173337.663000', '173337.666000', '173337.669000', '173337.671000', '173337.674000', '173337.677000', '173337.680000', '173337.683000', '173337.685000', '173337.688000', '173337.691000', '173357.567000', '173357.570000', '173357.573000', '173357.577000', '173357.582000', '173357.585000', '173357.588000', '173357.591000', '173357.594000', '173357.597000', '173357.600000', '173357.602000', '173357.605000', '173357.608000', '173357.611000', '173357.613000', '173357.616000', '173357.626000', '173357.629000', '173357.632000', '173357.634000', '173357.637000', '173357.640000', '173357.643000', '173357.645000', '173357.648000', '173357.651000', '173357.654000', '173357.657000', '173357.659000', '173357.662000', '173357.665000', '173357.668000', '173357.670000', '173357.673000', '173357.676000', '173357.679000', '173357.682000', '173357.684000', '173357.687000', '173357.698000', '173357.701000', '173357.704000', '173417.567000', '173417.570000', '173417.573000', '173417.576000', '173417.578000', '173417.581000', '173417.584000', '173417.587000', '173417.589000', '173417.592000', '173417.595000', '173417.598000', '173417.601000', '173417.603000', '173417.606000', '173417.609000', '173417.612000', '173417.615000', '173417.617000', '173417.620000', '173417.623000', '173417.626000', '173417.628000', '173417.631000', '173417.634000', '173417.637000', '173417.640000', '173417.642000', '173417.648000', '173417.651000', '173417.654000', '173417.657000', '173417.660000', '173417.662000', '173417.665000', '173417.668000', '173417.671000', '173417.673000', '173417.676000', '173417.679000', '173417.682000', '173417.685000', '173417.687000', '173417.690000', '173437.568000', '173437.571000', '173437.574000', '173437.577000', '173437.580000', '173437.583000', '173437.586000', '173437.589000', '173437.592000', '173437.595000', '173437.597000', '173437.600000', '173437.603000', '173437.606000', '173437.609000', '173437.612000', '173437.615000', '173437.617000', '173437.620000', '173437.623000', '173437.626000', '173437.629000', '173437.631000', '173437.634000', '173437.637000', '173437.640000', '173437.643000', '173437.646000', '173437.649000', '173437.651000', '173437.654000', '173437.657000', '173437.660000', '173437.663000', '173437.665000', '173437.668000', '173437.671000', '173437.674000', '173437.692000', '173437.695000', '173437.698000', '173437.700000', '173437.703000', '173457.568000', '173457.571000', '173457.574000', '173457.577000', '173457.579000', '173457.582000', '173457.585000', '173457.588000', '173457.591000', '173457.593000', '173457.596000', '173457.599000', '173457.602000', '173457.605000', '173457.608000', '173457.611000', '173457.613000', '173457.616000', '173457.619000', '173457.622000', '173457.625000', '173457.627000', '173457.630000', '173457.633000', '173457.636000', '173457.639000', '173457.642000', '173457.644000', '173457.647000', '173457.650000', '173457.653000', '173457.656000', '173457.658000', '173457.661000', '173457.664000', '173457.667000', '173457.670000', '173457.672000', '173457.675000', '173457.678000', '173457.681000', '173457.684000', '173457.686000', '173457.689000', '173517.567000', '173517.570000', '173517.573000', '173517.575000', '173517.578000', '173517.581000', '173517.584000', '173517.587000', '173517.590000', '173517.592000', '173517.595000', '173517.598000', '173517.601000', '173517.604000', '173517.606000', '173517.609000', '173517.612000', '173517.615000', '173517.618000', '173517.621000', '173517.624000', '173517.627000', '173517.631000', '173517.634000', '173517.637000', '173517.640000', '173517.643000', '173517.645000', '173517.648000', '173517.651000', '173517.654000', '173517.657000', '173517.659000', '173517.662000', '173517.665000', '173517.668000', '173517.671000', '173517.674000', '173517.676000', '173517.679000', '173517.682000', '173517.685000', '173517.695000', '173537.567000', '173537.570000', '173537.573000', '173537.576000', '173537.578000', '173537.581000', '173537.584000', '173537.587000', '173537.590000', '173537.593000', '173537.596000', '173537.599000', '173537.602000', '173537.605000', '173537.608000', '173537.610000', '173537.613000', '173537.616000', '173537.619000', '173537.622000', '173537.624000', '173537.627000', '173537.630000', '173537.633000', '173537.636000', '173537.638000', '173537.641000', '173537.644000', '173537.647000', '173537.650000', '173537.652000', '173537.655000', '173537.658000', '173537.661000', '173537.664000', '173537.667000', '173537.670000', '173537.672000', '173537.675000', '173537.678000', '173537.681000', '173537.684000', '173537.686000', '173537.689000', '173557.567000', '173557.570000', '173557.573000', '173557.575000', '173557.578000', '173557.581000', '173557.584000', '173557.587000', '173557.590000', '173557.592000', '173557.595000', '173557.598000', '173557.601000', '173557.604000', '173557.607000', '173557.609000', '173557.612000', '173557.615000', '173557.618000', '173557.621000', '173557.624000', '173557.627000', '173557.629000', '173557.632000', '173557.635000', '173557.638000', '173557.641000', '173557.644000', '173557.647000', '173557.650000', '173557.653000', '173557.656000', '173557.659000', '173557.661000', '173557.664000', '173557.667000', '173557.670000', '173557.673000', '173557.676000', '173557.678000', '173557.681000', '173557.684000', '173557.687000', '173617.567000', '173617.570000', '173617.573000', '173617.576000', '173617.579000', '173617.581000', '173617.584000', '173617.587000', '173617.590000', '173617.593000', '173617.596000', '173617.599000', '173617.601000', '173617.604000', '173617.607000', '173617.610000', '173617.613000', '173617.616000', '173617.618000', '173617.621000', '173617.624000', '173617.627000', '173617.630000', '173617.633000', '173617.635000', '173617.638000', '173617.641000', '173617.644000', '173617.647000', '173617.649000', '173617.652000', '173617.655000', '173617.658000', '173617.661000', '173617.683000', '173617.685000', '173617.688000', '173617.691000', '173617.694000', '173617.697000', '173617.699000', '173617.702000', '173617.705000', '173617.708000', '173637.567000', '173637.570000', '173637.573000', '173637.575000', '173637.578000', '173637.581000', '173637.584000', '173637.587000', '173637.590000', '173637.592000', '173637.595000', '173637.599000', '173637.602000', '173637.605000', '173637.609000', '173637.612000', '173637.615000', '173637.618000', '173637.620000', '173637.623000', '173637.626000', '173637.629000', '173637.632000', '173637.635000', '173637.637000', '173637.640000', '173637.643000', '173637.646000', '173637.649000', '173637.652000', '173637.654000', '173637.657000', '173637.660000', '173637.664000', '173637.667000', '173637.670000', '173637.673000', '173637.676000', '173637.678000', '173637.681000', '173637.684000', '173637.687000', '173637.690000', '173657.567000', '173657.570000', '173657.573000', '173657.576000', '173657.578000', '173657.581000', '173657.584000', '173657.587000', '173657.590000', '173657.592000', '173657.595000', '173657.598000', '173657.601000', '173657.603000', '173657.606000', '173657.609000', '173657.612000', '173657.615000', '173657.618000', '173657.621000', '173657.623000', '173657.626000', '173657.629000', '173657.632000', '173657.635000', '173657.638000', '173657.641000', '173657.643000', '173657.646000', '173657.649000', '173657.652000', '173657.655000', '173657.657000', '173657.660000', '173657.670000', '173657.672000', '173657.675000', '173657.678000', '173657.681000', '173657.684000', '173657.686000', '173657.689000', '173657.692000', '173657.695000', '173717.568000', '173717.571000', '173717.574000', '173717.577000', '173717.579000', '173717.582000', '173717.585000', '173717.588000', '173717.591000', '173717.593000', '173717.596000', '173717.599000', '173717.602000', '173717.605000', '173717.607000', '173717.610000', '173717.613000', '173717.616000', '173717.619000', '173717.622000', '173717.625000', '173717.628000', '173717.631000', '173717.634000', '173717.636000', '173717.639000', '173717.642000', '173717.645000', '173717.648000', '173717.650000', '173717.653000', '173717.656000', '173717.659000', '173717.662000', '173717.665000', '173717.667000', '173717.670000', '173717.673000', '173717.676000', '173717.679000', '173717.681000', '173717.684000', '173717.687000', '173737.567000', '173737.570000', '173737.573000', '173737.575000', '173737.578000', '173737.581000', '173737.584000', '173737.587000', '173737.590000', '173737.592000', '173737.595000', '173737.598000', '173737.601000', '173737.603000', '173737.606000', '173737.609000', '173737.612000', '173737.615000', '173737.618000', '173737.621000', '173737.625000', '173737.628000', '173737.631000', '173737.633000', '173737.636000', '173737.639000', '173737.642000', '173737.645000', '173737.648000', '173737.650000', '173737.653000', '173737.656000', '173737.659000', '173737.662000', '173737.665000', '173737.667000', '173737.670000', '173737.673000', '173737.676000', '173737.679000', '173737.681000', '173737.684000', '173737.687000', '173737.690000', '173757.567000', '173757.593000', '173757.596000', '173757.599000', '173757.602000', '173757.604000', '173757.607000', '173757.610000', '173757.613000', '173757.616000', '173757.618000', '173757.621000', '173757.624000', '173757.627000', '173757.630000', '173757.635000', '173757.638000', '173757.641000', '173757.643000', '173757.646000', '173757.649000', '173757.652000', '173757.655000', '173757.658000', '173757.661000', '173757.663000', '173757.666000', '173757.669000', '173757.672000', '173757.675000', '173757.678000', '173757.680000', '173757.683000', '173757.686000', '173757.689000', '173757.692000', '173757.695000', '173757.698000', '173757.701000', '173757.704000', '173757.707000', '173757.710000', '173757.713000', '173817.567000', '173817.570000', '173817.573000', '173817.575000', '173817.578000', '173817.581000', '173817.584000', '173817.587000', '173817.590000', '173817.592000', '173817.595000', '173817.598000', '173817.601000', '173817.604000', '173817.607000', '173817.610000', '173817.612000', '173817.615000', '173817.618000', '173817.621000', '173817.624000', '173817.626000', '173817.629000', '173817.632000', '173817.635000', '173817.638000', '173817.641000', '173817.644000', '173817.647000', '173817.650000', '173817.652000', '173817.655000', '173817.658000', '173817.661000', '173817.664000', '173817.666000', '173817.669000', '173817.672000', '173817.675000', '173817.678000', '173817.681000', '173817.683000', '173817.686000', '173817.689000', '173837.567000', '173837.570000', '173837.573000', '173837.576000', '173837.578000', '173837.581000', '173837.584000', '173837.587000', '173837.590000', '173837.593000', '173837.595000', '173837.598000', '173837.601000', '173837.604000', '173837.607000', '173837.610000', '173837.612000', '173837.615000', '173837.618000', '173837.622000', '173837.625000', '173837.628000', '173837.631000', '173837.634000', '173837.637000', '173837.640000', '173837.643000', '173837.646000', '173837.649000', '173837.652000', '173837.655000', '173837.658000', '173837.661000', '173837.663000', '173837.666000', '173837.669000', '173837.672000', '173837.675000', '173837.677000', '173837.680000', '173837.683000', '173837.686000', '173837.689000', '173857.567000', '173857.570000', '173857.573000', '173857.576000', '173857.579000', '173857.581000', '173857.584000', '173857.587000', '173857.590000', '173857.592000', '173857.595000', '173857.598000', '173857.601000', '173857.604000', '173857.606000', '173857.609000', '173857.612000', '173857.615000', '173857.618000', '173857.620000', '173857.623000', '173857.626000', '173857.629000', '173857.632000', '173857.634000', '173857.637000', '173857.640000', '173857.643000', '173857.646000', '173857.648000', '173857.651000', '173857.654000', '173857.657000', '173857.660000', '173857.663000', '173857.665000', '173857.668000', '173857.671000', '173857.674000', '173857.677000', '173857.680000', '173857.683000', '173857.685000', '173857.688000', '173917.567000', '173917.570000', '173917.573000', '173917.576000', '173917.578000', '173917.581000', '173917.584000', '173917.587000', '173917.590000', '173917.592000', '173917.595000', '173917.598000', '173917.620000', '173917.623000', '173917.626000', '173917.629000', '173917.631000', '173917.634000', '173917.637000', '173917.640000', '173917.643000', '173917.645000', '173917.648000', '173917.651000', '173917.654000', '173917.656000', '173917.659000', '173917.663000', '173917.665000', '173917.668000', '173917.672000', '173917.675000', '173917.678000', '173917.681000', '173917.684000', '173917.687000', '173917.689000', '173917.692000', '173917.695000', '173917.698000', '173917.701000', '173917.704000', '173917.706000', '173919.177000', '173919.181000', '173919.184000', '173919.187000'], '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': [10655, 12463, 9465, 12154, 10353, 13047, 9449, 11755, 9566, 14717, 10444, 9391, 10248, 10732, 9264, 17921, 20963, 16214, 21734, 12801, 19685, 13654, 21172, 16406, 21364, 16250, 17646, 10437, 17106, 10691, 18089, 12449, 13423, 10745, 8966, 11437, 9064, 13158, 9601, 13550, 9271, 13937, 9843, 14291, 10270, 12909, 11100, 11437, 13837, 11933, 14843, 10693, 14993, 9709, 15811, 12195, 15195, 10283, 13521, 10068, 14769, 9932, 14318, 9974, 14398, 10012, 15871, 10401, 16752, 10253, 16519, 10427, 15909, 10321, 15154, 10233, 14684, 10462, 16460, 10671, 15208, 9997, 11522, 10673, 10127, 11915, 9183, 12572, 9393, 15654, 10410, 16266, 10903, 16500, 10328, 16280, 10610, 15446, 13371, 17593, 10719, 14555, 10439, 13847, 10329, 17320, 10628, 15217, 10310, 13997, 10515, 15251, 9817, 13786, 9903, 11304, 10569, 14695, 11214, 15417, 10002, 15679, 9951, 18985, 11783, 17809, 10298, 16882, 10475, 15755, 13129, 15526, 10241, 10432, 10582, 9576, 13038, 9558, 12718, 10167, 14089, 10480, 15255, 11734, 15028, 10747, 12627, 10744, 13331, 10935, 15823, 11295, 14078, 10674, 11829, 10880, 12485, 10127, 10593, 9508, 10652, 9578, 11461, 9857, 14892, 10291, 13008, 9993, 14735, 14885, 15487, 17973, 10347, 17233, 10203, 16689, 12122, 16200, 9891, 14642, 9974, 13906, 10800, 15513, 11532, 9479, 14296, 9420, 8362, 12833, 9246, 16319, 14862, 17721, 13136, 13871, 9777, 13502, 12619, 15098, 14171, 10782, 10968, 9961, 13341, 10664, 14496, 9805, 14569, 9801, 15162, 10041, 15289, 9634, 16233, 10440, 13888, 10687, 13320, 10354, 12090, 10355, 13216, 10883, 17776, 10374, 16370, 10481, 14646, 11817, 16351, 10746, 13999, 11181, 12217, 10638, 13178, 9825, 11726, 9211, 12344, 9334, 11730, 9956, 12079, 9278, 11421, 8962, 11766, 10200, 12437, 11565, 11410, 16984, 9662, 16490, 10735, 14042, 11188, 11800, 10679, 11762, 10452, 13413, 10578, 11546, 14604, 9470, 15422, 10198, 15156, 11038, 15262, 10724, 13360, 10723, 14247, 11595, 14477, 10583, 13292, 11040, 14583, 12037, 16480, 10617, 14632, 10868, 13922, 10864, 17046, 10532, 10270, 11051, 9138, 12437, 10073, 12988, 12875, 11860, 11967, 11290, 15669, 10545, 16741, 10216, 15791, 9904, 13888, 10906, 12918, 10194, 11479, 9866, 11286, 9732, 11626, 9983, 12597, 9825, 12021, 9534, 12272, 11763, 12357, 11337, 11622, 10183, 12058, 12022, 17277, 14085, 12657, 15422, 10267, 17045, 10599, 16189, 10476, 13780, 10872, 14045, 10798, 15169, 10398, 15887, 9971, 16444, 10409, 15841, 10837, 15599, 9636, 12485, 11372, 13663, 12260, 10530, 11747, 9589, 13155, 12068, 16591, 13261, 11172, 9380, 11531, 9561, 13198, 9713, 12104, 9886, 14406, 10761, 15909, 12171, 14730, 11003, 12596, 10716, 12786, 10849, 15495, 10742, 16450, 10671, 13827, 10950, 15183, 10014, 9342, 10893, 9619, 12979, 10045, 15130, 11308, 14106, 9862, 11804, 17199, 10766, 17068, 9746, 12361, 9584, 8689, 10808, 10557, 10582, 8751, 11005, 9149, 12831, 10310, 13581, 9941, 13896, 10485, 15634, 12555, 17354, 10415, 14423, 10641, 15046, 16097, 13613, 12363, 10358, 11856, 10561, 16102, 12986, 12489, 10575, 11753, 9547, 12257, 11158, 11598, 9463, 11206, 8759, 11075, 9218, 11285, 9036, 10736, 9540, 12189, 10376, 14391, 10301, 12815, 9848, 11215, 17375, 11045, 15390, 11778, 13249, 11122, 12312, 10647, 12950, 9833, 12294, 11905, 11389, 13622, 10560, 18145, 11251, 17143, 11604, 14004, 11557, 13579, 11320, 14441, 11419, 13315, 10888, 13292, 11109, 14771, 11092, 14733, 11195, 12661, 10959, 15388, 13699, 11319, 12148, 10627, 14685, 10820, 17221, 13444, 13231, 11083, 12584, 10555, 13741, 11080, 14245, 11140, 13647, 11269, 14194, 11429, 15092, 11512, 14024, 11421, 12556, 11394, 13521, 11253, 11982, 11032, 10804, 11419, 10531, 13715, 10451, 10209, 10216, 10939, 19345, 11860, 16515, 12044, 15296, 12140, 14642, 12159, 16257, 11928, 18191, 11973, 18767, 11794, 17422, 11930, 17043, 11833, 14969, 11742, 15523, 11334, 11578, 10758, 9965, 12132, 10929, 13480, 10832, 10288, 11478, 9947, 11778, 10563, 14616, 11231, 13131, 10907, 15197, 10969, 14519, 11864, 13535, 11346, 12122, 10615, 12283, 10743, 10405, 10748, 10438, 10351, 13459, 10470, 14591, 11046, 13899, 10983, 11464, 10731, 10208, 11700, 9504, 13072, 10588, 11992, 11940, 14808, 14672, 11040, 16865, 12853, 17543, 14272, 19233, 11697, 14797, 11261, 14567, 11617, 20136, 11595, 14771, 10872, 10853, 12309, 9735, 12943, 10079, 9790, 11300, 10196, 15838, 11018, 18012, 11602, 18082, 12705, 20123, 11820, 16276, 11248, 11377, 11989, 9939, 13588, 10629, 14502, 11615, 12954, 11248, 9885, 17037, 10885, 9979, 9687, 11450, 10313, 17763, 12712, 17516, 12801, 16106, 10865, 14834, 11008, 14832, 12787, 10252, 14160, 10818, 9590, 11658, 10346, 15393, 11271, 15785, 11411, 13975, 11532, 16385, 11102, 12453, 10888, 12598, 11022, 13697, 10715, 13412, 11315, 14013, 11072, 14744, 11248, 13568, 10735, 13596, 10551, 14492, 10800, 14043, 11029, 14184, 11122, 15515, 10940, 14643, 11123, 14751, 11359, 15739, 11274, 13562, 10853, 12913, 10378, 13135, 10130, 12022, 9141, 11422, 9663, 12099, 9163, 11926, 9196, 12375, 9875, 13817, 9417, 13099, 9618, 13954, 10541, 14606, 9978, 13360, 9641, 13451, 10471, 15055, 10680, 15182, 11488, 15420, 12246, 14154, 11823, 10303, 13590, 11139, 17117, 12503, 17277, 12290, 16850, 12212, 17072, 12178, 18520, 11774, 13941, 11494, 14466, 11686, 14630, 11091, 14018, 11438, 14286, 11428, 14389, 10998, 14145, 11022, 14496, 11247, 14564, 10815, 14843, 11391, 16721, 11911, 18555, 11988, 17695, 11856, 20566, 12145, 18652, 11385, 16126, 11287, 13908, 11788, 9228, 11599, 9583, 13613, 10316, 14807, 11208, 15559, 11591, 17487, 12387, 18098, 11669, 15803, 11886, 14302, 11524, 14793, 11181, 13914, 11412, 12739, 11366, 10389, 11234, 9188, 11242, 16431, 11229, 16949, 11807, 15677, 11158, 13486, 10405, 12923, 10165, 14086, 10383, 13813, 10672, 14384, 11090, 16204, 11191, 15510, 11954, 12246, 19550, 13453, 20394, 10971, 20101, 11285, 18874, 12556, 21111, 11671, 16083, 11810, 13071, 11783, 10352, 11441, 9238, 11612, 9664, 13203, 9808, 12968, 9774, 13054, 10310, 14758, 10223, 12966, 10092, 13848, 11083, 16417, 11402, 14936, 12083, 12236, 12046, 11425], 'WindowCenter': [4702.0, 4706.0, 4663.0, 4677.0, 4658.0, 4687.0, 4658.0, 4697.0, 4670.0, 4717.0, 4679.0, 4658.0, 4667.0, 4677.0, 4659.0, 4752.0, 4759.0, 4729.0, 4743.0, 4672.0, 4721.0, 4681.0, 4720.0, 4689.0, 4729.0, 4686.0, 4695.0, 4626.0, 4684.0, 4625.0, 4696.0, 4670.0, 4656.0, 4625.0, 4605.0, 4636.0, 4618.0, 4668.0, 4629.0, 4668.0, 4631.0, 4691.0, 4654.0, 4705.0, 4654.0, 4682.0, 4662.0, 4663.0, 4708.0, 4664.0, 4691.0, 4641.0, 4690.0, 4632.0, 4691.0, 4659.0, 4690.0, 4642.0, 4669.0, 4630.0, 4692.0, 4630.0, 4679.0, 4640.0, 4689.0, 4642.0, 4702.0, 4652.0, 4700.0, 4641.0, 4700.0, 4654.0, 4690.0, 4640.0, 4690.0, 4640.0, 4690.0, 4639.0, 4689.0, 4638.0, 4678.0, 4628.0, 4648.0, 4639.0, 4654.0, 4663.0, 4632.0, 4661.0, 4634.0, 4702.0, 4655.0, 4716.0, 4669.0, 4715.0, 4654.0, 4703.0, 4654.0, 4692.0, 4683.0, 4700.0, 4639.0, 4668.0, 4629.0, 4657.0, 4642.0, 4700.0, 4640.0, 4679.0, 4630.0, 4670.0, 4642.0, 4689.0, 4629.0, 4669.0, 4630.0, 4652.0, 4641.0, 4681.0, 4651.0, 4692.0, 4631.0, 4691.0, 4631.0, 4713.0, 4650.0, 4699.0, 4629.0, 4688.0, 4629.0, 4690.0, 4671.0, 4688.0, 4628.0, 4627.0, 4628.0, 4621.0, 4671.0, 4620.0, 4658.0, 4629.0, 4668.0, 4640.0, 4680.0, 4651.0, 4679.0, 4640.0, 4647.0, 4639.0, 4659.0, 4641.0, 4693.0, 4640.0, 4657.0, 4627.0, 4636.0, 4628.0, 4647.0, 4629.0, 4628.0, 4621.0, 4628.0, 4631.0, 4653.0, 4645.0, 4706.0, 4643.0, 4674.0, 4645.0, 4695.0, 4682.0, 4694.0, 4700.0, 4633.0, 4689.0, 4619.0, 4679.0, 4663.0, 4688.0, 4618.0, 4668.0, 4619.0, 4658.0, 4643.0, 4692.0, 4663.0, 4634.0, 4683.0, 4621.0, 4600.0, 4658.0, 4620.0, 4690.0, 4680.0, 4701.0, 4648.0, 4657.0, 4617.0, 4656.0, 4646.0, 4678.0, 4653.0, 4613.0, 4614.0, 4614.0, 4655.0, 4628.0, 4664.0, 4615.0, 4665.0, 4617.0, 4676.0, 4631.0, 4678.0, 4618.0, 4688.0, 4640.0, 4670.0, 4653.0, 4670.0, 4642.0, 4649.0, 4641.0, 4670.0, 4667.0, 4712.0, 4643.0, 4702.0, 4642.0, 4681.0, 4663.0, 4692.0, 4630.0, 4669.0, 4640.0, 4637.0, 4629.0, 4661.0, 4618.0, 4637.0, 4609.0, 4648.0, 4620.0, 4650.0, 4632.0, 4662.0, 4622.0, 4641.0, 4611.0, 4652.0, 4644.0, 4664.0, 4642.0, 4642.0, 4690.0, 4621.0, 4692.0, 4631.0, 4670.0, 4641.0, 4651.0, 4631.0, 4651.0, 4643.0, 4685.0, 4644.0, 4666.0, 4683.0, 4624.0, 4683.0, 4633.0, 4684.0, 4655.0, 4694.0, 4654.0, 4698.0, 4656.0, 4683.0, 4668.0, 4681.0, 4641.0, 4661.0, 4652.0, 4670.0, 4666.0, 4692.0, 4630.0, 4669.0, 4631.0, 4669.0, 4643.0, 4690.0, 4619.0, 4619.0, 4627.0, 4608.0, 4662.0, 4631.0, 4672.0, 4650.0, 4638.0, 4638.0, 4639.0, 4690.0, 4630.0, 4677.0, 4618.0, 4667.0, 4607.0, 4657.0, 4640.0, 4648.0, 4619.0, 4638.0, 4618.0, 4628.0, 4621.0, 4653.0, 4643.0, 4676.0, 4634.0, 4663.0, 4634.0, 4665.0, 4665.0, 4678.0, 4656.0, 4654.0, 4633.0, 4676.0, 4676.0, 4717.0, 4672.0, 4661.0, 4681.0, 4634.0, 4702.0, 4642.0, 4690.0, 4630.0, 4659.0, 4642.0, 4683.0, 4642.0, 4679.0, 4630.0, 4678.0, 4621.0, 4689.0, 4642.0, 4695.0, 4642.0, 4690.0, 4620.0, 4663.0, 4651.0, 4674.0, 4652.0, 4631.0, 4651.0, 4646.0, 4672.0, 4651.0, 4692.0, 4647.0, 4627.0, 4610.0, 4639.0, 4619.0, 4674.0, 4622.0, 4663.0, 4645.0, 4709.0, 4666.0, 4693.0, 4662.0, 4681.0, 4630.0, 4649.0, 4630.0, 4659.0, 4645.0, 4679.0, 4640.0, 4690.0, 4630.0, 4669.0, 4644.0, 4680.0, 4620.0, 4622.0, 4629.0, 4622.0, 4661.0, 4632.0, 4682.0, 4639.0, 4657.0, 4607.0, 4636.0, 4675.0, 4616.0, 4675.0, 4604.0, 4635.0, 4606.0, 4598.0, 4639.0, 4629.0, 4629.0, 4610.0, 4641.0, 4623.0, 4675.0, 4644.0, 4672.0, 4633.0, 4670.0, 4630.0, 4680.0, 4663.0, 4688.0, 4630.0, 4669.0, 4630.0, 4679.0, 4692.0, 4658.0, 4637.0, 4616.0, 4636.0, 4627.0, 4678.0, 4644.0, 4634.0, 4615.0, 4625.0, 4608.0, 4636.0, 4625.0, 4622.0, 4594.0, 4624.0, 4596.0, 4625.0, 4620.0, 4637.0, 4611.0, 4629.0, 4634.0, 4663.0, 4645.0, 4695.0, 4644.0, 4672.0, 4631.0, 4653.0, 4703.0, 4653.0, 4693.0, 4664.0, 4662.0, 4653.0, 4662.0, 4644.0, 4674.0, 4633.0, 4677.0, 4664.0, 4654.0, 4683.0, 4642.0, 4715.0, 4652.0, 4705.0, 4652.0, 4671.0, 4650.0, 4660.0, 4640.0, 4681.0, 4652.0, 4671.0, 4642.0, 4670.0, 4653.0, 4695.0, 4654.0, 4694.0, 4655.0, 4673.0, 4666.0, 4694.0, 4684.0, 4653.0, 4662.0, 4642.0, 4680.0, 4641.0, 4703.0, 4660.0, 4660.0, 4638.0, 4646.0, 4630.0, 4658.0, 4641.0, 4668.0, 4641.0, 4658.0, 4638.0, 4658.0, 4651.0, 4681.0, 4640.0, 4669.0, 4640.0, 4650.0, 4640.0, 4671.0, 4640.0, 4640.0, 4642.0, 4656.0, 4665.0, 4643.0, 4670.0, 4643.0, 4644.0, 4655.0, 4666.0, 4726.0, 4663.0, 4692.0, 4662.0, 4679.0, 4650.0, 4669.0, 4649.0, 4677.0, 4636.0, 4684.0, 4634.0, 4684.0, 4622.0, 4661.0, 4622.0, 4661.0, 4620.0, 4641.0, 4623.0, 4650.0, 4599.0, 4609.0, 4599.0, 4589.0, 4619.0, 4601.0, 4631.0, 4613.0, 4615.0, 4626.0, 4605.0, 4637.0, 4631.0, 4668.0, 4628.0, 4648.0, 4627.0, 4667.0, 4627.0, 4657.0, 4639.0, 4647.0, 4627.0, 4635.0, 4629.0, 4662.0, 4654.0, 4643.0, 4654.0, 4644.0, 4645.0, 4684.0, 4657.0, 4695.0, 4693.0, 4697.0, 4657.0, 4667.0, 4668.0, 4659.0, 4681.0, 4650.0, 4700.0, 4669.0, 4679.0, 4679.0, 4710.0, 4698.0, 4657.0, 4707.0, 4675.0, 4705.0, 4674.0, 4713.0, 4641.0, 4669.0, 4629.0, 4670.0, 4640.0, 4709.0, 4628.0, 4667.0, 4629.0, 4630.0, 4652.0, 4620.0, 4660.0, 4631.0, 4632.0, 4652.0, 4645.0, 4694.0, 4655.0, 4713.0, 4655.0, 4715.0, 4663.0, 4710.0, 4639.0, 4677.0, 4628.0, 4640.0, 4650.0, 4621.0, 4659.0, 4631.0, 4682.0, 4653.0, 4673.0, 4667.0, 4647.0, 4715.0, 4666.0, 4668.0, 4657.0, 4675.0, 4656.0, 4726.0, 4687.0, 4727.0, 4674.0, 4690.0, 4640.0, 4668.0, 4639.0, 4680.0, 4672.0, 4631.0, 4670.0, 4639.0, 4632.0, 4653.0, 4644.0, 4693.0, 4654.0, 4694.0, 4642.0, 4660.0, 4653.0, 4680.0, 4630.0, 4637.0, 4630.0, 4661.0, 4643.0, 4674.0, 4644.0, 4674.0, 4656.0, 4685.0, 4657.0, 4695.0, 4655.0, 4673.0, 4656.0, 4675.0, 4646.0, 4685.0, 4645.0, 4673.0, 4646.0, 4685.0, 4668.0, 4696.0, 4656.0, 4685.0, 4655.0, 4696.0, 4655.0, 4696.0, 4643.0, 4661.0, 4631.0, 4661.0, 4634.0, 4674.0, 4633.0, 4652.0, 4623.0, 4653.0, 4622.0, 4666.0, 4624.0, 4653.0, 4624.0, 4663.0, 4634.0, 4684.0, 4624.0, 4672.0, 4623.0, 4683.0, 4644.0, 4698.0, 4634.0, 4674.0, 4623.0, 4673.0, 4644.0, 4693.0, 4644.0, 4682.0, 4655.0, 4693.0, 4677.0, 4685.0, 4665.0, 4646.0, 4685.0, 4667.0, 4718.0, 4676.0, 4716.0, 4665.0, 4704.0, 4654.0, 4694.0, 4652.0, 4701.0, 4641.0, 4659.0, 4640.0, 4669.0, 4641.0, 4669.0, 4641.0, 4658.0, 4641.0, 4671.0, 4652.0, 4682.0, 4645.0, 4669.0, 4641.0, 4682.0, 4642.0, 4683.0, 4644.0, 4684.0, 4655.0, 4705.0, 4665.0, 4725.0, 4654.0, 4702.0, 4654.0, 4722.0, 4652.0, 4701.0, 4641.0, 4679.0, 4642.0, 4671.0, 4651.0, 4623.0, 4651.0, 4622.0, 4685.0, 4633.0, 4696.0, 4655.0, 4693.0, 4655.0, 4705.0, 4664.0, 4714.0, 4653.0, 4680.0, 4640.0, 4659.0, 4642.0, 4670.0, 4641.0, 4660.0, 4653.0, 4662.0, 4654.0, 4645.0, 4667.0, 4649.0, 4657.0, 4707.0, 4657.0, 4695.0, 4666.0, 4682.0, 4642.0, 4675.0, 4633.0, 4652.0, 4634.0, 4673.0, 4634.0, 4672.0, 4643.0, 4672.0, 4655.0, 4705.0, 4654.0, 4683.0, 4652.0, 4652.0, 4710.0, 4662.0, 4709.0, 4619.0, 4697.0, 4628.0, 4687.0, 4650.0, 4707.0, 4628.0, 4667.0, 4638.0, 4647.0, 4639.0, 4619.0, 4638.0, 4609.0, 4639.0, 4610.0, 4661.0, 4620.0, 4660.0, 4620.0, 4649.0, 4620.0, 4671.0, 4620.0, 4648.0, 4619.0, 4659.0, 4640.0, 4681.0, 4642.0, 4694.0, 4662.0, 4651.0, 4664.0, 4654.0], 'WindowWidth': [10312.0, 10300.0, 10238.0, 10243.0, 10216.0, 10256.0, 10220.0, 10276.0, 10244.0, 10304.0, 10254.0, 10223.0, 10234.0, 10245.0, 10224.0, 10368.0, 10369.0, 10322.0, 10329.0, 10226.0, 10291.0, 10235.0, 10296.0, 10244.0, 10303.0, 10234.0, 10246.0, 10151.0, 10229.0, 10150.0, 10248.0, 10221.0, 10192.0, 10150.0, 10122.0, 10166.0, 10148.0, 10217.0, 10161.0, 10215.0, 10168.0, 10254.0, 10207.0, 10278.0, 10206.0, 10241.0, 10212.0, 10216.0, 10287.0, 10216.0, 10254.0, 10182.0, 10247.0, 10172.0, 10255.0, 10203.0, 10251.0, 10188.0, 10219.0, 10164.0, 10255.0, 10164.0, 10231.0, 10179.0, 10245.0, 10186.0, 10272.0, 10198.0, 10265.0, 10181.0, 10265.0, 10206.0, 10247.0, 10177.0, 10248.0, 10177.0, 10249.0, 10176.0, 10248.0, 10170.0, 10227.0, 10159.0, 10184.0, 10176.0, 10205.0, 10213.0, 10167.0, 10208.0, 10173.0, 10264.0, 10203.0, 10292.0, 10233.0, 10292.0, 10203.0, 10273.0, 10204.0, 10254.0, 10242.0, 10260.0, 10174.0, 10212.0, 10157.0, 10194.0, 10183.0, 10262.0, 10174.0, 10227.0, 10161.0, 10217.0, 10181.0, 10240.0, 10159.0, 10213.0, 10161.0, 10195.0, 10178.0, 10234.0, 10191.0, 10251.0, 10167.0, 10253.0, 10165.0, 10289.0, 10188.0, 10258.0, 10159.0, 10239.0, 10158.0, 10248.0, 10219.0, 10236.0, 10155.0, 10153.0, 10156.0, 10149.0, 10222.0, 10147.0, 10197.0, 10158.0, 10210.0, 10176.0, 10233.0, 10191.0, 10228.0, 10173.0, 10179.0, 10172.0, 10199.0, 10178.0, 10256.0, 10172.0, 10194.0, 10151.0, 10160.0, 10154.0, 10180.0, 10157.0, 10153.0, 10148.0, 10154.0, 10165.0, 10197.0, 10191.0, 10277.0, 10184.0, 10226.0, 10189.0, 10259.0, 10234.0, 10255.0, 10253.0, 10167.0, 10237.0, 10141.0, 10226.0, 10208.0, 10235.0, 10140.0, 10206.0, 10141.0, 10194.0, 10183.0, 10248.0, 10216.0, 10174.0, 10241.0, 10154.0, 10123.0, 10196.0, 10149.0, 10251.0, 10230.0, 10267.0, 10180.0, 10193.0, 10138.0, 10191.0, 10175.0, 10225.0, 10178.0, 10124.0, 10129.0, 10129.0, 10187.0, 10156.0, 10198.0, 10133.0, 10201.0, 10139.0, 10221.0, 10165.0, 10227.0, 10143.0, 10240.0, 10174.0, 10218.0, 10199.0, 10218.0, 10181.0, 10186.0, 10179.0, 10216.0, 10225.0, 10282.0, 10184.0, 10267.0, 10182.0, 10236.0, 10211.0, 10253.0, 10160.0, 10211.0, 10172.0, 10165.0, 10154.0, 10205.0, 10138.0, 10162.0, 10129.0, 10179.0, 10145.0, 10184.0, 10165.0, 10206.0, 10150.0, 10174.0, 10134.0, 10192.0, 10184.0, 10213.0, 10177.0, 10176.0, 10242.0, 10144.0, 10249.0, 10160.0, 10214.0, 10174.0, 10187.0, 10162.0, 10188.0, 10182.0, 10241.0, 10183.0, 10219.0, 10233.0, 10156.0, 10239.0, 10167.0, 10244.0, 10202.0, 10257.0, 10200.0, 10269.0, 10209.0, 10238.0, 10223.0, 10233.0, 10176.0, 10204.0, 10191.0, 10215.0, 10220.0, 10249.0, 10158.0, 10210.0, 10161.0, 10215.0, 10180.0, 10239.0, 10141.0, 10141.0, 10149.0, 10127.0, 10206.0, 10164.0, 10224.0, 10184.0, 10166.0, 10164.0, 10169.0, 10242.0, 10160.0, 10221.0, 10136.0, 10206.0, 10120.0, 10194.0, 10175.0, 10182.0, 10143.0, 10166.0, 10137.0, 10152.0, 10149.0, 10196.0, 10183.0, 10232.0, 10169.0, 10209.0, 10169.0, 10215.0, 10213.0, 10239.0, 10202.0, 10198.0, 10168.0, 10233.0, 10233.0, 10293.0, 10217.0, 10203.0, 10227.0, 10169.0, 10261.0, 10179.0, 10237.0, 10156.0, 10194.0, 10179.0, 10236.0, 10179.0, 10226.0, 10159.0, 10222.0, 10148.0, 10244.0, 10179.0, 10260.0, 10177.0, 10242.0, 10145.0, 10210.0, 10189.0, 10224.0, 10191.0, 10160.0, 10188.0, 10194.0, 10222.0, 10189.0, 10248.0, 10175.0, 10147.0, 10131.0, 10169.0, 10144.0, 10227.0, 10151.0, 10211.0, 10189.0, 10287.0, 10221.0, 10259.0, 10209.0, 10233.0, 10158.0, 10181.0, 10160.0, 10198.0, 10187.0, 10227.0, 10171.0, 10241.0, 10159.0, 10213.0, 10186.0, 10227.0, 10146.0, 10152.0, 10156.0, 10152.0, 10205.0, 10165.0, 10236.0, 10168.0, 10192.0, 10121.0, 10161.0, 10210.0, 10132.0, 10210.0, 10113.0, 10157.0, 10119.0, 10112.0, 10170.0, 10156.0, 10157.0, 10137.0, 10177.0, 10156.0, 10233.0, 10186.0, 10222.0, 10168.0, 10215.0, 10160.0, 10231.0, 10208.0, 10237.0, 10157.0, 10209.0, 10158.0, 10224.0, 10250.0, 10192.0, 10164.0, 10131.0, 10160.0, 10150.0, 10223.0, 10166.0, 10154.0, 10128.0, 10144.0, 10127.0, 10160.0, 10141.0, 10136.0, 10100.0, 10139.0, 10109.0, 10147.0, 10147.0, 10165.0, 10134.0, 10155.0, 10173.0, 10212.0, 10189.0, 10260.0, 10184.0, 10221.0, 10164.0, 10195.0, 10272.0, 10194.0, 10253.0, 10213.0, 10205.0, 10197.0, 10205.0, 10185.0, 10226.0, 10170.0, 10237.0, 10211.0, 10197.0, 10238.0, 10181.0, 10293.0, 10195.0, 10277.0, 10192.0, 10218.0, 10186.0, 10200.0, 10176.0, 10232.0, 10191.0, 10219.0, 10181.0, 10215.0, 10196.0, 10260.0, 10199.0, 10257.0, 10202.0, 10226.0, 10222.0, 10254.0, 10240.0, 10196.0, 10205.0, 10178.0, 10233.0, 10176.0, 10273.0, 10201.0, 10202.0, 10168.0, 10176.0, 10157.0, 10195.0, 10174.0, 10209.0, 10174.0, 10195.0, 10168.0, 10195.0, 10189.0, 10232.0, 10170.0, 10213.0, 10173.0, 10187.0, 10172.0, 10217.0, 10171.0, 10172.0, 10180.0, 10207.0, 10217.0, 10183.0, 10213.0, 10185.0, 10185.0, 10206.0, 10221.0, 10315.0, 10211.0, 10254.0, 10207.0, 10229.0, 10188.0, 10213.0, 10184.0, 10222.0, 10162.0, 10229.0, 10156.0, 10226.0, 10136.0, 10190.0, 10134.0, 10187.0, 10130.0, 10160.0, 10136.0, 10168.0, 10097.0, 10108.0, 10095.0, 10082.0, 10125.0, 10102.0, 10147.0, 10123.0, 10129.0, 10145.0, 10117.0, 10164.0, 10163.0, 10209.0, 10150.0, 10179.0, 10148.0, 10209.0, 10148.0, 10192.0, 10169.0, 10177.0, 10147.0, 10157.0, 10156.0, 10209.0, 10198.0, 10184.0, 10199.0, 10185.0, 10188.0, 10242.0, 10208.0, 10260.0, 10269.0, 10266.0, 10208.0, 10222.0, 10225.0, 10216.0, 10249.0, 10203.0, 10274.0, 10229.0, 10245.0, 10242.0, 10285.0, 10268.0, 10208.0, 10284.0, 10228.0, 10275.0, 10224.0, 10283.0, 10174.0, 10210.0, 10154.0, 10215.0, 10172.0, 10272.0, 10152.0, 10204.0, 10153.0, 10159.0, 10192.0, 10144.0, 10201.0, 10163.0, 10167.0, 10194.0, 10189.0, 10257.0, 10200.0, 10284.0, 10201.0, 10290.0, 10209.0, 10269.0, 10165.0, 10216.0, 10152.0, 10172.0, 10185.0, 10149.0, 10199.0, 10161.0, 10235.0, 10195.0, 10227.0, 10225.0, 10197.0, 10294.0, 10227.0, 10235.0, 10216.0, 10235.0, 10208.0, 10312.0, 10254.0, 10312.0, 10227.0, 10246.0, 10174.0, 10211.0, 10172.0, 10230.0, 10224.0, 10163.0, 10215.0, 10172.0, 10167.0, 10196.0, 10186.0, 10254.0, 10198.0, 10258.0, 10178.0, 10199.0, 10194.0, 10225.0, 10155.0, 10162.0, 10157.0, 10203.0, 10182.0, 10224.0, 10184.0, 10224.0, 10205.0, 10243.0, 10206.0, 10257.0, 10200.0, 10221.0, 10204.0, 10229.0, 10191.0, 10242.0, 10185.0, 10221.0, 10188.0, 10243.0, 10223.0, 10262.0, 10203.0, 10242.0, 10201.0, 10260.0, 10202.0, 10262.0, 10179.0, 10201.0, 10161.0, 10203.0, 10170.0, 10226.0, 10169.0, 10192.0, 10154.0, 10194.0, 10152.0, 10218.0, 10157.0, 10194.0, 10157.0, 10209.0, 10173.0, 10241.0, 10158.0, 10220.0, 10154.0, 10236.0, 10185.0, 10268.0, 10172.0, 10223.0, 10153.0, 10222.0, 10183.0, 10253.0, 10186.0, 10235.0, 10200.0, 10250.0, 10234.0, 10244.0, 10212.0, 10189.0, 10240.0, 10221.0, 10297.0, 10231.0, 10289.0, 10213.0, 10271.0, 10196.0, 10257.0, 10190.0, 10258.0, 10174.0, 10194.0, 10172.0, 10210.0, 10172.0, 10208.0, 10173.0, 10193.0, 10175.0, 10216.0, 10192.0, 10235.0, 10187.0, 10211.0, 10174.0, 10233.0, 10178.0, 10235.0, 10183.0, 10240.0, 10203.0, 10274.0, 10213.0, 10302.0, 10198.0, 10262.0, 10196.0, 10289.0, 10189.0, 10256.0, 10172.0, 10225.0, 10177.0, 10216.0, 10187.0, 10156.0, 10189.0, 10150.0, 10243.0, 10168.0, 10259.0, 10201.0, 10251.0, 10200.0, 10276.0, 10211.0, 10284.0, 10194.0, 10225.0, 10171.0, 10196.0, 10178.0, 10211.0, 10172.0, 10199.0, 10192.0, 10204.0, 10199.0, 10187.0, 10221.0, 10202.0, 10206.0, 10278.0, 10204.0, 10258.0, 10215.0, 10232.0, 10177.0, 10226.0, 10163.0, 10188.0, 10170.0, 10220.0, 10168.0, 10218.0, 10180.0, 10218.0, 10198.0, 10270.0, 10197.0, 10237.0, 10190.0, 10189.0, 10267.0, 10204.0, 10264.0, 10137.0, 10248.0, 10147.0, 10232.0, 10184.0, 10260.0, 10149.0, 10203.0, 10164.0, 10174.0, 10166.0, 10139.0, 10166.0, 10127.0, 10169.0, 10129.0, 10203.0, 10144.0, 10196.0, 10141.0, 10182.0, 10144.0, 10216.0, 10142.0, 10177.0, 10141.0, 10195.0, 10171.0, 10231.0, 10178.0, 10257.0, 10205.0, 10188.0, 10213.0, 10198.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.0014620527522935776</td></tr>
<tr><td colspan=3>aqi</td><td>0.02460729151376147</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.88418092515495</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3374524314351341</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0228011191389195</td></tr>
<tr><td colspan=3>efc</td><td>0.4997</td></tr>
<tr><td colspan=3>fber</td><td>3927.1228</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10781158660278635</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.8807339449541285</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4452949419479046</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.379393943270828</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.657131663921772</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.299359218651114</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139895</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024488916620612144</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046141237020492554</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.959441545711668</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.8708</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.0259</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.2554</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296709.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>1134.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.0786</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.588</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.4017</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3860.9298</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1456.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.2781</td></tr>
<tr><td colspan=3>tsnr</td><td>36.214883303968236</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>