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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-03_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-03_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-0056/ses-03/func/sub-0056_ses-03_task-social_acq-mb8_run-03_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>e08a42ef0fdf96ec3865d04c7fad8bc7</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>18:49:18.827500</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.99926, 0.0375039, 0.00855082, -0.0378638, 0.998189, 0.0467499]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0842085</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7760, -7298, 819, -9, -353, 67, 57]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.726</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>638132a0-1307-420e-a904-66cc97787c6d||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.680941343307495, -0.10158572345972061, 0.01831146515905857, 115.65644836425781], [-0.10062028467655182, 2.678067445755005, 0.1270054429769516, -95.5753173828125], [0.022941214963793755, -0.1254265308380127, 2.696949005126953, -76.30717468261719], [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': ['184918.827500', '184919.287500', '184919.747500', '184920.207500', '184920.667500', '184921.127500', '184921.587500', '184922.047500', '184922.507500', '184922.967500', '184923.427500', '184923.887500', '184924.347500', '184924.807500', '184925.267500', '184925.727500', '184926.187500', '184926.647500', '184927.107500', '184927.567500', '184928.027500', '184928.487500', '184928.947500', '184929.407500', '184929.867500', '184930.327500', '184930.787500', '184931.247500', '184931.707500', '184932.167500', '184932.627500', '184933.087500', '184933.547500', '184934.007500', '184934.467500', '184934.927500', '184935.387500', '184935.847500', '184936.307500', '184936.767500', '184937.227500', '184937.687500', '184938.147500', '184938.607500', '184939.067500', '184939.527500', '184939.987500', '184940.447500', '184940.907500', '184941.367500', '184941.827500', '184942.287500', '184942.747500', '184943.207500', '184943.667500', '184944.127500', '184944.587500', '184945.047500', '184945.507500', '184945.967500', '184946.427500', '184946.887500', '184947.347500', '184947.807500', '184948.267500', '184948.727500', '184949.187500', '184949.647500', '184950.107500', '184950.567500', '184951.027500', '184951.487500', '184951.947500', '184952.407500', '184952.867500', '184953.327500', '184953.787500', '184954.247500', '184954.707500', '184955.167500', '184955.627500', '184956.087500', '184956.547500', '184957.007500', '184957.467500', '184957.927500', '184958.387500', '184958.847500', '184959.307500', '184959.767500', '185000.227500', '185000.687500', '185001.147500', '185001.607500', '185002.067500', '185002.527500', '185002.987500', '185003.447500', '185003.907500', '185004.367500', '185004.827500', '185005.287500', '185005.747500', '185006.207500', '185006.667500', '185007.127500', '185007.587500', '185008.047500', '185008.507500', '185008.967500', '185009.427500', '185009.887500', '185010.347500', '185010.807500', '185011.267500', '185011.727500', '185012.187500', '185012.647500', '185013.107500', '185013.567500', '185014.027500', '185014.487500', '185014.947500', '185015.407500', '185015.867500', '185016.327500', '185016.787500', '185017.247500', '185017.707500', '185018.167500', '185018.627500', '185019.087500', '185019.547500', '185020.007500', '185020.467500', '185020.927500', '185021.387500', '185021.847500', '185022.307500', '185022.767500', '185023.227500', '185023.687500', '185024.147500', '185024.607500', '185025.067500', '185025.527500', '185025.987500', '185026.447500', '185026.907500', '185027.367500', '185027.827500', '185028.287500', '185028.747500', '185029.207500', '185029.667500', '185030.127500', '185030.587500', '185031.047500', '185031.507500', '185031.967500', '185032.427500', '185032.887500', '185033.347500', '185033.807500', '185034.267500', '185034.727500', '185035.187500', '185035.647500', '185036.107500', '185036.567500', '185037.027500', '185037.487500', '185037.947500', '185038.407500', '185038.867500', '185039.327500', '185039.787500', '185040.247500', '185040.707500', '185041.167500', '185041.627500', '185042.087500', '185042.547500', '185043.007500', '185043.467500', '185043.927500', '185044.387500', '185044.847500', '185045.307500', '185045.767500', '185046.227500', '185046.687500', '185047.147500', '185047.607500', '185048.067500', '185048.527500', '185048.987500', '185049.447500', '185049.907500', '185050.367500', '185050.827500', '185051.287500', '185051.747500', '185052.207500', '185052.667500', '185053.127500', '185053.587500', '185054.047500', '185054.507500', '185054.967500', '185055.427500', '185055.887500', '185056.347500', '185056.807500', '185057.267500', '185057.727500', '185058.187500', '185058.647500', '185059.107500', '185059.567500', '185100.027500', '185100.487500', '185100.947500', '185101.407500', '185101.867500', '185102.327500', '185102.787500', '185103.247500', '185103.707500', '185104.167500', '185104.627500', '185105.087500', '185105.547500', '185106.007500', '185106.467500', '185106.927500', '185107.387500', '185107.847500', '185108.307500', '185108.767500', '185109.227500', '185109.687500', '185110.147500', '185110.607500', '185111.067500', '185111.527500', '185111.987500', '185112.447500', '185112.907500', '185113.367500', '185113.827500', '185114.287500', '185114.747500', '185115.207500', '185115.667500', '185116.127500', '185116.587500', '185117.047500', '185117.507500', '185117.967500', '185118.427500', '185118.887500', '185119.347500', '185119.807500', '185120.267500', '185120.727500', '185121.187500', '185121.647500', '185122.107500', '185122.567500', '185123.027500', '185123.487500', '185123.947500', '185124.407500', '185124.867500', '185125.327500', '185125.787500', '185126.247500', '185126.707500', '185127.167500', '185127.627500', '185128.087500', '185128.547500', '185129.007500', '185129.467500', '185129.927500', '185130.387500', '185130.847500', '185131.307500', '185131.767500', '185132.227500', '185132.687500', '185133.147500', '185133.607500', '185134.067500', '185134.527500', '185134.987500', '185135.447500', '185135.907500', '185136.367500', '185136.827500', '185137.287500', '185137.747500', '185138.207500', '185138.667500', '185139.127500', '185139.587500', '185140.047500', '185140.507500', '185140.967500', '185141.427500', '185141.887500', '185142.347500', '185142.807500', '185143.267500', '185143.727500', '185144.187500', '185144.647500', '185145.107500', '185145.567500', '185146.027500', '185146.487500', '185146.947500', '185147.407500', '185147.867500', '185148.327500', '185148.787500', '185149.247500', '185149.707500', '185150.167500', '185150.627500', '185151.087500', '185151.547500', '185152.007500', '185152.467500', '185152.927500', '185153.387500', '185153.847500', '185154.307500', '185154.767500', '185155.227500', '185155.687500', '185156.147500', '185156.607500', '185157.067500', '185157.527500', '185157.987500', '185158.447500', '185158.907500', '185159.367500', '185159.827500', '185200.287500', '185200.747500', '185201.207500', '185201.667500', '185202.127500', '185202.587500', '185203.047500', '185203.507500', '185203.967500', '185204.427500', '185204.887500', '185205.347500', '185205.807500', '185206.267500', '185206.727500', '185207.187500', '185207.647500', '185208.107500', '185208.567500', '185209.027500', '185209.487500', '185209.947500', '185210.407500', '185210.867500', '185211.327500', '185211.787500', '185212.247500', '185212.707500', '185213.167500', '185213.627500', '185214.087500', '185214.547500', '185215.007500', '185215.467500', '185215.927500', '185216.387500', '185216.847500', '185217.307500', '185217.767500', '185218.227500', '185218.687500', '185219.147500', '185219.607500', '185220.067500', '185220.527500', '185220.987500', '185221.447500', '185221.907500', '185222.367500', '185222.827500', '185223.287500', '185223.747500', '185224.207500', '185224.667500', '185225.127500', '185225.587500', '185226.047500', '185226.507500', '185226.967500', '185227.427500', '185227.887500', '185228.347500', '185228.807500', '185229.267500', '185229.727500', '185230.187500', '185230.647500', '185231.107500', '185231.567500', '185232.027500', '185232.487500', '185232.947500', '185233.407500', '185233.867500', '185234.327500', '185234.787500', '185235.247500', '185235.707500', '185236.167500', '185236.627500', '185237.087500', '185237.547500', '185238.007500', '185238.467500', '185238.927500', '185239.387500', '185239.847500', '185240.307500', '185240.767500', '185241.227500', '185241.687500', '185242.147500', '185242.607500', '185243.067500', '185243.527500', '185243.987500', '185244.447500', '185244.907500', '185245.367500', '185245.827500', '185246.287500', '185246.747500', '185247.207500', '185247.667500', '185248.127500', '185248.587500', '185249.047500', '185249.507500', '185249.967500', '185250.427500', '185250.887500', '185251.347500', '185251.807500', '185252.267500', '185252.727500', '185253.187500', '185253.647500', '185254.107500', '185254.567500', '185255.027500', '185255.487500', '185255.947500', '185256.407500', '185256.867500', '185257.327500', '185257.787500', '185258.247500', '185258.707500', '185259.167500', '185259.627500', '185300.087500', '185300.547500', '185301.007500', '185301.467500', '185301.927500', '185302.387500', '185302.847500', '185303.307500', '185303.767500', '185304.227500', '185304.687500', '185305.147500', '185305.607500', '185306.067500', '185306.527500', '185306.987500', '185307.447500', '185307.907500', '185308.367500', '185308.827500', '185309.287500', '185309.747500', '185310.207500', '185310.667500', '185311.127500', '185311.587500', '185312.047500', '185312.507500', '185312.967500', '185313.427500', '185313.887500', '185314.347500', '185314.807500', '185315.267500', '185315.727500', '185316.187500', '185316.647500', '185317.107500', '185317.567500', '185318.027500', '185318.487500', '185318.947500', '185319.407500', '185319.867500', '185320.327500', '185320.787500', '185321.247500', '185321.707500', '185322.167500', '185322.627500', '185323.087500', '185323.547500', '185324.007500', '185324.467500', '185324.927500', '185325.387500', '185325.847500', '185326.307500', '185326.767500', '185327.227500', '185327.687500', '185328.147500', '185328.607500', '185329.067500', '185329.527500', '185329.987500', '185330.447500', '185330.907500', '185331.367500', '185331.827500', '185332.287500', '185332.747500', '185333.207500', '185333.667500', '185334.127500', '185334.587500', '185335.047500', '185335.507500', '185335.967500', '185336.427500', '185336.887500', '185337.347500', '185337.807500', '185338.267500', '185338.727500', '185339.187500', '185339.647500', '185340.107500', '185340.567500', '185341.027500', '185341.487500', '185341.947500', '185342.407500', '185342.867500', '185343.327500', '185343.787500', '185344.247500', '185344.707500', '185345.167500', '185345.627500', '185346.087500', '185346.547500', '185347.007500', '185347.467500', '185347.927500', '185348.387500', '185348.847500', '185349.307500', '185349.767500', '185350.227500', '185350.687500', '185351.147500', '185351.607500', '185352.067500', '185352.527500', '185352.987500', '185353.447500', '185353.907500', '185354.367500', '185354.827500', '185355.287500', '185355.747500', '185356.207500', '185356.667500', '185357.127500', '185357.587500', '185358.047500', '185358.507500', '185358.967500', '185359.427500', '185359.887500', '185400.347500', '185400.807500', '185401.267500', '185401.727500', '185402.187500', '185402.647500', '185403.107500', '185403.567500', '185404.027500', '185404.487500', '185404.947500', '185405.407500', '185405.867500', '185406.327500', '185406.787500', '185407.247500', '185407.707500', '185408.167500', '185408.627500', '185409.087500', '185409.547500', '185410.007500', '185410.467500', '185410.927500', '185411.387500', '185411.847500', '185412.307500', '185412.767500', '185413.227500', '185413.687500', '185414.147500', '185414.607500', '185415.067500', '185415.527500', '185415.987500', '185416.447500', '185416.907500', '185417.367500', '185417.827500', '185418.287500', '185418.747500', '185419.207500', '185419.667500', '185420.127500', '185420.587500', '185421.047500', '185421.507500', '185421.967500', '185422.427500', '185422.887500', '185423.347500', '185423.807500', '185424.267500', '185424.727500', '185425.187500', '185425.647500', '185426.107500', '185426.567500', '185427.027500', '185427.487500', '185427.947500', '185428.407500', '185428.867500', '185429.327500', '185429.787500', '185430.247500', '185430.707500', '185431.167500', '185431.627500', '185432.087500', '185432.547500', '185433.007500', '185433.467500', '185433.927500', '185434.387500', '185434.847500', '185435.307500', '185435.767500', '185436.227500', '185436.687500', '185437.147500', '185437.607500', '185438.067500', '185438.527500', '185438.987500', '185439.447500', '185439.907500', '185440.367500', '185440.827500', '185441.287500', '185441.747500', '185442.207500', '185442.667500', '185443.127500', '185443.587500', '185444.047500', '185444.507500', '185444.967500', '185445.427500', '185445.887500', '185446.347500', '185446.807500', '185447.267500', '185447.727500', '185448.187500', '185448.647500', '185449.107500', '185449.567500', '185450.027500', '185450.487500', '185450.947500', '185451.407500', '185451.867500', '185452.327500', '185452.787500', '185453.247500', '185453.707500', '185454.167500', '185454.627500', '185455.087500', '185455.547500', '185456.007500', '185456.467500', '185456.927500', '185457.387500', '185457.847500', '185458.307500', '185458.767500', '185459.227500', '185459.687500', '185500.147500', '185500.607500', '185501.067500', '185501.527500', '185501.987500', '185502.447500', '185502.907500', '185503.367500', '185503.827500', '185504.287500', '185504.747500', '185505.207500', '185505.667500', '185506.127500', '185506.587500', '185507.047500', '185507.507500', '185507.967500', '185508.427500', '185508.887500', '185509.347500', '185509.807500', '185510.267500', '185510.727500', '185511.187500', '185511.647500', '185512.107500', '185512.567500', '185513.027500', '185513.487500', '185513.947500', '185514.407500', '185514.867500', '185515.327500', '185515.787500', '185516.247500', '185516.707500', '185517.167500', '185517.627500', '185518.087500', '185518.547500', '185519.007500', '185519.467500', '185519.927500', '185520.387500', '185520.847500', '185521.307500', '185521.767500', '185522.227500', '185522.687500', '185523.147500', '185523.607500', '185524.067500', '185524.527500', '185524.987500', '185525.447500', '185525.907500', '185526.367500', '185526.827500', '185527.287500', '185527.747500', '185528.207500', '185528.667500', '185529.127500', '185529.587500', '185530.047500', '185530.507500', '185530.967500', '185531.427500', '185531.887500', '185532.347500', '185532.807500', '185533.267500', '185533.727500', '185534.187500', '185534.647500', '185535.107500', '185535.567500', '185536.027500', '185536.487500', '185536.947500', '185537.407500', '185537.867500', '185538.327500', '185538.787500', '185539.247500', '185539.707500', '185540.167500', '185540.627500', '185541.087500', '185541.547500', '185542.007500', '185542.467500', '185542.927500', '185543.387500', '185543.847500', '185544.307500', '185544.767500', '185545.227500', '185545.687500', '185546.147500', '185546.607500', '185547.067500', '185547.527500', '185547.987500', '185548.447500', '185548.907500', '185549.367500', '185549.827500', '185550.287500', '185550.747500', '185551.207500', '185551.667500', '185552.127500', '185552.587500', '185553.047500', '185553.507500', '185553.967500', '185554.427500', '185554.887500', '185555.347500', '185555.807500', '185556.267500', '185556.727500', '185557.187500', '185557.647500', '185558.107500', '185558.567500', '185559.027500', '185559.487500'], 'ContentTime': ['184936.892000', '184936.895000', '184936.898000', '184936.901000', '184936.909000', '184936.912000', '184936.914000', '184936.917000', '184936.920000', '184936.922000', '184936.925000', '184936.928000', '184936.931000', '184936.933000', '184936.939000', '184936.941000', '184936.944000', '184936.946000', '184936.949000', '184936.952000', '184936.954000', '184936.957000', '184936.960000', '184936.962000', '184936.965000', '184936.968000', '184936.970000', '184936.973000', '184936.976000', '184936.978000', '184936.981000', '184936.984000', '184936.986000', '184936.989000', '184936.992000', '184936.994000', '184956.862000', '184956.865000', '184956.868000', '184956.872000', '184956.875000', '184956.878000', '184956.880000', '184956.883000', '184956.885000', '184956.888000', '184956.891000', '184956.893000', '184956.896000', '184956.899000', '184956.901000', '184956.904000', '184956.906000', '184956.909000', '184956.911000', '184956.914000', '184956.917000', '184956.919000', '184956.922000', '184956.925000', '184956.927000', '184956.930000', '184956.932000', '184956.935000', '184956.938000', '184956.940000', '184956.943000', '184956.946000', '184956.948000', '184956.951000', '184956.954000', '184956.956000', '184956.959000', '184956.962000', '184956.964000', '184956.967000', '184956.970000', '184956.972000', '184956.975000', '184956.978000', '185016.862000', '185016.866000', '185016.868000', '185016.871000', '185016.874000', '185016.876000', '185016.879000', '185016.882000', '185016.884000', '185016.887000', '185016.890000', '185016.892000', '185016.895000', '185016.899000', '185016.902000', '185016.905000', '185016.907000', '185016.910000', '185016.921000', '185016.924000', '185016.926000', '185016.929000', '185016.931000', '185016.934000', '185016.937000', '185016.939000', '185016.942000', '185016.944000', '185016.947000', '185016.950000', '185016.953000', '185016.955000', '185016.958000', '185016.961000', '185016.963000', '185016.966000', '185016.968000', '185016.971000', '185016.973000', '185016.976000', '185016.979000', '185016.981000', '185016.984000', '185036.862000', '185036.865000', '185036.868000', '185036.871000', '185036.874000', '185036.876000', '185036.879000', '185036.882000', '185036.884000', '185036.887000', '185036.890000', '185036.892000', '185036.895000', '185036.897000', '185036.900000', '185036.902000', '185036.905000', '185036.908000', '185036.910000', '185036.913000', '185036.916000', '185036.918000', '185036.921000', '185036.923000', '185036.926000', '185036.928000', '185036.931000', '185036.934000', '185036.936000', '185036.939000', '185036.941000', '185036.944000', '185036.947000', '185036.949000', '185036.952000', '185036.955000', '185036.957000', '185036.960000', '185036.962000', '185036.965000', '185036.968000', '185036.970000', '185036.973000', '185036.975000', '185056.862000', '185056.865000', '185056.868000', '185056.871000', '185056.873000', '185056.876000', '185056.878000', '185056.881000', '185056.884000', '185056.886000', '185056.889000', '185056.891000', '185056.894000', '185056.897000', '185056.899000', '185056.902000', '185056.905000', '185056.907000', '185056.910000', '185056.912000', '185056.915000', '185056.918000', '185056.920000', '185056.923000', '185056.925000', '185056.928000', '185056.931000', '185056.934000', '185056.936000', '185056.939000', '185056.942000', '185056.944000', '185056.947000', '185056.950000', '185056.952000', '185056.955000', '185056.957000', '185056.960000', '185056.963000', '185056.965000', '185056.968000', '185056.971000', '185056.973000', '185116.863000', '185116.866000', '185116.868000', '185116.871000', '185116.873000', '185116.876000', '185116.879000', '185116.881000', '185116.884000', '185116.887000', '185116.889000', '185116.892000', '185116.894000', '185116.897000', '185116.900000', '185116.902000', '185116.905000', '185116.908000', '185116.910000', '185116.913000', '185116.915000', '185116.918000', '185116.921000', '185116.923000', '185116.926000', '185116.928000', '185116.931000', '185116.934000', '185116.936000', '185116.939000', '185116.942000', '185116.944000', '185116.947000', '185116.950000', '185116.952000', '185116.955000', '185116.957000', '185116.960000', '185116.963000', '185116.965000', '185116.968000', '185116.970000', '185116.973000', '185116.975000', '185136.862000', '185136.865000', '185136.868000', '185136.871000', '185136.873000', '185136.876000', '185136.878000', '185136.881000', '185136.884000', '185136.886000', '185136.889000', '185136.892000', '185136.894000', '185136.897000', '185136.899000', '185136.902000', '185136.905000', '185136.907000', '185136.910000', '185136.913000', '185136.915000', '185136.918000', '185136.920000', '185136.923000', '185136.926000', '185136.928000', '185136.931000', '185136.934000', '185136.938000', '185136.941000', '185136.944000', '185136.946000', '185136.949000', '185136.952000', '185136.954000', '185136.957000', '185136.960000', '185136.962000', '185136.965000', '185136.967000', '185136.970000', '185136.973000', '185136.975000', '185156.863000', '185156.865000', '185156.868000', '185156.871000', '185156.874000', '185156.876000', '185156.879000', '185156.881000', '185156.884000', '185156.887000', '185156.889000', '185156.892000', '185156.895000', '185156.897000', '185156.900000', '185156.902000', '185156.905000', '185156.908000', '185156.910000', '185156.913000', '185156.916000', '185156.918000', '185156.921000', '185156.924000', '185156.926000', '185156.929000', '185156.932000', '185156.934000', '185156.952000', '185156.955000', '185156.957000', '185156.960000', '185156.963000', '185156.965000', '185156.968000', '185156.970000', '185156.973000', '185156.976000', '185156.980000', '185156.983000', '185156.986000', '185156.988000', '185156.991000', '185156.994000', '185216.863000', '185216.865000', '185216.868000', '185216.871000', '185216.873000', '185216.876000', '185216.879000', '185216.882000', '185216.884000', '185216.887000', '185216.889000', '185216.892000', '185216.895000', '185216.897000', '185216.900000', '185216.903000', '185216.905000', '185216.908000', '185216.911000', '185216.913000', '185216.918000', '185216.920000', '185216.923000', '185216.926000', '185216.928000', '185216.931000', '185216.934000', '185216.936000', '185216.939000', '185216.942000', '185216.945000', '185216.947000', '185216.950000', '185216.953000', '185216.955000', '185216.958000', '185216.961000', '185216.963000', '185216.966000', '185216.969000', '185216.971000', '185216.974000', '185216.977000', '185236.863000', '185236.865000', '185236.868000', '185236.871000', '185236.874000', '185236.877000', '185236.879000', '185236.882000', '185236.885000', '185236.887000', '185236.890000', '185236.893000', '185236.895000', '185236.898000', '185236.900000', '185236.903000', '185236.906000', '185236.908000', '185236.911000', '185236.914000', '185236.916000', '185236.926000', '185236.928000', '185236.931000', '185236.934000', '185236.936000', '185236.939000', '185236.942000', '185236.944000', '185236.947000', '185236.949000', '185236.952000', '185236.955000', '185236.957000', '185236.960000', '185236.963000', '185236.965000', '185236.968000', '185236.970000', '185236.973000', '185236.976000', '185236.978000', '185236.981000', '185236.984000', '185256.862000', '185256.865000', '185256.868000', '185256.871000', '185256.873000', '185256.876000', '185256.879000', '185256.881000', '185256.884000', '185256.887000', '185256.889000', '185256.892000', '185256.894000', '185256.897000', '185256.900000', '185256.902000', '185256.905000', '185256.908000', '185256.910000', '185256.913000', '185256.916000', '185256.918000', '185256.921000', '185256.923000', '185256.926000', '185256.929000', '185256.931000', '185256.934000', '185256.937000', '185256.939000', '185256.942000', '185256.945000', '185256.947000', '185256.950000', '185256.953000', '185256.955000', '185256.958000', '185256.960000', '185256.963000', '185256.966000', '185256.968000', '185256.971000', '185256.974000', '185316.863000', '185316.865000', '185316.868000', '185316.871000', '185316.873000', '185316.876000', '185316.879000', '185316.882000', '185316.884000', '185316.887000', '185316.889000', '185316.892000', '185316.895000', '185316.897000', '185316.900000', '185316.902000', '185316.905000', '185316.908000', '185316.910000', '185316.913000', '185316.916000', '185316.918000', '185316.921000', '185316.923000', '185316.926000', '185316.929000', '185316.931000', '185316.934000', '185316.936000', '185316.939000', '185316.942000', '185316.944000', '185316.947000', '185316.949000', '185316.952000', '185316.955000', '185316.957000', '185316.960000', '185316.963000', '185316.965000', '185316.968000', '185316.971000', '185316.973000', '185316.976000', '185336.862000', '185336.865000', '185336.868000', '185336.871000', '185336.874000', '185336.876000', '185336.879000', '185336.881000', '185336.884000', '185336.916000', '185336.919000', '185336.921000', '185336.924000', '185336.927000', '185336.929000', '185336.932000', '185336.935000', '185336.937000', '185336.940000', '185336.942000', '185336.945000', '185336.948000', '185336.951000', '185336.953000', '185336.956000', '185336.959000', '185336.961000', '185336.964000', '185336.966000', '185336.969000', '185336.972000', '185336.974000', '185336.977000', '185336.980000', '185336.982000', '185336.985000', '185336.988000', '185336.991000', '185336.993000', '185336.996000', '185337.000000', '185337.003000', '185337.005000', '185356.862000', '185356.866000', '185356.868000', '185356.871000', '185356.874000', '185356.876000', '185356.879000', '185356.882000', '185356.884000', '185356.887000', '185356.890000', '185356.892000', '185356.895000', '185356.898000', '185356.900000', '185356.903000', '185356.905000', '185356.908000', '185356.911000', '185356.913000', '185356.916000', '185356.919000', '185356.921000', '185356.924000', '185356.927000', '185356.929000', '185356.932000', '185356.935000', '185356.937000', '185356.940000', '185356.943000', '185356.945000', '185356.948000', '185356.950000', '185356.953000', '185356.955000', '185356.958000', '185356.961000', '185356.963000', '185356.966000', '185356.968000', '185356.971000', '185356.974000', '185356.976000', '185416.863000', '185416.866000', '185416.868000', '185416.871000', '185416.874000', '185416.876000', '185416.879000', '185416.882000', '185416.885000', '185416.887000', '185416.890000', '185416.893000', '185416.895000', '185416.898000', '185416.900000', '185416.903000', '185416.906000', '185416.908000', '185416.911000', '185416.914000', '185416.916000', '185416.919000', '185416.922000', '185416.925000', '185416.927000', '185416.930000', '185416.932000', '185416.935000', '185416.938000', '185416.940000', '185416.943000', '185416.946000', '185416.948000', '185416.951000', '185416.954000', '185416.956000', '185416.959000', '185416.962000', '185416.964000', '185416.967000', '185416.970000', '185416.972000', '185416.975000', '185436.863000', '185436.865000', '185436.868000', '185436.871000', '185436.874000', '185436.876000', '185436.879000', '185436.882000', '185436.885000', '185436.887000', '185436.890000', '185436.892000', '185436.895000', '185436.898000', '185436.900000', '185436.903000', '185436.906000', '185436.908000', '185436.911000', '185436.914000', '185436.916000', '185436.919000', '185436.922000', '185436.924000', '185436.927000', '185436.930000', '185436.932000', '185436.935000', '185436.937000', '185436.940000', '185436.943000', '185436.945000', '185436.948000', '185436.951000', '185436.953000', '185436.956000', '185436.959000', '185436.961000', '185436.964000', '185436.966000', '185436.969000', '185436.972000', '185436.974000', '185436.977000', '185456.862000', '185456.865000', '185456.868000', '185456.871000', '185456.874000', '185456.876000', '185456.879000', '185456.882000', '185456.884000', '185456.887000', '185456.890000', '185456.892000', '185456.895000', '185456.897000', '185456.900000', '185456.903000', '185456.905000', '185456.912000', '185456.915000', '185456.918000', '185456.953000', '185456.956000', '185456.959000', '185456.961000', '185456.964000', '185456.967000', '185456.970000', '185456.972000', '185456.975000', '185456.977000', '185456.980000', '185456.983000', '185456.985000', '185456.988000', '185456.991000', '185456.993000', '185456.996000', '185457.000000', '185457.002000', '185457.005000', '185457.008000', '185457.010000', '185457.013000', '185516.862000', '185516.865000', '185516.868000', '185516.871000', '185516.873000', '185516.876000', '185516.879000', '185516.882000', '185516.884000', '185516.887000', '185516.890000', '185516.892000', '185516.895000', '185516.898000', '185516.900000', '185516.906000', '185516.909000', '185516.912000', '185516.914000', '185516.917000', '185516.920000', '185516.923000', '185516.925000', '185516.928000', '185516.930000', '185516.933000', '185516.936000', '185516.938000', '185516.941000', '185516.944000', '185516.946000', '185516.949000', '185516.952000', '185516.954000', '185516.957000', '185516.959000', '185516.962000', '185516.965000', '185516.967000', '185516.970000', '185516.973000', '185516.975000', '185516.978000', '185516.980000', '185536.863000', '185536.866000', '185536.868000', '185536.871000', '185536.874000', '185536.876000', '185536.879000', '185536.882000', '185536.884000', '185536.887000', '185536.890000', '185536.892000', '185536.895000', '185536.898000', '185536.900000', '185536.903000', '185536.905000', '185536.908000', '185536.911000', '185536.914000', '185536.916000', '185536.919000', '185536.922000', '185536.924000', '185536.927000', '185536.929000', '185536.932000', '185536.935000', '185536.937000', '185536.940000', '185536.943000', '185536.945000', '185536.948000', '185536.951000', '185536.953000', '185536.956000', '185536.959000', '185536.961000', '185536.964000', '185536.967000', '185536.969000', '185536.972000', '185536.974000', '185556.863000', '185556.865000', '185556.868000', '185556.871000', '185556.874000', '185556.876000', '185556.879000', '185556.881000', '185556.884000', '185556.887000', '185556.890000', '185556.892000', '185556.895000', '185556.897000', '185556.900000', '185556.903000', '185556.905000', '185556.908000', '185556.911000', '185556.913000', '185556.916000', '185556.919000', '185556.922000', '185556.924000', '185556.927000', '185556.929000', '185556.932000', '185556.935000', '185556.937000', '185556.940000', '185556.942000', '185556.945000', '185556.948000', '185556.950000', '185556.953000', '185556.956000', '185556.959000', '185556.961000', '185556.964000', '185556.966000', '185556.969000', '185556.972000', '185556.974000', '185600.920000', '185600.923000', '185600.926000', '185600.928000', '185600.931000', '185600.934000', '185600.937000', '185600.940000', '185600.942000', '185600.945000'], 'InstanceCreationTime': ['184936.892000', '184936.895000', '184936.898000', '184936.901000', '184936.909000', '184936.912000', '184936.914000', '184936.917000', '184936.920000', '184936.922000', '184936.925000', '184936.928000', '184936.931000', '184936.933000', '184936.939000', '184936.941000', '184936.944000', '184936.946000', '184936.949000', '184936.952000', '184936.954000', '184936.957000', '184936.960000', '184936.962000', '184936.965000', '184936.968000', '184936.970000', '184936.973000', '184936.976000', '184936.978000', '184936.981000', '184936.984000', '184936.986000', '184936.989000', '184936.992000', '184936.994000', '184956.862000', '184956.865000', '184956.868000', '184956.872000', '184956.875000', '184956.878000', '184956.880000', '184956.883000', '184956.885000', '184956.888000', '184956.891000', '184956.893000', '184956.896000', '184956.899000', '184956.901000', '184956.904000', '184956.906000', '184956.909000', '184956.911000', '184956.914000', '184956.917000', '184956.919000', '184956.922000', '184956.925000', '184956.927000', '184956.930000', '184956.932000', '184956.935000', '184956.938000', '184956.940000', '184956.943000', '184956.946000', '184956.948000', '184956.951000', '184956.954000', '184956.956000', '184956.959000', '184956.962000', '184956.964000', '184956.967000', '184956.970000', '184956.972000', '184956.975000', '184956.978000', '185016.862000', '185016.866000', '185016.868000', '185016.871000', '185016.874000', '185016.876000', '185016.879000', '185016.882000', '185016.884000', '185016.887000', '185016.890000', '185016.892000', '185016.895000', '185016.899000', '185016.902000', '185016.905000', '185016.907000', '185016.910000', '185016.921000', '185016.924000', '185016.926000', '185016.929000', '185016.931000', '185016.934000', '185016.937000', '185016.939000', '185016.942000', '185016.944000', '185016.947000', '185016.950000', '185016.953000', '185016.955000', '185016.958000', '185016.961000', '185016.963000', '185016.966000', '185016.968000', '185016.971000', '185016.973000', '185016.976000', '185016.979000', '185016.981000', '185016.984000', '185036.862000', '185036.865000', '185036.868000', '185036.871000', '185036.874000', '185036.876000', '185036.879000', '185036.882000', '185036.884000', '185036.887000', '185036.890000', '185036.892000', '185036.895000', '185036.897000', '185036.900000', '185036.902000', '185036.905000', '185036.908000', '185036.910000', '185036.913000', '185036.916000', '185036.918000', '185036.921000', '185036.923000', '185036.926000', '185036.928000', '185036.931000', '185036.934000', '185036.936000', '185036.939000', '185036.941000', '185036.944000', '185036.947000', '185036.949000', '185036.952000', '185036.955000', '185036.957000', '185036.960000', '185036.962000', '185036.965000', '185036.968000', '185036.970000', '185036.973000', '185036.975000', '185056.862000', '185056.865000', '185056.868000', '185056.871000', '185056.873000', '185056.876000', '185056.878000', '185056.881000', '185056.884000', '185056.886000', '185056.889000', '185056.891000', '185056.894000', '185056.897000', '185056.899000', '185056.902000', '185056.905000', '185056.907000', '185056.910000', '185056.912000', '185056.915000', '185056.918000', '185056.920000', '185056.923000', '185056.925000', '185056.928000', '185056.931000', '185056.934000', '185056.936000', '185056.939000', '185056.942000', '185056.944000', '185056.947000', '185056.950000', '185056.952000', '185056.955000', '185056.957000', '185056.960000', '185056.963000', '185056.965000', '185056.968000', '185056.971000', '185056.973000', '185116.863000', '185116.866000', '185116.868000', '185116.871000', '185116.873000', '185116.876000', '185116.879000', '185116.881000', '185116.884000', '185116.887000', '185116.889000', '185116.892000', '185116.894000', '185116.897000', '185116.900000', '185116.902000', '185116.905000', '185116.908000', '185116.910000', '185116.913000', '185116.915000', '185116.918000', '185116.921000', '185116.923000', '185116.926000', '185116.928000', '185116.931000', '185116.934000', '185116.936000', '185116.939000', '185116.942000', '185116.944000', '185116.947000', '185116.950000', '185116.952000', '185116.955000', '185116.957000', '185116.960000', '185116.963000', '185116.965000', '185116.968000', '185116.970000', '185116.973000', '185116.975000', '185136.862000', '185136.865000', '185136.868000', '185136.871000', '185136.873000', '185136.876000', '185136.878000', '185136.881000', '185136.884000', '185136.886000', '185136.889000', '185136.892000', '185136.894000', '185136.897000', '185136.899000', '185136.902000', '185136.905000', '185136.907000', '185136.910000', '185136.913000', '185136.915000', '185136.918000', '185136.920000', '185136.923000', '185136.926000', '185136.928000', '185136.931000', '185136.934000', '185136.938000', '185136.941000', '185136.944000', '185136.946000', '185136.949000', '185136.952000', '185136.954000', '185136.957000', '185136.960000', '185136.962000', '185136.965000', '185136.967000', '185136.970000', '185136.973000', '185136.975000', '185156.863000', '185156.865000', '185156.868000', '185156.871000', '185156.874000', '185156.876000', '185156.879000', '185156.881000', '185156.884000', '185156.887000', '185156.889000', '185156.892000', '185156.895000', '185156.897000', '185156.900000', '185156.902000', '185156.905000', '185156.908000', '185156.910000', '185156.913000', '185156.916000', '185156.918000', '185156.921000', '185156.924000', '185156.926000', '185156.929000', '185156.932000', '185156.934000', '185156.952000', '185156.955000', '185156.957000', '185156.960000', '185156.963000', '185156.965000', '185156.968000', '185156.970000', '185156.973000', '185156.976000', '185156.980000', '185156.983000', '185156.986000', '185156.988000', '185156.991000', '185156.994000', '185216.863000', '185216.865000', '185216.868000', '185216.871000', '185216.873000', '185216.876000', '185216.879000', '185216.882000', '185216.884000', '185216.887000', '185216.889000', '185216.892000', '185216.895000', '185216.897000', '185216.900000', '185216.903000', '185216.905000', '185216.908000', '185216.911000', '185216.913000', '185216.918000', '185216.920000', '185216.923000', '185216.926000', '185216.928000', '185216.931000', '185216.934000', '185216.936000', '185216.939000', '185216.942000', '185216.945000', '185216.947000', '185216.950000', '185216.953000', '185216.955000', '185216.958000', '185216.961000', '185216.963000', '185216.966000', '185216.969000', '185216.971000', '185216.974000', '185216.977000', '185236.863000', '185236.865000', '185236.868000', '185236.871000', '185236.874000', '185236.877000', '185236.879000', '185236.882000', '185236.885000', '185236.887000', '185236.890000', '185236.893000', '185236.895000', '185236.898000', '185236.900000', '185236.903000', '185236.906000', '185236.908000', '185236.911000', '185236.914000', '185236.916000', '185236.926000', '185236.928000', '185236.931000', '185236.934000', '185236.936000', '185236.939000', '185236.942000', '185236.944000', '185236.947000', '185236.949000', '185236.952000', '185236.955000', '185236.957000', '185236.960000', '185236.963000', '185236.965000', '185236.968000', '185236.970000', '185236.973000', '185236.976000', '185236.978000', '185236.981000', '185236.984000', '185256.862000', '185256.865000', '185256.868000', '185256.871000', '185256.873000', '185256.876000', '185256.879000', '185256.881000', '185256.884000', '185256.887000', '185256.889000', '185256.892000', '185256.894000', '185256.897000', '185256.900000', '185256.902000', '185256.905000', '185256.908000', '185256.910000', '185256.913000', '185256.916000', '185256.918000', '185256.921000', '185256.923000', '185256.926000', '185256.929000', '185256.931000', '185256.934000', '185256.937000', '185256.939000', '185256.942000', '185256.945000', '185256.947000', '185256.950000', '185256.953000', '185256.955000', '185256.958000', '185256.960000', '185256.963000', '185256.966000', '185256.968000', '185256.971000', '185256.974000', '185316.863000', '185316.865000', '185316.868000', '185316.871000', '185316.873000', '185316.876000', '185316.879000', '185316.882000', '185316.884000', '185316.887000', '185316.889000', '185316.892000', '185316.895000', '185316.897000', '185316.900000', '185316.902000', '185316.905000', '185316.908000', '185316.910000', '185316.913000', '185316.916000', '185316.918000', '185316.921000', '185316.923000', '185316.926000', '185316.929000', '185316.931000', '185316.934000', '185316.936000', '185316.939000', '185316.942000', '185316.944000', '185316.947000', '185316.949000', '185316.952000', '185316.955000', '185316.957000', '185316.960000', '185316.963000', '185316.965000', '185316.968000', '185316.971000', '185316.973000', '185316.976000', '185336.862000', '185336.865000', '185336.868000', '185336.871000', '185336.874000', '185336.876000', '185336.879000', '185336.881000', '185336.884000', '185336.916000', '185336.919000', '185336.921000', '185336.924000', '185336.927000', '185336.929000', '185336.932000', '185336.935000', '185336.937000', '185336.940000', '185336.942000', '185336.945000', '185336.948000', '185336.951000', '185336.953000', '185336.956000', '185336.959000', '185336.961000', '185336.964000', '185336.966000', '185336.969000', '185336.972000', '185336.974000', '185336.977000', '185336.980000', '185336.982000', '185336.985000', '185336.988000', '185336.991000', '185336.993000', '185336.996000', '185337.000000', '185337.003000', '185337.005000', '185356.862000', '185356.866000', '185356.868000', '185356.871000', '185356.874000', '185356.876000', '185356.879000', '185356.882000', '185356.884000', '185356.887000', '185356.890000', '185356.892000', '185356.895000', '185356.898000', '185356.900000', '185356.903000', '185356.905000', '185356.908000', '185356.911000', '185356.913000', '185356.916000', '185356.919000', '185356.921000', '185356.924000', '185356.927000', '185356.929000', '185356.932000', '185356.935000', '185356.937000', '185356.940000', '185356.943000', '185356.945000', '185356.948000', '185356.950000', '185356.953000', '185356.955000', '185356.958000', '185356.961000', '185356.963000', '185356.966000', '185356.968000', '185356.971000', '185356.974000', '185356.976000', '185416.863000', '185416.866000', '185416.868000', '185416.871000', '185416.874000', '185416.876000', '185416.879000', '185416.882000', '185416.885000', '185416.887000', '185416.890000', '185416.893000', '185416.895000', '185416.898000', '185416.900000', '185416.903000', '185416.906000', '185416.908000', '185416.911000', '185416.914000', '185416.916000', '185416.919000', '185416.922000', '185416.925000', '185416.927000', '185416.930000', '185416.932000', '185416.935000', '185416.938000', '185416.940000', '185416.943000', '185416.946000', '185416.948000', '185416.951000', '185416.954000', '185416.956000', '185416.959000', '185416.962000', '185416.964000', '185416.967000', '185416.970000', '185416.972000', '185416.975000', '185436.863000', '185436.865000', '185436.868000', '185436.871000', '185436.874000', '185436.876000', '185436.879000', '185436.882000', '185436.885000', '185436.887000', '185436.890000', '185436.892000', '185436.895000', '185436.898000', '185436.900000', '185436.903000', '185436.906000', '185436.908000', '185436.911000', '185436.914000', '185436.916000', '185436.919000', '185436.922000', '185436.924000', '185436.927000', '185436.930000', '185436.932000', '185436.935000', '185436.937000', '185436.940000', '185436.943000', '185436.945000', '185436.948000', '185436.951000', '185436.953000', '185436.956000', '185436.959000', '185436.961000', '185436.964000', '185436.966000', '185436.969000', '185436.972000', '185436.974000', '185436.977000', '185456.862000', '185456.865000', '185456.868000', '185456.871000', '185456.874000', '185456.876000', '185456.879000', '185456.882000', '185456.884000', '185456.887000', '185456.890000', '185456.892000', '185456.895000', '185456.897000', '185456.900000', '185456.903000', '185456.905000', '185456.912000', '185456.915000', '185456.918000', '185456.953000', '185456.956000', '185456.959000', '185456.961000', '185456.964000', '185456.967000', '185456.970000', '185456.972000', '185456.975000', '185456.977000', '185456.980000', '185456.983000', '185456.985000', '185456.988000', '185456.991000', '185456.993000', '185456.996000', '185457.000000', '185457.002000', '185457.005000', '185457.008000', '185457.010000', '185457.013000', '185516.862000', '185516.865000', '185516.868000', '185516.871000', '185516.873000', '185516.876000', '185516.879000', '185516.882000', '185516.884000', '185516.887000', '185516.890000', '185516.892000', '185516.895000', '185516.898000', '185516.900000', '185516.906000', '185516.909000', '185516.912000', '185516.914000', '185516.917000', '185516.920000', '185516.923000', '185516.925000', '185516.928000', '185516.930000', '185516.933000', '185516.936000', '185516.938000', '185516.941000', '185516.944000', '185516.946000', '185516.949000', '185516.952000', '185516.954000', '185516.957000', '185516.959000', '185516.962000', '185516.965000', '185516.967000', '185516.970000', '185516.973000', '185516.975000', '185516.978000', '185516.980000', '185536.863000', '185536.866000', '185536.868000', '185536.871000', '185536.874000', '185536.876000', '185536.879000', '185536.882000', '185536.884000', '185536.887000', '185536.890000', '185536.892000', '185536.895000', '185536.898000', '185536.900000', '185536.903000', '185536.905000', '185536.908000', '185536.911000', '185536.914000', '185536.916000', '185536.919000', '185536.922000', '185536.924000', '185536.927000', '185536.929000', '185536.932000', '185536.935000', '185536.937000', '185536.940000', '185536.943000', '185536.945000', '185536.948000', '185536.951000', '185536.953000', '185536.956000', '185536.959000', '185536.961000', '185536.964000', '185536.967000', '185536.969000', '185536.972000', '185536.974000', '185556.863000', '185556.865000', '185556.868000', '185556.871000', '185556.874000', '185556.876000', '185556.879000', '185556.881000', '185556.884000', '185556.887000', '185556.890000', '185556.892000', '185556.895000', '185556.897000', '185556.900000', '185556.903000', '185556.905000', '185556.908000', '185556.911000', '185556.913000', '185556.916000', '185556.919000', '185556.922000', '185556.924000', '185556.927000', '185556.929000', '185556.932000', '185556.935000', '185556.937000', '185556.940000', '185556.942000', '185556.945000', '185556.948000', '185556.950000', '185556.953000', '185556.956000', '185556.959000', '185556.961000', '185556.964000', '185556.966000', '185556.969000', '185556.972000', '185556.974000', '185600.920000', '185600.923000', '185600.926000', '185600.928000', '185600.931000', '185600.934000', '185600.937000', '185600.940000', '185600.942000', '185600.945000'], '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': [7698, 7453, 8388, 7518, 8945, 7382, 8692, 6920, 7190, 9195, 6830, 10458, 7077, 8779, 7124, 8238, 7131, 6081, 6963, 6090, 6529, 7176, 8122, 6937, 7547, 7171, 6495, 6947, 6100, 6729, 6151, 6662, 6138, 6795, 6331, 6739, 6850, 6694, 7137, 7041, 7362, 6891, 7240, 6229, 6961, 8748, 6236, 9244, 6858, 6916, 6967, 8522, 6955, 7742, 6890, 7655, 6891, 6451, 7147, 5975, 6910, 6234, 7106, 6742, 6810, 6670, 7024, 6722, 6807, 6086, 6483, 5920, 6075, 6774, 5957, 6952, 6459, 6871, 6205, 6810, 6678, 6868, 7048, 6565, 6310, 6794, 6406, 6762, 6195, 6403, 6116, 6211, 5972, 6308, 6651, 6140, 6882, 6445, 6151, 6035, 5930, 6017, 6764, 6059, 6643, 6126, 6108, 6167, 7125, 8624, 7231, 9779, 7135, 8350, 7050, 8081, 7001, 7965, 7140, 7545, 7077, 7501, 6970, 8030, 7070, 7681, 7126, 7409, 6906, 7289, 7018, 7299, 7265, 6967, 7232, 6555, 7109, 6274, 6982, 6021, 7280, 6731, 7135, 7026, 6978, 6930, 7093, 6779, 6929, 6147, 6342, 7066, 7837, 7125, 6064, 6788, 6318, 6966, 6044, 6230, 6002, 5987, 6190, 7164, 6316, 7093, 7474, 6954, 7496, 7127, 7711, 7165, 7382, 6910, 6445, 6867, 6373, 6970, 6184, 6511, 6228, 6289, 6203, 6755, 6473, 6962, 6579, 7115, 7125, 7023, 6836, 7218, 6543, 6615, 7114, 6523, 7092, 6319, 7189, 6482, 7119, 7490, 7179, 6983, 7043, 7154, 7229, 6746, 7105, 6640, 7056, 6196, 6661, 6819, 6410, 6928, 6142, 6020, 6298, 5991, 6375, 6179, 6020, 6213, 6393, 6352, 6586, 6352, 6132, 6363, 6329, 6450, 6564, 6316, 6126, 6913, 7839, 6735, 6147, 6491, 6311, 6143, 6287, 6314, 6812, 6903, 6562, 7131, 6685, 6478, 6396, 6948, 7750, 6969, 8692, 6828, 7789, 6764, 7305, 7034, 6266, 6616, 6127, 6612, 6235, 6292, 6023, 6228, 6454, 6034, 6049, 6019, 6897, 6199, 6969, 7539, 6790, 7096, 6939, 7346, 7023, 6928, 6527, 6551, 6705, 6644, 6763, 6059, 6205, 6277, 6159, 6187, 6262, 6832, 6778, 6971, 7975, 6923, 7434, 6985, 7502, 7386, 6491, 6083, 7029, 7812, 7182, 7246, 7021, 7399, 7180, 7276, 7150, 6995, 7034, 7070, 7035, 6574, 6586, 6788, 6266, 7126, 8760, 6887, 8277, 6969, 7842, 7041, 7271, 7218, 7251, 6892, 6811, 6891, 6717, 6818, 6319, 7158, 6794, 6949, 6990, 7110, 7027, 6820, 6251, 6353, 6205, 6038, 6969, 6185, 7119, 6722, 7023, 7329, 7018, 7100, 6818, 6371, 6478, 6835, 6295, 6790, 6209, 6796, 7453, 6720, 6584, 6774, 6301, 6739, 6163, 6152, 6969, 6224, 7007, 7854, 7108, 7015, 6988, 7363, 7002, 6584, 6288, 6322, 6652, 6397, 6493, 6054, 6089, 6468, 6144, 6469, 6108, 6018, 6491, 6779, 6571, 6790, 9646, 6471, 8499, 6910, 7834, 6761, 6926, 6106, 6731, 6052, 6930, 8310, 6779, 7716, 6771, 6997, 6558, 6537, 6327, 6741, 6074, 6806, 7615, 7051, 7380, 6804, 6091, 6875, 6337, 6985, 6056, 6613, 6946, 6219, 7127, 7595, 7202, 7123, 7150, 7141, 7203, 6468, 7170, 6607, 7052, 6520, 6897, 6883, 6544, 6663, 6669, 6323, 6281, 6825, 7202, 6869, 7543, 6931, 8347, 6910, 7737, 6597, 6378, 6383, 6535, 6086, 6416, 6065, 6948, 6102, 6809, 6763, 6788, 7648, 6746, 7902, 6576, 7508, 6535, 7729, 6794, 7462, 6923, 6495, 6372, 6749, 6892, 6806, 6185, 6818, 7075, 6514, 7470, 6695, 6460, 6452, 6338, 6236, 6115, 6291, 6840, 6754, 6739, 6512, 6801, 7463, 6910, 6741, 6695, 6798, 6516, 6972, 6720, 6580, 6430, 6858, 6168, 6570, 6240, 6811, 6255, 6812, 7548, 6721, 7978, 6930, 7298, 6823, 7295, 6720, 7112, 6392, 7479, 6873, 6126, 6885, 6091, 6895, 7175, 7099, 7519, 6866, 8698, 6753, 7791, 6808, 7169, 7092, 6593, 6637, 6349, 6750, 6409, 6578, 6569, 6776, 6750, 7114, 6565, 6885, 6673, 6842, 6617, 6838, 6321, 6317, 6972, 6069, 7078, 6145, 7050, 7771, 6939, 6488, 6817, 6079, 6790, 6389, 6329, 6160, 6513, 6177, 6895, 6355, 6538, 6162, 6798, 6367, 6831, 6705, 6455, 6576, 6220, 6333, 6008, 6923, 7188, 7093, 8817, 6904, 7736, 7081, 7048, 6733, 6416, 6167, 6348, 6099, 6512, 6305, 6410, 6594, 6548, 6756, 6970, 6884, 7021, 6810, 7048, 6791, 6413, 6266, 6586, 6255, 6809, 8733, 6626, 6329, 6001, 6306, 6477, 6740, 6542, 6900, 6484, 6864, 6973, 6317, 6802, 6175, 6947, 6062, 6925, 6070, 6860, 6115, 6927, 6023, 6853, 6252, 7020, 6416, 7001, 7274, 7114, 7761, 6969, 7651, 7128, 7679, 7121, 6832, 6759, 6500, 6479, 6547, 6300, 6824, 6185, 7069, 6853, 6793, 7255, 6838, 7632, 6864, 7243, 6582, 6487, 6331, 6600, 6073, 6974, 6346, 6767, 7619, 6722, 7106, 6652, 7466, 6905, 7261, 6734, 6834, 6601, 6671, 6187, 6840, 8950, 6839, 7587, 6722, 6557, 6705, 6194, 6304, 6869, 6179, 6745, 6084, 6750, 6747, 6646, 7265, 6650, 6727, 6650, 7057, 6759, 6922, 6589, 6456, 6395, 6311, 6327, 6814, 7608, 6738, 7578, 6885, 6703, 6411, 6325, 6076, 6732, 6967, 6851, 7346, 6796, 6526, 6623, 6143, 6570, 6293, 7015, 6223, 6852, 6252, 6649, 6825, 6982, 6978, 6399, 7044, 8955, 6958, 8162, 7077, 8011, 7086, 6963, 6791, 6671, 6240, 6523, 6278, 6583, 6165, 6878, 8292, 6719, 7419, 6781, 6668, 6562, 6551, 6266, 6810, 7042, 6555, 7615, 6821, 6861, 6688, 6569, 6551, 6205, 6128, 6068, 6085, 6278, 6087, 6645, 6059, 6657, 7617, 6508, 7353, 6660, 7388, 6422, 6868, 6700, 6157, 6953, 7092, 6830, 7060, 6884, 7039, 6871, 6701, 6505, 6824, 6510, 6990, 6645, 6236, 6334, 6462, 6630, 6474, 6166, 6228, 6205, 6296, 6065, 6319, 6040, 6740, 8233, 6450, 7469, 6629, 7064, 6821, 6820, 6770, 6361, 6602, 6457, 6546, 6803, 6755, 7083, 6780, 6873, 7133, 7263, 6889, 7439, 7009, 7611, 7015, 6483, 6665, 6563, 6676, 6781, 6294, 6820, 6159, 6878, 7765, 6660, 7069, 7012, 7218, 7054, 6782, 7018, 6616, 7044, 6458], 'WindowCenter': [3768.0, 3753.0, 3750.0, 3736.0, 3745.0, 3723.0, 3732.0, 3710.0, 3708.0, 3728.0, 3697.0, 3737.0, 3697.0, 3717.0, 3696.0, 3715.0, 3696.0, 3684.0, 3694.0, 3686.0, 3696.0, 3707.0, 3717.0, 3707.0, 3707.0, 3708.0, 3697.0, 3708.0, 3697.0, 3710.0, 3711.0, 3723.0, 3714.0, 3738.0, 3738.0, 3739.0, 3739.0, 3738.0, 3738.0, 3737.0, 3736.0, 3736.0, 3736.0, 3714.0, 3737.0, 3746.0, 3713.0, 3743.0, 3722.0, 3724.0, 3723.0, 3743.0, 3724.0, 3734.0, 3724.0, 3733.0, 3722.0, 3712.0, 3723.0, 3702.0, 3725.0, 3713.0, 3723.0, 3724.0, 3724.0, 3724.0, 3723.0, 3712.0, 3723.0, 3702.0, 3712.0, 3712.0, 3702.0, 3712.0, 3712.0, 3723.0, 3711.0, 3723.0, 3713.0, 3725.0, 3724.0, 3725.0, 3734.0, 3725.0, 3724.0, 3725.0, 3724.0, 3725.0, 3714.0, 3726.0, 3715.0, 3715.0, 3714.0, 3725.0, 3725.0, 3716.0, 3736.0, 3724.0, 3726.0, 3714.0, 3715.0, 3726.0, 3738.0, 3726.0, 3737.0, 3726.0, 3715.0, 3714.0, 3736.0, 3746.0, 3734.0, 3755.0, 3724.0, 3743.0, 3724.0, 3733.0, 3723.0, 3733.0, 3721.0, 3732.0, 3723.0, 3721.0, 3723.0, 3732.0, 3723.0, 3720.0, 3720.0, 3720.0, 3721.0, 3721.0, 3721.0, 3720.0, 3721.0, 3709.0, 3721.0, 3711.0, 3722.0, 3710.0, 3721.0, 3699.0, 3722.0, 3721.0, 3723.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3724.0, 3702.0, 3712.0, 3721.0, 3732.0, 3720.0, 3699.0, 3711.0, 3711.0, 3723.0, 3713.0, 3713.0, 3713.0, 3713.0, 3713.0, 3734.0, 3724.0, 3735.0, 3734.0, 3735.0, 3734.0, 3723.0, 3733.0, 3723.0, 3721.0, 3721.0, 3711.0, 3710.0, 3711.0, 3722.0, 3701.0, 3712.0, 3701.0, 3710.0, 3701.0, 3711.0, 3711.0, 3722.0, 3711.0, 3723.0, 3723.0, 3723.0, 3722.0, 3722.0, 3712.0, 3712.0, 3722.0, 3710.0, 3721.0, 3711.0, 3721.0, 3709.0, 3722.0, 3720.0, 3721.0, 3721.0, 3720.0, 3721.0, 3733.0, 3712.0, 3722.0, 3712.0, 3723.0, 3701.0, 3711.0, 3711.0, 3711.0, 3720.0, 3702.0, 3701.0, 3712.0, 3711.0, 3712.0, 3712.0, 3714.0, 3715.0, 3724.0, 3724.0, 3736.0, 3726.0, 3714.0, 3724.0, 3724.0, 3713.0, 3724.0, 3713.0, 3713.0, 3724.0, 3733.0, 3724.0, 3701.0, 3711.0, 3710.0, 3700.0, 3710.0, 3711.0, 3722.0, 3723.0, 3722.0, 3722.0, 3711.0, 3712.0, 3711.0, 3720.0, 3720.0, 3710.0, 3729.0, 3709.0, 3719.0, 3709.0, 3708.0, 3707.0, 3697.0, 3708.0, 3698.0, 3708.0, 3698.0, 3698.0, 3699.0, 3700.0, 3710.0, 3700.0, 3700.0, 3700.0, 3722.0, 3699.0, 3722.0, 3732.0, 3723.0, 3722.0, 3722.0, 3720.0, 3722.0, 3721.0, 3712.0, 3711.0, 3711.0, 3711.0, 3711.0, 3699.0, 3701.0, 3712.0, 3712.0, 3701.0, 3712.0, 3723.0, 3723.0, 3723.0, 3732.0, 3722.0, 3721.0, 3722.0, 3721.0, 3722.0, 3712.0, 3699.0, 3722.0, 3722.0, 3721.0, 3721.0, 3720.0, 3720.0, 3721.0, 3721.0, 3721.0, 3722.0, 3722.0, 3721.0, 3722.0, 3712.0, 3711.0, 3711.0, 3700.0, 3721.0, 3730.0, 3711.0, 3730.0, 3709.0, 3719.0, 3710.0, 3719.0, 3719.0, 3708.0, 3709.0, 3709.0, 3708.0, 3709.0, 3708.0, 3698.0, 3720.0, 3709.0, 3722.0, 3721.0, 3721.0, 3721.0, 3710.0, 3710.0, 3710.0, 3701.0, 3700.0, 3721.0, 3699.0, 3719.0, 3708.0, 3719.0, 3720.0, 3720.0, 3721.0, 3711.0, 3710.0, 3711.0, 3711.0, 3710.0, 3711.0, 3699.0, 3710.0, 3720.0, 3710.0, 3709.0, 3711.0, 3711.0, 3711.0, 3701.0, 3711.0, 3722.0, 3702.0, 3722.0, 3732.0, 3721.0, 3721.0, 3721.0, 3720.0, 3722.0, 3711.0, 3713.0, 3712.0, 3721.0, 3712.0, 3712.0, 3713.0, 3713.0, 3724.0, 3714.0, 3725.0, 3712.0, 3713.0, 3724.0, 3724.0, 3725.0, 3725.0, 3754.0, 3712.0, 3742.0, 3722.0, 3721.0, 3711.0, 3721.0, 3700.0, 3710.0, 3698.0, 3709.0, 3730.0, 3708.0, 3719.0, 3709.0, 3709.0, 3698.0, 3698.0, 3697.0, 3709.0, 3699.0, 3709.0, 3720.0, 3720.0, 3720.0, 3710.0, 3699.0, 3709.0, 3710.0, 3722.0, 3701.0, 3711.0, 3722.0, 3700.0, 3720.0, 3732.0, 3722.0, 3721.0, 3722.0, 3721.0, 3733.0, 3711.0, 3722.0, 3711.0, 3721.0, 3712.0, 3733.0, 3734.0, 3724.0, 3723.0, 3722.0, 3713.0, 3713.0, 3725.0, 3722.0, 3724.0, 3732.0, 3722.0, 3732.0, 3722.0, 3721.0, 3710.0, 3710.0, 3698.0, 3698.0, 3700.0, 3710.0, 3700.0, 3721.0, 3700.0, 3722.0, 3711.0, 3711.0, 3721.0, 3711.0, 3731.0, 3711.0, 3721.0, 3710.0, 3721.0, 3711.0, 3720.0, 3721.0, 3709.0, 3711.0, 3711.0, 3709.0, 3710.0, 3698.0, 3710.0, 3709.0, 3710.0, 3720.0, 3710.0, 3710.0, 3710.0, 3710.0, 3700.0, 3700.0, 3711.0, 3722.0, 3711.0, 3722.0, 3711.0, 3724.0, 3722.0, 3722.0, 3722.0, 3723.0, 3723.0, 3713.0, 3723.0, 3724.0, 3723.0, 3723.0, 3724.0, 3713.0, 3725.0, 3713.0, 3724.0, 3713.0, 3723.0, 3733.0, 3723.0, 3733.0, 3722.0, 3732.0, 3721.0, 3723.0, 3723.0, 3723.0, 3723.0, 3733.0, 3723.0, 3713.0, 3735.0, 3714.0, 3735.0, 3724.0, 3723.0, 3723.0, 3724.0, 3732.0, 3712.0, 3721.0, 3711.0, 3711.0, 3710.0, 3710.0, 3710.0, 3699.0, 3710.0, 3699.0, 3710.0, 3710.0, 3711.0, 3710.0, 3722.0, 3711.0, 3722.0, 3712.0, 3710.0, 3711.0, 3721.0, 3711.0, 3712.0, 3722.0, 3700.0, 3721.0, 3700.0, 3722.0, 3731.0, 3720.0, 3710.0, 3709.0, 3700.0, 3711.0, 3709.0, 3711.0, 3712.0, 3712.0, 3712.0, 3723.0, 3712.0, 3712.0, 3714.0, 3724.0, 3725.0, 3726.0, 3725.0, 3724.0, 3725.0, 3713.0, 3724.0, 3713.0, 3724.0, 3724.0, 3723.0, 3744.0, 3722.0, 3722.0, 3722.0, 3711.0, 3711.0, 3711.0, 3700.0, 3709.0, 3700.0, 3711.0, 3712.0, 3711.0, 3711.0, 3711.0, 3722.0, 3723.0, 3722.0, 3722.0, 3712.0, 3722.0, 3711.0, 3700.0, 3700.0, 3710.0, 3698.0, 3708.0, 3729.0, 3707.0, 3698.0, 3698.0, 3711.0, 3710.0, 3711.0, 3711.0, 3720.0, 3711.0, 3721.0, 3722.0, 3710.0, 3711.0, 3701.0, 3720.0, 3701.0, 3722.0, 3701.0, 3723.0, 3700.0, 3722.0, 3713.0, 3723.0, 3712.0, 3725.0, 3712.0, 3724.0, 3732.0, 3723.0, 3734.0, 3723.0, 3733.0, 3723.0, 3732.0, 3722.0, 3711.0, 3711.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3698.0, 3722.0, 3710.0, 3710.0, 3721.0, 3722.0, 3721.0, 3711.0, 3721.0, 3710.0, 3700.0, 3699.0, 3709.0, 3699.0, 3710.0, 3699.0, 3710.0, 3719.0, 3711.0, 3720.0, 3711.0, 3720.0, 3721.0, 3720.0, 3710.0, 3710.0, 3709.0, 3710.0, 3699.0, 3710.0, 3730.0, 3708.0, 3719.0, 3708.0, 3698.0, 3709.0, 3698.0, 3696.0, 3710.0, 3698.0, 3711.0, 3699.0, 3711.0, 3710.0, 3710.0, 3720.0, 3711.0, 3711.0, 3721.0, 3721.0, 3722.0, 3722.0, 3722.0, 3711.0, 3710.0, 3712.0, 3711.0, 3710.0, 3721.0, 3711.0, 3720.0, 3709.0, 3709.0, 3699.0, 3699.0, 3698.0, 3710.0, 3709.0, 3710.0, 3720.0, 3709.0, 3698.0, 3710.0, 3700.0, 3711.0, 3711.0, 3723.0, 3711.0, 3723.0, 3725.0, 3724.0, 3724.0, 3734.0, 3724.0, 3712.0, 3722.0, 3743.0, 3722.0, 3732.0, 3722.0, 3731.0, 3720.0, 3709.0, 3710.0, 3710.0, 3699.0, 3700.0, 3698.0, 3710.0, 3699.0, 3710.0, 3730.0, 3708.0, 3708.0, 3709.0, 3709.0, 3708.0, 3699.0, 3698.0, 3709.0, 3708.0, 3699.0, 3718.0, 3698.0, 3697.0, 3697.0, 3698.0, 3698.0, 3687.0, 3698.0, 3698.0, 3698.0, 3699.0, 3698.0, 3710.0, 3700.0, 3710.0, 3718.0, 3710.0, 3719.0, 3711.0, 3719.0, 3699.0, 3708.0, 3709.0, 3698.0, 3721.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3711.0, 3712.0, 3712.0, 3712.0, 3722.0, 3722.0, 3701.0, 3712.0, 3712.0, 3722.0, 3712.0, 3712.0, 3699.0, 3701.0, 3712.0, 3701.0, 3712.0, 3712.0, 3723.0, 3743.0, 3712.0, 3722.0, 3711.0, 3710.0, 3711.0, 3710.0, 3710.0, 3700.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3721.0, 3710.0, 3711.0, 3722.0, 3721.0, 3722.0, 3722.0, 3721.0, 3721.0, 3720.0, 3699.0, 3708.0, 3709.0, 3709.0, 3709.0, 3698.0, 3709.0, 3697.0, 3709.0, 3719.0, 3709.0, 3710.0, 3720.0, 3720.0, 3719.0, 3709.0, 3721.0, 3710.0, 3721.0, 3710.0], 'WindowWidth': [8492.0, 8461.0, 8450.0, 8424.0, 8432.0, 8398.0, 8407.0, 8374.0, 8369.0, 8394.0, 8351.0, 8403.0, 8351.0, 8375.0, 8347.0, 8373.0, 8347.0, 8330.0, 8345.0, 8336.0, 8347.0, 8366.0, 8377.0, 8365.0, 8365.0, 8368.0, 8351.0, 8369.0, 8353.0, 8376.0, 8380.0, 8399.0, 8390.0, 8429.0, 8428.0, 8433.0, 8433.0, 8430.0, 8428.0, 8425.0, 8421.0, 8419.0, 8420.0, 8388.0, 8424.0, 8432.0, 8386.0, 8424.0, 8396.0, 8400.0, 8401.0, 8426.0, 8403.0, 8414.0, 8400.0, 8410.0, 8396.0, 8382.0, 8397.0, 8369.0, 8403.0, 8385.0, 8399.0, 8400.0, 8401.0, 8400.0, 8399.0, 8383.0, 8399.0, 8368.0, 8383.0, 8383.0, 8368.0, 8381.0, 8383.0, 8399.0, 8382.0, 8399.0, 8386.0, 8404.0, 8402.0, 8406.0, 8416.0, 8404.0, 8403.0, 8404.0, 8402.0, 8407.0, 8391.0, 8409.0, 8394.0, 8392.0, 8390.0, 8405.0, 8406.0, 8394.0, 8421.0, 8403.0, 8411.0, 8392.0, 8393.0, 8408.0, 8426.0, 8412.0, 8425.0, 8408.0, 8395.0, 8390.0, 8421.0, 8433.0, 8416.0, 8444.0, 8403.0, 8425.0, 8400.0, 8411.0, 8398.0, 8410.0, 8394.0, 8408.0, 8397.0, 8392.0, 8397.0, 8407.0, 8397.0, 8389.0, 8389.0, 8388.0, 8393.0, 8390.0, 8392.0, 8388.0, 8392.0, 8373.0, 8392.0, 8379.0, 8394.0, 8375.0, 8392.0, 8362.0, 8394.0, 8392.0, 8399.0, 8396.0, 8399.0, 8396.0, 8396.0, 8395.0, 8399.0, 8368.0, 8381.0, 8394.0, 8406.0, 8390.0, 8361.0, 8379.0, 8380.0, 8398.0, 8385.0, 8386.0, 8385.0, 8387.0, 8388.0, 8414.0, 8402.0, 8417.0, 8414.0, 8417.0, 8413.0, 8398.0, 8412.0, 8398.0, 8393.0, 8393.0, 8380.0, 8377.0, 8378.0, 8394.0, 8365.0, 8381.0, 8366.0, 8378.0, 8366.0, 8380.0, 8380.0, 8396.0, 8380.0, 8398.0, 8398.0, 8397.0, 8395.0, 8395.0, 8381.0, 8382.0, 8396.0, 8375.0, 8392.0, 8377.0, 8390.0, 8375.0, 8393.0, 8390.0, 8393.0, 8392.0, 8391.0, 8392.0, 8410.0, 8382.0, 8396.0, 8381.0, 8396.0, 8366.0, 8380.0, 8379.0, 8380.0, 8392.0, 8367.0, 8366.0, 8382.0, 8381.0, 8384.0, 8385.0, 8388.0, 8392.0, 8404.0, 8405.0, 8422.0, 8408.0, 8390.0, 8403.0, 8401.0, 8387.0, 8401.0, 8387.0, 8386.0, 8401.0, 8412.0, 8400.0, 8367.0, 8379.0, 8377.0, 8364.0, 8377.0, 8379.0, 8397.0, 8398.0, 8395.0, 8394.0, 8380.0, 8380.0, 8377.0, 8388.0, 8388.0, 8373.0, 8397.0, 8372.0, 8383.0, 8370.0, 8367.0, 8366.0, 8353.0, 8370.0, 8356.0, 8369.0, 8357.0, 8356.0, 8360.0, 8363.0, 8377.0, 8362.0, 8363.0, 8363.0, 8394.0, 8362.0, 8396.0, 8408.0, 8397.0, 8393.0, 8396.0, 8391.0, 8395.0, 8393.0, 8381.0, 8378.0, 8378.0, 8378.0, 8380.0, 8360.0, 8366.0, 8383.0, 8380.0, 8368.0, 8383.0, 8399.0, 8397.0, 8398.0, 8407.0, 8397.0, 8393.0, 8397.0, 8393.0, 8395.0, 8381.0, 8362.0, 8394.0, 8392.0, 8391.0, 8390.0, 8389.0, 8387.0, 8393.0, 8392.0, 8392.0, 8393.0, 8393.0, 8391.0, 8393.0, 8380.0, 8378.0, 8378.0, 8363.0, 8391.0, 8401.0, 8375.0, 8398.0, 8372.0, 8384.0, 8373.0, 8384.0, 8385.0, 8370.0, 8372.0, 8370.0, 8369.0, 8372.0, 8371.0, 8358.0, 8389.0, 8374.0, 8394.0, 8392.0, 8392.0, 8391.0, 8375.0, 8376.0, 8376.0, 8366.0, 8362.0, 8391.0, 8360.0, 8386.0, 8371.0, 8387.0, 8386.0, 8387.0, 8391.0, 8377.0, 8376.0, 8379.0, 8377.0, 8375.0, 8377.0, 8359.0, 8376.0, 8390.0, 8376.0, 8374.0, 8380.0, 8379.0, 8379.0, 8365.0, 8380.0, 8395.0, 8367.0, 8395.0, 8407.0, 8392.0, 8391.0, 8393.0, 8389.0, 8393.0, 8380.0, 8383.0, 8381.0, 8392.0, 8383.0, 8384.0, 8385.0, 8384.0, 8401.0, 8388.0, 8405.0, 8383.0, 8387.0, 8401.0, 8404.0, 8404.0, 8405.0, 8440.0, 8382.0, 8421.0, 8394.0, 8392.0, 8377.0, 8390.0, 8361.0, 8375.0, 8358.0, 8371.0, 8400.0, 8370.0, 8383.0, 8371.0, 8371.0, 8356.0, 8357.0, 8355.0, 8372.0, 8358.0, 8372.0, 8388.0, 8389.0, 8388.0, 8375.0, 8358.0, 8374.0, 8376.0, 8392.0, 8365.0, 8379.0, 8394.0, 8364.0, 8392.0, 8407.0, 8395.0, 8391.0, 8394.0, 8391.0, 8410.0, 8380.0, 8396.0, 8379.0, 8395.0, 8382.0, 8414.0, 8415.0, 8401.0, 8400.0, 8398.0, 8386.0, 8385.0, 8403.0, 8396.0, 8400.0, 8408.0, 8395.0, 8406.0, 8393.0, 8391.0, 8375.0, 8376.0, 8357.0, 8358.0, 8362.0, 8376.0, 8364.0, 8392.0, 8365.0, 8395.0, 8379.0, 8379.0, 8391.0, 8378.0, 8404.0, 8379.0, 8390.0, 8378.0, 8391.0, 8377.0, 8388.0, 8391.0, 8373.0, 8377.0, 8377.0, 8373.0, 8373.0, 8356.0, 8373.0, 8372.0, 8375.0, 8387.0, 8376.0, 8376.0, 8375.0, 8375.0, 8362.0, 8363.0, 8378.0, 8394.0, 8379.0, 8395.0, 8378.0, 8399.0, 8395.0, 8395.0, 8395.0, 8398.0, 8398.0, 8385.0, 8397.0, 8400.0, 8399.0, 8400.0, 8402.0, 8387.0, 8403.0, 8385.0, 8400.0, 8385.0, 8399.0, 8409.0, 8397.0, 8411.0, 8397.0, 8408.0, 8395.0, 8397.0, 8400.0, 8398.0, 8398.0, 8411.0, 8400.0, 8387.0, 8420.0, 8391.0, 8419.0, 8401.0, 8399.0, 8398.0, 8399.0, 8407.0, 8380.0, 8391.0, 8377.0, 8376.0, 8375.0, 8373.0, 8374.0, 8359.0, 8375.0, 8360.0, 8376.0, 8377.0, 8378.0, 8376.0, 8394.0, 8378.0, 8395.0, 8382.0, 8376.0, 8379.0, 8392.0, 8379.0, 8380.0, 8395.0, 8364.0, 8392.0, 8363.0, 8394.0, 8404.0, 8389.0, 8377.0, 8374.0, 8363.0, 8379.0, 8375.0, 8380.0, 8381.0, 8382.0, 8381.0, 8400.0, 8384.0, 8384.0, 8389.0, 8403.0, 8403.0, 8408.0, 8404.0, 8402.0, 8405.0, 8387.0, 8402.0, 8385.0, 8401.0, 8401.0, 8398.0, 8427.0, 8395.0, 8392.0, 8393.0, 8377.0, 8378.0, 8377.0, 8363.0, 8375.0, 8364.0, 8378.0, 8381.0, 8379.0, 8380.0, 8380.0, 8396.0, 8398.0, 8396.0, 8396.0, 8381.0, 8394.0, 8379.0, 8364.0, 8361.0, 8375.0, 8356.0, 8369.0, 8398.0, 8367.0, 8357.0, 8356.0, 8377.0, 8378.0, 8380.0, 8380.0, 8391.0, 8378.0, 8392.0, 8395.0, 8376.0, 8379.0, 8364.0, 8389.0, 8365.0, 8393.0, 8366.0, 8397.0, 8365.0, 8395.0, 8384.0, 8399.0, 8383.0, 8403.0, 8382.0, 8401.0, 8409.0, 8398.0, 8413.0, 8399.0, 8410.0, 8397.0, 8408.0, 8395.0, 8379.0, 8379.0, 8380.0, 8375.0, 8378.0, 8376.0, 8377.0, 8358.0, 8394.0, 8375.0, 8378.0, 8391.0, 8394.0, 8392.0, 8378.0, 8391.0, 8375.0, 8361.0, 8359.0, 8373.0, 8359.0, 8374.0, 8358.0, 8375.0, 8386.0, 8377.0, 8389.0, 8377.0, 8389.0, 8391.0, 8389.0, 8377.0, 8375.0, 8373.0, 8374.0, 8358.0, 8374.0, 8400.0, 8371.0, 8384.0, 8369.0, 8355.0, 8370.0, 8356.0, 8353.0, 8375.0, 8357.0, 8377.0, 8363.0, 8377.0, 8376.0, 8377.0, 8389.0, 8380.0, 8378.0, 8393.0, 8391.0, 8396.0, 8393.0, 8396.0, 8379.0, 8377.0, 8382.0, 8380.0, 8377.0, 8391.0, 8378.0, 8387.0, 8373.0, 8373.0, 8360.0, 8360.0, 8357.0, 8377.0, 8372.0, 8375.0, 8387.0, 8372.0, 8358.0, 8375.0, 8363.0, 8378.0, 8380.0, 8399.0, 8380.0, 8401.0, 8405.0, 8402.0, 8402.0, 8414.0, 8402.0, 8382.0, 8396.0, 8424.0, 8394.0, 8408.0, 8393.0, 8404.0, 8389.0, 8372.0, 8376.0, 8375.0, 8360.0, 8362.0, 8358.0, 8373.0, 8359.0, 8373.0, 8400.0, 8370.0, 8369.0, 8372.0, 8371.0, 8368.0, 8357.0, 8356.0, 8372.0, 8369.0, 8358.0, 8382.0, 8354.0, 8352.0, 8353.0, 8354.0, 8354.0, 8339.0, 8355.0, 8357.0, 8357.0, 8358.0, 8356.0, 8373.0, 8361.0, 8374.0, 8384.0, 8375.0, 8385.0, 8376.0, 8384.0, 8358.0, 8368.0, 8372.0, 8357.0, 8393.0, 8396.0, 8395.0, 8393.0, 8396.0, 8393.0, 8395.0, 8378.0, 8382.0, 8382.0, 8381.0, 8393.0, 8396.0, 8365.0, 8383.0, 8383.0, 8394.0, 8380.0, 8381.0, 8361.0, 8366.0, 8382.0, 8366.0, 8382.0, 8382.0, 8397.0, 8423.0, 8382.0, 8394.0, 8379.0, 8376.0, 8378.0, 8375.0, 8375.0, 8361.0, 8378.0, 8378.0, 8379.0, 8378.0, 8379.0, 8391.0, 8377.0, 8377.0, 8395.0, 8392.0, 8395.0, 8393.0, 8391.0, 8391.0, 8389.0, 8360.0, 8370.0, 8372.0, 8371.0, 8373.0, 8356.0, 8371.0, 8353.0, 8372.0, 8384.0, 8372.0, 8373.0, 8388.0, 8387.0, 8387.0, 8373.0, 8391.0, 8374.0, 8392.0, 8375.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.0013783371559633027</td></tr>
<tr><td colspan=3>aqi</td><td>0.015287070412844037</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.36759930332951</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1880943346727886</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0151484625258342</td></tr>
<tr><td colspan=3>efc</td><td>0.4446</td></tr>
<tr><td colspan=3>fber</td><td>7148.6562</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07111964454167362</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11467889908256881</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.427610302642494</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3783279432962434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6033993015664874</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3011036630647506</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101839</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010709554888308048</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02360605075955391</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.772405622183128</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.7714</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.2017</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.2111</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307415.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>576.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.4971</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0445</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.2719</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2976.5962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.9208</td></tr>
<tr><td colspan=3>tsnr</td><td>45.00236097536981</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>