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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-01/func/sub-0102_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3f6e6f4863e53ea8b1f1a786d844d460</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:57:13.130000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995653, -0.0102174, -0.0925763, 0.00590837, 0.998891, -0.0467004]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4210, -7805, -7282, 233, -94, -77, -62, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9b2ff4f1-3051-4e0e-81cf-3a14a59720a2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712646484375, 0.01585172303020954, -0.2509673237800598, 116.727783203125], [0.02741243690252304, 2.67995285987854, -0.12406609207391739, -96.28411865234375], [-0.2483755499124527, 0.12529370188713074, 2.6854465007781982, -70.35465240478516], [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': ['155713.130000', '155713.590000', '155714.050000', '155714.510000', '155714.970000', '155715.430000', '155715.890000', '155716.350000', '155716.810000', '155717.270000', '155717.730000', '155718.190000', '155718.650000', '155719.110000', '155719.570000', '155720.030000', '155720.490000', '155720.950000', '155721.410000', '155721.870000', '155722.330000', '155722.790000', '155723.250000', '155723.710000', '155724.170000', '155724.630000', '155725.090000', '155725.550000', '155726.010000', '155726.470000', '155726.930000', '155727.390000', '155727.850000', '155728.310000', '155728.770000', '155729.230000', '155729.690000', '155730.150000', '155730.610000', '155731.070000', '155731.530000', '155731.990000', '155732.450000', '155732.910000', '155733.370000', '155733.830000', '155734.290000', '155734.750000', '155735.210000', '155735.670000', '155736.130000', '155736.590000', '155737.050000', '155737.510000', '155737.970000', '155738.430000', '155738.890000', '155739.350000', '155739.810000', '155740.270000', '155740.730000', '155741.190000', '155741.650000', '155742.110000', '155742.570000', '155743.030000', '155743.490000', '155743.950000', '155744.410000', '155744.870000', '155745.330000', '155745.790000', '155746.250000', '155746.710000', '155747.170000', '155747.630000', '155748.090000', '155748.550000', '155749.010000', '155749.470000', '155749.930000', '155750.390000', '155750.850000', '155751.310000', '155751.770000', '155752.230000', '155752.690000', '155753.150000', '155753.610000', '155754.070000', '155754.530000', '155754.990000', '155755.450000', '155755.910000', '155756.370000', '155756.830000', '155757.290000', '155757.750000', '155758.210000', '155758.670000', '155759.130000', '155759.590000', '155800.050000', '155800.510000', '155800.970000', '155801.430000', '155801.890000', '155802.350000', '155802.810000', '155803.270000', '155803.730000', '155804.190000', '155804.650000', '155805.110000', '155805.570000', '155806.030000', '155806.490000', '155806.950000', '155807.410000', '155807.870000', '155808.330000', '155808.790000', '155809.250000', '155809.710000', '155810.170000', '155810.630000', '155811.090000', '155811.550000', '155812.010000', '155812.470000', '155812.930000', '155813.390000', '155813.850000', '155814.310000', '155814.770000', '155815.230000', '155815.690000', '155816.150000', '155816.610000', '155817.070000', '155817.530000', '155817.990000', '155818.450000', '155818.910000', '155819.370000', '155819.830000', '155820.290000', '155820.750000', '155821.210000', '155821.670000', '155822.130000', '155822.590000', '155823.050000', '155823.510000', '155823.970000', '155824.430000', '155824.890000', '155825.350000', '155825.810000', '155826.270000', '155826.730000', '155827.190000', '155827.650000', '155828.110000', '155828.570000', '155829.030000', '155829.490000', '155829.950000', '155830.410000', '155830.870000', '155831.330000', '155831.790000', '155832.250000', '155832.710000', '155833.170000', '155833.630000', '155834.090000', '155834.550000', '155835.010000', '155835.470000', '155835.930000', '155836.390000', '155836.850000', '155837.310000', '155837.770000', '155838.230000', '155838.690000', '155839.150000', '155839.610000', '155840.070000', '155840.530000', '155840.990000', '155841.450000', '155841.910000', '155842.370000', '155842.830000', '155843.290000', '155843.750000', '155844.210000', '155844.670000', '155845.130000', '155845.590000', '155846.050000', '155846.510000', '155846.970000', '155847.430000', '155847.890000', '155848.350000', '155848.810000', '155849.270000', '155849.730000', '155850.190000', '155850.650000', '155851.110000', '155851.570000', '155852.030000', '155852.490000', '155852.950000', '155853.410000', '155853.870000', '155854.330000', '155854.790000', '155855.250000', '155855.710000', '155856.170000', '155856.630000', '155857.090000', '155857.550000', '155858.010000', '155858.470000', '155858.930000', '155859.390000', '155859.850000', '155900.310000', '155900.770000', '155901.230000', '155901.690000', '155902.150000', '155902.610000', '155903.070000', '155903.530000', '155903.990000', '155904.450000', '155904.910000', '155905.370000', '155905.830000', '155906.290000', '155906.750000', '155907.210000', '155907.670000', '155908.130000', '155908.590000', '155909.050000', '155909.510000', '155909.970000', '155910.430000', '155910.890000', '155911.350000', '155911.810000', '155912.270000', '155912.730000', '155913.190000', '155913.650000', '155914.110000', '155914.570000', '155915.030000', '155915.490000', '155915.950000', '155916.410000', '155916.870000', '155917.330000', '155917.790000', '155918.250000', '155918.710000', '155919.170000', '155919.630000', '155920.090000', '155920.550000', '155921.010000', '155921.470000', '155921.930000', '155922.390000', '155922.850000', '155923.310000', '155923.770000', '155924.230000', '155924.690000', '155925.150000', '155925.610000', '155926.070000', '155926.530000', '155926.990000', '155927.450000', '155927.910000', '155928.370000', '155928.830000', '155929.290000', '155929.750000', '155930.210000', '155930.670000', '155931.130000', '155931.590000', '155932.050000', '155932.510000', '155932.970000', '155933.430000', '155933.890000', '155934.350000', '155934.810000', '155935.270000', '155935.730000', '155936.190000', '155936.650000', '155937.110000', '155937.570000', '155938.030000', '155938.490000', '155938.950000', '155939.410000', '155939.870000', '155940.330000', '155940.790000', '155941.250000', '155941.710000', '155942.170000', '155942.630000', '155943.090000', '155943.550000', '155944.010000', '155944.470000', '155944.930000', '155945.390000', '155945.850000', '155946.310000', '155946.770000', '155947.230000', '155947.690000', '155948.150000', '155948.610000', '155949.070000', '155949.530000', '155949.990000', '155950.450000', '155950.910000', '155951.370000', '155951.830000', '155952.290000', '155952.750000', '155953.210000', '155953.670000', '155954.130000', '155954.590000', '155955.050000', '155955.510000', '155955.970000', '155956.430000', '155956.890000', '155957.350000', '155957.810000', '155958.270000', '155958.730000', '155959.190000', '155959.650000', '160000.110000', '160000.570000', '160001.030000', '160001.490000', '160001.950000', '160002.410000', '160002.870000', '160003.330000', '160003.790000', '160004.250000', '160004.710000', '160005.170000', '160005.630000', '160006.090000', '160006.550000', '160007.010000', '160007.470000', '160007.930000', '160008.390000', '160008.850000', '160009.310000', '160009.770000', '160010.230000', '160010.690000', '160011.150000', '160011.610000', '160012.070000', '160012.530000', '160012.990000', '160013.450000', '160013.910000', '160014.370000', '160014.830000', '160015.290000', '160015.750000', '160016.210000', '160016.670000', '160017.130000', '160017.590000', '160018.050000', '160018.510000', '160018.970000', '160019.430000', '160019.890000', '160020.350000', '160020.810000', '160021.270000', '160021.730000', '160022.190000', '160022.650000', '160023.110000', '160023.570000', '160024.030000', '160024.490000', '160024.950000', '160025.410000', '160025.870000', '160026.330000', '160026.790000', '160027.250000', '160027.710000', '160028.170000', '160028.630000', '160029.090000', '160029.550000', '160030.010000', '160030.470000', '160030.930000', '160031.390000', '160031.850000', '160032.310000', '160032.770000', '160033.230000', '160033.690000', '160034.150000', '160034.610000', '160035.070000', '160035.530000', '160035.990000', '160036.450000', '160036.910000', '160037.370000', '160037.830000', '160038.290000', '160038.750000', '160039.210000', '160039.670000', '160040.130000', '160040.590000', '160041.050000', '160041.510000', '160041.970000', '160042.430000', '160042.890000', '160043.350000', '160043.810000', '160044.270000', '160044.730000', '160045.190000', '160045.650000', '160046.110000', '160046.570000', '160047.030000', '160047.490000', '160047.950000', '160048.410000', '160048.870000', '160049.330000', '160049.790000', '160050.250000', '160050.710000', '160051.170000', '160051.630000', '160052.090000', '160052.550000', '160053.010000', '160053.470000', '160053.930000', '160054.390000', '160054.850000', '160055.310000', '160055.770000', '160056.230000', '160056.690000', '160057.150000', '160057.610000', '160058.070000', '160058.530000', '160058.990000', '160059.450000', '160059.910000', '160100.370000', '160100.830000', '160101.290000', '160101.750000', '160102.210000', '160102.670000', '160103.130000', '160103.590000', '160104.050000', '160104.510000', '160104.970000', '160105.430000', '160105.890000', '160106.350000', '160106.810000', '160107.270000', '160107.730000', '160108.190000', '160108.650000', '160109.110000', '160109.570000', '160110.030000', '160110.490000', '160110.950000', '160111.410000', '160111.870000', '160112.330000', '160112.790000', '160113.250000', '160113.710000', '160114.170000', '160114.630000', '160115.090000', '160115.550000', '160116.010000', '160116.470000', '160116.930000', '160117.390000', '160117.850000', '160118.310000', '160118.770000', '160119.230000', '160119.690000', '160120.150000', '160120.610000', '160121.070000', '160121.530000', '160121.990000', '160122.450000', '160122.910000', '160123.370000', '160123.830000', '160124.290000', '160124.750000', '160125.210000', '160125.670000', '160126.130000', '160126.590000', '160127.050000', '160127.510000', '160127.970000', '160128.430000', '160128.890000', '160129.350000', '160129.810000', '160130.270000', '160130.730000', '160131.190000', '160131.650000', '160132.110000', '160132.570000', '160133.030000', '160133.490000', '160133.950000', '160134.410000', '160134.870000', '160135.330000', '160135.790000', '160136.250000', '160136.710000', '160137.170000', '160137.630000', '160138.090000', '160138.550000', '160139.010000', '160139.470000', '160139.930000', '160140.390000', '160140.850000', '160141.310000', '160141.770000', '160142.230000', '160142.690000', '160143.150000', '160143.610000', '160144.070000', '160144.530000', '160144.990000', '160145.450000', '160145.910000', '160146.370000', '160146.830000', '160147.290000', '160147.750000', '160148.210000', '160148.670000', '160149.130000', '160149.590000', '160150.050000', '160150.510000', '160150.970000', '160151.430000', '160151.890000', '160152.350000', '160152.810000', '160153.270000', '160153.730000', '160154.190000', '160154.650000', '160155.110000', '160155.570000', '160156.030000', '160156.490000', '160156.950000', '160157.410000', '160157.870000', '160158.330000', '160158.790000', '160159.250000', '160159.710000', '160200.170000', '160200.630000', '160201.090000', '160201.550000', '160202.010000', '160202.470000', '160202.930000', '160203.390000', '160203.850000', '160204.310000', '160204.770000', '160205.230000', '160205.690000', '160206.150000', '160206.610000', '160207.070000', '160207.530000', '160207.990000', '160208.450000', '160208.910000', '160209.370000', '160209.830000', '160210.290000', '160210.750000', '160211.210000', '160211.670000', '160212.130000', '160212.590000', '160213.050000', '160213.510000', '160213.970000', '160214.430000', '160214.890000', '160215.350000', '160215.810000', '160216.270000', '160216.730000', '160217.190000', '160217.650000', '160218.110000', '160218.570000', '160219.030000', '160219.490000', '160219.950000', '160220.410000', '160220.870000', '160221.330000', '160221.790000', '160222.250000', '160222.710000', '160223.170000', '160223.630000', '160224.090000', '160224.550000', '160225.010000', '160225.470000', '160225.930000', '160226.390000', '160226.850000', '160227.310000', '160227.770000', '160228.230000', '160228.690000', '160229.150000', '160229.610000', '160230.070000', '160230.530000', '160230.990000', '160231.450000', '160231.910000', '160232.370000', '160232.830000', '160233.290000', '160233.750000', '160234.210000', '160234.670000', '160235.130000', '160235.590000', '160236.050000', '160236.510000', '160236.970000', '160237.430000', '160237.890000', '160238.350000', '160238.810000', '160239.270000', '160239.730000', '160240.190000', '160240.650000', '160241.110000', '160241.570000', '160242.030000', '160242.490000', '160242.950000', '160243.410000', '160243.870000', '160244.330000', '160244.790000', '160245.250000', '160245.710000', '160246.170000', '160246.630000', '160247.090000', '160247.550000', '160248.010000', '160248.470000', '160248.930000', '160249.390000', '160249.850000', '160250.310000', '160250.770000', '160251.230000', '160251.690000', '160252.150000', '160252.610000', '160253.070000', '160253.530000', '160253.990000', '160254.450000', '160254.910000', '160255.370000', '160255.830000', '160256.290000', '160256.750000', '160257.210000', '160257.670000', '160258.130000', '160258.590000', '160259.050000', '160259.510000', '160259.970000', '160300.430000', '160300.890000', '160301.350000', '160301.810000', '160302.270000', '160302.730000', '160303.190000', '160303.650000', '160304.110000', '160304.570000', '160305.030000', '160305.490000', '160305.950000', '160306.410000', '160306.870000', '160307.330000', '160307.790000', '160308.250000', '160308.710000', '160309.170000', '160309.630000', '160310.090000', '160310.550000', '160311.010000', '160311.470000', '160311.930000', '160312.390000', '160312.850000', '160313.310000', '160313.770000', '160314.230000', '160314.690000', '160315.150000', '160315.610000', '160316.070000', '160316.530000', '160316.990000', '160317.450000', '160317.910000', '160318.370000', '160318.830000', '160319.290000', '160319.750000', '160320.210000', '160320.670000', '160321.130000', '160321.590000', '160322.050000', '160322.510000', '160322.970000', '160323.430000', '160323.890000', '160324.350000', '160324.810000', '160325.270000', '160325.730000', '160326.190000', '160326.650000', '160327.110000', '160327.570000', '160328.030000', '160328.490000', '160328.950000', '160329.410000', '160329.870000', '160330.330000', '160330.790000', '160331.250000', '160331.710000', '160332.170000', '160332.630000', '160333.090000', '160333.550000', '160334.010000', '160334.470000', '160334.930000', '160335.390000', '160335.850000', '160336.310000', '160336.770000', '160337.230000', '160337.690000', '160338.150000', '160338.610000', '160339.070000', '160339.530000', '160339.990000', '160340.450000', '160340.910000', '160341.370000', '160341.830000', '160342.290000', '160342.750000', '160343.210000', '160343.670000', '160344.130000', '160344.590000', '160345.050000', '160345.510000', '160345.970000', '160346.430000', '160346.890000', '160347.350000', '160347.810000', '160348.270000', '160348.730000', '160349.190000', '160349.650000', '160350.110000', '160350.570000', '160351.030000', '160351.490000', '160351.950000', '160352.410000', '160352.870000', '160353.330000', '160353.790000'], 'ContentTime': ['155737.343000', '155737.347000', '155737.350000', '155737.352000', '155737.355000', '155737.357000', '155737.360000', '155737.362000', '155737.365000', '155737.368000', '155737.370000', '155737.373000', '155737.375000', '155737.378000', '155737.381000', '155737.383000', '155737.386000', '155737.388000', '155737.391000', '155737.394000', '155737.396000', '155737.399000', '155737.401000', '155737.404000', '155737.407000', '155737.409000', '155737.412000', '155737.414000', '155737.417000', '155737.420000', '155737.422000', '155737.425000', '155737.427000', '155737.430000', '155737.432000', '155737.435000', '155737.437000', '155737.448000', '155737.450000', '155737.453000', '155737.455000', '155737.458000', '155737.461000', '155737.463000', '155737.466000', '155737.468000', '155737.471000', '155737.473000', '155737.476000', '155737.479000', '155737.481000', '155757.311000', '155757.313000', '155757.316000', '155757.318000', '155757.321000', '155757.324000', '155757.326000', '155757.329000', '155757.331000', '155757.334000', '155757.336000', '155757.339000', '155757.341000', '155757.344000', '155757.346000', '155757.349000', '155757.351000', '155757.354000', '155757.370000', '155757.372000', '155757.375000', '155757.377000', '155757.380000', '155757.382000', '155757.385000', '155757.387000', '155757.390000', '155757.392000', '155757.395000', '155757.397000', '155757.400000', '155757.402000', '155757.405000', '155757.408000', '155757.410000', '155757.413000', '155757.415000', '155757.418000', '155757.420000', '155757.423000', '155757.425000', '155757.428000', '155757.430000', '155817.310000', '155817.313000', '155817.316000', '155817.318000', '155817.321000', '155817.324000', '155817.326000', '155817.329000', '155817.331000', '155817.334000', '155817.336000', '155817.339000', '155817.342000', '155817.344000', '155817.347000', '155817.349000', '155817.352000', '155817.355000', '155817.357000', '155817.360000', '155817.362000', '155817.365000', '155817.368000', '155817.370000', '155817.373000', '155817.375000', '155817.378000', '155817.381000', '155817.383000', '155817.386000', '155817.388000', '155817.391000', '155817.394000', '155817.396000', '155817.399000', '155817.401000', '155817.404000', '155817.406000', '155817.409000', '155817.411000', '155817.414000', '155817.417000', '155817.419000', '155817.422000', '155837.312000', '155837.314000', '155837.317000', '155837.320000', '155837.322000', '155837.325000', '155837.327000', '155837.330000', '155837.333000', '155837.335000', '155837.338000', '155837.340000', '155837.343000', '155837.345000', '155837.348000', '155837.350000', '155837.353000', '155837.356000', '155837.358000', '155837.361000', '155837.363000', '155837.366000', '155837.368000', '155837.371000', '155837.373000', '155837.376000', '155837.379000', '155837.381000', '155837.384000', '155837.386000', '155837.389000', '155837.391000', '155837.396000', '155837.398000', '155837.401000', '155837.404000', '155837.406000', '155837.409000', '155837.411000', '155837.414000', '155837.417000', '155837.419000', '155837.422000', '155857.311000', '155857.314000', '155857.317000', '155857.319000', '155857.322000', '155857.324000', '155857.327000', '155857.330000', '155857.332000', '155857.335000', '155857.337000', '155857.340000', '155857.342000', '155857.345000', '155857.348000', '155857.350000', '155857.353000', '155857.355000', '155857.358000', '155857.360000', '155857.363000', '155857.366000', '155857.368000', '155857.371000', '155857.373000', '155857.376000', '155857.378000', '155857.381000', '155857.383000', '155857.386000', '155857.389000', '155857.391000', '155857.394000', '155857.396000', '155857.399000', '155857.401000', '155857.404000', '155857.406000', '155857.409000', '155857.411000', '155857.414000', '155857.417000', '155857.419000', '155857.422000', '155917.311000', '155917.313000', '155917.316000', '155917.319000', '155917.321000', '155917.324000', '155917.326000', '155917.329000', '155917.331000', '155917.334000', '155917.336000', '155917.339000', '155917.342000', '155917.344000', '155917.347000', '155917.349000', '155917.352000', '155917.354000', '155917.357000', '155917.359000', '155917.362000', '155917.365000', '155917.367000', '155917.370000', '155917.372000', '155917.375000', '155917.377000', '155917.380000', '155917.383000', '155917.385000', '155917.388000', '155917.390000', '155917.393000', '155917.396000', '155917.398000', '155917.401000', '155917.403000', '155917.406000', '155917.408000', '155917.411000', '155917.413000', '155917.416000', '155917.419000', '155937.310000', '155937.313000', '155937.316000', '155937.319000', '155937.321000', '155937.324000', '155937.326000', '155937.330000', '155937.333000', '155937.335000', '155937.338000', '155937.340000', '155937.343000', '155937.345000', '155937.362000', '155937.365000', '155937.367000', '155937.370000', '155937.372000', '155937.375000', '155937.377000', '155937.380000', '155937.383000', '155937.385000', '155937.388000', '155937.390000', '155937.393000', '155937.396000', '155937.398000', '155937.401000', '155937.403000', '155937.406000', '155937.408000', '155937.411000', '155937.414000', '155937.416000', '155937.419000', '155937.421000', '155937.424000', '155937.427000', '155937.429000', '155937.432000', '155937.434000', '155937.437000', '155957.310000', '155957.313000', '155957.316000', '155957.318000', '155957.321000', '155957.323000', '155957.326000', '155957.329000', '155957.331000', '155957.334000', '155957.336000', '155957.339000', '155957.341000', '155957.344000', '155957.347000', '155957.349000', '155957.352000', '155957.354000', '155957.357000', '155957.359000', '155957.362000', '155957.364000', '155957.367000', '155957.370000', '155957.372000', '155957.375000', '155957.377000', '155957.380000', '155957.382000', '155957.385000', '155957.388000', '155957.390000', '155957.393000', '155957.395000', '155957.398000', '155957.400000', '155957.403000', '155957.405000', '155957.408000', '155957.411000', '155957.413000', '155957.416000', '155957.418000', '160017.310000', '160017.313000', '160017.316000', '160017.318000', '160017.321000', '160017.323000', '160017.326000', '160017.329000', '160017.331000', '160017.334000', '160017.336000', '160017.339000', '160017.341000', '160017.344000', '160017.347000', '160017.349000', '160017.352000', '160017.354000', '160017.357000', '160017.359000', '160017.362000', '160017.365000', '160017.367000', '160017.370000', '160017.372000', '160017.375000', '160017.377000', '160017.380000', '160017.383000', '160017.385000', '160017.388000', '160017.390000', '160017.393000', '160017.396000', '160017.398000', '160017.401000', '160017.403000', '160017.406000', '160017.408000', '160017.411000', '160017.413000', '160017.416000', '160017.419000', '160017.421000', '160037.310000', '160037.313000', '160037.316000', '160037.319000', '160037.321000', '160037.324000', '160037.326000', '160037.329000', '160037.332000', '160037.334000', '160037.337000', '160037.339000', '160037.342000', '160037.344000', '160037.347000', '160037.350000', '160037.352000', '160037.355000', '160037.357000', '160037.360000', '160037.363000', '160037.365000', '160037.368000', '160037.370000', '160037.373000', '160037.375000', '160037.378000', '160037.381000', '160037.383000', '160037.386000', '160037.388000', '160037.391000', '160037.393000', '160037.396000', '160037.399000', '160037.401000', '160037.404000', '160037.406000', '160037.409000', '160037.411000', '160037.414000', '160037.417000', '160037.419000', '160057.311000', '160057.314000', '160057.317000', '160057.320000', '160057.322000', '160057.325000', '160057.328000', '160057.330000', '160057.333000', '160057.335000', '160057.338000', '160057.341000', '160057.343000', '160057.346000', '160057.348000', '160057.351000', '160057.353000', '160057.356000', '160057.359000', '160057.361000', '160057.364000', '160057.366000', '160057.370000', '160057.373000', '160057.375000', '160057.378000', '160057.380000', '160057.383000', '160057.386000', '160057.388000', '160057.391000', '160057.393000', '160057.396000', '160057.398000', '160057.401000', '160057.403000', '160057.406000', '160057.409000', '160057.411000', '160057.414000', '160057.416000', '160057.419000', '160057.422000', '160117.311000', '160117.314000', '160117.317000', '160117.319000', '160117.322000', '160117.325000', '160117.327000', '160117.330000', '160117.332000', '160117.335000', '160117.338000', '160117.340000', '160117.343000', '160117.345000', '160117.348000', '160117.350000', '160117.353000', '160117.356000', '160117.358000', '160117.361000', '160117.363000', '160117.366000', '160117.368000', '160117.371000', '160117.373000', '160117.376000', '160117.379000', '160117.381000', '160117.384000', '160117.386000', '160117.389000', '160117.391000', '160117.394000', '160117.396000', '160117.399000', '160117.402000', '160117.404000', '160117.407000', '160117.409000', '160117.412000', '160117.414000', '160117.417000', '160117.420000', '160117.422000', '160137.310000', '160137.313000', '160137.316000', '160137.318000', '160137.321000', '160137.323000', '160137.326000', '160137.328000', '160137.331000', '160137.334000', '160137.336000', '160137.339000', '160137.341000', '160137.344000', '160137.347000', '160137.349000', '160137.352000', '160137.354000', '160137.357000', '160137.359000', '160137.362000', '160137.365000', '160137.367000', '160137.370000', '160137.372000', '160137.375000', '160137.378000', '160137.380000', '160137.383000', '160137.385000', '160137.388000', '160137.390000', '160137.393000', '160137.395000', '160137.398000', '160137.401000', '160137.403000', '160137.406000', '160137.408000', '160137.411000', '160137.414000', '160137.416000', '160137.419000', '160137.421000', '160157.310000', '160157.313000', '160157.316000', '160157.318000', '160157.321000', '160157.324000', '160157.326000', '160157.329000', '160157.331000', '160157.334000', '160157.336000', '160157.339000', '160157.342000', '160157.344000', '160157.347000', '160157.349000', '160157.352000', '160157.354000', '160157.357000', '160157.360000', '160157.362000', '160157.365000', '160157.367000', '160157.370000', '160157.373000', '160157.375000', '160157.378000', '160157.380000', '160157.383000', '160157.385000', '160157.388000', '160157.391000', '160157.393000', '160157.396000', '160157.399000', '160157.401000', '160157.404000', '160157.406000', '160157.409000', '160157.412000', '160157.414000', '160157.417000', '160157.420000', '160217.310000', '160217.313000', '160217.316000', '160217.318000', '160217.321000', '160217.324000', '160217.326000', '160217.329000', '160217.331000', '160217.334000', '160217.336000', '160217.339000', '160217.342000', '160217.344000', '160217.347000', '160217.349000', '160217.352000', '160217.354000', '160217.357000', '160217.359000', '160217.362000', '160217.365000', '160217.367000', '160217.370000', '160217.372000', '160217.375000', '160217.378000', '160217.380000', '160217.383000', '160217.386000', '160217.388000', '160217.391000', '160217.394000', '160217.396000', '160217.399000', '160217.402000', '160217.404000', '160217.408000', '160217.412000', '160217.414000', '160217.417000', '160217.420000', '160217.422000', '160237.311000', '160237.313000', '160237.316000', '160237.319000', '160237.321000', '160237.324000', '160237.327000', '160237.329000', '160237.332000', '160237.334000', '160237.337000', '160237.339000', '160237.342000', '160237.345000', '160237.347000', '160237.350000', '160237.352000', '160237.355000', '160237.358000', '160237.360000', '160237.363000', '160237.374000', '160237.377000', '160237.379000', '160237.382000', '160237.385000', '160237.387000', '160237.390000', '160237.392000', '160237.395000', '160237.397000', '160237.400000', '160237.403000', '160237.405000', '160237.408000', '160237.410000', '160237.413000', '160237.416000', '160237.418000', '160237.421000', '160237.423000', '160237.426000', '160237.428000', '160237.431000', '160257.311000', '160257.313000', '160257.316000', '160257.319000', '160257.321000', '160257.324000', '160257.326000', '160257.329000', '160257.332000', '160257.334000', '160257.337000', '160257.339000', '160257.342000', '160257.344000', '160257.347000', '160257.350000', '160257.352000', '160257.355000', '160257.357000', '160257.360000', '160257.362000', '160257.365000', '160257.368000', '160257.370000', '160257.373000', '160257.375000', '160257.378000', '160257.380000', '160257.383000', '160257.385000', '160257.388000', '160257.391000', '160257.393000', '160257.396000', '160257.398000', '160257.401000', '160257.404000', '160257.406000', '160257.409000', '160257.412000', '160257.414000', '160257.417000', '160257.419000', '160317.312000', '160317.314000', '160317.317000', '160317.320000', '160317.322000', '160317.325000', '160317.327000', '160317.330000', '160317.332000', '160317.335000', '160317.338000', '160317.340000', '160317.343000', '160317.345000', '160317.348000', '160317.351000', '160317.353000', '160317.356000', '160317.358000', '160317.361000', '160317.364000', '160317.366000', '160317.369000', '160317.372000', '160317.374000', '160317.377000', '160317.379000', '160317.382000', '160317.385000', '160317.387000', '160317.390000', '160317.392000', '160317.395000', '160317.398000', '160317.400000', '160317.403000', '160317.405000', '160317.408000', '160317.411000', '160317.413000', '160317.416000', '160317.424000', '160317.427000', '160317.430000', '160337.311000', '160337.314000', '160337.317000', '160337.320000', '160337.322000', '160337.325000', '160337.327000', '160337.330000', '160337.333000', '160337.335000', '160337.338000', '160337.340000', '160337.343000', '160337.345000', '160337.348000', '160337.351000', '160337.353000', '160337.356000', '160337.358000', '160337.361000', '160337.363000', '160337.366000', '160337.369000', '160337.372000', '160337.374000', '160337.377000', '160337.379000', '160337.382000', '160337.384000', '160337.387000', '160337.390000', '160337.392000', '160337.395000', '160337.397000', '160337.400000', '160337.403000', '160337.406000', '160337.408000', '160337.411000', '160337.413000', '160337.416000', '160337.419000', '160337.421000', '160354.903000', '160354.906000', '160354.909000', '160354.911000', '160354.914000', '160354.917000', '160354.920000', '160354.922000', '160354.925000', '160354.928000', '160354.930000', '160354.933000', '160354.937000', '160354.939000', '160354.942000', '160354.946000', '160354.950000', '160354.953000', '160354.957000', '160354.960000', '160354.964000', '160354.967000', '160354.969000', '160354.972000', '160354.975000', '160354.978000', '160354.980000', '160354.983000', '160354.985000', '160354.988000', '160354.991000', '160354.994000', '160355.007000', '160355.010000', '160355.013000', '160355.016000', '160355.020000', '160355.023000', '160355.026000'], 'InstanceCreationTime': ['155737.343000', '155737.347000', '155737.350000', '155737.352000', '155737.355000', '155737.357000', '155737.360000', '155737.362000', '155737.365000', '155737.368000', '155737.370000', '155737.373000', '155737.375000', '155737.378000', '155737.381000', '155737.383000', '155737.386000', '155737.388000', '155737.391000', '155737.394000', '155737.396000', '155737.399000', '155737.401000', '155737.404000', '155737.407000', '155737.409000', '155737.412000', '155737.414000', '155737.417000', '155737.420000', '155737.422000', '155737.425000', '155737.427000', '155737.430000', '155737.432000', '155737.435000', '155737.437000', '155737.448000', '155737.450000', '155737.453000', '155737.455000', '155737.458000', '155737.461000', '155737.463000', '155737.466000', '155737.468000', '155737.471000', '155737.473000', '155737.476000', '155737.479000', '155737.481000', '155757.311000', '155757.313000', '155757.316000', '155757.318000', '155757.321000', '155757.324000', '155757.326000', '155757.329000', '155757.331000', '155757.334000', '155757.336000', '155757.339000', '155757.341000', '155757.344000', '155757.346000', '155757.349000', '155757.351000', '155757.354000', '155757.370000', '155757.372000', '155757.375000', '155757.377000', '155757.380000', '155757.382000', '155757.385000', '155757.387000', '155757.390000', '155757.392000', '155757.395000', '155757.397000', '155757.400000', '155757.402000', '155757.405000', '155757.408000', '155757.410000', '155757.413000', '155757.415000', '155757.418000', '155757.420000', '155757.423000', '155757.425000', '155757.428000', '155757.430000', '155817.310000', '155817.313000', '155817.316000', '155817.318000', '155817.321000', '155817.324000', '155817.326000', '155817.329000', '155817.331000', '155817.334000', '155817.336000', '155817.339000', '155817.342000', '155817.344000', '155817.347000', '155817.349000', '155817.352000', '155817.355000', '155817.357000', '155817.360000', '155817.362000', '155817.365000', '155817.368000', '155817.370000', '155817.373000', '155817.375000', '155817.378000', '155817.381000', '155817.383000', '155817.386000', '155817.388000', '155817.391000', '155817.394000', '155817.396000', '155817.399000', '155817.401000', '155817.404000', '155817.406000', '155817.409000', '155817.411000', '155817.414000', '155817.417000', '155817.419000', '155817.422000', '155837.312000', '155837.314000', '155837.317000', '155837.320000', '155837.322000', '155837.325000', '155837.327000', '155837.330000', '155837.333000', '155837.335000', '155837.338000', '155837.340000', '155837.343000', '155837.345000', '155837.348000', '155837.350000', '155837.353000', '155837.356000', '155837.358000', '155837.361000', '155837.363000', '155837.366000', '155837.368000', '155837.371000', '155837.373000', '155837.376000', '155837.379000', '155837.381000', '155837.384000', '155837.386000', '155837.389000', '155837.391000', '155837.396000', '155837.398000', '155837.401000', '155837.404000', '155837.406000', '155837.409000', '155837.411000', '155837.414000', '155837.417000', '155837.419000', '155837.422000', '155857.311000', '155857.314000', '155857.317000', '155857.319000', '155857.322000', '155857.324000', '155857.327000', '155857.330000', '155857.332000', '155857.335000', '155857.337000', '155857.340000', '155857.342000', '155857.345000', '155857.348000', '155857.350000', '155857.353000', '155857.355000', '155857.358000', '155857.360000', '155857.363000', '155857.366000', '155857.368000', '155857.371000', '155857.373000', '155857.376000', '155857.378000', '155857.381000', '155857.383000', '155857.386000', '155857.389000', '155857.391000', '155857.394000', '155857.396000', '155857.399000', '155857.401000', '155857.404000', '155857.406000', '155857.409000', '155857.411000', '155857.414000', '155857.417000', '155857.419000', '155857.422000', '155917.311000', '155917.313000', '155917.316000', '155917.319000', '155917.321000', '155917.324000', '155917.326000', '155917.329000', '155917.331000', '155917.334000', '155917.336000', '155917.339000', '155917.342000', '155917.344000', '155917.347000', '155917.349000', '155917.352000', '155917.354000', '155917.357000', '155917.359000', '155917.362000', '155917.365000', '155917.367000', '155917.370000', '155917.372000', '155917.375000', '155917.377000', '155917.380000', '155917.383000', '155917.385000', '155917.388000', '155917.390000', '155917.393000', '155917.396000', '155917.398000', '155917.401000', '155917.403000', '155917.406000', '155917.408000', '155917.411000', '155917.413000', '155917.416000', '155917.419000', '155937.310000', '155937.313000', '155937.316000', '155937.319000', '155937.321000', '155937.324000', '155937.326000', '155937.330000', '155937.333000', '155937.335000', '155937.338000', '155937.340000', '155937.343000', '155937.345000', '155937.362000', '155937.365000', '155937.367000', '155937.370000', '155937.372000', '155937.375000', '155937.377000', '155937.380000', '155937.383000', '155937.385000', '155937.388000', '155937.390000', '155937.393000', '155937.396000', '155937.398000', '155937.401000', '155937.403000', '155937.406000', '155937.408000', '155937.411000', '155937.414000', '155937.416000', '155937.419000', '155937.421000', '155937.424000', '155937.427000', '155937.429000', '155937.432000', '155937.434000', '155937.437000', '155957.310000', '155957.313000', '155957.316000', '155957.318000', '155957.321000', '155957.323000', '155957.326000', '155957.329000', '155957.331000', '155957.334000', '155957.336000', '155957.339000', '155957.341000', '155957.344000', '155957.347000', '155957.349000', '155957.352000', '155957.354000', '155957.357000', '155957.359000', '155957.362000', '155957.364000', '155957.367000', '155957.370000', '155957.372000', '155957.375000', '155957.377000', '155957.380000', '155957.382000', '155957.385000', '155957.388000', '155957.390000', '155957.393000', '155957.395000', '155957.398000', '155957.400000', '155957.403000', '155957.405000', '155957.408000', '155957.411000', '155957.413000', '155957.416000', '155957.418000', '160017.310000', '160017.313000', '160017.316000', '160017.318000', '160017.321000', '160017.323000', '160017.326000', '160017.329000', '160017.331000', '160017.334000', '160017.336000', '160017.339000', '160017.341000', '160017.344000', '160017.347000', '160017.349000', '160017.352000', '160017.354000', '160017.357000', '160017.359000', '160017.362000', '160017.365000', '160017.367000', '160017.370000', '160017.372000', '160017.375000', '160017.377000', '160017.380000', '160017.383000', '160017.385000', '160017.388000', '160017.390000', '160017.393000', '160017.396000', '160017.398000', '160017.401000', '160017.403000', '160017.406000', '160017.408000', '160017.411000', '160017.413000', '160017.416000', '160017.419000', '160017.421000', '160037.310000', '160037.313000', '160037.316000', '160037.319000', '160037.321000', '160037.324000', '160037.326000', '160037.329000', '160037.332000', '160037.334000', '160037.337000', '160037.339000', '160037.342000', '160037.344000', '160037.347000', '160037.350000', '160037.352000', '160037.355000', '160037.357000', '160037.360000', '160037.363000', '160037.365000', '160037.368000', '160037.370000', '160037.373000', '160037.375000', '160037.378000', '160037.381000', '160037.383000', '160037.386000', '160037.388000', '160037.391000', '160037.393000', '160037.396000', '160037.399000', '160037.401000', '160037.404000', '160037.406000', '160037.409000', '160037.411000', '160037.414000', '160037.417000', '160037.419000', '160057.311000', '160057.314000', '160057.317000', '160057.320000', '160057.322000', '160057.325000', '160057.328000', '160057.330000', '160057.333000', '160057.335000', '160057.338000', '160057.341000', '160057.343000', '160057.346000', '160057.348000', '160057.351000', '160057.353000', '160057.356000', '160057.359000', '160057.361000', '160057.364000', '160057.366000', '160057.370000', '160057.373000', '160057.375000', '160057.378000', '160057.380000', '160057.383000', '160057.386000', '160057.388000', '160057.391000', '160057.393000', '160057.396000', '160057.398000', '160057.401000', '160057.403000', '160057.406000', '160057.409000', '160057.411000', '160057.414000', '160057.416000', '160057.419000', '160057.422000', '160117.311000', '160117.314000', '160117.317000', '160117.319000', '160117.322000', '160117.325000', '160117.327000', '160117.330000', '160117.332000', '160117.335000', '160117.338000', '160117.340000', '160117.343000', '160117.345000', '160117.348000', '160117.350000', '160117.353000', '160117.356000', '160117.358000', '160117.361000', '160117.363000', '160117.366000', '160117.368000', '160117.371000', '160117.373000', '160117.376000', '160117.379000', '160117.381000', '160117.384000', '160117.386000', '160117.389000', '160117.391000', '160117.394000', '160117.396000', '160117.399000', '160117.402000', '160117.404000', '160117.407000', '160117.409000', '160117.412000', '160117.414000', '160117.417000', '160117.420000', '160117.422000', '160137.310000', '160137.313000', '160137.316000', '160137.318000', '160137.321000', '160137.323000', '160137.326000', '160137.328000', '160137.331000', '160137.334000', '160137.336000', '160137.339000', '160137.341000', '160137.344000', '160137.347000', '160137.349000', '160137.352000', '160137.354000', '160137.357000', '160137.359000', '160137.362000', '160137.365000', '160137.367000', '160137.370000', '160137.372000', '160137.375000', '160137.378000', '160137.380000', '160137.383000', '160137.385000', '160137.388000', '160137.390000', '160137.393000', '160137.395000', '160137.398000', '160137.401000', '160137.403000', '160137.406000', '160137.408000', '160137.411000', '160137.414000', '160137.416000', '160137.419000', '160137.421000', '160157.310000', '160157.313000', '160157.316000', '160157.318000', '160157.321000', '160157.324000', '160157.326000', '160157.329000', '160157.331000', '160157.334000', '160157.336000', '160157.339000', '160157.342000', '160157.344000', '160157.347000', '160157.349000', '160157.352000', '160157.354000', '160157.357000', '160157.360000', '160157.362000', '160157.365000', '160157.367000', '160157.370000', '160157.373000', '160157.375000', '160157.378000', '160157.380000', '160157.383000', '160157.385000', '160157.388000', '160157.391000', '160157.393000', '160157.396000', '160157.399000', '160157.401000', '160157.404000', '160157.406000', '160157.409000', '160157.412000', '160157.414000', '160157.417000', '160157.420000', '160217.310000', '160217.313000', '160217.316000', '160217.318000', '160217.321000', '160217.324000', '160217.326000', '160217.329000', '160217.331000', '160217.334000', '160217.336000', '160217.339000', '160217.342000', '160217.344000', '160217.347000', '160217.349000', '160217.352000', '160217.354000', '160217.357000', '160217.359000', '160217.362000', '160217.365000', '160217.367000', '160217.370000', '160217.372000', '160217.375000', '160217.378000', '160217.380000', '160217.383000', '160217.386000', '160217.388000', '160217.391000', '160217.394000', '160217.396000', '160217.399000', '160217.402000', '160217.404000', '160217.408000', '160217.412000', '160217.414000', '160217.417000', '160217.420000', '160217.422000', '160237.311000', '160237.313000', '160237.316000', '160237.319000', '160237.321000', '160237.324000', '160237.327000', '160237.329000', '160237.332000', '160237.334000', '160237.337000', '160237.339000', '160237.342000', '160237.345000', '160237.347000', '160237.350000', '160237.352000', '160237.355000', '160237.358000', '160237.360000', '160237.363000', '160237.374000', '160237.377000', '160237.379000', '160237.382000', '160237.385000', '160237.387000', '160237.390000', '160237.392000', '160237.395000', '160237.397000', '160237.400000', '160237.403000', '160237.405000', '160237.408000', '160237.410000', '160237.413000', '160237.416000', '160237.418000', '160237.421000', '160237.423000', '160237.426000', '160237.428000', '160237.431000', '160257.311000', '160257.313000', '160257.316000', '160257.319000', '160257.321000', '160257.324000', '160257.326000', '160257.329000', '160257.332000', '160257.334000', '160257.337000', '160257.339000', '160257.342000', '160257.344000', '160257.347000', '160257.350000', '160257.352000', '160257.355000', '160257.357000', '160257.360000', '160257.362000', '160257.365000', '160257.368000', '160257.370000', '160257.373000', '160257.375000', '160257.378000', '160257.380000', '160257.383000', '160257.385000', '160257.388000', '160257.391000', '160257.393000', '160257.396000', '160257.398000', '160257.401000', '160257.404000', '160257.406000', '160257.409000', '160257.412000', '160257.414000', '160257.417000', '160257.419000', '160317.312000', '160317.314000', '160317.317000', '160317.320000', '160317.322000', '160317.325000', '160317.327000', '160317.330000', '160317.332000', '160317.335000', '160317.338000', '160317.340000', '160317.343000', '160317.345000', '160317.348000', '160317.351000', '160317.353000', '160317.356000', '160317.358000', '160317.361000', '160317.364000', '160317.366000', '160317.369000', '160317.372000', '160317.374000', '160317.377000', '160317.379000', '160317.382000', '160317.385000', '160317.387000', '160317.390000', '160317.392000', '160317.395000', '160317.398000', '160317.400000', '160317.403000', '160317.405000', '160317.408000', '160317.411000', '160317.413000', '160317.416000', '160317.424000', '160317.427000', '160317.430000', '160337.311000', '160337.314000', '160337.317000', '160337.320000', '160337.322000', '160337.325000', '160337.327000', '160337.330000', '160337.333000', '160337.335000', '160337.338000', '160337.340000', '160337.343000', '160337.345000', '160337.348000', '160337.351000', '160337.353000', '160337.356000', '160337.358000', '160337.361000', '160337.363000', '160337.366000', '160337.369000', '160337.372000', '160337.374000', '160337.377000', '160337.379000', '160337.382000', '160337.384000', '160337.387000', '160337.390000', '160337.392000', '160337.395000', '160337.397000', '160337.400000', '160337.403000', '160337.406000', '160337.408000', '160337.411000', '160337.413000', '160337.416000', '160337.419000', '160337.421000', '160354.903000', '160354.906000', '160354.909000', '160354.911000', '160354.914000', '160354.917000', '160354.920000', '160354.922000', '160354.925000', '160354.928000', '160354.930000', '160354.933000', '160354.937000', '160354.939000', '160354.942000', '160354.946000', '160354.950000', '160354.953000', '160354.957000', '160354.960000', '160354.964000', '160354.967000', '160354.969000', '160354.972000', '160354.975000', '160354.978000', '160354.980000', '160354.983000', '160354.985000', '160354.988000', '160354.991000', '160354.994000', '160355.007000', '160355.010000', '160355.013000', '160355.016000', '160355.020000', '160355.023000', '160355.026000'], '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': [11375, 11574, 11795, 8681, 13548, 9441, 14460, 9863, 8845, 12199, 9948, 8257, 11888, 8843, 9776, 9457, 8687, 12073, 9263, 8630, 11208, 9079, 8890, 10263, 9567, 11816, 9140, 8638, 12331, 9442, 8924, 11977, 9905, 8147, 12362, 9081, 12540, 9957, 8706, 13344, 9951, 8510, 10640, 9342, 10221, 9664, 9513, 8302, 11030, 9466, 8823, 10660, 12769, 14160, 15922, 17899, 17778, 13161, 17825, 10997, 9349, 10293, 9748, 9539, 10233, 9935, 9436, 11305, 9804, 8835, 11132, 9640, 8689, 11335, 9414, 9041, 11136, 9361, 8598, 13376, 9394, 8443, 11220, 10253, 10636, 15157, 10701, 8965, 11029, 10798, 9925, 13835, 10036, 9747, 12931, 11810, 12692, 12440, 11251, 9278, 11726, 10866, 13645, 11799, 9678, 13281, 11622, 10281, 12159, 10314, 14764, 13208, 14334, 12559, 9313, 14108, 11062, 15641, 11389, 9276, 14159, 10641, 9935, 11099, 10033, 8746, 10037, 9212, 8901, 11154, 9257, 13767, 10245, 14368, 10917, 8959, 11273, 9023, 13151, 10164, 14254, 10581, 9432, 12346, 11417, 8337, 9575, 9269, 11583, 9275, 11306, 9196, 9762, 10669, 9496, 13049, 10763, 11924, 10623, 8814, 14109, 10462, 14621, 12167, 11527, 12509, 9309, 13025, 9313, 9366, 9698, 8968, 12216, 9672, 9942, 11296, 9922, 12728, 9601, 8874, 11110, 10404, 14816, 11597, 9571, 11755, 9498, 12955, 9808, 9903, 12396, 9595, 8672, 9670, 9579, 11921, 9655, 8858, 12240, 10401, 8961, 8747, 10119, 9557, 9086, 9607, 11259, 9954, 9320, 11797, 12432, 11217, 13167, 12503, 12546, 15642, 13848, 14175, 14431, 11603, 16748, 12332, 9153, 11735, 10303, 8849, 10874, 10618, 9000, 11075, 9544, 9752, 11769, 10146, 12928, 10914, 10225, 10258, 9109, 11578, 10493, 12774, 10924, 9157, 10957, 10454, 8596, 10232, 8967, 12156, 10214, 10424, 12471, 10548, 14104, 10536, 8881, 13177, 10860, 10439, 13521, 12671, 9823, 12960, 11262, 11036, 11035, 10178, 13780, 12145, 11948, 16757, 13163, 11741, 11768, 10778, 11425, 10613, 8835, 11194, 8995, 8536, 10759, 9872, 10752, 10706, 9985, 12361, 9744, 10469, 11224, 10326, 14208, 11064, 8720, 12441, 10465, 9067, 11734, 10885, 14126, 10789, 13038, 12904, 9785, 13180, 10684, 9961, 10698, 9334, 13188, 10907, 12666, 10405, 9577, 11656, 10796, 13797, 10733, 9765, 11178, 9525, 12972, 11295, 14035, 11951, 10676, 11546, 9418, 11794, 10111, 13017, 10824, 12468, 10705, 12382, 10058, 10879, 9919, 10211, 10715, 8958, 11786, 10345, 13985, 10391, 9905, 10759, 9133, 8368, 10280, 8611, 9021, 10909, 9056, 10643, 11092, 9400, 13263, 11030, 14955, 11327, 14830, 14382, 10316, 15643, 12031, 17371, 12551, 9089, 11624, 11012, 11535, 10233, 8598, 12785, 10656, 7295, 10569, 9156, 10204, 10277, 8798, 12737, 10454, 10524, 10405, 8317, 12429, 11256, 15447, 11880, 8557, 12662, 10044, 9930, 9927, 8954, 12807, 11328, 11574, 10045, 8816, 12654, 10917, 15575, 12074, 10715, 14497, 12919, 11034, 13248, 9325, 8954, 9307, 8330, 12108, 13118, 16669, 16274, 10802, 13331, 16437, 13035, 11949, 10172, 10311, 14365, 11086, 9625, 15009, 11636, 10102, 7670, 8594, 7964, 7844, 8942, 8250, 7936, 10015, 9451, 11700, 9139, 11299, 9721, 12482, 11454, 9433, 12087, 10098, 9007, 11189, 9223, 11659, 12000, 14180, 12584, 10453, 11526, 8311, 7571, 8971, 8798, 11146, 9002, 11715, 9286, 12113, 10304, 12437, 10328, 8837, 13060, 10164, 12243, 10522, 11012, 13754, 13358, 16185, 14191, 9268, 13271, 12355, 9930, 11488, 11217, 11790, 11775, 9627, 14527, 12489, 8867, 13021, 9785, 7337, 10623, 10614, 14673, 11643, 10142, 12719, 11325, 9357, 15217, 13190, 7909, 12831, 9783, 7887, 10638, 9493, 9971, 10449, 8873, 13144, 9795, 8585, 11552, 9610, 10543, 9969, 8618, 12225, 9714, 10062, 11277, 9510, 12972, 10249, 8216, 11217, 8746, 11147, 9986, 8594, 11978, 10631, 14791, 9850, 8163, 10742, 9186, 10878, 10402, 9341, 14720, 11881, 9217, 8374, 10282, 8158, 10460, 9685, 8012, 12488, 10704, 13656, 11820, 13750, 14038, 10871, 11529, 15523, 14004, 16540, 18416, 14314, 14830, 18404, 9620, 8728, 8385, 8945, 8723, 8068, 9638, 8774, 10576, 10038, 9958, 9507, 10260, 11768, 9413, 15335, 11500, 8626, 13341, 10496, 8893, 11648, 10389, 11032, 9777, 8061, 11413, 9731, 8772, 9824, 8538, 11418, 8873, 8146, 10245, 9307, 11556, 8962, 7899, 9670, 8926, 9667, 13314, 10135, 9110, 8655, 6761, 8569, 8296, 7263, 9673, 9796, 8841, 12055, 10773, 10062, 14164, 10313, 8650, 13782, 9739, 9879, 11818, 9516, 9259, 13984, 13165, 12240, 12470, 9555, 9212, 10667, 9741, 13570, 9869, 11972, 10000, 9664, 11091, 9668, 11042, 9931, 9661, 12926, 9629, 8730, 9770, 9691, 11387, 9536, 9523, 11423, 9208, 13474, 9563, 8510, 9307, 8286, 11421, 9256, 9206, 10704, 9297, 9029, 11701, 9259, 8834, 10635, 8757, 11633, 9515, 8787, 14156, 11410, 8509, 13346, 10766, 8562, 12731, 10781, 7608, 9655, 7969, 12040, 10389, 10638, 12499, 10723, 13402, 11636, 12888, 13348, 12396, 14756, 12293, 12290, 13241, 9708, 14039, 13064, 9884, 7217, 8499, 7695, 7158, 8375, 7558, 8295, 9839, 8049, 13070, 9763, 11215, 10384, 9947, 10706, 8440, 12222, 12646, 11204, 10076, 7641, 10175, 8269, 12757, 8972, 9444, 9383, 8267, 12043, 8784, 11645, 8552, 8081, 11737, 10917, 11445, 12889, 10892, 9736, 11012, 7971, 8136, 8928, 7848, 12443, 8961, 12959, 10557, 11436, 11701, 11638, 13131, 12603, 14085, 11079, 11901, 13032, 12002, 14238, 11921, 9868, 14320, 11173, 7824, 12835, 10883, 9492, 9408, 11028, 9264, 9476, 12409, 9848, 9747, 11390, 10118, 8684, 12110, 10880, 8995, 12347, 10024, 9025, 11272, 8711, 9651, 10899, 8617, 12506, 10376, 7318, 12409, 9459, 9240, 10643, 8250, 12822, 9634, 10277, 10754, 8079, 12634, 9695, 10118, 9745, 7684, 12418, 9061, 10167, 9261, 7703, 12772, 9021, 9283, 10096, 8417, 12716, 9056, 12256, 10346, 8722, 12776, 10056, 9900, 12061, 8284, 13412, 9160, 8713, 12121, 8391, 13445, 10384, 9188, 11961, 9535, 11162, 10964, 8843, 12229, 9923, 9400, 11239, 10556, 9201, 10317, 12726, 10231, 10609, 12270, 9255, 14615, 10113, 15238, 11329, 8083, 11940, 9856, 11114, 11068], 'WindowCenter': [4315.0, 4297.0, 4282.0, 4240.0, 4279.0, 4246.0, 4280.0, 4244.0, 4237.0, 4282.0, 4256.0, 4227.0, 4266.0, 4233.0, 4246.0, 4247.0, 4241.0, 4268.0, 4247.0, 4238.0, 4267.0, 4250.0, 4249.0, 4255.0, 4247.0, 4279.0, 4249.0, 4248.0, 4292.0, 4265.0, 4247.0, 4283.0, 4261.0, 4240.0, 4278.0, 4248.0, 4282.0, 4258.0, 4251.0, 4291.0, 4260.0, 4239.0, 4262.0, 4241.0, 4251.0, 4252.0, 4253.0, 4232.0, 4274.0, 4265.0, 4256.0, 4277.0, 4287.0, 4298.0, 4311.0, 4330.0, 4316.0, 4286.0, 4313.0, 4260.0, 4249.0, 4248.0, 4246.0, 4247.0, 4258.0, 4250.0, 4238.0, 4258.0, 4249.0, 4237.0, 4268.0, 4248.0, 4239.0, 4270.0, 4250.0, 4253.0, 4280.0, 4263.0, 4254.0, 4294.0, 4251.0, 4242.0, 4282.0, 4273.0, 4273.0, 4308.0, 4274.0, 4254.0, 4275.0, 4285.0, 4262.0, 4293.0, 4274.0, 4278.0, 4294.0, 4282.0, 4293.0, 4286.0, 4271.0, 4248.0, 4272.0, 4269.0, 4295.0, 4282.0, 4249.0, 4282.0, 4271.0, 4249.0, 4266.0, 4245.0, 4280.0, 4267.0, 4274.0, 4255.0, 4221.0, 4266.0, 4242.0, 4274.0, 4233.0, 4212.0, 4252.0, 4222.0, 4224.0, 4233.0, 4223.0, 4213.0, 4235.0, 4236.0, 4225.0, 4255.0, 4235.0, 4273.0, 4246.0, 4279.0, 4248.0, 4226.0, 4244.0, 4226.0, 4265.0, 4235.0, 4262.0, 4236.0, 4224.0, 4254.0, 4255.0, 4215.0, 4232.0, 4232.0, 4240.0, 4222.0, 4241.0, 4234.0, 4248.0, 4242.0, 4233.0, 4263.0, 4256.0, 4254.0, 4244.0, 4226.0, 4263.0, 4245.0, 4275.0, 4253.0, 4241.0, 4255.0, 4221.0, 4250.0, 4220.0, 4207.0, 4217.0, 4212.0, 4241.0, 4222.0, 4231.0, 4240.0, 4230.0, 4253.0, 4233.0, 4222.0, 4242.0, 4243.0, 4274.0, 4239.0, 4220.0, 4243.0, 4224.0, 4252.0, 4222.0, 4232.0, 4251.0, 4223.0, 4213.0, 4223.0, 4224.0, 4257.0, 4237.0, 4227.0, 4243.0, 4234.0, 4213.0, 4200.0, 4218.0, 4221.0, 4210.0, 4210.0, 4228.0, 4219.0, 4221.0, 4252.0, 4253.0, 4241.0, 4262.0, 4264.0, 4249.0, 4257.0, 4235.0, 4234.0, 4246.0, 4214.0, 4244.0, 4212.0, 4190.0, 4213.0, 4200.0, 4191.0, 4215.0, 4212.0, 4192.0, 4223.0, 4213.0, 4216.0, 4236.0, 4216.0, 4233.0, 4227.0, 4225.0, 4227.0, 4207.0, 4237.0, 4228.0, 4246.0, 4239.0, 4221.0, 4242.0, 4240.0, 4219.0, 4230.0, 4220.0, 4252.0, 4244.0, 4242.0, 4262.0, 4255.0, 4276.0, 4246.0, 4213.0, 4251.0, 4234.0, 4234.0, 4257.0, 4245.0, 4213.0, 4244.0, 4225.0, 4211.0, 4221.0, 4212.0, 4253.0, 4244.0, 4244.0, 4273.0, 4254.0, 4241.0, 4239.0, 4228.0, 4241.0, 4230.0, 4209.0, 4239.0, 4223.0, 4221.0, 4242.0, 4245.0, 4254.0, 4248.0, 4244.0, 4265.0, 4235.0, 4245.0, 4254.0, 4248.0, 4288.0, 4257.0, 4225.0, 4263.0, 4245.0, 4222.0, 4253.0, 4255.0, 4275.0, 4258.0, 4267.0, 4265.0, 4232.0, 4262.0, 4243.0, 4244.0, 4247.0, 4235.0, 4278.0, 4243.0, 4266.0, 4245.0, 4231.0, 4255.0, 4243.0, 4276.0, 4254.0, 4246.0, 4252.0, 4233.0, 4260.0, 4254.0, 4272.0, 4253.0, 4233.0, 4240.0, 4219.0, 4239.0, 4228.0, 4252.0, 4243.0, 4250.0, 4230.0, 4250.0, 4220.0, 4227.0, 4229.0, 4229.0, 4227.0, 4220.0, 4242.0, 4230.0, 4264.0, 4223.0, 4211.0, 4232.0, 4224.0, 4202.0, 4236.0, 4217.0, 4226.0, 4247.0, 4229.0, 4246.0, 4258.0, 4237.0, 4267.0, 4243.0, 4275.0, 4258.0, 4275.0, 4262.0, 4218.0, 4259.0, 4238.0, 4271.0, 4236.0, 4207.0, 4235.0, 4229.0, 4240.0, 4228.0, 4221.0, 4250.0, 4240.0, 4199.0, 4228.0, 4219.0, 4232.0, 4229.0, 4220.0, 4260.0, 4242.0, 4239.0, 4243.0, 4210.0, 4250.0, 4244.0, 4270.0, 4251.0, 4209.0, 4249.0, 4229.0, 4230.0, 4233.0, 4221.0, 4264.0, 4252.0, 4250.0, 4230.0, 4221.0, 4262.0, 4255.0, 4285.0, 4266.0, 4244.0, 4275.0, 4264.0, 4242.0, 4250.0, 4219.0, 4209.0, 4222.0, 4202.0, 4242.0, 4256.0, 4281.0, 4264.0, 4223.0, 4231.0, 4243.0, 4220.0, 4194.0, 4172.0, 4171.0, 4201.0, 4180.0, 4168.0, 4211.0, 4186.0, 4177.0, 4157.0, 4180.0, 4181.0, 4195.0, 4219.0, 4213.0, 4210.0, 4233.0, 4233.0, 4243.0, 4223.0, 4242.0, 4221.0, 4240.0, 4242.0, 4209.0, 4240.0, 4231.0, 4207.0, 4228.0, 4219.0, 4243.0, 4250.0, 4263.0, 4252.0, 4230.0, 4238.0, 4211.0, 4198.0, 4220.0, 4210.0, 4241.0, 4220.0, 4249.0, 4233.0, 4251.0, 4242.0, 4263.0, 4248.0, 4234.0, 4263.0, 4242.0, 4252.0, 4233.0, 4230.0, 4254.0, 4252.0, 4263.0, 4240.0, 4199.0, 4229.0, 4216.0, 4195.0, 4204.0, 4203.0, 4220.0, 4220.0, 4198.0, 4239.0, 4219.0, 4200.0, 4238.0, 4205.0, 4174.0, 4202.0, 4200.0, 4231.0, 4209.0, 4202.0, 4221.0, 4199.0, 4177.0, 4231.0, 4223.0, 4168.0, 4213.0, 4190.0, 4170.0, 4203.0, 4202.0, 4202.0, 4215.0, 4207.0, 4237.0, 4219.0, 4196.0, 4227.0, 4218.0, 4226.0, 4217.0, 4208.0, 4238.0, 4219.0, 4216.0, 4239.0, 4220.0, 4262.0, 4234.0, 4208.0, 4238.0, 4211.0, 4239.0, 4229.0, 4207.0, 4250.0, 4243.0, 4272.0, 4231.0, 4210.0, 4240.0, 4232.0, 4254.0, 4256.0, 4235.0, 4289.0, 4255.0, 4223.0, 4210.0, 4229.0, 4212.0, 4240.0, 4230.0, 4212.0, 4262.0, 4244.0, 4279.0, 4248.0, 4256.0, 4254.0, 4225.0, 4221.0, 4253.0, 4241.0, 4240.0, 4275.0, 4240.0, 4236.0, 4243.0, 4181.0, 4170.0, 4170.0, 4179.0, 4182.0, 4173.0, 4192.0, 4181.0, 4203.0, 4193.0, 4190.0, 4191.0, 4203.0, 4228.0, 4192.0, 4232.0, 4212.0, 4182.0, 4221.0, 4201.0, 4180.0, 4211.0, 4202.0, 4202.0, 4201.0, 4197.0, 4224.0, 4205.0, 4193.0, 4214.0, 4196.0, 4225.0, 4204.0, 4195.0, 4217.0, 4217.0, 4227.0, 4210.0, 4197.0, 4218.0, 4233.0, 4231.0, 4260.0, 4228.0, 4208.0, 4199.0, 4179.0, 4211.0, 4203.0, 4179.0, 4210.0, 4219.0, 4211.0, 4242.0, 4248.0, 4226.0, 4267.0, 4225.0, 4215.0, 4269.0, 4225.0, 4225.0, 4242.0, 4222.0, 4209.0, 4252.0, 4253.0, 4242.0, 4240.0, 4212.0, 4209.0, 4218.0, 4220.0, 4249.0, 4223.0, 4228.0, 4207.0, 4220.0, 4232.0, 4220.0, 4229.0, 4218.0, 4208.0, 4242.0, 4207.0, 4198.0, 4219.0, 4218.0, 4239.0, 4221.0, 4233.0, 4256.0, 4225.0, 4264.0, 4234.0, 4227.0, 4224.0, 4211.0, 4239.0, 4219.0, 4220.0, 4241.0, 4232.0, 4234.0, 4255.0, 4233.0, 4223.0, 4245.0, 4221.0, 4255.0, 4249.0, 4225.0, 4277.0, 4256.0, 4224.0, 4274.0, 4246.0, 4211.0, 4251.0, 4239.0, 4198.0, 4218.0, 4210.0, 4252.0, 4236.0, 4244.0, 4255.0, 4245.0, 4255.0, 4234.0, 4232.0, 4220.0, 4219.0, 4229.0, 4194.0, 4193.0, 4189.0, 4168.0, 4210.0, 4201.0, 4179.0, 4148.0, 4167.0, 4171.0, 4163.0, 4183.0, 4186.0, 4198.0, 4219.0, 4200.0, 4251.0, 4220.0, 4229.0, 4218.0, 4210.0, 4215.0, 4198.0, 4244.0, 4239.0, 4232.0, 4215.0, 4186.0, 4216.0, 4196.0, 4236.0, 4195.0, 4207.0, 4207.0, 4212.0, 4251.0, 4211.0, 4239.0, 4210.0, 4224.0, 4265.0, 4246.0, 4253.0, 4254.0, 4243.0, 4220.0, 4230.0, 4200.0, 4198.0, 4210.0, 4200.0, 4251.0, 4223.0, 4252.0, 4233.0, 4243.0, 4240.0, 4233.0, 4240.0, 4228.0, 4226.0, 4217.0, 4204.0, 4227.0, 4213.0, 4226.0, 4203.0, 4191.0, 4236.0, 4202.0, 4160.0, 4209.0, 4185.0, 4178.0, 4176.0, 4187.0, 4177.0, 4176.0, 4206.0, 4175.0, 4176.0, 4211.0, 4200.0, 4180.0, 4209.0, 4200.0, 4176.0, 4208.0, 4188.0, 4178.0, 4203.0, 4182.0, 4189.0, 4210.0, 4181.0, 4235.0, 4214.0, 4173.0, 4223.0, 4202.0, 4191.0, 4216.0, 4183.0, 4235.0, 4204.0, 4212.0, 4229.0, 4186.0, 4236.0, 4204.0, 4216.0, 4205.0, 4189.0, 4239.0, 4207.0, 4219.0, 4221.0, 4203.0, 4253.0, 4222.0, 4217.0, 4228.0, 4208.0, 4254.0, 4222.0, 4254.0, 4245.0, 4223.0, 4267.0, 4232.0, 4229.0, 4250.0, 4212.0, 4261.0, 4220.0, 4210.0, 4253.0, 4213.0, 4263.0, 4234.0, 4221.0, 4253.0, 4223.0, 4231.0, 4242.0, 4225.0, 4254.0, 4236.0, 4236.0, 4247.0, 4246.0, 4235.0, 4229.0, 4260.0, 4243.0, 4244.0, 4252.0, 4221.0, 4263.0, 4230.0, 4273.0, 4239.0, 4198.0, 4239.0, 4219.0, 4228.0, 4229.0], 'WindowWidth': [9544.0, 9501.0, 9472.0, 9409.0, 9457.0, 9410.0, 9456.0, 9403.0, 9399.0, 9460.0, 9422.0, 9381.0, 9431.0, 9386.0, 9405.0, 9409.0, 9402.0, 9437.0, 9409.0, 9399.0, 9440.0, 9419.0, 9414.0, 9421.0, 9411.0, 9455.0, 9416.0, 9416.0, 9476.0, 9441.0, 9412.0, 9466.0, 9435.0, 9405.0, 9455.0, 9413.0, 9460.0, 9427.0, 9421.0, 9474.0, 9430.0, 9399.0, 9432.0, 9401.0, 9415.0, 9417.0, 9419.0, 9388.0, 9449.0, 9442.0, 9431.0, 9462.0, 9472.0, 9498.0, 9521.0, 9544.0, 9517.0, 9469.0, 9504.0, 9425.0, 9410.0, 9406.0, 9402.0, 9404.0, 9421.0, 9413.0, 9394.0, 9421.0, 9411.0, 9392.0, 9435.0, 9409.0, 9399.0, 9439.0, 9414.0, 9419.0, 9459.0, 9441.0, 9427.0, 9480.0, 9419.0, 9409.0, 9463.0, 9455.0, 9452.0, 9505.0, 9455.0, 9424.0, 9457.0, 9471.0, 9436.0, 9479.0, 9459.0, 9465.0, 9483.0, 9466.0, 9480.0, 9474.0, 9446.0, 9411.0, 9445.0, 9441.0, 9484.0, 9464.0, 9414.0, 9463.0, 9444.0, 9409.0, 9432.0, 9401.0, 9455.0, 9436.0, 9442.0, 9416.0, 9364.0, 9427.0, 9393.0, 9436.0, 9376.0, 9343.0, 9401.0, 9360.0, 9365.0, 9376.0, 9363.0, 9349.0, 9384.0, 9386.0, 9371.0, 9413.0, 9388.0, 9438.0, 9403.0, 9450.0, 9404.0, 9371.0, 9396.0, 9372.0, 9426.0, 9383.0, 9418.0, 9383.0, 9364.0, 9409.0, 9413.0, 9356.0, 9376.0, 9378.0, 9384.0, 9364.0, 9391.0, 9385.0, 9408.0, 9395.0, 9383.0, 9425.0, 9419.0, 9411.0, 9397.0, 9372.0, 9422.0, 9397.0, 9442.0, 9408.0, 9391.0, 9413.0, 9358.0, 9399.0, 9356.0, 9337.0, 9349.0, 9346.0, 9387.0, 9363.0, 9373.0, 9387.0, 9373.0, 9404.0, 9379.0, 9363.0, 9390.0, 9395.0, 9438.0, 9386.0, 9358.0, 9390.0, 9365.0, 9402.0, 9363.0, 9376.0, 9401.0, 9363.0, 9349.0, 9362.0, 9365.0, 9415.0, 9389.0, 9374.0, 9391.0, 9377.0, 9350.0, 9329.0, 9351.0, 9358.0, 9340.0, 9339.0, 9365.0, 9353.0, 9360.0, 9408.0, 9409.0, 9389.0, 9425.0, 9429.0, 9398.0, 9411.0, 9376.0, 9368.0, 9388.0, 9341.0, 9383.0, 9330.0, 9300.0, 9336.0, 9315.0, 9305.0, 9340.0, 9334.0, 9309.0, 9352.0, 9341.0, 9349.0, 9374.0, 9348.0, 9369.0, 9364.0, 9358.0, 9364.0, 9336.0, 9378.0, 9366.0, 9390.0, 9384.0, 9360.0, 9389.0, 9386.0, 9358.0, 9375.0, 9361.0, 9406.0, 9400.0, 9393.0, 9420.0, 9414.0, 9443.0, 9400.0, 9350.0, 9400.0, 9379.0, 9375.0, 9413.0, 9396.0, 9343.0, 9387.0, 9357.0, 9335.0, 9350.0, 9339.0, 9401.0, 9391.0, 9393.0, 9435.0, 9405.0, 9383.0, 9380.0, 9367.0, 9388.0, 9370.0, 9341.0, 9380.0, 9364.0, 9363.0, 9392.0, 9402.0, 9412.0, 9406.0, 9398.0, 9428.0, 9387.0, 9400.0, 9413.0, 9408.0, 9467.0, 9421.0, 9373.0, 9424.0, 9397.0, 9365.0, 9408.0, 9413.0, 9444.0, 9419.0, 9430.0, 9428.0, 9381.0, 9422.0, 9393.0, 9400.0, 9406.0, 9389.0, 9448.0, 9396.0, 9428.0, 9398.0, 9378.0, 9413.0, 9396.0, 9443.0, 9413.0, 9400.0, 9408.0, 9381.0, 9416.0, 9411.0, 9437.0, 9408.0, 9378.0, 9387.0, 9355.0, 9384.0, 9367.0, 9403.0, 9392.0, 9399.0, 9370.0, 9397.0, 9356.0, 9364.0, 9369.0, 9370.0, 9367.0, 9359.0, 9388.0, 9373.0, 9418.0, 9359.0, 9340.0, 9372.0, 9364.0, 9334.0, 9383.0, 9361.0, 9372.0, 9401.0, 9381.0, 9401.0, 9421.0, 9394.0, 9435.0, 9397.0, 9442.0, 9425.0, 9444.0, 9422.0, 9354.0, 9411.0, 9377.0, 9429.0, 9374.0, 9336.0, 9373.0, 9368.0, 9381.0, 9366.0, 9363.0, 9399.0, 9388.0, 9332.0, 9367.0, 9355.0, 9377.0, 9373.0, 9361.0, 9415.0, 9393.0, 9386.0, 9393.0, 9346.0, 9401.0, 9396.0, 9431.0, 9404.0, 9345.0, 9398.0, 9371.0, 9373.0, 9382.0, 9365.0, 9425.0, 9408.0, 9403.0, 9377.0, 9364.0, 9419.0, 9414.0, 9459.0, 9432.0, 9400.0, 9447.0, 9429.0, 9391.0, 9399.0, 9353.0, 9338.0, 9363.0, 9333.0, 9386.0, 9412.0, 9449.0, 9412.0, 9356.0, 9360.0, 9378.0, 9340.0, 9296.0, 9260.0, 9258.0, 9303.0, 9275.0, 9259.0, 9325.0, 9283.0, 9275.0, 9250.0, 9287.0, 9293.0, 9322.0, 9354.0, 9350.0, 9345.0, 9378.0, 9379.0, 9390.0, 9364.0, 9387.0, 9357.0, 9384.0, 9387.0, 9341.0, 9386.0, 9374.0, 9336.0, 9364.0, 9354.0, 9391.0, 9400.0, 9422.0, 9407.0, 9372.0, 9378.0, 9345.0, 9325.0, 9357.0, 9345.0, 9388.0, 9360.0, 9398.0, 9381.0, 9404.0, 9393.0, 9425.0, 9407.0, 9384.0, 9422.0, 9393.0, 9405.0, 9378.0, 9370.0, 9410.0, 9405.0, 9425.0, 9381.0, 9321.0, 9364.0, 9336.0, 9307.0, 9314.0, 9313.0, 9347.0, 9349.0, 9316.0, 9373.0, 9345.0, 9323.0, 9375.0, 9324.0, 9282.0, 9316.0, 9311.0, 9354.0, 9324.0, 9316.0, 9340.0, 9306.0, 9274.0, 9357.0, 9348.0, 9268.0, 9330.0, 9298.0, 9274.0, 9319.0, 9321.0, 9321.0, 9341.0, 9333.0, 9375.0, 9351.0, 9318.0, 9362.0, 9351.0, 9360.0, 9349.0, 9338.0, 9379.0, 9354.0, 9347.0, 9380.0, 9357.0, 9420.0, 9382.0, 9341.0, 9381.0, 9348.0, 9383.0, 9369.0, 9339.0, 9400.0, 9394.0, 9432.0, 9374.0, 9347.0, 9386.0, 9378.0, 9414.0, 9419.0, 9389.0, 9467.0, 9417.0, 9366.0, 9348.0, 9372.0, 9351.0, 9388.0, 9376.0, 9351.0, 9420.0, 9400.0, 9453.0, 9405.0, 9408.0, 9406.0, 9363.0, 9349.0, 9404.0, 9384.0, 9385.0, 9438.0, 9378.0, 9364.0, 9376.0, 9283.0, 9270.0, 9269.0, 9282.0, 9293.0, 9280.0, 9302.0, 9288.0, 9319.0, 9306.0, 9299.0, 9302.0, 9321.0, 9360.0, 9307.0, 9363.0, 9333.0, 9290.0, 9346.0, 9315.0, 9287.0, 9330.0, 9318.0, 9320.0, 9317.0, 9322.0, 9355.0, 9328.0, 9311.0, 9340.0, 9318.0, 9357.0, 9328.0, 9317.0, 9347.0, 9350.0, 9361.0, 9342.0, 9323.0, 9353.0, 9382.0, 9376.0, 9413.0, 9367.0, 9336.0, 9324.0, 9301.0, 9345.0, 9333.0, 9297.0, 9339.0, 9351.0, 9344.0, 9387.0, 9400.0, 9367.0, 9427.0, 9365.0, 9353.0, 9435.0, 9369.0, 9369.0, 9388.0, 9359.0, 9338.0, 9402.0, 9408.0, 9389.0, 9386.0, 9346.0, 9338.0, 9349.0, 9353.0, 9393.0, 9360.0, 9363.0, 9334.0, 9356.0, 9373.0, 9354.0, 9364.0, 9347.0, 9336.0, 9387.0, 9335.0, 9322.0, 9351.0, 9350.0, 9380.0, 9357.0, 9381.0, 9419.0, 9371.0, 9423.0, 9383.0, 9376.0, 9369.0, 9345.0, 9379.0, 9356.0, 9359.0, 9387.0, 9377.0, 9384.0, 9412.0, 9380.0, 9366.0, 9395.0, 9363.0, 9415.0, 9409.0, 9372.0, 9448.0, 9420.0, 9373.0, 9442.0, 9399.0, 9346.0, 9401.0, 9383.0, 9327.0, 9353.0, 9346.0, 9403.0, 9384.0, 9392.0, 9409.0, 9394.0, 9411.0, 9376.0, 9369.0, 9347.0, 9342.0, 9357.0, 9298.0, 9294.0, 9286.0, 9257.0, 9321.0, 9306.0, 9277.0, 9236.0, 9264.0, 9275.0, 9269.0, 9296.0, 9302.0, 9322.0, 9351.0, 9328.0, 9396.0, 9355.0, 9365.0, 9348.0, 9338.0, 9343.0, 9323.0, 9392.0, 9382.0, 9373.0, 9344.0, 9301.0, 9341.0, 9317.0, 9369.0, 9316.0, 9333.0, 9336.0, 9347.0, 9397.0, 9346.0, 9382.0, 9345.0, 9373.0, 9426.0, 9401.0, 9407.0, 9410.0, 9392.0, 9358.0, 9370.0, 9331.0, 9327.0, 9343.0, 9330.0, 9400.0, 9365.0, 9405.0, 9379.0, 9392.0, 9388.0, 9376.0, 9384.0, 9363.0, 9357.0, 9346.0, 9321.0, 9357.0, 9332.0, 9356.0, 9315.0, 9300.0, 9370.0, 9315.0, 9257.0, 9320.0, 9286.0, 9276.0, 9273.0, 9289.0, 9278.0, 9276.0, 9314.0, 9272.0, 9273.0, 9329.0, 9311.0, 9283.0, 9322.0, 9310.0, 9274.0, 9317.0, 9291.0, 9279.0, 9316.0, 9289.0, 9298.0, 9327.0, 9291.0, 9369.0, 9340.0, 9283.0, 9349.0, 9320.0, 9305.0, 9340.0, 9296.0, 9366.0, 9327.0, 9336.0, 9364.0, 9306.0, 9372.0, 9326.0, 9343.0, 9327.0, 9311.0, 9378.0, 9335.0, 9352.0, 9358.0, 9338.0, 9403.0, 9362.0, 9352.0, 9368.0, 9342.0, 9407.0, 9365.0, 9407.0, 9398.0, 9371.0, 9432.0, 9380.0, 9374.0, 9401.0, 9350.0, 9415.0, 9358.0, 9345.0, 9406.0, 9351.0, 9418.0, 9381.0, 9360.0, 9407.0, 9363.0, 9372.0, 9390.0, 9371.0, 9410.0, 9388.0, 9390.0, 9405.0, 9401.0, 9384.0, 9372.0, 9417.0, 9395.0, 9398.0, 9407.0, 9361.0, 9422.0, 9374.0, 9439.0, 9386.0, 9326.0, 9380.0, 9353.0, 9363.0, 9367.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.005521080459770115</td></tr>
<tr><td colspan=3>aqi</td><td>0.06330611494252873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.0280484812888</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2125214399309536</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0542181254775598</td></tr>
<tr><td colspan=3>efc</td><td>0.5184</td></tr>
<tr><td colspan=3>fber</td><td>2839.0532</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18983573264272505</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>275</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.60919540229885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5378388447041886</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.484655849852097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.686293845044673</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.442566839215797</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132701</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007666772231459618</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02808271534740925</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.298174773630915</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.6217</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.2917</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.5338</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292302.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1097.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.5823</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1459</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.0547</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3411.1999</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>824.7638</td></tr>
<tr><td colspan=3>tsnr</td><td>24.49301416380331</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>