<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0035_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:30:2.740000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996565, 0.00711865, 0.0825096, -0.0163512, 0.9936, 0.111768]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104864</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7735, -7206, 627, -14, -59, 96, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.164</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8f3accfa-25d3-4424-b4b2-70980ce6b5d8||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673710584640503, -0.04386912286281586, 0.2192019373178482, 109.48077392578125], [-0.01909881830215454, 2.6657555103302, 0.3043804168701172, -104.3335189819336], [0.22136728465557098, -0.2998661696910858, 2.6738181114196777, -51.4133186340332], [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': ['173002.740000', '173003.200000', '173003.660000', '173004.120000', '173004.580000', '173005.040000', '173005.500000', '173005.960000', '173006.420000', '173006.880000', '173007.340000', '173007.800000', '173008.260000', '173008.720000', '173009.180000', '173009.640000', '173010.100000', '173010.560000', '173011.020000', '173011.480000', '173011.940000', '173012.400000', '173012.860000', '173013.320000', '173013.780000', '173014.240000', '173014.700000', '173015.160000', '173015.620000', '173016.080000', '173016.540000', '173017.000000', '173017.460000', '173017.920000', '173018.380000', '173018.840000', '173019.300000', '173019.760000', '173020.220000', '173020.680000', '173021.140000', '173021.600000', '173022.060000', '173022.520000', '173022.980000', '173023.440000', '173023.900000', '173024.360000', '173024.820000', '173025.280000', '173025.740000', '173026.200000', '173026.660000', '173027.120000', '173027.580000', '173028.040000', '173028.500000', '173028.960000', '173029.420000', '173029.880000', '173030.340000', '173030.800000', '173031.260000', '173031.720000', '173032.180000', '173032.640000', '173033.100000', '173033.560000', '173034.020000', '173034.480000', '173034.940000', '173035.400000', '173035.860000', '173036.320000', '173036.780000', '173037.240000', '173037.700000', '173038.160000', '173038.620000', '173039.080000', '173039.540000', '173040.000000', '173040.460000', '173040.920000', '173041.380000', '173041.840000', '173042.300000', '173042.760000', '173043.220000', '173043.680000', '173044.140000', '173044.600000', '173045.060000', '173045.520000', '173045.980000', '173046.440000', '173046.900000', '173047.360000', '173047.820000', '173048.280000', '173048.740000', '173049.200000', '173049.660000', '173050.120000', '173050.580000', '173051.040000', '173051.500000', '173051.960000', '173052.420000', '173052.880000', '173053.340000', '173053.800000', '173054.260000', '173054.720000', '173055.180000', '173055.640000', '173056.100000', '173056.560000', '173057.020000', '173057.480000', '173057.940000', '173058.400000', '173058.860000', '173059.320000', '173059.780000', '173100.240000', '173100.700000', '173101.160000', '173101.620000', '173102.080000', '173102.540000', '173103.000000', '173103.460000', '173103.920000', '173104.380000', '173104.840000', '173105.300000', '173105.760000', '173106.220000', '173106.680000', '173107.140000', '173107.600000', '173108.060000', '173108.520000', '173108.980000', '173109.440000', '173109.900000', '173110.360000', '173110.820000', '173111.280000', '173111.740000', '173112.200000', '173112.660000', '173113.120000', '173113.580000', '173114.040000', '173114.500000', '173114.960000', '173115.420000', '173115.880000', '173116.340000', '173116.800000', '173117.260000', '173117.720000', '173118.180000', '173118.640000', '173119.100000', '173119.560000', '173120.020000', '173120.480000', '173120.940000', '173121.400000', '173121.860000', '173122.320000', '173122.780000', '173123.240000', '173123.700000', '173124.160000', '173124.620000', '173125.080000', '173125.540000', '173126.000000', '173126.460000', '173126.920000', '173127.380000', '173127.840000', '173128.300000', '173128.760000', '173129.220000', '173129.680000', '173130.140000', '173130.600000', '173131.060000', '173131.520000', '173131.980000', '173132.440000', '173132.900000', '173133.360000', '173133.820000', '173134.280000', '173134.740000', '173135.200000', '173135.660000', '173136.120000', '173136.580000', '173137.040000', '173137.500000', '173137.960000', '173138.420000', '173138.880000', '173139.340000', '173139.800000', '173140.260000', '173140.720000', '173141.180000', '173141.640000', '173142.100000', '173142.560000', '173143.020000', '173143.480000', '173143.940000', '173144.400000', '173144.860000', '173145.320000', '173145.780000', '173146.240000', '173146.700000', '173147.160000', '173147.620000', '173148.080000', '173148.540000', '173149.000000', '173149.460000', '173149.920000', '173150.380000', '173150.840000', '173151.300000', '173151.760000', '173152.220000', '173152.680000', '173153.140000', '173153.600000', '173154.060000', '173154.520000', '173154.980000', '173155.440000', '173155.900000', '173156.360000', '173156.820000', '173157.280000', '173157.740000', '173158.200000', '173158.660000', '173159.120000', '173159.580000', '173200.040000', '173200.500000', '173200.960000', '173201.420000', '173201.880000', '173202.340000', '173202.800000', '173203.260000', '173203.720000', '173204.180000', '173204.640000', '173205.100000', '173205.560000', '173206.020000', '173206.480000', '173206.940000', '173207.400000', '173207.860000', '173208.320000', '173208.780000', '173209.240000', '173209.700000', '173210.160000', '173210.620000', '173211.080000', '173211.540000', '173212.000000', '173212.460000', '173212.920000', '173213.380000', '173213.840000', '173214.300000', '173214.760000', '173215.220000', '173215.680000', '173216.140000', '173216.600000', '173217.060000', '173217.520000', '173217.980000', '173218.440000', '173218.900000', '173219.360000', '173219.820000', '173220.280000', '173220.740000', '173221.200000', '173221.660000', '173222.120000', '173222.580000', '173223.040000', '173223.500000', '173223.960000', '173224.420000', '173224.880000', '173225.340000', '173225.800000', '173226.260000', '173226.720000', '173227.180000', '173227.640000', '173228.100000', '173228.560000', '173229.020000', '173229.480000', '173229.940000', '173230.400000', '173230.860000', '173231.320000', '173231.780000', '173232.240000', '173232.700000', '173233.160000', '173233.620000', '173234.080000', '173234.540000', '173235.000000', '173235.460000', '173235.920000', '173236.380000', '173236.840000', '173237.300000', '173237.760000', '173238.220000', '173238.680000', '173239.140000', '173239.600000', '173240.060000', '173240.520000', '173240.980000', '173241.440000', '173241.900000', '173242.360000', '173242.820000', '173243.280000', '173243.740000', '173244.200000', '173244.660000', '173245.120000', '173245.580000', '173246.040000', '173246.500000', '173246.960000', '173247.420000', '173247.880000', '173248.340000', '173248.800000', '173249.260000', '173249.720000', '173250.180000', '173250.640000', '173251.100000', '173251.560000', '173252.020000', '173252.480000', '173252.940000', '173253.400000', '173253.860000', '173254.320000', '173254.780000', '173255.240000', '173255.700000', '173256.160000', '173256.620000', '173257.080000', '173257.540000', '173258.000000', '173258.460000', '173258.920000', '173259.380000', '173259.840000', '173300.300000', '173300.760000', '173301.220000', '173301.680000', '173302.140000', '173302.600000', '173303.060000', '173303.520000', '173303.980000', '173304.440000', '173304.900000', '173305.360000', '173305.820000', '173306.280000', '173306.740000', '173307.200000', '173307.660000', '173308.120000', '173308.580000', '173309.040000', '173309.500000', '173309.960000', '173310.420000', '173310.880000', '173311.340000', '173311.800000', '173312.260000', '173312.720000', '173313.180000', '173313.640000', '173314.100000', '173314.560000', '173315.020000', '173315.480000', '173315.940000', '173316.400000', '173316.860000', '173317.320000', '173317.780000', '173318.240000', '173318.700000', '173319.160000', '173319.620000', '173320.080000', '173320.540000', '173321.000000', '173321.460000', '173321.920000', '173322.380000', '173322.840000', '173323.300000', '173323.760000', '173324.220000', '173324.680000', '173325.140000', '173325.600000', '173326.060000', '173326.520000', '173326.980000', '173327.440000', '173327.900000', '173328.360000', '173328.820000', '173329.280000', '173329.740000', '173330.200000', '173330.660000', '173331.120000', '173331.580000', '173332.040000', '173332.500000', '173332.960000', '173333.420000', '173333.880000', '173334.340000', '173334.800000', '173335.260000', '173335.720000', '173336.180000', '173336.640000', '173337.100000', '173337.560000', '173338.020000', '173338.480000', '173338.940000', '173339.400000', '173339.860000', '173340.320000', '173340.780000', '173341.240000', '173341.700000', '173342.160000', '173342.620000', '173343.080000', '173343.540000', '173344.000000', '173344.460000', '173344.920000', '173345.380000', '173345.840000', '173346.300000', '173346.760000', '173347.220000', '173347.680000', '173348.140000', '173348.600000', '173349.060000', '173349.520000', '173349.980000', '173350.440000', '173350.900000', '173351.360000', '173351.820000', '173352.280000', '173352.740000', '173353.200000', '173353.660000', '173354.120000', '173354.580000', '173355.040000', '173355.500000', '173355.960000', '173356.420000', '173356.880000', '173357.340000', '173357.800000', '173358.260000', '173358.720000', '173359.180000', '173359.640000', '173400.100000', '173400.560000', '173401.020000', '173401.480000', '173401.940000', '173402.400000', '173402.860000', '173403.320000', '173403.780000', '173404.240000', '173404.700000', '173405.160000', '173405.620000', '173406.080000', '173406.540000', '173407.000000', '173407.460000', '173407.920000', '173408.380000', '173408.840000', '173409.300000', '173409.760000', '173410.220000', '173410.680000', '173411.140000', '173411.600000', '173412.060000', '173412.520000', '173412.980000', '173413.440000', '173413.900000', '173414.360000', '173414.820000', '173415.280000', '173415.740000', '173416.200000', '173416.660000', '173417.120000', '173417.580000', '173418.040000', '173418.500000', '173418.960000', '173419.420000', '173419.880000', '173420.340000', '173420.800000', '173421.260000', '173421.720000', '173422.180000', '173422.640000', '173423.100000', '173423.560000', '173424.020000', '173424.480000', '173424.940000', '173425.400000', '173425.860000', '173426.320000', '173426.780000', '173427.240000', '173427.700000', '173428.160000', '173428.620000', '173429.080000', '173429.540000', '173430.000000', '173430.460000', '173430.920000', '173431.380000', '173431.840000', '173432.300000', '173432.760000', '173433.220000', '173433.680000', '173434.140000', '173434.600000', '173435.060000', '173435.520000', '173435.980000', '173436.440000', '173436.900000', '173437.360000', '173437.820000', '173438.280000', '173438.740000', '173439.200000', '173439.660000', '173440.120000', '173440.580000', '173441.040000', '173441.500000', '173441.960000', '173442.420000', '173442.880000', '173443.340000', '173443.800000', '173444.260000', '173444.720000', '173445.180000', '173445.640000', '173446.100000', '173446.560000', '173447.020000', '173447.480000', '173447.940000', '173448.400000', '173448.860000', '173449.320000', '173449.780000', '173450.240000', '173450.700000', '173451.160000', '173451.620000', '173452.080000', '173452.540000', '173453.000000', '173453.460000', '173453.920000', '173454.380000', '173454.840000', '173455.300000', '173455.760000', '173456.220000', '173456.680000', '173457.140000', '173457.600000', '173458.060000', '173458.520000', '173458.980000', '173459.440000', '173459.900000', '173500.360000', '173500.820000', '173501.280000', '173501.740000', '173502.200000', '173502.660000', '173503.120000', '173503.580000', '173504.040000', '173504.500000', '173504.960000', '173505.420000', '173505.880000', '173506.340000', '173506.800000', '173507.260000', '173507.720000', '173508.180000', '173508.640000', '173509.100000', '173509.560000', '173510.020000', '173510.480000', '173510.940000', '173511.400000', '173511.860000', '173512.320000', '173512.780000', '173513.240000', '173513.700000', '173514.160000', '173514.620000', '173515.080000', '173515.540000', '173516.000000', '173516.460000', '173516.920000', '173517.380000', '173517.840000', '173518.300000', '173518.760000', '173519.220000', '173519.680000', '173520.140000', '173520.600000', '173521.060000', '173521.520000', '173521.980000', '173522.440000', '173522.900000', '173523.360000', '173523.820000', '173524.280000', '173524.740000', '173525.200000', '173525.660000', '173526.120000', '173526.580000', '173527.040000', '173527.500000', '173527.960000', '173528.420000', '173528.880000', '173529.340000', '173529.800000', '173530.260000', '173530.720000', '173531.180000', '173531.640000', '173532.100000', '173532.560000', '173533.020000', '173533.480000', '173533.940000', '173534.400000', '173534.860000', '173535.320000', '173535.780000', '173536.240000', '173536.700000', '173537.160000', '173537.620000', '173538.080000', '173538.540000', '173539.000000', '173539.460000', '173539.920000', '173540.380000', '173540.840000', '173541.300000', '173541.760000', '173542.220000', '173542.680000', '173543.140000', '173543.600000', '173544.060000', '173544.520000', '173544.980000', '173545.440000', '173545.900000', '173546.360000', '173546.820000', '173547.280000', '173547.740000', '173548.200000', '173548.660000', '173549.120000', '173549.580000', '173550.040000', '173550.500000', '173550.960000', '173551.420000', '173551.880000', '173552.340000', '173552.800000', '173553.260000', '173553.720000', '173554.180000', '173554.640000', '173555.100000', '173555.560000', '173556.020000', '173556.480000', '173556.940000', '173557.400000', '173557.860000', '173558.320000', '173558.780000', '173559.240000', '173559.700000', '173600.160000', '173600.620000', '173601.080000', '173601.540000', '173602.000000', '173602.460000', '173602.920000', '173603.380000', '173603.840000', '173604.300000', '173604.760000', '173605.220000', '173605.680000', '173606.140000', '173606.600000', '173607.060000', '173607.520000', '173607.980000', '173608.440000', '173608.900000', '173609.360000', '173609.820000', '173610.280000', '173610.740000', '173611.200000', '173611.660000', '173612.120000', '173612.580000', '173613.040000', '173613.500000', '173613.960000', '173614.420000', '173614.880000', '173615.340000', '173615.800000', '173616.260000', '173616.720000', '173617.180000', '173617.640000', '173618.100000', '173618.560000', '173619.020000', '173619.480000', '173619.940000', '173620.400000', '173620.860000', '173621.320000', '173621.780000', '173622.240000', '173622.700000', '173623.160000', '173623.620000', '173624.080000', '173624.540000', '173625.000000', '173625.460000', '173625.920000', '173626.380000', '173626.840000', '173627.300000', '173627.760000', '173628.220000', '173628.680000', '173629.140000', '173629.600000', '173630.060000', '173630.520000', '173630.980000', '173631.440000', '173631.900000', '173632.360000', '173632.820000', '173633.280000', '173633.740000', '173634.200000', '173634.660000', '173635.120000', '173635.580000', '173636.040000', '173636.500000', '173636.960000', '173637.420000', '173637.880000', '173638.340000', '173638.800000', '173639.260000', '173639.720000', '173640.180000', '173640.640000', '173641.100000', '173641.560000', '173642.020000', '173642.480000', '173642.940000', '173643.400000'], 'ContentTime': ['173020.407000', '173020.410000', '173020.413000', '173020.416000', '173020.418000', '173020.421000', '173020.424000', '173020.427000', '173020.430000', '173020.432000', '173020.435000', '173020.438000', '173020.441000', '173020.444000', '173020.447000', '173020.449000', '173020.452000', '173020.455000', '173020.463000', '173020.466000', '173020.469000', '173020.472000', '173020.474000', '173020.477000', '173020.480000', '173020.483000', '173020.486000', '173020.488000', '173020.491000', '173020.494000', '173020.497000', '173020.507000', '173020.510000', '173020.512000', '173020.515000', '173020.518000', '173020.521000', '173040.375000', '173040.378000', '173040.381000', '173040.384000', '173040.387000', '173040.389000', '173040.393000', '173040.396000', '173040.399000', '173040.402000', '173040.415000', '173040.418000', '173040.421000', '173040.423000', '173040.426000', '173040.429000', '173040.432000', '173040.434000', '173040.449000', '173040.452000', '173040.455000', '173040.457000', '173040.460000', '173040.463000', '173040.466000', '173040.468000', '173040.471000', '173040.474000', '173040.477000', '173040.479000', '173040.482000', '173040.485000', '173040.488000', '173040.490000', '173040.493000', '173040.496000', '173040.499000', '173040.501000', '173040.504000', '173040.507000', '173040.510000', '173040.513000', '173040.515000', '173100.376000', '173100.379000', '173100.382000', '173100.384000', '173100.387000', '173100.390000', '173100.393000', '173100.396000', '173100.398000', '173100.401000', '173100.404000', '173100.407000', '173100.409000', '173100.412000', '173100.415000', '173100.418000', '173100.420000', '173100.423000', '173100.426000', '173100.429000', '173100.432000', '173100.434000', '173100.437000', '173100.440000', '173100.443000', '173100.446000', '173100.448000', '173100.451000', '173100.454000', '173100.457000', '173100.468000', '173100.470000', '173100.473000', '173100.476000', '173100.479000', '173100.482000', '173100.484000', '173100.487000', '173100.490000', '173100.493000', '173100.496000', '173100.498000', '173100.501000', '173100.504000', '173120.376000', '173120.379000', '173120.382000', '173120.384000', '173120.387000', '173120.390000', '173120.393000', '173120.396000', '173120.399000', '173120.401000', '173120.404000', '173120.407000', '173120.410000', '173120.413000', '173120.417000', '173120.420000', '173120.423000', '173120.426000', '173120.429000', '173120.431000', '173120.434000', '173120.437000', '173120.440000', '173120.442000', '173120.445000', '173120.448000', '173120.451000', '173120.454000', '173120.456000', '173120.459000', '173120.462000', '173120.465000', '173120.468000', '173120.470000', '173120.473000', '173120.476000', '173120.479000', '173120.482000', '173120.484000', '173120.487000', '173120.490000', '173120.493000', '173120.495000', '173140.375000', '173140.378000', '173140.381000', '173140.383000', '173140.386000', '173140.389000', '173140.392000', '173140.395000', '173140.397000', '173140.400000', '173140.403000', '173140.406000', '173140.409000', '173140.411000', '173140.414000', '173140.417000', '173140.420000', '173140.423000', '173140.426000', '173140.428000', '173140.431000', '173140.434000', '173140.437000', '173140.440000', '173140.442000', '173140.445000', '173140.448000', '173140.458000', '173140.461000', '173140.464000', '173140.467000', '173140.470000', '173140.472000', '173140.475000', '173140.478000', '173140.481000', '173140.484000', '173140.486000', '173140.489000', '173140.492000', '173140.495000', '173140.497000', '173140.500000', '173140.503000', '173200.375000', '173200.378000', '173200.381000', '173200.384000', '173200.387000', '173200.389000', '173200.392000', '173200.395000', '173200.398000', '173200.400000', '173200.403000', '173200.406000', '173200.409000', '173200.412000', '173200.414000', '173200.417000', '173200.420000', '173200.423000', '173200.426000', '173200.429000', '173200.432000', '173200.434000', '173200.437000', '173200.440000', '173200.443000', '173200.445000', '173200.448000', '173200.451000', '173200.454000', '173200.457000', '173200.459000', '173200.462000', '173200.465000', '173200.468000', '173200.471000', '173200.474000', '173200.478000', '173200.480000', '173200.483000', '173200.486000', '173200.502000', '173200.505000', '173200.507000', '173220.375000', '173220.378000', '173220.381000', '173220.383000', '173220.386000', '173220.389000', '173220.392000', '173220.395000', '173220.397000', '173220.400000', '173220.403000', '173220.406000', '173220.409000', '173220.411000', '173220.414000', '173220.417000', '173220.420000', '173220.423000', '173220.425000', '173220.428000', '173220.431000', '173220.434000', '173220.437000', '173220.439000', '173220.442000', '173220.445000', '173220.448000', '173220.450000', '173220.468000', '173220.471000', '173220.473000', '173220.476000', '173220.479000', '173220.482000', '173220.485000', '173220.487000', '173220.490000', '173220.493000', '173220.496000', '173220.499000', '173220.501000', '173220.504000', '173220.507000', '173220.510000', '173240.375000', '173240.378000', '173240.381000', '173240.383000', '173240.386000', '173240.389000', '173240.392000', '173240.394000', '173240.397000', '173240.400000', '173240.403000', '173240.406000', '173240.408000', '173240.411000', '173240.414000', '173240.417000', '173240.420000', '173240.422000', '173240.425000', '173240.428000', '173240.431000', '173240.434000', '173240.436000', '173240.439000', '173240.442000', '173240.445000', '173240.448000', '173240.451000', '173240.454000', '173240.457000', '173240.459000', '173240.462000', '173240.465000', '173240.468000', '173240.470000', '173240.473000', '173240.476000', '173240.479000', '173240.482000', '173240.484000', '173240.487000', '173240.490000', '173240.493000', '173300.375000', '173300.378000', '173300.381000', '173300.383000', '173300.386000', '173300.389000', '173300.392000', '173300.396000', '173300.398000', '173300.401000', '173300.404000', '173300.407000', '173300.410000', '173300.413000', '173300.415000', '173300.418000', '173300.421000', '173300.424000', '173300.427000', '173300.429000', '173300.432000', '173300.435000', '173300.438000', '173300.441000', '173300.443000', '173300.446000', '173300.449000', '173300.452000', '173300.455000', '173300.458000', '173300.460000', '173300.463000', '173300.466000', '173300.469000', '173300.472000', '173300.475000', '173300.477000', '173300.480000', '173300.483000', '173300.486000', '173300.488000', '173300.491000', '173300.494000', '173300.497000', '173320.376000', '173320.379000', '173320.382000', '173320.384000', '173320.387000', '173320.390000', '173320.393000', '173320.396000', '173320.398000', '173320.401000', '173320.405000', '173320.408000', '173320.411000', '173320.414000', '173320.417000', '173320.420000', '173320.422000', '173320.425000', '173320.428000', '173320.431000', '173320.434000', '173320.436000', '173320.439000', '173320.442000', '173320.445000', '173320.448000', '173320.450000', '173320.453000', '173320.456000', '173320.459000', '173320.462000', '173320.465000', '173320.468000', '173320.470000', '173320.473000', '173320.476000', '173320.479000', '173320.482000', '173320.485000', '173320.488000', '173320.491000', '173320.493000', '173320.496000', '173340.376000', '173340.379000', '173340.382000', '173340.384000', '173340.387000', '173340.390000', '173340.393000', '173340.396000', '173340.398000', '173340.401000', '173340.404000', '173340.407000', '173340.410000', '173340.413000', '173340.415000', '173340.418000', '173340.421000', '173340.424000', '173340.427000', '173340.429000', '173340.432000', '173340.435000', '173340.438000', '173340.441000', '173340.443000', '173340.446000', '173340.449000', '173340.452000', '173340.455000', '173340.458000', '173340.460000', '173340.463000', '173340.466000', '173340.469000', '173340.472000', '173340.475000', '173340.477000', '173340.480000', '173340.483000', '173340.486000', '173340.489000', '173340.492000', '173340.494000', '173340.497000', '173400.375000', '173400.378000', '173400.381000', '173400.384000', '173400.386000', '173400.389000', '173400.392000', '173400.395000', '173400.398000', '173400.413000', '173400.416000', '173400.418000', '173400.421000', '173400.424000', '173400.427000', '173400.430000', '173400.432000', '173400.435000', '173400.438000', '173400.441000', '173400.444000', '173400.446000', '173400.449000', '173400.452000', '173400.455000', '173400.458000', '173400.461000', '173400.463000', '173400.466000', '173400.469000', '173400.472000', '173400.475000', '173400.478000', '173400.480000', '173400.483000', '173400.486000', '173400.491000', '173400.495000', '173400.498000', '173400.501000', '173400.504000', '173400.506000', '173400.509000', '173420.375000', '173420.378000', '173420.381000', '173420.384000', '173420.386000', '173420.389000', '173420.392000', '173420.395000', '173420.398000', '173420.401000', '173420.404000', '173420.406000', '173420.409000', '173420.412000', '173420.415000', '173420.418000', '173420.421000', '173420.423000', '173420.426000', '173420.429000', '173420.432000', '173420.435000', '173420.438000', '173420.440000', '173420.443000', '173420.446000', '173420.449000', '173420.452000', '173420.454000', '173420.457000', '173420.460000', '173420.463000', '173420.466000', '173420.469000', '173420.471000', '173420.474000', '173420.477000', '173420.480000', '173420.483000', '173420.486000', '173420.489000', '173420.491000', '173420.494000', '173420.497000', '173440.375000', '173440.378000', '173440.381000', '173440.384000', '173440.386000', '173440.389000', '173440.392000', '173440.395000', '173440.398000', '173440.401000', '173440.403000', '173440.406000', '173440.409000', '173440.412000', '173440.415000', '173440.417000', '173440.420000', '173440.423000', '173440.426000', '173440.429000', '173440.432000', '173440.434000', '173440.437000', '173440.440000', '173440.445000', '173440.448000', '173440.450000', '173440.453000', '173440.456000', '173440.459000', '173440.462000', '173440.464000', '173440.467000', '173440.470000', '173440.473000', '173440.476000', '173440.479000', '173440.482000', '173440.484000', '173440.487000', '173440.490000', '173440.493000', '173440.496000', '173500.375000', '173500.378000', '173500.381000', '173500.383000', '173500.386000', '173500.389000', '173500.392000', '173500.395000', '173500.398000', '173500.400000', '173500.403000', '173500.406000', '173500.409000', '173500.412000', '173500.415000', '173500.417000', '173500.420000', '173500.423000', '173500.426000', '173500.429000', '173500.432000', '173500.434000', '173500.437000', '173500.440000', '173500.443000', '173500.446000', '173500.449000', '173500.451000', '173500.454000', '173500.457000', '173500.460000', '173500.463000', '173500.465000', '173500.468000', '173500.471000', '173500.474000', '173500.477000', '173500.480000', '173500.482000', '173500.485000', '173500.488000', '173500.491000', '173500.494000', '173500.496000', '173520.376000', '173520.379000', '173520.382000', '173520.385000', '173520.388000', '173520.390000', '173520.393000', '173520.396000', '173520.399000', '173520.402000', '173520.405000', '173520.408000', '173520.410000', '173520.413000', '173520.416000', '173520.419000', '173520.422000', '173520.424000', '173520.427000', '173520.430000', '173520.461000', '173520.465000', '173520.468000', '173520.470000', '173520.473000', '173520.476000', '173520.479000', '173520.482000', '173520.485000', '173520.487000', '173520.490000', '173520.493000', '173520.496000', '173520.499000', '173520.502000', '173520.504000', '173520.507000', '173520.510000', '173520.513000', '173520.516000', '173520.519000', '173520.522000', '173520.524000', '173540.376000', '173540.379000', '173540.382000', '173540.384000', '173540.387000', '173540.390000', '173540.393000', '173540.396000', '173540.399000', '173540.401000', '173540.404000', '173540.407000', '173540.410000', '173540.413000', '173540.416000', '173540.418000', '173540.421000', '173540.424000', '173540.427000', '173540.430000', '173540.433000', '173540.436000', '173540.438000', '173540.441000', '173540.444000', '173540.447000', '173540.450000', '173540.452000', '173540.455000', '173540.458000', '173540.461000', '173540.464000', '173540.466000', '173540.469000', '173540.472000', '173540.475000', '173540.478000', '173540.481000', '173540.484000', '173540.487000', '173540.489000', '173540.492000', '173540.495000', '173540.498000', '173600.376000', '173600.379000', '173600.382000', '173600.385000', '173600.387000', '173600.390000', '173600.393000', '173600.396000', '173600.399000', '173600.402000', '173600.404000', '173600.407000', '173600.410000', '173600.413000', '173600.416000', '173600.419000', '173600.421000', '173600.424000', '173600.427000', '173600.430000', '173600.433000', '173600.436000', '173600.439000', '173600.441000', '173600.444000', '173600.447000', '173600.450000', '173600.453000', '173600.455000', '173600.458000', '173600.461000', '173600.464000', '173600.467000', '173600.469000', '173600.472000', '173600.475000', '173600.478000', '173600.482000', '173600.485000', '173600.488000', '173600.491000', '173600.493000', '173600.496000', '173620.375000', '173620.378000', '173620.381000', '173620.384000', '173620.386000', '173620.389000', '173620.392000', '173620.395000', '173620.398000', '173620.401000', '173620.403000', '173620.406000', '173620.409000', '173620.412000', '173620.415000', '173620.417000', '173620.420000', '173620.424000', '173620.427000', '173620.430000', '173620.433000', '173620.436000', '173620.439000', '173620.441000', '173620.444000', '173620.447000', '173620.450000', '173620.453000', '173620.456000', '173620.458000', '173620.461000', '173620.464000', '173620.467000', '173620.470000', '173620.472000', '173620.475000', '173620.478000', '173620.481000', '173620.484000', '173620.486000', '173620.489000', '173620.492000', '173620.495000', '173620.498000', '173640.375000', '173640.378000', '173640.381000', '173640.384000', '173640.387000', '173640.389000', '173640.392000', '173640.395000', '173640.398000', '173640.401000', '173640.404000', '173640.406000', '173640.409000', '173640.412000', '173640.415000', '173640.418000', '173640.420000', '173640.423000', '173640.426000', '173640.429000', '173640.432000', '173640.434000', '173640.437000', '173640.440000', '173640.443000', '173640.446000', '173640.448000', '173640.451000', '173640.454000', '173640.457000', '173640.460000', '173640.475000', '173640.478000', '173640.481000', '173640.483000', '173640.486000', '173640.489000', '173640.492000', '173640.495000', '173640.498000', '173640.500000', '173640.503000', '173640.506000', '173644.302000', '173644.305000', '173644.308000', '173644.311000', '173644.314000', '173644.317000', '173644.321000', '173644.323000', '173644.326000'], 'InstanceCreationTime': ['173020.407000', '173020.410000', '173020.413000', '173020.416000', '173020.418000', '173020.421000', '173020.424000', '173020.427000', '173020.430000', '173020.432000', '173020.435000', '173020.438000', '173020.441000', '173020.444000', '173020.447000', '173020.449000', '173020.452000', '173020.455000', '173020.463000', '173020.466000', '173020.469000', '173020.472000', '173020.474000', '173020.477000', '173020.480000', '173020.483000', '173020.486000', '173020.488000', '173020.491000', '173020.494000', '173020.497000', '173020.507000', '173020.510000', '173020.512000', '173020.515000', '173020.518000', '173020.521000', '173040.375000', '173040.378000', '173040.381000', '173040.384000', '173040.387000', '173040.389000', '173040.393000', '173040.396000', '173040.399000', '173040.402000', '173040.415000', '173040.418000', '173040.421000', '173040.423000', '173040.426000', '173040.429000', '173040.432000', '173040.434000', '173040.449000', '173040.452000', '173040.455000', '173040.457000', '173040.460000', '173040.463000', '173040.466000', '173040.468000', '173040.471000', '173040.474000', '173040.477000', '173040.479000', '173040.482000', '173040.485000', '173040.488000', '173040.490000', '173040.493000', '173040.496000', '173040.499000', '173040.501000', '173040.504000', '173040.507000', '173040.510000', '173040.513000', '173040.515000', '173100.376000', '173100.379000', '173100.382000', '173100.384000', '173100.387000', '173100.390000', '173100.393000', '173100.396000', '173100.398000', '173100.401000', '173100.404000', '173100.407000', '173100.409000', '173100.412000', '173100.415000', '173100.418000', '173100.420000', '173100.423000', '173100.426000', '173100.429000', '173100.432000', '173100.434000', '173100.437000', '173100.440000', '173100.443000', '173100.446000', '173100.448000', '173100.451000', '173100.454000', '173100.457000', '173100.468000', '173100.470000', '173100.473000', '173100.476000', '173100.479000', '173100.482000', '173100.484000', '173100.487000', '173100.490000', '173100.493000', '173100.496000', '173100.498000', '173100.501000', '173100.504000', '173120.376000', '173120.379000', '173120.382000', '173120.384000', '173120.387000', '173120.390000', '173120.393000', '173120.396000', '173120.399000', '173120.401000', '173120.404000', '173120.407000', '173120.410000', '173120.413000', '173120.417000', '173120.420000', '173120.423000', '173120.426000', '173120.429000', '173120.431000', '173120.434000', '173120.437000', '173120.440000', '173120.442000', '173120.445000', '173120.448000', '173120.451000', '173120.454000', '173120.456000', '173120.459000', '173120.462000', '173120.465000', '173120.468000', '173120.470000', '173120.473000', '173120.476000', '173120.479000', '173120.482000', '173120.484000', '173120.487000', '173120.490000', '173120.493000', '173120.495000', '173140.375000', '173140.378000', '173140.381000', '173140.383000', '173140.386000', '173140.389000', '173140.392000', '173140.395000', '173140.397000', '173140.400000', '173140.403000', '173140.406000', '173140.409000', '173140.411000', '173140.414000', '173140.417000', '173140.420000', '173140.423000', '173140.426000', '173140.428000', '173140.431000', '173140.434000', '173140.437000', '173140.440000', '173140.442000', '173140.445000', '173140.448000', '173140.458000', '173140.461000', '173140.464000', '173140.467000', '173140.470000', '173140.472000', '173140.475000', '173140.478000', '173140.481000', '173140.484000', '173140.486000', '173140.489000', '173140.492000', '173140.495000', '173140.497000', '173140.500000', '173140.503000', '173200.375000', '173200.378000', '173200.381000', '173200.384000', '173200.387000', '173200.389000', '173200.392000', '173200.395000', '173200.398000', '173200.400000', '173200.403000', '173200.406000', '173200.409000', '173200.412000', '173200.414000', '173200.417000', '173200.420000', '173200.423000', '173200.426000', '173200.429000', '173200.432000', '173200.434000', '173200.437000', '173200.440000', '173200.443000', '173200.445000', '173200.448000', '173200.451000', '173200.454000', '173200.457000', '173200.459000', '173200.462000', '173200.465000', '173200.468000', '173200.471000', '173200.474000', '173200.478000', '173200.480000', '173200.483000', '173200.486000', '173200.502000', '173200.505000', '173200.507000', '173220.375000', '173220.378000', '173220.381000', '173220.383000', '173220.386000', '173220.389000', '173220.392000', '173220.395000', '173220.397000', '173220.400000', '173220.403000', '173220.406000', '173220.409000', '173220.411000', '173220.414000', '173220.417000', '173220.420000', '173220.423000', '173220.425000', '173220.428000', '173220.431000', '173220.434000', '173220.437000', '173220.439000', '173220.442000', '173220.445000', '173220.448000', '173220.450000', '173220.468000', '173220.471000', '173220.473000', '173220.476000', '173220.479000', '173220.482000', '173220.485000', '173220.487000', '173220.490000', '173220.493000', '173220.496000', '173220.499000', '173220.501000', '173220.504000', '173220.507000', '173220.510000', '173240.375000', '173240.378000', '173240.381000', '173240.383000', '173240.386000', '173240.389000', '173240.392000', '173240.394000', '173240.397000', '173240.400000', '173240.403000', '173240.406000', '173240.408000', '173240.411000', '173240.414000', '173240.417000', '173240.420000', '173240.422000', '173240.425000', '173240.428000', '173240.431000', '173240.434000', '173240.436000', '173240.439000', '173240.442000', '173240.445000', '173240.448000', '173240.451000', '173240.454000', '173240.457000', '173240.459000', '173240.462000', '173240.465000', '173240.468000', '173240.470000', '173240.473000', '173240.476000', '173240.479000', '173240.482000', '173240.484000', '173240.487000', '173240.490000', '173240.493000', '173300.375000', '173300.378000', '173300.381000', '173300.383000', '173300.386000', '173300.389000', '173300.392000', '173300.396000', '173300.398000', '173300.401000', '173300.404000', '173300.407000', '173300.410000', '173300.413000', '173300.415000', '173300.418000', '173300.421000', '173300.424000', '173300.427000', '173300.429000', '173300.432000', '173300.435000', '173300.438000', '173300.441000', '173300.443000', '173300.446000', '173300.449000', '173300.452000', '173300.455000', '173300.458000', '173300.460000', '173300.463000', '173300.466000', '173300.469000', '173300.472000', '173300.475000', '173300.477000', '173300.480000', '173300.483000', '173300.486000', '173300.488000', '173300.491000', '173300.494000', '173300.497000', '173320.376000', '173320.379000', '173320.382000', '173320.384000', '173320.387000', '173320.390000', '173320.393000', '173320.396000', '173320.398000', '173320.401000', '173320.405000', '173320.408000', '173320.411000', '173320.414000', '173320.417000', '173320.420000', '173320.422000', '173320.425000', '173320.428000', '173320.431000', '173320.434000', '173320.436000', '173320.439000', '173320.442000', '173320.445000', '173320.448000', '173320.450000', '173320.453000', '173320.456000', '173320.459000', '173320.462000', '173320.465000', '173320.468000', '173320.470000', '173320.473000', '173320.476000', '173320.479000', '173320.482000', '173320.485000', '173320.488000', '173320.491000', '173320.493000', '173320.496000', '173340.376000', '173340.379000', '173340.382000', '173340.384000', '173340.387000', '173340.390000', '173340.393000', '173340.396000', '173340.398000', '173340.401000', '173340.404000', '173340.407000', '173340.410000', '173340.413000', '173340.415000', '173340.418000', '173340.421000', '173340.424000', '173340.427000', '173340.429000', '173340.432000', '173340.435000', '173340.438000', '173340.441000', '173340.443000', '173340.446000', '173340.449000', '173340.452000', '173340.455000', '173340.458000', '173340.460000', '173340.463000', '173340.466000', '173340.469000', '173340.472000', '173340.475000', '173340.477000', '173340.480000', '173340.483000', '173340.486000', '173340.489000', '173340.492000', '173340.494000', '173340.497000', '173400.375000', '173400.378000', '173400.381000', '173400.384000', '173400.386000', '173400.389000', '173400.392000', '173400.395000', '173400.398000', '173400.413000', '173400.416000', '173400.418000', '173400.421000', '173400.424000', '173400.427000', '173400.430000', '173400.432000', '173400.435000', '173400.438000', '173400.441000', '173400.444000', '173400.446000', '173400.449000', '173400.452000', '173400.455000', '173400.458000', '173400.461000', '173400.463000', '173400.466000', '173400.469000', '173400.472000', '173400.475000', '173400.478000', '173400.480000', '173400.483000', '173400.486000', '173400.491000', '173400.495000', '173400.498000', '173400.501000', '173400.504000', '173400.506000', '173400.509000', '173420.375000', '173420.378000', '173420.381000', '173420.384000', '173420.386000', '173420.389000', '173420.392000', '173420.395000', '173420.398000', '173420.401000', '173420.404000', '173420.406000', '173420.409000', '173420.412000', '173420.415000', '173420.418000', '173420.421000', '173420.423000', '173420.426000', '173420.429000', '173420.432000', '173420.435000', '173420.438000', '173420.440000', '173420.443000', '173420.446000', '173420.449000', '173420.452000', '173420.454000', '173420.457000', '173420.460000', '173420.463000', '173420.466000', '173420.469000', '173420.471000', '173420.474000', '173420.477000', '173420.480000', '173420.483000', '173420.486000', '173420.489000', '173420.491000', '173420.494000', '173420.497000', '173440.375000', '173440.378000', '173440.381000', '173440.384000', '173440.386000', '173440.389000', '173440.392000', '173440.395000', '173440.398000', '173440.401000', '173440.403000', '173440.406000', '173440.409000', '173440.412000', '173440.415000', '173440.417000', '173440.420000', '173440.423000', '173440.426000', '173440.429000', '173440.432000', '173440.434000', '173440.437000', '173440.440000', '173440.445000', '173440.448000', '173440.450000', '173440.453000', '173440.456000', '173440.459000', '173440.462000', '173440.464000', '173440.467000', '173440.470000', '173440.473000', '173440.476000', '173440.479000', '173440.482000', '173440.484000', '173440.487000', '173440.490000', '173440.493000', '173440.496000', '173500.375000', '173500.378000', '173500.381000', '173500.383000', '173500.386000', '173500.389000', '173500.392000', '173500.395000', '173500.398000', '173500.400000', '173500.403000', '173500.406000', '173500.409000', '173500.412000', '173500.415000', '173500.417000', '173500.420000', '173500.423000', '173500.426000', '173500.429000', '173500.432000', '173500.434000', '173500.437000', '173500.440000', '173500.443000', '173500.446000', '173500.449000', '173500.451000', '173500.454000', '173500.457000', '173500.460000', '173500.463000', '173500.465000', '173500.468000', '173500.471000', '173500.474000', '173500.477000', '173500.480000', '173500.482000', '173500.485000', '173500.488000', '173500.491000', '173500.494000', '173500.496000', '173520.376000', '173520.379000', '173520.382000', '173520.385000', '173520.388000', '173520.390000', '173520.393000', '173520.396000', '173520.399000', '173520.402000', '173520.405000', '173520.408000', '173520.410000', '173520.413000', '173520.416000', '173520.419000', '173520.422000', '173520.424000', '173520.427000', '173520.430000', '173520.461000', '173520.465000', '173520.468000', '173520.470000', '173520.473000', '173520.476000', '173520.479000', '173520.482000', '173520.485000', '173520.487000', '173520.490000', '173520.493000', '173520.496000', '173520.499000', '173520.502000', '173520.504000', '173520.507000', '173520.510000', '173520.513000', '173520.516000', '173520.519000', '173520.522000', '173520.524000', '173540.376000', '173540.379000', '173540.382000', '173540.384000', '173540.387000', '173540.390000', '173540.393000', '173540.396000', '173540.399000', '173540.401000', '173540.404000', '173540.407000', '173540.410000', '173540.413000', '173540.416000', '173540.418000', '173540.421000', '173540.424000', '173540.427000', '173540.430000', '173540.433000', '173540.436000', '173540.438000', '173540.441000', '173540.444000', '173540.447000', '173540.450000', '173540.452000', '173540.455000', '173540.458000', '173540.461000', '173540.464000', '173540.466000', '173540.469000', '173540.472000', '173540.475000', '173540.478000', '173540.481000', '173540.484000', '173540.487000', '173540.489000', '173540.492000', '173540.495000', '173540.498000', '173600.376000', '173600.379000', '173600.382000', '173600.385000', '173600.387000', '173600.390000', '173600.393000', '173600.396000', '173600.399000', '173600.402000', '173600.404000', '173600.407000', '173600.410000', '173600.413000', '173600.416000', '173600.419000', '173600.421000', '173600.424000', '173600.427000', '173600.430000', '173600.433000', '173600.436000', '173600.439000', '173600.441000', '173600.444000', '173600.447000', '173600.450000', '173600.453000', '173600.455000', '173600.458000', '173600.461000', '173600.464000', '173600.467000', '173600.469000', '173600.472000', '173600.475000', '173600.478000', '173600.482000', '173600.485000', '173600.488000', '173600.491000', '173600.493000', '173600.496000', '173620.375000', '173620.378000', '173620.381000', '173620.384000', '173620.386000', '173620.389000', '173620.392000', '173620.395000', '173620.398000', '173620.401000', '173620.403000', '173620.406000', '173620.409000', '173620.412000', '173620.415000', '173620.417000', '173620.420000', '173620.424000', '173620.427000', '173620.430000', '173620.433000', '173620.436000', '173620.439000', '173620.441000', '173620.444000', '173620.447000', '173620.450000', '173620.453000', '173620.456000', '173620.458000', '173620.461000', '173620.464000', '173620.467000', '173620.470000', '173620.472000', '173620.475000', '173620.478000', '173620.481000', '173620.484000', '173620.486000', '173620.489000', '173620.492000', '173620.495000', '173620.498000', '173640.375000', '173640.378000', '173640.381000', '173640.384000', '173640.387000', '173640.389000', '173640.392000', '173640.395000', '173640.398000', '173640.401000', '173640.404000', '173640.406000', '173640.409000', '173640.412000', '173640.415000', '173640.418000', '173640.420000', '173640.423000', '173640.426000', '173640.429000', '173640.432000', '173640.434000', '173640.437000', '173640.440000', '173640.443000', '173640.446000', '173640.448000', '173640.451000', '173640.454000', '173640.457000', '173640.460000', '173640.475000', '173640.478000', '173640.481000', '173640.483000', '173640.486000', '173640.489000', '173640.492000', '173640.495000', '173640.498000', '173640.500000', '173640.503000', '173640.506000', '173644.302000', '173644.305000', '173644.308000', '173644.311000', '173644.314000', '173644.317000', '173644.321000', '173644.323000', '173644.326000'], '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': [11046, 7926, 11526, 9451, 11917, 8533, 11162, 8135, 11282, 8979, 12053, 8798, 11530, 8038, 10982, 10395, 11418, 9879, 10704, 7839, 9992, 8531, 11042, 8360, 10493, 7576, 11497, 8705, 13216, 8950, 11880, 8416, 11719, 9043, 13504, 8709, 11146, 8368, 11588, 9182, 13180, 8531, 11534, 8247, 12220, 10361, 14221, 9312, 13858, 8600, 12231, 10225, 13844, 9375, 11756, 8642, 11192, 8599, 11396, 9394, 11827, 8495, 10873, 8376, 10646, 8731, 11349, 8743, 11947, 8519, 11110, 8962, 10599, 9373, 7606, 11358, 7618, 11589, 8328, 11684, 8186, 12198, 9418, 13046, 8484, 12724, 9063, 12595, 10292, 8384, 9817, 7887, 11331, 9021, 13625, 9128, 13216, 8909, 11698, 9885, 7713, 9996, 8205, 11441, 8610, 13191, 9074, 11735, 8564, 12215, 9749, 12957, 9037, 7303, 10182, 7924, 11666, 8743, 11859, 8619, 12305, 9331, 13521, 10630, 11637, 9075, 9436, 11087, 10319, 11093, 8280, 10331, 8257, 11268, 9102, 13100, 9616, 9148, 9128, 7719, 10412, 7621, 12344, 8747, 11658, 9174, 10127, 7958, 11438, 8946, 12742, 10353, 9572, 7659, 8919, 10698, 9247, 13262, 9538, 8055, 8939, 7433, 10215, 7747, 10499, 8228, 11035, 7896, 10894, 8090, 9850, 8446, 11189, 8206, 11567, 8971, 10007, 8410, 11632, 8447, 12741, 9317, 9364, 8149, 10111, 8241, 11384, 8368, 10175, 7816, 10699, 8392, 12155, 8911, 12239, 8438, 13120, 9962, 15192, 9242, 14052, 8468, 14493, 10435, 12459, 8924, 7568, 11585, 7926, 11209, 9516, 16747, 11435, 7742, 10404, 7934, 8808, 12893, 9059, 11359, 7767, 10974, 8390, 12821, 9015, 13054, 8087, 10110, 7913, 11128, 8196, 11943, 7812, 10500, 7887, 10230, 8500, 10655, 9781, 7616, 9739, 7338, 11033, 9225, 11014, 7961, 10015, 7410, 9897, 10725, 10113, 12876, 9265, 13332, 8492, 13372, 9620, 12958, 8084, 11397, 7744, 10833, 8451, 11243, 7636, 10425, 7711, 10947, 8217, 10624, 7560, 9833, 7836, 11063, 9643, 12377, 9066, 8744, 7611, 9395, 10782, 9708, 8196, 8763, 11040, 8718, 13739, 10477, 14140, 8175, 11462, 8415, 12136, 8569, 13029, 8574, 11570, 8411, 14297, 10246, 15903, 9591, 11772, 8134, 12373, 9777, 13389, 8841, 11314, 7562, 10493, 7997, 11669, 8083, 10839, 7590, 10851, 8211, 11903, 8263, 10786, 7804, 10923, 8419, 11952, 8823, 10675, 7416, 10127, 7537, 10450, 8549, 10328, 7774, 9546, 7473, 9892, 7958, 11135, 7600, 9697, 7488, 10341, 8175, 11781, 8044, 10308, 7777, 10912, 8399, 11888, 8058, 11021, 7998, 11937, 9928, 13609, 7974, 11543, 7589, 10867, 8686, 11539, 8136, 10052, 7854, 9252, 8575, 10737, 8342, 9892, 8368, 9564, 8562, 10536, 8115, 11121, 8170, 10015, 8582, 11449, 7288, 12075, 8170, 9678, 7753, 11862, 11386, 16033, 10121, 7631, 11011, 8024, 13569, 9161, 12491, 8326, 11271, 7510, 11026, 8148, 14217, 9273, 11588, 8612, 9134, 7745, 10723, 7339, 10243, 7670, 10109, 7698, 10666, 7559, 11288, 7385, 10351, 7417, 10045, 9761, 10446, 10622, 8965, 11870, 8924, 13155, 9668, 11839, 9607, 7626, 10013, 7268, 11538, 9099, 11515, 8388, 10404, 8517, 11297, 8423, 12528, 9204, 11345, 8020, 10413, 8307, 11457, 8767, 12107, 9271, 9975, 8570, 10898, 7693, 11443, 12315, 9658, 12727, 8788, 12394, 8346, 12205, 9308, 11828, 8463, 10786, 8541, 10626, 9009, 11504, 8696, 10867, 8429, 10894, 9172, 12634, 8806, 10930, 8702, 11003, 8670, 13315, 9440, 10536, 8408, 9211, 11167, 9617, 12707, 8850, 9840, 8561, 10471, 9415, 8994, 11008, 7932, 11514, 7997, 11203, 8271, 11413, 8699, 11058, 8588, 10274, 7807, 11373, 10216, 10162, 10595, 9177, 8761, 9633, 9924, 11870, 8470, 9990, 8071, 9823, 8153, 12519, 8409, 10035, 8037, 9730, 7610, 10888, 9156, 10254, 7743, 9357, 8119, 9284, 9768, 9881, 9779, 9658, 7919, 9539, 7697, 9527, 8656, 10138, 8707, 16612, 9260, 10480, 8336, 11392, 8525, 13085, 10285, 14157, 8258, 10055, 8035, 10740, 8625, 12351, 8053, 9993, 7815, 10215, 7968, 11369, 8097, 10238, 7949, 10246, 8476, 11850, 8249, 10808, 8341, 11038, 8441, 11865, 8348, 10659, 8210, 11137, 8958, 12432, 8541, 11625, 8312, 10300, 8879, 10419, 9160, 10408, 9330, 10673, 9175, 14176, 10051, 13933, 8397, 12613, 10491, 14560, 9604, 11985, 8662, 10265, 9736, 9790, 10112, 7333, 9881, 7434, 11762, 8741, 11841, 8942, 9552, 7211, 11247, 8933, 11790, 7648, 9471, 7533, 10823, 8433, 12762, 8175, 10523, 8053, 11030, 8560, 13882, 8637, 12547, 8219, 11794, 9246, 12768, 9506, 11203, 8044, 11347, 8808, 11184, 8792, 10800, 8019, 10740, 8671, 11669, 8270, 11037, 8234, 10348, 9536, 10090, 9647, 7489, 11824, 7562, 12359, 9426, 13265, 9387, 9160, 7391, 9900, 8265, 10315, 8259, 10449, 7921, 11021, 8194, 12712, 8773, 9803, 8117, 9237, 8952, 10303, 13015, 10145, 11306, 8465, 11219, 8585, 12943, 9079, 12754, 8154, 12759, 8093, 12537, 8650, 12757, 9108, 11813, 8107, 11295, 9469, 11909, 9464, 7525, 9172, 8964, 10515, 11651, 9920, 11319, 8656, 9885, 9022, 12283, 9621, 13069, 9176, 7523, 9325, 7057, 10855, 8426, 12437, 8548, 12822, 7859, 9854, 8600, 11165, 9481, 9502, 8794, 10618, 8359, 14346, 10646, 14384, 9102, 12607, 8229, 12825, 9161, 12815, 8788, 9518, 8897, 10600, 8862, 13299, 9952, 12188, 8163, 11669, 8171, 13467, 8761, 12975, 8542, 12646, 8052, 13404, 8216, 12838, 9097, 11885, 7984, 11456, 8235, 10313, 9259, 7437, 9539, 7808, 10433, 7554, 11902, 8690, 12504, 8032, 12467, 8148, 12205, 9820, 13946, 9635, 13092, 7799, 12349, 7899, 12106, 9212, 12767, 7845, 13274, 7596, 13201, 8113, 13068, 9163, 13568, 7559, 12183, 7641, 11782, 8049, 10789, 7832, 9923, 7311, 9830, 7575, 11543, 8350, 12213, 8588, 11464, 12599, 11765, 16504, 12647, 7559, 11721, 9361, 12457, 9153, 9820, 7866, 10850, 9362, 12868, 8596, 10063, 8141, 14245, 10175, 16595, 11536, 10070, 8011, 8832, 10081, 9166, 11581, 8981, 7427, 8692, 9065, 8911, 10848, 9760, 7722, 9456, 7377, 9608, 7508, 11781, 7588, 10440, 8007, 9956, 7854, 10936, 8002, 12097, 8458, 10455, 8010, 11537, 8290, 12661], 'WindowCenter': [4258.0, 4200.0, 4229.0, 4206.0, 4212.0, 4169.0, 4199.0, 4155.0, 4189.0, 4168.0, 4196.0, 4155.0, 4187.0, 4154.0, 4186.0, 4175.0, 4184.0, 4175.0, 4174.0, 4145.0, 4173.0, 4166.0, 4196.0, 4155.0, 4186.0, 4156.0, 4197.0, 4168.0, 4222.0, 4177.0, 4201.0, 4168.0, 4199.0, 4169.0, 4208.0, 4167.0, 4185.0, 4152.0, 4185.0, 4163.0, 4196.0, 4154.0, 4182.0, 4154.0, 4184.0, 4174.0, 4204.0, 4163.0, 4203.0, 4152.0, 4183.0, 4173.0, 4195.0, 4152.0, 4170.0, 4138.0, 4157.0, 4138.0, 4156.0, 4137.0, 4158.0, 4135.0, 4158.0, 4127.0, 4158.0, 4138.0, 4169.0, 4140.0, 4171.0, 4150.0, 4171.0, 4163.0, 4186.0, 4178.0, 4143.0, 4182.0, 4144.0, 4196.0, 4153.0, 4197.0, 4154.0, 4196.0, 4178.0, 4206.0, 4165.0, 4195.0, 4165.0, 4195.0, 4174.0, 4155.0, 4175.0, 4153.0, 4185.0, 4165.0, 4205.0, 4163.0, 4194.0, 4165.0, 4182.0, 4176.0, 4143.0, 4174.0, 4151.0, 4184.0, 4153.0, 4195.0, 4150.0, 4182.0, 4151.0, 4181.0, 4164.0, 4194.0, 4150.0, 4132.0, 4171.0, 4141.0, 4185.0, 4152.0, 4183.0, 4151.0, 4181.0, 4163.0, 4193.0, 4173.0, 4170.0, 4149.0, 4148.0, 4170.0, 4162.0, 4171.0, 4141.0, 4160.0, 4138.0, 4169.0, 4150.0, 4192.0, 4165.0, 4165.0, 4161.0, 4141.0, 4172.0, 4142.0, 4191.0, 4151.0, 4183.0, 4151.0, 4161.0, 4142.0, 4170.0, 4150.0, 4180.0, 4149.0, 4150.0, 4128.0, 4137.0, 4158.0, 4135.0, 4178.0, 4137.0, 4115.0, 4137.0, 4116.0, 4173.0, 4130.0, 4169.0, 4152.0, 4174.0, 4144.0, 4185.0, 4143.0, 4161.0, 4139.0, 4170.0, 4140.0, 4184.0, 4151.0, 4161.0, 4138.0, 4170.0, 4140.0, 4179.0, 4139.0, 4148.0, 4126.0, 4147.0, 4126.0, 4169.0, 4126.0, 4159.0, 4129.0, 4171.0, 4151.0, 4194.0, 4163.0, 4191.0, 4141.0, 4191.0, 4162.0, 4203.0, 4163.0, 4192.0, 4140.0, 4190.0, 4171.0, 4179.0, 4149.0, 4130.0, 4169.0, 4141.0, 4186.0, 4187.0, 4241.0, 4207.0, 4169.0, 4196.0, 4168.0, 4174.0, 4207.0, 4176.0, 4197.0, 4157.0, 4185.0, 4155.0, 4195.0, 4152.0, 4192.0, 4140.0, 4160.0, 4137.0, 4168.0, 4139.0, 4179.0, 4128.0, 4171.0, 4140.0, 4171.0, 4151.0, 4184.0, 4174.0, 4144.0, 4172.0, 4141.0, 4182.0, 4162.0, 4186.0, 4142.0, 4174.0, 4133.0, 4172.0, 4171.0, 4174.0, 4192.0, 4161.0, 4191.0, 4151.0, 4193.0, 4164.0, 4192.0, 4141.0, 4179.0, 4141.0, 4170.0, 4152.0, 4182.0, 4153.0, 4184.0, 4156.0, 4184.0, 4165.0, 4184.0, 4143.0, 4172.0, 4143.0, 4184.0, 4163.0, 4195.0, 4152.0, 4150.0, 4128.0, 4150.0, 4170.0, 4174.0, 4151.0, 4162.0, 4181.0, 4163.0, 4192.0, 4174.0, 4203.0, 4152.0, 4170.0, 4152.0, 4181.0, 4151.0, 4204.0, 4152.0, 4193.0, 4154.0, 4204.0, 4173.0, 4215.0, 4161.0, 4181.0, 4141.0, 4182.0, 4160.0, 4192.0, 4149.0, 4169.0, 4127.0, 4168.0, 4139.0, 4170.0, 4139.0, 4168.0, 4127.0, 4170.0, 4138.0, 4181.0, 4138.0, 4168.0, 4127.0, 4170.0, 4137.0, 4169.0, 4148.0, 4157.0, 4116.0, 4145.0, 4127.0, 4156.0, 4138.0, 4158.0, 4128.0, 4147.0, 4128.0, 4158.0, 4140.0, 4170.0, 4140.0, 4160.0, 4129.0, 4170.0, 4152.0, 4181.0, 4140.0, 4170.0, 4131.0, 4169.0, 4151.0, 4180.0, 4139.0, 4170.0, 4138.0, 4169.0, 4161.0, 4191.0, 4140.0, 4169.0, 4128.0, 4158.0, 4137.0, 4170.0, 4127.0, 4157.0, 4127.0, 4147.0, 4137.0, 4156.0, 4126.0, 4145.0, 4137.0, 4145.0, 4137.0, 4157.0, 4126.0, 4169.0, 4138.0, 4158.0, 4137.0, 4168.0, 4128.0, 4193.0, 4139.0, 4162.0, 4144.0, 4211.0, 4198.0, 4230.0, 4195.0, 4169.0, 4198.0, 4167.0, 4220.0, 4189.0, 4207.0, 4168.0, 4208.0, 4156.0, 4185.0, 4153.0, 4204.0, 4162.0, 4183.0, 4150.0, 4148.0, 4129.0, 4172.0, 4129.0, 4171.0, 4141.0, 4171.0, 4143.0, 4184.0, 4153.0, 4195.0, 4143.0, 4184.0, 4142.0, 4173.0, 4173.0, 4185.0, 4184.0, 4164.0, 4180.0, 4152.0, 4192.0, 4162.0, 4183.0, 4161.0, 4141.0, 4172.0, 4129.0, 4181.0, 4165.0, 4196.0, 4154.0, 4184.0, 4163.0, 4185.0, 4154.0, 4208.0, 4177.0, 4196.0, 4154.0, 4173.0, 4152.0, 4184.0, 4152.0, 4195.0, 4164.0, 4163.0, 4153.0, 4171.0, 4130.0, 4182.0, 4170.0, 4150.0, 4181.0, 4139.0, 4179.0, 4139.0, 4180.0, 4150.0, 4169.0, 4138.0, 4158.0, 4138.0, 4159.0, 4151.0, 4183.0, 4152.0, 4172.0, 4153.0, 4173.0, 4164.0, 4184.0, 4152.0, 4171.0, 4140.0, 4172.0, 4139.0, 4181.0, 4148.0, 4158.0, 4126.0, 4148.0, 4157.0, 4149.0, 4167.0, 4137.0, 4134.0, 4137.0, 4170.0, 4147.0, 4151.0, 4171.0, 4138.0, 4180.0, 4142.0, 4172.0, 4153.0, 4184.0, 4153.0, 4184.0, 4151.0, 4173.0, 4131.0, 4182.0, 4161.0, 4162.0, 4159.0, 4149.0, 4137.0, 4148.0, 4147.0, 4170.0, 4138.0, 4159.0, 4129.0, 4159.0, 4140.0, 4179.0, 4127.0, 4148.0, 4127.0, 4147.0, 4127.0, 4169.0, 4137.0, 4148.0, 4116.0, 4136.0, 4115.0, 4135.0, 4145.0, 4146.0, 4147.0, 4146.0, 4126.0, 4147.0, 4128.0, 4149.0, 4138.0, 4175.0, 4167.0, 4244.0, 4177.0, 4196.0, 4166.0, 4197.0, 4178.0, 4206.0, 4174.0, 4205.0, 4154.0, 4173.0, 4152.0, 4171.0, 4151.0, 4192.0, 4142.0, 4160.0, 4141.0, 4171.0, 4140.0, 4183.0, 4141.0, 4158.0, 4139.0, 4170.0, 4151.0, 4193.0, 4151.0, 4181.0, 4152.0, 4183.0, 4153.0, 4194.0, 4154.0, 4173.0, 4153.0, 4184.0, 4165.0, 4195.0, 4164.0, 4194.0, 4154.0, 4186.0, 4164.0, 4187.0, 4175.0, 4186.0, 4175.0, 4185.0, 4176.0, 4219.0, 4186.0, 4217.0, 4154.0, 4194.0, 4185.0, 4215.0, 4163.0, 4193.0, 4162.0, 4172.0, 4172.0, 4174.0, 4174.0, 4144.0, 4172.0, 4142.0, 4193.0, 4152.0, 4195.0, 4163.0, 4162.0, 4131.0, 4171.0, 4151.0, 4183.0, 4140.0, 4161.0, 4128.0, 4169.0, 4139.0, 4193.0, 4150.0, 4170.0, 4140.0, 4170.0, 4150.0, 4194.0, 4152.0, 4192.0, 4152.0, 4182.0, 4160.0, 4193.0, 4160.0, 4170.0, 4128.0, 4168.0, 4138.0, 4172.0, 4139.0, 4158.0, 4129.0, 4169.0, 4152.0, 4183.0, 4153.0, 4172.0, 4152.0, 4172.0, 4162.0, 4175.0, 4164.0, 4145.0, 4195.0, 4144.0, 4195.0, 4163.0, 4195.0, 4152.0, 4151.0, 4131.0, 4161.0, 4140.0, 4174.0, 4141.0, 4173.0, 4142.0, 4183.0, 4152.0, 4193.0, 4151.0, 4162.0, 4140.0, 4150.0, 4150.0, 4160.0, 4179.0, 4160.0, 4169.0, 4128.0, 4157.0, 4137.0, 4178.0, 4150.0, 4180.0, 4129.0, 4179.0, 4140.0, 4181.0, 4151.0, 4194.0, 4152.0, 4183.0, 4143.0, 4172.0, 4162.0, 4196.0, 4163.0, 4143.0, 4163.0, 4153.0, 4173.0, 4183.0, 4164.0, 4172.0, 4150.0, 4160.0, 4150.0, 4169.0, 4149.0, 4180.0, 4148.0, 4127.0, 4137.0, 4116.0, 4157.0, 4139.0, 4182.0, 4140.0, 4192.0, 4141.0, 4161.0, 4151.0, 4172.0, 4164.0, 4162.0, 4151.0, 4159.0, 4141.0, 4191.0, 4162.0, 4190.0, 4138.0, 4166.0, 4128.0, 4177.0, 4147.0, 4167.0, 4126.0, 4147.0, 4137.0, 4158.0, 4137.0, 4178.0, 4149.0, 4166.0, 4126.0, 4156.0, 4127.0, 4179.0, 4136.0, 4179.0, 4137.0, 4167.0, 4126.0, 4177.0, 4127.0, 4168.0, 4149.0, 4169.0, 4141.0, 4182.0, 4140.0, 4161.0, 4151.0, 4133.0, 4164.0, 4145.0, 4173.0, 4143.0, 4184.0, 4155.0, 4195.0, 4144.0, 4195.0, 4144.0, 4195.0, 4162.0, 4194.0, 4150.0, 4180.0, 4128.0, 4168.0, 4130.0, 4170.0, 4151.0, 4180.0, 4128.0, 4178.0, 4129.0, 4192.0, 4129.0, 4180.0, 4150.0, 4179.0, 4128.0, 4168.0, 4117.0, 4168.0, 4127.0, 4159.0, 4130.0, 4158.0, 4130.0, 4160.0, 4142.0, 4185.0, 4154.0, 4195.0, 4179.0, 4198.0, 4222.0, 4223.0, 4269.0, 4246.0, 4184.0, 4223.0, 4191.0, 4211.0, 4178.0, 4175.0, 4143.0, 4174.0, 4164.0, 4196.0, 4153.0, 4150.0, 4128.0, 4179.0, 4146.0, 4189.0, 4144.0, 4133.0, 4112.0, 4122.0, 4132.0, 4121.0, 4142.0, 4122.0, 4102.0, 4123.0, 4122.0, 4123.0, 4144.0, 4148.0, 4116.0, 4147.0, 4116.0, 4147.0, 4129.0, 4169.0, 4129.0, 4159.0, 4129.0, 4147.0, 4127.0, 4160.0, 4142.0, 4185.0, 4143.0, 4173.0, 4141.0, 4170.0, 4142.0, 4193.0], 'WindowWidth': [9439.0, 9345.0, 9379.0, 9340.0, 9342.0, 9277.0, 9316.0, 9252.0, 9302.0, 9271.0, 9307.0, 9248.0, 9295.0, 9246.0, 9291.0, 9276.0, 9289.0, 9274.0, 9272.0, 9235.0, 9271.0, 9266.0, 9308.0, 9251.0, 9294.0, 9252.0, 9312.0, 9271.0, 9354.0, 9283.0, 9320.0, 9272.0, 9317.0, 9274.0, 9329.0, 9268.0, 9290.0, 9242.0, 9288.0, 9258.0, 9308.0, 9247.0, 9282.0, 9244.0, 9288.0, 9274.0, 9315.0, 9257.0, 9314.0, 9241.0, 9287.0, 9269.0, 9308.0, 9238.0, 9262.0, 9214.0, 9238.0, 9212.0, 9237.0, 9212.0, 9240.0, 9207.0, 9240.0, 9198.0, 9240.0, 9215.0, 9259.0, 9219.0, 9263.0, 9235.0, 9264.0, 9256.0, 9292.0, 9284.0, 9232.0, 9281.0, 9234.0, 9307.0, 9246.0, 9308.0, 9248.0, 9307.0, 9286.0, 9324.0, 9265.0, 9304.0, 9261.0, 9300.0, 9273.0, 9250.0, 9275.0, 9244.0, 9290.0, 9262.0, 9320.0, 9258.0, 9301.0, 9262.0, 9281.0, 9280.0, 9230.0, 9273.0, 9238.0, 9287.0, 9242.0, 9305.0, 9236.0, 9283.0, 9239.0, 9281.0, 9259.0, 9298.0, 9235.0, 9213.0, 9264.0, 9224.0, 9291.0, 9239.0, 9287.0, 9237.0, 9281.0, 9255.0, 9298.0, 9268.0, 9260.0, 9230.0, 9226.0, 9261.0, 9251.0, 9265.0, 9221.0, 9246.0, 9215.0, 9259.0, 9233.0, 9294.0, 9263.0, 9260.0, 9253.0, 9226.0, 9266.0, 9226.0, 9293.0, 9237.0, 9287.0, 9236.0, 9253.0, 9224.0, 9259.0, 9232.0, 9273.0, 9229.0, 9232.0, 9199.0, 9211.0, 9238.0, 9204.0, 9267.0, 9207.0, 9176.0, 9209.0, 9181.0, 9268.0, 9207.0, 9260.0, 9238.0, 9272.0, 9231.0, 9290.0, 9226.0, 9251.0, 9218.0, 9262.0, 9219.0, 9289.0, 9235.0, 9250.0, 9215.0, 9261.0, 9217.0, 9274.0, 9213.0, 9226.0, 9193.0, 9223.0, 9192.0, 9259.0, 9195.0, 9244.0, 9204.0, 9262.0, 9237.0, 9300.0, 9255.0, 9291.0, 9222.0, 9291.0, 9253.0, 9313.0, 9255.0, 9292.0, 9219.0, 9288.0, 9262.0, 9270.0, 9231.0, 9204.0, 9257.0, 9223.0, 9295.0, 9302.0, 9394.0, 9331.0, 9282.0, 9312.0, 9275.0, 9277.0, 9327.0, 9282.0, 9314.0, 9258.0, 9295.0, 9253.0, 9305.0, 9243.0, 9300.0, 9223.0, 9249.0, 9215.0, 9257.0, 9218.0, 9275.0, 9205.0, 9266.0, 9223.0, 9267.0, 9239.0, 9288.0, 9274.0, 9234.0, 9270.0, 9228.0, 9282.0, 9254.0, 9295.0, 9228.0, 9273.0, 9216.0, 9267.0, 9266.0, 9273.0, 9295.0, 9252.0, 9293.0, 9237.0, 9300.0, 9258.0, 9298.0, 9224.0, 9275.0, 9224.0, 9264.0, 9242.0, 9284.0, 9246.0, 9286.0, 9251.0, 9291.0, 9265.0, 9289.0, 9232.0, 9270.0, 9229.0, 9286.0, 9257.0, 9305.0, 9241.0, 9235.0, 9204.0, 9235.0, 9263.0, 9275.0, 9239.0, 9256.0, 9279.0, 9257.0, 9299.0, 9274.0, 9309.0, 9238.0, 9262.0, 9238.0, 9278.0, 9240.0, 9314.0, 9241.0, 9298.0, 9245.0, 9321.0, 9272.0, 9336.0, 9252.0, 9281.0, 9224.0, 9281.0, 9248.0, 9297.0, 9231.0, 9259.0, 9201.0, 9257.0, 9218.0, 9264.0, 9217.0, 9256.0, 9201.0, 9261.0, 9215.0, 9281.0, 9217.0, 9258.0, 9201.0, 9260.0, 9213.0, 9261.0, 9229.0, 9241.0, 9183.0, 9220.0, 9199.0, 9237.0, 9217.0, 9243.0, 9203.0, 9227.0, 9203.0, 9243.0, 9224.0, 9262.0, 9222.0, 9247.0, 9206.0, 9262.0, 9240.0, 9281.0, 9221.0, 9262.0, 9209.0, 9260.0, 9239.0, 9277.0, 9220.0, 9261.0, 9216.0, 9261.0, 9253.0, 9296.0, 9220.0, 9261.0, 9202.0, 9243.0, 9211.0, 9263.0, 9198.0, 9241.0, 9200.0, 9226.0, 9210.0, 9237.0, 9195.0, 9221.0, 9212.0, 9220.0, 9212.0, 9239.0, 9197.0, 9259.0, 9215.0, 9242.0, 9212.0, 9256.0, 9202.0, 9301.0, 9218.0, 9257.0, 9234.0, 9341.0, 9317.0, 9368.0, 9310.0, 9278.0, 9316.0, 9271.0, 9350.0, 9305.0, 9328.0, 9275.0, 9330.0, 9256.0, 9292.0, 9247.0, 9320.0, 9256.0, 9286.0, 9235.0, 9230.0, 9207.0, 9268.0, 9207.0, 9266.0, 9226.0, 9266.0, 9231.0, 9291.0, 9247.0, 9308.0, 9234.0, 9289.0, 9229.0, 9273.0, 9271.0, 9292.0, 9288.0, 9259.0, 9278.0, 9240.0, 9297.0, 9257.0, 9284.0, 9254.0, 9227.0, 9270.0, 9208.0, 9281.0, 9264.0, 9310.0, 9248.0, 9288.0, 9257.0, 9291.0, 9248.0, 9329.0, 9281.0, 9309.0, 9246.0, 9268.0, 9240.0, 9288.0, 9240.0, 9308.0, 9257.0, 9256.0, 9242.0, 9264.0, 9207.0, 9278.0, 9259.0, 9234.0, 9273.0, 9216.0, 9272.0, 9215.0, 9275.0, 9231.0, 9258.0, 9213.0, 9239.0, 9214.0, 9244.0, 9237.0, 9283.0, 9239.0, 9266.0, 9241.0, 9271.0, 9257.0, 9288.0, 9238.0, 9265.0, 9219.0, 9267.0, 9217.0, 9280.0, 9225.0, 9242.0, 9193.0, 9226.0, 9237.0, 9229.0, 9249.0, 9208.0, 9201.0, 9211.0, 9261.0, 9225.0, 9235.0, 9264.0, 9216.0, 9275.0, 9226.0, 9266.0, 9244.0, 9287.0, 9244.0, 9289.0, 9238.0, 9269.0, 9208.0, 9278.0, 9250.0, 9252.0, 9244.0, 9229.0, 9211.0, 9225.0, 9222.0, 9261.0, 9212.0, 9244.0, 9203.0, 9242.0, 9219.0, 9270.0, 9198.0, 9227.0, 9198.0, 9224.0, 9197.0, 9256.0, 9208.0, 9228.0, 9180.0, 9207.0, 9176.0, 9204.0, 9216.0, 9218.0, 9223.0, 9221.0, 9195.0, 9223.0, 9200.0, 9230.0, 9215.0, 9276.0, 9271.0, 9393.0, 9287.0, 9310.0, 9269.0, 9313.0, 9285.0, 9328.0, 9276.0, 9321.0, 9249.0, 9272.0, 9242.0, 9267.0, 9238.0, 9298.0, 9229.0, 9251.0, 9226.0, 9265.0, 9222.0, 9285.0, 9225.0, 9243.0, 9220.0, 9264.0, 9241.0, 9299.0, 9240.0, 9281.0, 9244.0, 9285.0, 9246.0, 9302.0, 9250.0, 9273.0, 9247.0, 9288.0, 9264.0, 9306.0, 9260.0, 9302.0, 9249.0, 9295.0, 9261.0, 9297.0, 9277.0, 9293.0, 9278.0, 9293.0, 9280.0, 9348.0, 9296.0, 9341.0, 9248.0, 9305.0, 9289.0, 9334.0, 9258.0, 9299.0, 9255.0, 9269.0, 9270.0, 9276.0, 9275.0, 9234.0, 9271.0, 9230.0, 9301.0, 9242.0, 9307.0, 9258.0, 9255.0, 9211.0, 9265.0, 9238.0, 9289.0, 9224.0, 9252.0, 9204.0, 9260.0, 9220.0, 9301.0, 9237.0, 9264.0, 9221.0, 9262.0, 9235.0, 9300.0, 9241.0, 9294.0, 9238.0, 9283.0, 9249.0, 9302.0, 9248.0, 9263.0, 9203.0, 9255.0, 9214.0, 9267.0, 9216.0, 9241.0, 9202.0, 9258.0, 9242.0, 9285.0, 9243.0, 9269.0, 9242.0, 9266.0, 9254.0, 9275.0, 9260.0, 9236.0, 9302.0, 9234.0, 9303.0, 9258.0, 9302.0, 9238.0, 9236.0, 9210.0, 9249.0, 9220.0, 9274.0, 9224.0, 9269.0, 9227.0, 9284.0, 9239.0, 9299.0, 9237.0, 9253.0, 9221.0, 9232.0, 9233.0, 9245.0, 9272.0, 9246.0, 9255.0, 9198.0, 9238.0, 9210.0, 9269.0, 9231.0, 9273.0, 9202.0, 9272.0, 9219.0, 9277.0, 9236.0, 9300.0, 9239.0, 9282.0, 9228.0, 9266.0, 9253.0, 9303.0, 9257.0, 9229.0, 9255.0, 9242.0, 9269.0, 9281.0, 9260.0, 9264.0, 9234.0, 9245.0, 9234.0, 9258.0, 9232.0, 9273.0, 9228.0, 9196.0, 9209.0, 9182.0, 9238.0, 9215.0, 9280.0, 9220.0, 9294.0, 9223.0, 9251.0, 9237.0, 9267.0, 9260.0, 9250.0, 9236.0, 9243.0, 9221.0, 9292.0, 9251.0, 9287.0, 9212.0, 9249.0, 9199.0, 9266.0, 9224.0, 9252.0, 9193.0, 9222.0, 9208.0, 9241.0, 9211.0, 9269.0, 9228.0, 9247.0, 9192.0, 9233.0, 9197.0, 9272.0, 9208.0, 9273.0, 9210.0, 9250.0, 9194.0, 9265.0, 9196.0, 9254.0, 9230.0, 9255.0, 9222.0, 9280.0, 9221.0, 9249.0, 9237.0, 9215.0, 9259.0, 9237.0, 9271.0, 9230.0, 9286.0, 9247.0, 9304.0, 9232.0, 9302.0, 9233.0, 9303.0, 9252.0, 9303.0, 9232.0, 9274.0, 9200.0, 9252.0, 9205.0, 9257.0, 9234.0, 9272.0, 9199.0, 9267.0, 9203.0, 9291.0, 9203.0, 9275.0, 9230.0, 9269.0, 9198.0, 9251.0, 9183.0, 9253.0, 9197.0, 9240.0, 9204.0, 9240.0, 9208.0, 9246.0, 9227.0, 9287.0, 9245.0, 9304.0, 9290.0, 9314.0, 9359.0, 9363.0, 9447.0, 9398.0, 9307.0, 9357.0, 9309.0, 9341.0, 9287.0, 9278.0, 9230.0, 9275.0, 9257.0, 9307.0, 9242.0, 9235.0, 9200.0, 9272.0, 9219.0, 9286.0, 9211.0, 9198.0, 9167.0, 9181.0, 9195.0, 9176.0, 9206.0, 9179.0, 9154.0, 9182.0, 9180.0, 9185.0, 9213.0, 9227.0, 9178.0, 9221.0, 9182.0, 9224.0, 9204.0, 9255.0, 9201.0, 9244.0, 9200.0, 9223.0, 9198.0, 9244.0, 9222.0, 9286.0, 9227.0, 9270.0, 9222.0, 9261.0, 9224.0, 9296.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.000969516129032258</td></tr>
<tr><td colspan=3>aqi</td><td>0.031751952880184335</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.017575137474104</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3224737536101492</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9871732371856969</td></tr>
<tr><td colspan=3>efc</td><td>0.4992</td></tr>
<tr><td colspan=3>fber</td><td>4924.5625</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1068744096616376</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.645161290322581</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.432269799773444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3304175808021514</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6420511188267746</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.324340699691407</td></tr>
<tr><td colspan=3>gcor</td><td>0.009853</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02101973071694374</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04893042519688606</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.134570780272373</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>18.708</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2212</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.0443</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295487.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>974.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.0591</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8218</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.856</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3365.4625</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81057.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1377.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.7574</td></tr>
<tr><td colspan=3>tsnr</td><td>34.317185991443694</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>