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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-06_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-06_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-0004/ses-01/func/sub-0004_ses-01_task-social_acq-mb8_run-06_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>9e256f61f54ffbdcd3db388958a70b04</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>10:43:10.665000</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.999495, 0.0149046, -0.028062, -0.00959473, 0.983504, 0.18063]</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-06_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.0980213</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7773, -7257, 553, -67, -238, 52, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>230.35</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>90e8b782-2397-4dd9-8331-12e6e9797719||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.681572198867798, -0.025741970166563988, -0.08178658038377762, 115.00567626953125], [-0.03998791426420212, 2.6386702060699463, 0.4867272675037384, -100.88549041748047], [-0.0752883329987526, -0.48461657762527466, 2.6545069217681885, -26.169879913330078], [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': ['104310.665000', '104311.125000', '104311.585000', '104312.045000', '104312.505000', '104312.965000', '104313.425000', '104313.885000', '104314.345000', '104314.805000', '104315.265000', '104315.725000', '104316.185000', '104316.645000', '104317.105000', '104317.565000', '104318.025000', '104318.485000', '104318.945000', '104319.405000', '104319.865000', '104320.325000', '104320.785000', '104321.245000', '104321.705000', '104322.165000', '104322.625000', '104323.085000', '104323.545000', '104324.005000', '104324.465000', '104324.925000', '104325.385000', '104325.845000', '104326.305000', '104326.765000', '104327.225000', '104327.685000', '104328.145000', '104328.605000', '104329.065000', '104329.525000', '104329.985000', '104330.445000', '104330.905000', '104331.365000', '104331.825000', '104332.285000', '104332.745000', '104333.205000', '104333.665000', '104334.125000', '104334.585000', '104335.045000', '104335.505000', '104335.965000', '104336.425000', '104336.885000', '104337.345000', '104337.805000', '104338.265000', '104338.725000', '104339.185000', '104339.645000', '104340.105000', '104340.565000', '104341.025000', '104341.485000', '104341.945000', '104342.405000', '104342.865000', '104343.325000', '104343.785000', '104344.245000', '104344.705000', '104345.165000', '104345.625000', '104346.085000', '104346.545000', '104347.005000', '104347.465000', '104347.925000', '104348.385000', '104348.845000', '104349.305000', '104349.765000', '104350.225000', '104350.685000', '104351.145000', '104351.605000', '104352.065000', '104352.525000', '104352.985000', '104353.445000', '104353.905000', '104354.365000', '104354.825000', '104355.285000', '104355.745000', '104356.205000', '104356.665000', '104357.125000', '104357.585000', '104358.045000', '104358.505000', '104358.965000', '104359.425000', '104359.885000', '104400.345000', '104400.805000', '104401.265000', '104401.725000', '104402.185000', '104402.645000', '104403.105000', '104403.565000', '104404.025000', '104404.485000', '104404.945000', '104405.405000', '104405.865000', '104406.325000', '104406.785000', '104407.245000', '104407.705000', '104408.165000', '104408.625000', '104409.085000', '104409.545000', '104410.005000', '104410.465000', '104410.925000', '104411.385000', '104411.845000', '104412.305000', '104412.765000', '104413.225000', '104413.685000', '104414.145000', '104414.605000', '104415.065000', '104415.525000', '104415.985000', '104416.445000', '104416.905000', '104417.365000', '104417.825000', '104418.285000', '104418.745000', '104419.205000', '104419.665000', '104420.125000', '104420.585000', '104421.045000', '104421.505000', '104421.965000', '104422.425000', '104422.885000', '104423.345000', '104423.805000', '104424.265000', '104424.725000', '104425.185000', '104425.645000', '104426.105000', '104426.565000', '104427.025000', '104427.485000', '104427.945000', '104428.405000', '104428.865000', '104429.325000', '104429.785000', '104430.245000', '104430.705000', '104431.165000', '104431.625000', '104432.085000', '104432.545000', '104433.005000', '104433.465000', '104433.925000', '104434.385000', '104434.845000', '104435.305000', '104435.765000', '104436.225000', '104436.685000', '104437.145000', '104437.605000', '104438.065000', '104438.525000', '104438.985000', '104439.445000', '104439.905000', '104440.365000', '104440.825000', '104441.285000', '104441.745000', '104442.205000', '104442.665000', '104443.125000', '104443.585000', '104444.045000', '104444.505000', '104444.965000', '104445.425000', '104445.885000', '104446.345000', '104446.805000', '104447.265000', '104447.725000', '104448.185000', '104448.645000', '104449.105000', '104449.565000', '104450.025000', '104450.485000', '104450.945000', '104451.405000', '104451.865000', '104452.325000', '104452.785000', '104453.245000', '104453.705000', '104454.165000', '104454.625000', '104455.085000', '104455.545000', '104456.005000', '104456.465000', '104456.925000', '104457.385000', '104457.845000', '104458.305000', '104458.765000', '104459.225000', '104459.685000', '104500.145000', '104500.605000', '104501.065000', '104501.525000', '104501.985000', '104502.445000', '104502.905000', '104503.365000', '104503.825000', '104504.285000', '104504.745000', '104505.205000', '104505.665000', '104506.125000', '104506.585000', '104507.045000', '104507.505000', '104507.965000', '104508.425000', '104508.885000', '104509.345000', '104509.805000', '104510.265000', '104510.725000', '104511.185000', '104511.645000', '104512.105000', '104512.565000', '104513.025000', '104513.485000', '104513.945000', '104514.405000', '104514.865000', '104515.325000', '104515.785000', '104516.245000', '104516.705000', '104517.165000', '104517.625000', '104518.085000', '104518.545000', '104519.005000', '104519.465000', '104519.925000', '104520.385000', '104520.845000', '104521.305000', '104521.765000', '104522.225000', '104522.685000', '104523.145000', '104523.605000', '104524.065000', '104524.525000', '104524.985000', '104525.445000', '104525.905000', '104526.365000', '104526.825000', '104527.285000', '104527.745000', '104528.205000', '104528.665000', '104529.125000', '104529.585000', '104530.045000', '104530.505000', '104530.965000', '104531.425000', '104531.885000', '104532.345000', '104532.805000', '104533.265000', '104533.725000', '104534.185000', '104534.645000', '104535.105000', '104535.565000', '104536.025000', '104536.485000', '104536.945000', '104537.405000', '104537.865000', '104538.325000', '104538.785000', '104539.245000', '104539.705000', '104540.165000', '104540.625000', '104541.085000', '104541.545000', '104542.005000', '104542.465000', '104542.925000', '104543.385000', '104543.845000', '104544.305000', '104544.765000', '104545.225000', '104545.685000', '104546.145000', '104546.605000', '104547.065000', '104547.525000', '104547.985000', '104548.445000', '104548.905000', '104549.365000', '104549.825000', '104550.285000', '104550.745000', '104551.205000', '104551.665000', '104552.125000', '104552.585000', '104553.045000', '104553.505000', '104553.965000', '104554.425000', '104554.885000', '104555.345000', '104555.805000', '104556.265000', '104556.725000', '104557.185000', '104557.645000', '104558.105000', '104558.565000', '104559.025000', '104559.485000', '104559.945000', '104600.405000', '104600.865000', '104601.325000', '104601.785000', '104602.245000', '104602.705000', '104603.165000', '104603.625000', '104604.085000', '104604.545000', '104605.005000', '104605.465000', '104605.925000', '104606.385000', '104606.845000', '104607.305000', '104607.765000', '104608.225000', '104608.685000', '104609.145000', '104609.605000', '104610.065000', '104610.525000', '104610.985000', '104611.445000', '104611.905000', '104612.365000', '104612.825000', '104613.285000', '104613.745000', '104614.205000', '104614.665000', '104615.125000', '104615.585000', '104616.045000', '104616.505000', '104616.965000', '104617.425000', '104617.885000', '104618.345000', '104618.805000', '104619.265000', '104619.725000', '104620.185000', '104620.645000', '104621.105000', '104621.565000', '104622.025000', '104622.485000', '104622.945000', '104623.405000', '104623.865000', '104624.325000', '104624.785000', '104625.245000', '104625.705000', '104626.165000', '104626.625000', '104627.085000', '104627.545000', '104628.005000', '104628.465000', '104628.925000', '104629.385000', '104629.845000', '104630.305000', '104630.765000', '104631.225000', '104631.685000', '104632.145000', '104632.605000', '104633.065000', '104633.525000', '104633.985000', '104634.445000', '104634.905000', '104635.365000', '104635.825000', '104636.285000', '104636.745000', '104637.205000', '104637.665000', '104638.125000', '104638.585000', '104639.045000', '104639.505000', '104639.965000', '104640.425000', '104640.885000', '104641.345000', '104641.805000', '104642.265000', '104642.725000', '104643.185000', '104643.645000', '104644.105000', '104644.565000', '104645.025000', '104645.485000', '104645.945000', '104646.405000', '104646.865000', '104647.325000', '104647.785000', '104648.245000', '104648.705000', '104649.165000', '104649.625000', '104650.085000', '104650.545000', '104651.005000', '104651.465000', '104651.925000', '104652.385000', '104652.845000', '104653.305000', '104653.765000', '104654.225000', '104654.685000', '104655.145000', '104655.605000', '104656.065000', '104656.525000', '104656.985000', '104657.445000', '104657.905000', '104658.365000', '104658.825000', '104659.285000', '104659.745000', '104700.205000', '104700.665000', '104701.125000', '104701.585000', '104702.045000', '104702.505000', '104702.965000', '104703.425000', '104703.885000', '104704.345000', '104704.805000', '104705.265000', '104705.725000', '104706.185000', '104706.645000', '104707.105000', '104707.565000', '104708.025000', '104708.485000', '104708.945000', '104709.405000', '104709.865000', '104710.325000', '104710.785000', '104711.245000', '104711.705000', '104712.165000', '104712.625000', '104713.085000', '104713.545000', '104714.005000', '104714.465000', '104714.925000', '104715.385000', '104715.845000', '104716.305000', '104716.765000', '104717.225000', '104717.685000', '104718.145000', '104718.605000', '104719.065000', '104719.525000', '104719.985000', '104720.445000', '104720.905000', '104721.365000', '104721.825000', '104722.285000', '104722.745000', '104723.205000', '104723.665000', '104724.125000', '104724.585000', '104725.045000', '104725.505000', '104725.965000', '104726.425000', '104726.885000', '104727.345000', '104727.805000', '104728.265000', '104728.725000', '104729.185000', '104729.645000', '104730.105000', '104730.565000', '104731.025000', '104731.485000', '104731.945000', '104732.405000', '104732.865000', '104733.325000', '104733.785000', '104734.245000', '104734.705000', '104735.165000', '104735.625000', '104736.085000', '104736.545000', '104737.005000', '104737.465000', '104737.925000', '104738.385000', '104738.845000', '104739.305000', '104739.765000', '104740.225000', '104740.685000', '104741.145000', '104741.605000', '104742.065000', '104742.525000', '104742.985000', '104743.445000', '104743.905000', '104744.365000', '104744.825000', '104745.285000', '104745.745000', '104746.205000', '104746.665000', '104747.125000', '104747.585000', '104748.045000', '104748.505000', '104748.965000', '104749.425000', '104749.885000', '104750.345000', '104750.805000', '104751.265000', '104751.725000', '104752.185000', '104752.645000', '104753.105000', '104753.565000', '104754.025000', '104754.485000', '104754.945000', '104755.405000', '104755.865000', '104756.325000', '104756.785000', '104757.245000', '104757.705000', '104758.165000', '104758.625000', '104759.085000', '104759.545000', '104800.005000', '104800.465000', '104800.925000', '104801.385000', '104801.845000', '104802.305000', '104802.765000', '104803.225000', '104803.685000', '104804.145000', '104804.605000', '104805.065000', '104805.525000', '104805.985000', '104806.445000', '104806.905000', '104807.365000', '104807.825000', '104808.285000', '104808.745000', '104809.205000', '104809.665000', '104810.125000', '104810.585000', '104811.045000', '104811.505000', '104811.965000', '104812.425000', '104812.885000', '104813.345000', '104813.805000', '104814.265000', '104814.725000', '104815.185000', '104815.645000', '104816.105000', '104816.565000', '104817.025000', '104817.485000', '104817.945000', '104818.405000', '104818.865000', '104819.325000', '104819.785000', '104820.245000', '104820.705000', '104821.165000', '104821.625000', '104822.085000', '104822.545000', '104823.005000', '104823.465000', '104823.925000', '104824.385000', '104824.845000', '104825.305000', '104825.765000', '104826.225000', '104826.685000', '104827.145000', '104827.605000', '104828.065000', '104828.525000', '104828.985000', '104829.445000', '104829.905000', '104830.365000', '104830.825000', '104831.285000', '104831.745000', '104832.205000', '104832.665000', '104833.125000', '104833.585000', '104834.045000', '104834.505000', '104834.965000', '104835.425000', '104835.885000', '104836.345000', '104836.805000', '104837.265000', '104837.725000', '104838.185000', '104838.645000', '104839.105000', '104839.565000', '104840.025000', '104840.485000', '104840.945000', '104841.405000', '104841.865000', '104842.325000', '104842.785000', '104843.245000', '104843.705000', '104844.165000', '104844.625000', '104845.085000', '104845.545000', '104846.005000', '104846.465000', '104846.925000', '104847.385000', '104847.845000', '104848.305000', '104848.765000', '104849.225000', '104849.685000', '104850.145000', '104850.605000', '104851.065000', '104851.525000', '104851.985000', '104852.445000', '104852.905000', '104853.365000', '104853.825000', '104854.285000', '104854.745000', '104855.205000', '104855.665000', '104856.125000', '104856.585000', '104857.045000', '104857.505000', '104857.965000', '104858.425000', '104858.885000', '104859.345000', '104859.805000', '104900.265000', '104900.725000', '104901.185000', '104901.645000', '104902.105000', '104902.565000', '104903.025000', '104903.485000', '104903.945000', '104904.405000', '104904.865000', '104905.325000', '104905.785000', '104906.245000', '104906.705000', '104907.165000', '104907.625000', '104908.085000', '104908.545000', '104909.005000', '104909.465000', '104909.925000', '104910.385000', '104910.845000', '104911.305000', '104911.765000', '104912.225000', '104912.685000', '104913.145000', '104913.605000', '104914.065000', '104914.525000', '104914.985000', '104915.445000', '104915.905000', '104916.365000', '104916.825000', '104917.285000', '104917.745000', '104918.205000', '104918.665000', '104919.125000', '104919.585000', '104920.045000', '104920.505000', '104920.965000', '104921.425000', '104921.885000', '104922.345000', '104922.805000', '104923.265000', '104923.725000', '104924.185000', '104924.645000', '104925.105000', '104925.565000', '104926.025000', '104926.485000', '104926.945000', '104927.405000', '104927.865000', '104928.325000', '104928.785000', '104929.245000', '104929.705000', '104930.165000', '104930.625000', '104931.085000', '104931.545000', '104932.005000', '104932.465000', '104932.925000', '104933.385000', '104933.845000', '104934.305000', '104934.765000', '104935.225000', '104935.685000', '104936.145000', '104936.605000', '104937.065000', '104937.525000', '104937.985000', '104938.445000', '104938.905000', '104939.365000', '104939.825000', '104940.285000', '104940.745000', '104941.205000', '104941.665000', '104942.125000', '104942.585000', '104943.045000', '104943.505000', '104943.965000', '104944.425000', '104944.885000', '104945.345000', '104945.805000', '104946.265000', '104946.725000', '104947.185000', '104947.645000', '104948.105000', '104948.565000', '104949.025000', '104949.485000', '104949.945000', '104950.405000', '104950.865000', '104951.325000'], 'ContentTime': ['104331.792000', '104331.796000', '104331.799000', '104331.810000', '104331.813000', '104331.816000', '104331.819000', '104331.822000', '104331.825000', '104331.827000', '104331.830000', '104331.833000', '104331.836000', '104331.839000', '104331.842000', '104331.844000', '104331.848000', '104331.851000', '104331.854000', '104331.857000', '104331.860000', '104331.863000', '104331.866000', '104331.868000', '104331.871000', '104331.874000', '104331.877000', '104331.880000', '104331.883000', '104331.886000', '104331.889000', '104331.891000', '104331.894000', '104331.897000', '104331.900000', '104331.903000', '104331.905000', '104331.908000', '104331.911000', '104331.914000', '104331.917000', '104331.920000', '104331.923000', '104331.925000', '104351.748000', '104351.751000', '104351.754000', '104351.757000', '104351.760000', '104351.763000', '104351.765000', '104351.768000', '104351.771000', '104351.774000', '104351.776000', '104351.780000', '104351.782000', '104351.785000', '104351.788000', '104351.791000', '104351.794000', '104351.796000', '104351.799000', '104351.809000', '104351.811000', '104351.814000', '104351.817000', '104351.820000', '104351.823000', '104351.832000', '104351.835000', '104351.838000', '104351.841000', '104351.843000', '104351.846000', '104351.849000', '104351.852000', '104351.854000', '104351.857000', '104351.860000', '104351.863000', '104351.866000', '104351.869000', '104351.871000', '104351.874000', '104351.877000', '104351.880000', '104351.883000', '104411.748000', '104411.751000', '104411.754000', '104411.757000', '104411.759000', '104411.762000', '104411.765000', '104411.768000', '104411.771000', '104411.774000', '104411.777000', '104411.779000', '104411.782000', '104411.785000', '104411.788000', '104411.791000', '104411.794000', '104411.797000', '104411.799000', '104411.802000', '104411.805000', '104411.808000', '104411.811000', '104411.813000', '104411.816000', '104411.819000', '104411.822000', '104411.825000', '104411.827000', '104411.830000', '104411.833000', '104411.836000', '104411.839000', '104411.842000', '104411.844000', '104411.847000', '104411.850000', '104411.853000', '104411.856000', '104411.859000', '104411.861000', '104411.865000', '104411.870000', '104431.749000', '104431.752000', '104431.755000', '104431.758000', '104431.760000', '104431.763000', '104431.766000', '104431.769000', '104431.772000', '104431.775000', '104431.778000', '104431.780000', '104431.783000', '104431.786000', '104431.789000', '104431.792000', '104431.794000', '104431.797000', '104431.800000', '104431.803000', '104431.806000', '104431.809000', '104431.812000', '104431.814000', '104431.831000', '104431.834000', '104431.837000', '104431.839000', '104431.842000', '104431.845000', '104431.848000', '104431.851000', '104431.853000', '104431.856000', '104431.859000', '104431.862000', '104431.865000', '104431.878000', '104431.881000', '104431.883000', '104431.886000', '104431.889000', '104431.892000', '104431.895000', '104451.749000', '104451.754000', '104451.757000', '104451.760000', '104451.763000', '104451.766000', '104451.768000', '104451.771000', '104451.774000', '104451.777000', '104451.780000', '104451.783000', '104451.786000', '104451.788000', '104451.791000', '104451.794000', '104451.797000', '104451.800000', '104451.802000', '104451.805000', '104451.808000', '104451.811000', '104451.814000', '104451.817000', '104451.820000', '104451.823000', '104451.826000', '104451.829000', '104451.832000', '104451.835000', '104451.838000', '104451.841000', '104451.844000', '104451.846000', '104451.849000', '104451.852000', '104451.855000', '104451.858000', '104451.861000', '104451.863000', '104451.866000', '104451.869000', '104451.872000', '104511.749000', '104511.752000', '104511.755000', '104511.758000', '104511.760000', '104511.763000', '104511.766000', '104511.769000', '104511.772000', '104511.775000', '104511.778000', '104511.781000', '104511.783000', '104511.786000', '104511.789000', '104511.792000', '104511.795000', '104511.798000', '104511.801000', '104511.803000', '104511.806000', '104511.809000', '104511.812000', '104511.815000', '104511.818000', '104511.821000', '104511.823000', '104511.826000', '104511.844000', '104511.847000', '104511.850000', '104511.853000', '104511.856000', '104511.858000', '104511.861000', '104511.864000', '104511.867000', '104511.870000', '104511.873000', '104511.875000', '104511.878000', '104511.881000', '104511.884000', '104511.887000', '104531.748000', '104531.751000', '104531.754000', '104531.757000', '104531.759000', '104531.762000', '104531.765000', '104531.768000', '104531.771000', '104531.774000', '104531.776000', '104531.779000', '104531.782000', '104531.785000', '104531.788000', '104531.791000', '104531.793000', '104531.796000', '104531.799000', '104531.802000', '104531.805000', '104531.808000', '104531.810000', '104531.813000', '104531.816000', '104531.819000', '104531.822000', '104531.825000', '104531.828000', '104531.830000', '104531.833000', '104531.836000', '104531.839000', '104531.842000', '104531.844000', '104531.848000', '104531.850000', '104531.853000', '104531.856000', '104531.865000', '104531.867000', '104531.870000', '104531.873000', '104551.748000', '104551.751000', '104551.754000', '104551.756000', '104551.768000', '104551.770000', '104551.773000', '104551.776000', '104551.779000', '104551.782000', '104551.785000', '104551.787000', '104551.790000', '104551.793000', '104551.796000', '104551.799000', '104551.802000', '104551.805000', '104551.807000', '104551.810000', '104551.813000', '104551.816000', '104551.819000', '104551.822000', '104551.825000', '104551.827000', '104551.830000', '104551.833000', '104551.836000', '104551.839000', '104551.842000', '104551.845000', '104551.848000', '104551.850000', '104551.853000', '104551.856000', '104551.859000', '104551.862000', '104551.865000', '104551.867000', '104551.870000', '104551.879000', '104551.882000', '104551.884000', '104611.748000', '104611.751000', '104611.754000', '104611.757000', '104611.772000', '104611.775000', '104611.778000', '104611.781000', '104611.784000', '104611.787000', '104611.790000', '104611.792000', '104611.795000', '104611.798000', '104611.801000', '104611.804000', '104611.807000', '104611.809000', '104611.812000', '104611.815000', '104611.818000', '104611.821000', '104611.824000', '104611.827000', '104611.829000', '104611.832000', '104611.835000', '104611.838000', '104611.841000', '104611.843000', '104611.846000', '104611.849000', '104611.852000', '104611.855000', '104611.858000', '104611.862000', '104611.865000', '104611.868000', '104611.870000', '104611.873000', '104611.876000', '104611.879000', '104611.882000', '104631.748000', '104631.751000', '104631.754000', '104631.757000', '104631.760000', '104631.762000', '104631.765000', '104631.768000', '104631.771000', '104631.774000', '104631.776000', '104631.779000', '104631.782000', '104631.785000', '104631.788000', '104631.791000', '104631.793000', '104631.796000', '104631.799000', '104631.802000', '104631.805000', '104631.808000', '104631.811000', '104631.813000', '104631.816000', '104631.819000', '104631.822000', '104631.825000', '104631.828000', '104631.831000', '104631.834000', '104631.837000', '104631.839000', '104631.842000', '104631.845000', '104631.855000', '104631.857000', '104631.860000', '104631.863000', '104631.866000', '104631.869000', '104631.872000', '104631.874000', '104631.877000', '104651.749000', '104651.752000', '104651.755000', '104651.757000', '104651.761000', '104651.763000', '104651.766000', '104651.769000', '104651.772000', '104651.775000', '104651.777000', '104651.780000', '104651.783000', '104651.786000', '104651.789000', '104651.792000', '104651.794000', '104651.797000', '104651.800000', '104651.803000', '104651.806000', '104651.809000', '104651.812000', '104651.814000', '104651.817000', '104651.820000', '104651.823000', '104651.826000', '104651.829000', '104651.832000', '104651.834000', '104651.837000', '104651.840000', '104651.843000', '104651.846000', '104651.849000', '104651.852000', '104651.854000', '104651.857000', '104651.860000', '104651.863000', '104651.866000', '104651.869000', '104711.749000', '104711.752000', '104711.755000', '104711.758000', '104711.761000', '104711.764000', '104711.766000', '104711.769000', '104711.772000', '104711.775000', '104711.778000', '104711.781000', '104711.783000', '104711.790000', '104711.793000', '104711.796000', '104711.799000', '104711.802000', '104711.805000', '104711.807000', '104711.810000', '104711.813000', '104711.816000', '104711.819000', '104711.822000', '104711.824000', '104711.827000', '104711.830000', '104711.833000', '104711.836000', '104711.839000', '104711.842000', '104711.844000', '104711.847000', '104711.850000', '104711.853000', '104711.856000', '104711.859000', '104711.861000', '104711.864000', '104711.867000', '104711.870000', '104711.873000', '104711.876000', '104731.749000', '104731.752000', '104731.755000', '104731.758000', '104731.761000', '104731.764000', '104731.766000', '104731.769000', '104731.772000', '104731.775000', '104731.778000', '104731.781000', '104731.783000', '104731.786000', '104731.789000', '104731.792000', '104731.795000', '104731.798000', '104731.801000', '104731.804000', '104731.806000', '104731.809000', '104731.812000', '104731.815000', '104731.818000', '104731.820000', '104731.823000', '104731.826000', '104731.829000', '104731.832000', '104731.835000', '104731.838000', '104731.841000', '104731.843000', '104731.846000', '104731.849000', '104731.852000', '104731.855000', '104731.858000', '104731.861000', '104731.864000', '104731.866000', '104731.869000', '104751.748000', '104751.751000', '104751.754000', '104751.757000', '104751.760000', '104751.762000', '104751.765000', '104751.768000', '104751.771000', '104751.774000', '104751.777000', '104751.779000', '104751.782000', '104751.785000', '104751.788000', '104751.791000', '104751.794000', '104751.797000', '104751.799000', '104751.802000', '104751.805000', '104751.808000', '104751.811000', '104751.814000', '104751.817000', '104751.819000', '104751.822000', '104751.825000', '104751.828000', '104751.831000', '104751.834000', '104751.837000', '104751.839000', '104751.842000', '104751.845000', '104751.848000', '104751.851000', '104751.854000', '104751.856000', '104751.859000', '104751.862000', '104751.865000', '104751.868000', '104811.748000', '104811.751000', '104811.754000', '104811.757000', '104811.760000', '104811.763000', '104811.765000', '104811.768000', '104811.771000', '104811.774000', '104811.777000', '104811.780000', '104811.782000', '104811.785000', '104811.788000', '104811.791000', '104811.794000', '104811.797000', '104811.800000', '104811.803000', '104811.805000', '104811.808000', '104811.811000', '104811.814000', '104811.817000', '104811.820000', '104811.822000', '104811.825000', '104811.828000', '104811.831000', '104811.834000', '104811.837000', '104811.840000', '104811.843000', '104811.846000', '104811.849000', '104811.852000', '104811.854000', '104811.857000', '104811.860000', '104811.863000', '104811.866000', '104811.869000', '104811.872000', '104831.748000', '104831.751000', '104831.757000', '104831.761000', '104831.764000', '104831.767000', '104831.770000', '104831.773000', '104831.775000', '104831.778000', '104831.781000', '104831.784000', '104831.787000', '104831.790000', '104831.792000', '104831.795000', '104831.798000', '104831.801000', '104831.804000', '104831.807000', '104831.810000', '104831.813000', '104831.816000', '104831.819000', '104831.821000', '104831.824000', '104831.827000', '104831.830000', '104831.833000', '104831.836000', '104831.838000', '104831.841000', '104831.844000', '104831.847000', '104831.850000', '104831.853000', '104831.856000', '104831.859000', '104831.861000', '104831.864000', '104831.867000', '104831.870000', '104831.873000', '104851.748000', '104851.751000', '104851.754000', '104851.757000', '104851.760000', '104851.762000', '104851.765000', '104851.768000', '104851.771000', '104851.774000', '104851.777000', '104851.780000', '104851.782000', '104851.785000', '104851.788000', '104851.791000', '104851.794000', '104851.797000', '104851.800000', '104851.803000', '104851.805000', '104851.808000', '104851.811000', '104851.814000', '104851.817000', '104851.819000', '104851.822000', '104851.825000', '104851.828000', '104851.831000', '104851.835000', '104851.838000', '104851.841000', '104851.843000', '104851.846000', '104851.849000', '104851.852000', '104851.855000', '104851.858000', '104851.862000', '104851.865000', '104851.868000', '104851.871000', '104851.874000', '104911.749000', '104911.752000', '104911.755000', '104911.758000', '104911.761000', '104911.763000', '104911.766000', '104911.769000', '104911.772000', '104911.775000', '104911.778000', '104911.781000', '104911.784000', '104911.787000', '104911.790000', '104911.792000', '104911.795000', '104911.798000', '104911.801000', '104911.804000', '104911.806000', '104911.809000', '104911.812000', '104911.815000', '104911.818000', '104911.821000', '104911.824000', '104911.826000', '104911.829000', '104911.832000', '104911.835000', '104911.838000', '104911.841000', '104911.843000', '104911.846000', '104911.849000', '104911.852000', '104911.855000', '104911.858000', '104911.860000', '104911.863000', '104911.866000', '104911.869000', '104931.749000', '104931.752000', '104931.755000', '104931.758000', '104931.761000', '104931.764000', '104931.766000', '104931.769000', '104931.772000', '104931.775000', '104931.778000', '104931.781000', '104931.783000', '104931.795000', '104931.798000', '104931.800000', '104931.803000', '104931.806000', '104931.809000', '104931.812000', '104931.815000', '104931.818000', '104931.820000', '104931.823000', '104931.826000', '104931.829000', '104931.832000', '104931.834000', '104931.837000', '104931.840000', '104931.843000', '104931.846000', '104931.849000', '104931.851000', '104931.854000', '104931.857000', '104931.860000', '104931.863000', '104931.866000', '104931.868000', '104931.871000', '104931.874000', '104931.877000', '104931.880000', '104951.749000', '104951.752000', '104951.755000', '104951.758000', '104951.761000', '104951.764000', '104951.766000', '104951.769000', '104951.772000', '104951.775000', '104951.778000', '104951.781000', '104951.784000', '104951.786000', '104951.789000', '104951.793000', '104951.795000', '104951.798000', '104951.801000', '104951.804000', '104951.807000', '104951.810000', '104951.813000', '104951.816000', '104951.819000', '104951.822000', '104951.825000', '104951.828000', '104951.831000', '104951.834000', '104951.837000', '104951.839000', '104951.842000', '104951.845000', '104951.848000', '104951.851000', '104951.854000', '104951.857000', '104951.864000', '104951.867000', '104951.870000', '104951.873000', '104951.876000', '104952.311000', '104952.314000'], 'InstanceCreationTime': ['104331.792000', '104331.796000', '104331.799000', '104331.810000', '104331.813000', '104331.816000', '104331.819000', '104331.822000', '104331.825000', '104331.827000', '104331.830000', '104331.833000', '104331.836000', '104331.839000', '104331.842000', '104331.844000', '104331.848000', '104331.851000', '104331.854000', '104331.857000', '104331.860000', '104331.863000', '104331.866000', '104331.868000', '104331.871000', '104331.874000', '104331.877000', '104331.880000', '104331.883000', '104331.886000', '104331.889000', '104331.891000', '104331.894000', '104331.897000', '104331.900000', '104331.903000', '104331.905000', '104331.908000', '104331.911000', '104331.914000', '104331.917000', '104331.920000', '104331.923000', '104331.925000', '104351.748000', '104351.751000', '104351.754000', '104351.757000', '104351.760000', '104351.763000', '104351.765000', '104351.768000', '104351.771000', '104351.774000', '104351.776000', '104351.780000', '104351.782000', '104351.785000', '104351.788000', '104351.791000', '104351.794000', '104351.796000', '104351.799000', '104351.809000', '104351.811000', '104351.814000', '104351.817000', '104351.820000', '104351.823000', '104351.832000', '104351.835000', '104351.838000', '104351.841000', '104351.843000', '104351.846000', '104351.849000', '104351.852000', '104351.854000', '104351.857000', '104351.860000', '104351.863000', '104351.866000', '104351.869000', '104351.871000', '104351.874000', '104351.877000', '104351.880000', '104351.883000', '104411.748000', '104411.751000', '104411.754000', '104411.757000', '104411.759000', '104411.762000', '104411.765000', '104411.768000', '104411.771000', '104411.774000', '104411.777000', '104411.779000', '104411.782000', '104411.785000', '104411.788000', '104411.791000', '104411.794000', '104411.797000', '104411.799000', '104411.802000', '104411.805000', '104411.808000', '104411.811000', '104411.813000', '104411.816000', '104411.819000', '104411.822000', '104411.825000', '104411.827000', '104411.830000', '104411.833000', '104411.836000', '104411.839000', '104411.842000', '104411.844000', '104411.847000', '104411.850000', '104411.853000', '104411.856000', '104411.859000', '104411.861000', '104411.865000', '104411.870000', '104431.749000', '104431.752000', '104431.755000', '104431.758000', '104431.760000', '104431.763000', '104431.766000', '104431.769000', '104431.772000', '104431.775000', '104431.778000', '104431.780000', '104431.783000', '104431.786000', '104431.789000', '104431.792000', '104431.794000', '104431.797000', '104431.800000', '104431.803000', '104431.806000', '104431.809000', '104431.812000', '104431.814000', '104431.831000', '104431.834000', '104431.837000', '104431.839000', '104431.842000', '104431.845000', '104431.848000', '104431.851000', '104431.853000', '104431.856000', '104431.859000', '104431.862000', '104431.865000', '104431.878000', '104431.881000', '104431.883000', '104431.886000', '104431.889000', '104431.892000', '104431.895000', '104451.749000', '104451.754000', '104451.757000', '104451.760000', '104451.763000', '104451.766000', '104451.768000', '104451.771000', '104451.774000', '104451.777000', '104451.780000', '104451.783000', '104451.786000', '104451.788000', '104451.791000', '104451.794000', '104451.797000', '104451.800000', '104451.802000', '104451.805000', '104451.808000', '104451.811000', '104451.814000', '104451.817000', '104451.820000', '104451.823000', '104451.826000', '104451.829000', '104451.832000', '104451.835000', '104451.838000', '104451.841000', '104451.844000', '104451.846000', '104451.849000', '104451.852000', '104451.855000', '104451.858000', '104451.861000', '104451.863000', '104451.866000', '104451.869000', '104451.872000', '104511.749000', '104511.752000', '104511.755000', '104511.758000', '104511.760000', '104511.763000', '104511.766000', '104511.769000', '104511.772000', '104511.775000', '104511.778000', '104511.781000', '104511.783000', '104511.786000', '104511.789000', '104511.792000', '104511.795000', '104511.798000', '104511.801000', '104511.803000', '104511.806000', '104511.809000', '104511.812000', '104511.815000', '104511.818000', '104511.821000', '104511.823000', '104511.826000', '104511.844000', '104511.847000', '104511.850000', '104511.853000', '104511.856000', '104511.858000', '104511.861000', '104511.864000', '104511.867000', '104511.870000', '104511.873000', '104511.875000', '104511.878000', '104511.881000', '104511.884000', '104511.887000', '104531.748000', '104531.751000', '104531.754000', '104531.757000', '104531.759000', '104531.762000', '104531.765000', '104531.768000', '104531.771000', '104531.774000', '104531.776000', '104531.779000', '104531.782000', '104531.785000', '104531.788000', '104531.791000', '104531.793000', '104531.796000', '104531.799000', '104531.802000', '104531.805000', '104531.808000', '104531.810000', '104531.813000', '104531.816000', '104531.819000', '104531.822000', '104531.825000', '104531.828000', '104531.830000', '104531.833000', '104531.836000', '104531.839000', '104531.842000', '104531.844000', '104531.848000', '104531.850000', '104531.853000', '104531.856000', '104531.865000', '104531.867000', '104531.870000', '104531.873000', '104551.748000', '104551.751000', '104551.754000', '104551.756000', '104551.768000', '104551.770000', '104551.773000', '104551.776000', '104551.779000', '104551.782000', '104551.785000', '104551.787000', '104551.790000', '104551.793000', '104551.796000', '104551.799000', '104551.802000', '104551.805000', '104551.807000', '104551.810000', '104551.813000', '104551.816000', '104551.819000', '104551.822000', '104551.825000', '104551.827000', '104551.830000', '104551.833000', '104551.836000', '104551.839000', '104551.842000', '104551.845000', '104551.848000', '104551.850000', '104551.853000', '104551.856000', '104551.859000', '104551.862000', '104551.865000', '104551.867000', '104551.870000', '104551.879000', '104551.882000', '104551.884000', '104611.748000', '104611.751000', '104611.754000', '104611.757000', '104611.772000', '104611.775000', '104611.778000', '104611.781000', '104611.784000', '104611.787000', '104611.790000', '104611.792000', '104611.795000', '104611.798000', '104611.801000', '104611.804000', '104611.807000', '104611.809000', '104611.812000', '104611.815000', '104611.818000', '104611.821000', '104611.824000', '104611.827000', '104611.829000', '104611.832000', '104611.835000', '104611.838000', '104611.841000', '104611.843000', '104611.846000', '104611.849000', '104611.852000', '104611.855000', '104611.858000', '104611.862000', '104611.865000', '104611.868000', '104611.870000', '104611.873000', '104611.876000', '104611.879000', '104611.882000', '104631.748000', '104631.751000', '104631.754000', '104631.757000', '104631.760000', '104631.762000', '104631.765000', '104631.768000', '104631.771000', '104631.774000', '104631.776000', '104631.779000', '104631.782000', '104631.785000', '104631.788000', '104631.791000', '104631.793000', '104631.796000', '104631.799000', '104631.802000', '104631.805000', '104631.808000', '104631.811000', '104631.813000', '104631.816000', '104631.819000', '104631.822000', '104631.825000', '104631.828000', '104631.831000', '104631.834000', '104631.837000', '104631.839000', '104631.842000', '104631.845000', '104631.855000', '104631.857000', '104631.860000', '104631.863000', '104631.866000', '104631.869000', '104631.872000', '104631.874000', '104631.877000', '104651.749000', '104651.752000', '104651.755000', '104651.757000', '104651.761000', '104651.763000', '104651.766000', '104651.769000', '104651.772000', '104651.775000', '104651.777000', '104651.780000', '104651.783000', '104651.786000', '104651.789000', '104651.792000', '104651.794000', '104651.797000', '104651.800000', '104651.803000', '104651.806000', '104651.809000', '104651.812000', '104651.814000', '104651.817000', '104651.820000', '104651.823000', '104651.826000', '104651.829000', '104651.832000', '104651.834000', '104651.837000', '104651.840000', '104651.843000', '104651.846000', '104651.849000', '104651.852000', '104651.854000', '104651.857000', '104651.860000', '104651.863000', '104651.866000', '104651.869000', '104711.749000', '104711.752000', '104711.755000', '104711.758000', '104711.761000', '104711.764000', '104711.766000', '104711.769000', '104711.772000', '104711.775000', '104711.778000', '104711.781000', '104711.783000', '104711.790000', '104711.793000', '104711.796000', '104711.799000', '104711.802000', '104711.805000', '104711.807000', '104711.810000', '104711.813000', '104711.816000', '104711.819000', '104711.822000', '104711.824000', '104711.827000', '104711.830000', '104711.833000', '104711.836000', '104711.839000', '104711.842000', '104711.844000', '104711.847000', '104711.850000', '104711.853000', '104711.856000', '104711.859000', '104711.861000', '104711.864000', '104711.867000', '104711.870000', '104711.873000', '104711.876000', '104731.749000', '104731.752000', '104731.755000', '104731.758000', '104731.761000', '104731.764000', '104731.766000', '104731.769000', '104731.772000', '104731.775000', '104731.778000', '104731.781000', '104731.783000', '104731.786000', '104731.789000', '104731.792000', '104731.795000', '104731.798000', '104731.801000', '104731.804000', '104731.806000', '104731.809000', '104731.812000', '104731.815000', '104731.818000', '104731.820000', '104731.823000', '104731.826000', '104731.829000', '104731.832000', '104731.835000', '104731.838000', '104731.841000', '104731.843000', '104731.846000', '104731.849000', '104731.852000', '104731.855000', '104731.858000', '104731.861000', '104731.864000', '104731.866000', '104731.869000', '104751.748000', '104751.751000', '104751.754000', '104751.757000', '104751.760000', '104751.762000', '104751.765000', '104751.768000', '104751.771000', '104751.774000', '104751.777000', '104751.779000', '104751.782000', '104751.785000', '104751.788000', '104751.791000', '104751.794000', '104751.797000', '104751.799000', '104751.802000', '104751.805000', '104751.808000', '104751.811000', '104751.814000', '104751.817000', '104751.819000', '104751.822000', '104751.825000', '104751.828000', '104751.831000', '104751.834000', '104751.837000', '104751.839000', '104751.842000', '104751.845000', '104751.848000', '104751.851000', '104751.854000', '104751.856000', '104751.859000', '104751.862000', '104751.865000', '104751.868000', '104811.748000', '104811.751000', '104811.754000', '104811.757000', '104811.760000', '104811.763000', '104811.765000', '104811.768000', '104811.771000', '104811.774000', '104811.777000', '104811.780000', '104811.782000', '104811.785000', '104811.788000', '104811.791000', '104811.794000', '104811.797000', '104811.800000', '104811.803000', '104811.805000', '104811.808000', '104811.811000', '104811.814000', '104811.817000', '104811.820000', '104811.822000', '104811.825000', '104811.828000', '104811.831000', '104811.834000', '104811.837000', '104811.840000', '104811.843000', '104811.846000', '104811.849000', '104811.852000', '104811.854000', '104811.857000', '104811.860000', '104811.863000', '104811.866000', '104811.869000', '104811.872000', '104831.748000', '104831.751000', '104831.757000', '104831.761000', '104831.764000', '104831.767000', '104831.770000', '104831.773000', '104831.775000', '104831.778000', '104831.781000', '104831.784000', '104831.787000', '104831.790000', '104831.792000', '104831.795000', '104831.798000', '104831.801000', '104831.804000', '104831.807000', '104831.810000', '104831.813000', '104831.816000', '104831.819000', '104831.821000', '104831.824000', '104831.827000', '104831.830000', '104831.833000', '104831.836000', '104831.838000', '104831.841000', '104831.844000', '104831.847000', '104831.850000', '104831.853000', '104831.856000', '104831.859000', '104831.861000', '104831.864000', '104831.867000', '104831.870000', '104831.873000', '104851.748000', '104851.751000', '104851.754000', '104851.757000', '104851.760000', '104851.762000', '104851.765000', '104851.768000', '104851.771000', '104851.774000', '104851.777000', '104851.780000', '104851.782000', '104851.785000', '104851.788000', '104851.791000', '104851.794000', '104851.797000', '104851.800000', '104851.803000', '104851.805000', '104851.808000', '104851.811000', '104851.814000', '104851.817000', '104851.819000', '104851.822000', '104851.825000', '104851.828000', '104851.831000', '104851.835000', '104851.838000', '104851.841000', '104851.843000', '104851.846000', '104851.849000', '104851.852000', '104851.855000', '104851.858000', '104851.862000', '104851.865000', '104851.868000', '104851.871000', '104851.874000', '104911.749000', '104911.752000', '104911.755000', '104911.758000', '104911.761000', '104911.763000', '104911.766000', '104911.769000', '104911.772000', '104911.775000', '104911.778000', '104911.781000', '104911.784000', '104911.787000', '104911.790000', '104911.792000', '104911.795000', '104911.798000', '104911.801000', '104911.804000', '104911.806000', '104911.809000', '104911.812000', '104911.815000', '104911.818000', '104911.821000', '104911.824000', '104911.826000', '104911.829000', '104911.832000', '104911.835000', '104911.838000', '104911.841000', '104911.843000', '104911.846000', '104911.849000', '104911.852000', '104911.855000', '104911.858000', '104911.860000', '104911.863000', '104911.866000', '104911.869000', '104931.749000', '104931.752000', '104931.755000', '104931.758000', '104931.761000', '104931.764000', '104931.766000', '104931.769000', '104931.772000', '104931.775000', '104931.778000', '104931.781000', '104931.783000', '104931.795000', '104931.798000', '104931.800000', '104931.803000', '104931.806000', '104931.809000', '104931.812000', '104931.815000', '104931.818000', '104931.820000', '104931.823000', '104931.826000', '104931.829000', '104931.832000', '104931.834000', '104931.837000', '104931.840000', '104931.843000', '104931.846000', '104931.849000', '104931.851000', '104931.854000', '104931.857000', '104931.860000', '104931.863000', '104931.866000', '104931.868000', '104931.871000', '104931.874000', '104931.877000', '104931.880000', '104951.749000', '104951.752000', '104951.755000', '104951.758000', '104951.761000', '104951.764000', '104951.766000', '104951.769000', '104951.772000', '104951.775000', '104951.778000', '104951.781000', '104951.784000', '104951.786000', '104951.789000', '104951.793000', '104951.795000', '104951.798000', '104951.801000', '104951.804000', '104951.807000', '104951.810000', '104951.813000', '104951.816000', '104951.819000', '104951.822000', '104951.825000', '104951.828000', '104951.831000', '104951.834000', '104951.837000', '104951.839000', '104951.842000', '104951.845000', '104951.848000', '104951.851000', '104951.854000', '104951.857000', '104951.864000', '104951.867000', '104951.870000', '104951.873000', '104951.876000', '104952.311000', '104952.314000'], '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': [10580, 12667, 14475, 11279, 14356, 10058, 12998, 13369, 11166, 14284, 10181, 12719, 11742, 11333, 13465, 9939, 12466, 9379, 12001, 9404, 10986, 11518, 10770, 13238, 10715, 13761, 10694, 13086, 10418, 12045, 9661, 12432, 10582, 12919, 12171, 11949, 13094, 11243, 10489, 12180, 10825, 12431, 10865, 12197, 11724, 12683, 11100, 12573, 13884, 11559, 13775, 11664, 13233, 14377, 11405, 13485, 11123, 12703, 12450, 11549, 13645, 10966, 12902, 10315, 12963, 11521, 12926, 10357, 11545, 12439, 10466, 12827, 11113, 13753, 10896, 13729, 10181, 12711, 9838, 11759, 11226, 10832, 12493, 10605, 16402, 10733, 18201, 11944, 12408, 14522, 11332, 14904, 17885, 13667, 15474, 11428, 14506, 11853, 14777, 16278, 14502, 15875, 11620, 12880, 11731, 13508, 10850, 11550, 14988, 10709, 12271, 10418, 12212, 10578, 12708, 11060, 12351, 11083, 13484, 9634, 11372, 9792, 12193, 10581, 12612, 12667, 12676, 10696, 12912, 10411, 12265, 13067, 11751, 13551, 11280, 13234, 10760, 12766, 11333, 12944, 11244, 12883, 12272, 12342, 14574, 11533, 12911, 11399, 13677, 9926, 11121, 10118, 13464, 10506, 12867, 10682, 11264, 10635, 11631, 10912, 13846, 11347, 13859, 10987, 13244, 11078, 11682, 15085, 10802, 13784, 11112, 12840, 11463, 10937, 14042, 10744, 12895, 10942, 11914, 12080, 10656, 13464, 10319, 12957, 10946, 13499, 10784, 10834, 10527, 10329, 13077, 10274, 11420, 11729, 11200, 14001, 11307, 12771, 13014, 12340, 15200, 12674, 16263, 16597, 13923, 15548, 11776, 14557, 11889, 14862, 11945, 12746, 15990, 11968, 12648, 12827, 13034, 12301, 12054, 12825, 12598, 12303, 12153, 12580, 12440, 12171, 12501, 14368, 12486, 13606, 12547, 12670, 11812, 12446, 12082, 12579, 14518, 11863, 12449, 10925, 11089, 11027, 11437, 13638, 11667, 13119, 11719, 11683, 11832, 11587, 11795, 10953, 12257, 11035, 12905, 10807, 11337, 10561, 12192, 10671, 14542, 10864, 14667, 10951, 14559, 10646, 13812, 10645, 13750, 11127, 13811, 10934, 13188, 11069, 13082, 11190, 12998, 13285, 13193, 12868, 13552, 10926, 13566, 11340, 13772, 11473, 13546, 11719, 12630, 15947, 11518, 15250, 11090, 14798, 11567, 12954, 15134, 11519, 13705, 11072, 13848, 11329, 12929, 11303, 12237, 11243, 12868, 11024, 12896, 11399, 12401, 14227, 11714, 15731, 11156, 15230, 11067, 14630, 12086, 12601, 12975, 11216, 11317, 13597, 11741, 15181, 12016, 15237, 11990, 16089, 11044, 15699, 12353, 13975, 11795, 14675, 12022, 14056, 11391, 13413, 11043, 13263, 11337, 14386, 12291, 12764, 12527, 12550, 12528, 11428, 13454, 10482, 16551, 10282, 11508, 12849, 15506, 11236, 15048, 15074, 12859, 16029, 10942, 14395, 11546, 12116, 14232, 10432, 12892, 12262, 10333, 13815, 10620, 12107, 11318, 10413, 13995, 10579, 13626, 10621, 13838, 10454, 13112, 10387, 12889, 10872, 11827, 10856, 11256, 12018, 10291, 14809, 10520, 13506, 10749, 11852, 14544, 10901, 14552, 11119, 14415, 11329, 13537, 10776, 13166, 11279, 12770, 11454, 14206, 11080, 13131, 11245, 11295, 11567, 13127, 11606, 15852, 11545, 14450, 11267, 13391, 10743, 12761, 16418, 11853, 14145, 9331, 12441, 10295, 13442, 10058, 12788, 9756, 13576, 9974, 13406, 10037, 13193, 9777, 13136, 9836, 13636, 10585, 12922, 9370, 12760, 9185, 12438, 9477, 12713, 9043, 12681, 9232, 12649, 8763, 12254, 8888, 11764, 9272, 12197, 9614, 12417, 9526, 13506, 9708, 14489, 9884, 10823, 9025, 9401, 12797, 9515, 14214, 11240, 13168, 12311, 15012, 12847, 14928, 11989, 10478, 12385, 10245, 11926, 9831, 12875, 10351, 13216, 10288, 13480, 10494, 12211, 9570, 10846, 12964, 10454, 14240, 9933, 13035, 9645, 12992, 9919, 12702, 9508, 11449, 9793, 9696, 14150, 9848, 13347, 9387, 10512, 12902, 9284, 13367, 9645, 12993, 8331, 11292, 8685, 11176, 8397, 9457, 10997, 8776, 13112, 8759, 12790, 8987, 12571, 8839, 12243, 8701, 12959, 8997, 11327, 10163, 10973, 10074, 12189, 11021, 11828, 12183, 12002, 14066, 12520, 13827, 12167, 13052, 11762, 14385, 12733, 15804, 13622, 15854, 13406, 15445, 11496, 13210, 10452, 11918, 10568, 11243, 16372, 10579, 12442, 10302, 12136, 10235, 10734, 12700, 9986, 11929, 9899, 11075, 10117, 10890, 13789, 9477, 12124, 8722, 9629, 9020, 9949, 8776, 10277, 9702, 9497, 12063, 9218, 12169, 9206, 11581, 9186, 10477, 12808, 9911, 13265, 10244, 12760, 10181, 11367, 12246, 10300, 12996, 10245, 12904, 10537, 12843, 10099, 12965, 9453, 12835, 10083, 12172, 10197, 11354, 10125, 12145, 9679, 12828, 8863, 10605, 10232, 8558, 10655, 8677, 11925, 8837, 12717, 10391, 13220, 10818, 12212, 12435, 11267, 13407, 10688, 14424, 14785, 13403, 15357, 11077, 14167, 10780, 13532, 10912, 12114, 13202, 10570, 13779, 10559, 13018, 10864, 11419, 13622, 10292, 13216, 10170, 13114, 10180, 11073, 10000, 10030, 12019, 9997, 13085, 9935, 12441, 9713, 12025, 10258, 11909, 10067, 11950, 9319, 11884, 9724, 12443, 10491, 12099, 10280, 13111, 10515, 13385, 10353, 13531, 10490, 12989, 13107, 11791, 14524, 10967, 13891, 10361, 12656, 14893, 13374, 16085, 10388, 13743, 10062, 13337, 10127, 12711, 10231, 11988, 10424, 9580, 13190, 9831, 12170, 9676, 11480, 9427, 11631, 10503, 10284, 13040, 9749, 12884, 9524, 12184, 9560, 11146, 12852, 9644, 13144, 9902, 12475, 11457, 9978, 13047, 9847, 12412, 9648, 10091, 13539, 9678, 12722, 9691, 12252, 9775, 10217, 12922, 9887, 12774, 9757, 12025, 9857, 11961, 9788, 10550, 10260, 10296, 11973, 10018, 13516, 10197, 13420, 10092, 11080, 10147, 11157, 10327, 10509, 12658, 10120, 12495, 9918, 13378, 10118, 12697, 10138, 11304, 11292, 9575, 13419, 9901, 12700, 9514, 10961, 9756, 9628, 13374, 10049, 12856, 9683, 11078, 11154, 9799, 13659, 10090, 12651, 9894, 11168, 11957, 10293, 13567, 10076, 12307, 9249, 12404, 9984, 10747, 9411, 9928, 8224, 10337, 10137, 10056, 12510, 8838, 12902, 9665, 12188, 10905, 12008, 13388, 10564, 11992, 9235, 12603, 9263, 12533, 9158, 13064, 9463, 11576, 8706, 10407, 8527, 10300, 10369, 9676, 11322, 9256, 12545, 10297, 12720, 9590, 12483, 9746, 11772, 9568, 12345, 9663, 11324, 9736, 12137, 10173, 12555, 9312, 11747, 9345, 12157, 8995, 10397, 8946, 10037, 13386, 9254, 12372, 9376, 10500, 8803, 9778, 12739, 8537, 12420, 9308, 11133], 'WindowCenter': [4772.0, 4788.0, 4782.0, 4753.0, 4770.0, 4720.0, 4759.0, 4745.0, 4727.0, 4755.0, 4718.0, 4761.0, 4738.0, 4727.0, 4746.0, 4719.0, 4735.0, 4695.0, 4735.0, 4695.0, 4727.0, 4725.0, 4729.0, 4746.0, 4728.0, 4746.0, 4729.0, 4747.0, 4731.0, 4753.0, 4709.0, 4737.0, 4717.0, 4762.0, 4737.0, 4737.0, 4747.0, 4740.0, 4730.0, 4749.0, 4739.0, 4760.0, 4755.0, 4761.0, 4752.0, 4763.0, 4737.0, 4750.0, 4758.0, 4741.0, 4746.0, 4727.0, 4747.0, 4744.0, 4728.0, 4745.0, 4713.0, 4734.0, 4722.0, 4722.0, 4733.0, 4714.0, 4744.0, 4728.0, 4760.0, 4738.0, 4748.0, 4719.0, 4739.0, 4749.0, 4767.0, 4771.0, 4754.0, 4773.0, 4755.0, 4783.0, 4745.0, 4759.0, 4733.0, 4763.0, 4752.0, 4754.0, 4774.0, 4746.0, 4793.0, 4754.0, 4814.0, 4781.0, 4766.0, 4784.0, 4756.0, 4775.0, 4769.0, 4753.0, 4738.0, 4705.0, 4724.0, 4703.0, 4732.0, 4717.0, 4695.0, 4700.0, 4660.0, 4680.0, 4670.0, 4682.0, 4651.0, 4675.0, 4704.0, 4663.0, 4672.0, 4673.0, 4698.0, 4688.0, 4706.0, 4688.0, 4700.0, 4705.0, 4732.0, 4683.0, 4711.0, 4694.0, 4725.0, 4692.0, 4738.0, 4736.0, 4733.0, 4693.0, 4721.0, 4693.0, 4723.0, 4721.0, 4725.0, 4734.0, 4739.0, 4747.0, 4730.0, 4737.0, 4724.0, 4734.0, 4716.0, 4735.0, 4725.0, 4734.0, 4746.0, 4738.0, 4760.0, 4756.0, 4772.0, 4732.0, 4742.0, 4729.0, 4758.0, 4728.0, 4748.0, 4728.0, 4740.0, 4731.0, 4739.0, 4742.0, 4759.0, 4739.0, 4761.0, 4727.0, 4748.0, 4727.0, 4738.0, 4754.0, 4718.0, 4746.0, 4726.0, 4736.0, 4725.0, 4729.0, 4755.0, 4725.0, 4737.0, 4713.0, 4735.0, 4732.0, 4739.0, 4770.0, 4746.0, 4770.0, 4739.0, 4768.0, 4741.0, 4740.0, 4753.0, 4767.0, 4795.0, 4769.0, 4779.0, 4778.0, 4770.0, 4799.0, 4779.0, 4789.0, 4792.0, 4768.0, 4786.0, 4765.0, 4786.0, 4783.0, 4753.0, 4759.0, 4717.0, 4733.0, 4713.0, 4722.0, 4687.0, 4698.0, 4707.0, 4674.0, 4693.0, 4693.0, 4695.0, 4695.0, 4709.0, 4707.0, 4696.0, 4684.0, 4683.0, 4695.0, 4709.0, 4697.0, 4710.0, 4718.0, 4711.0, 4720.0, 4721.0, 4722.0, 4712.0, 4712.0, 4711.0, 4722.0, 4731.0, 4713.0, 4724.0, 4701.0, 4726.0, 4715.0, 4725.0, 4743.0, 4726.0, 4723.0, 4725.0, 4724.0, 4724.0, 4737.0, 4738.0, 4741.0, 4764.0, 4742.0, 4751.0, 4730.0, 4728.0, 4729.0, 4739.0, 4732.0, 4760.0, 4731.0, 4760.0, 4729.0, 4759.0, 4734.0, 4761.0, 4748.0, 4774.0, 4753.0, 4773.0, 4755.0, 4789.0, 4758.0, 4775.0, 4741.0, 4762.0, 4762.0, 4761.0, 4752.0, 4763.0, 4730.0, 4761.0, 4741.0, 4761.0, 4741.0, 4761.0, 4741.0, 4752.0, 4770.0, 4740.0, 4768.0, 4729.0, 4758.0, 4729.0, 4760.0, 4760.0, 4728.0, 4747.0, 4729.0, 4757.0, 4728.0, 4761.0, 4755.0, 4764.0, 4752.0, 4762.0, 4740.0, 4763.0, 4753.0, 4764.0, 4773.0, 4754.0, 4783.0, 4743.0, 4783.0, 4743.0, 4798.0, 4764.0, 4752.0, 4750.0, 4743.0, 4746.0, 4774.0, 4767.0, 4785.0, 4767.0, 4783.0, 4742.0, 4771.0, 4729.0, 4769.0, 4738.0, 4748.0, 4739.0, 4756.0, 4749.0, 4784.0, 4755.0, 4758.0, 4754.0, 4749.0, 4739.0, 4768.0, 4750.0, 4762.0, 4777.0, 4776.0, 4765.0, 4755.0, 4771.0, 4747.0, 4803.0, 4736.0, 4743.0, 4752.0, 4773.0, 4729.0, 4761.0, 4733.0, 4724.0, 4728.0, 4677.0, 4709.0, 4675.0, 4685.0, 4693.0, 4661.0, 4682.0, 4673.0, 4652.0, 4691.0, 4651.0, 4681.0, 4671.0, 4688.0, 4716.0, 4676.0, 4704.0, 4688.0, 4718.0, 4700.0, 4719.0, 4691.0, 4721.0, 4706.0, 4749.0, 4728.0, 4717.0, 4724.0, 4705.0, 4743.0, 4704.0, 4735.0, 4704.0, 4726.0, 4734.0, 4728.0, 4757.0, 4729.0, 4758.0, 4716.0, 4740.0, 4719.0, 4752.0, 4744.0, 4762.0, 4742.0, 4761.0, 4743.0, 4750.0, 4743.0, 4732.0, 4742.0, 4753.0, 4742.0, 4771.0, 4731.0, 4750.0, 4721.0, 4750.0, 4733.0, 4762.0, 4770.0, 4767.0, 4772.0, 4736.0, 4761.0, 4745.0, 4759.0, 4745.0, 4774.0, 4734.0, 4760.0, 4735.0, 4758.0, 4734.0, 4759.0, 4719.0, 4750.0, 4719.0, 4760.0, 4731.0, 4763.0, 4723.0, 4763.0, 4736.0, 4751.0, 4721.0, 4751.0, 4710.0, 4761.0, 4712.0, 4760.0, 4713.0, 4751.0, 4710.0, 4749.0, 4720.0, 4770.0, 4748.0, 4775.0, 4750.0, 4787.0, 4749.0, 4797.0, 4757.0, 4772.0, 4729.0, 4740.0, 4767.0, 4750.0, 4800.0, 4773.0, 4789.0, 4780.0, 4797.0, 4791.0, 4786.0, 4746.0, 4721.0, 4753.0, 4719.0, 4739.0, 4719.0, 4750.0, 4731.0, 4773.0, 4731.0, 4758.0, 4715.0, 4750.0, 4725.0, 4742.0, 4749.0, 4732.0, 4761.0, 4711.0, 4749.0, 4708.0, 4746.0, 4707.0, 4737.0, 4704.0, 4727.0, 4708.0, 4707.0, 4746.0, 4719.0, 4747.0, 4695.0, 4718.0, 4736.0, 4712.0, 4773.0, 4722.0, 4760.0, 4715.0, 4742.0, 4701.0, 4752.0, 4728.0, 4749.0, 4743.0, 4714.0, 4760.0, 4714.0, 4766.0, 4726.0, 4751.0, 4711.0, 4752.0, 4727.0, 4776.0, 4738.0, 4755.0, 4733.0, 4730.0, 4732.0, 4764.0, 4767.0, 4768.0, 4777.0, 4775.0, 4794.0, 4790.0, 4786.0, 4776.0, 4790.0, 4768.0, 4787.0, 4766.0, 4773.0, 4752.0, 4758.0, 4738.0, 4735.0, 4690.0, 4699.0, 4665.0, 4687.0, 4665.0, 4688.0, 4712.0, 4664.0, 4697.0, 4677.0, 4695.0, 4663.0, 4684.0, 4692.0, 4664.0, 4697.0, 4676.0, 4710.0, 4702.0, 4712.0, 4756.0, 4717.0, 4739.0, 4688.0, 4693.0, 4683.0, 4703.0, 4685.0, 4716.0, 4708.0, 4709.0, 4738.0, 4722.0, 4751.0, 4710.0, 4741.0, 4709.0, 4731.0, 4739.0, 4725.0, 4761.0, 4720.0, 4749.0, 4721.0, 4754.0, 4752.0, 4721.0, 4746.0, 4732.0, 4747.0, 4718.0, 4736.0, 4744.0, 4773.0, 4721.0, 4749.0, 4731.0, 4738.0, 4719.0, 4726.0, 4732.0, 4762.0, 4735.0, 4773.0, 4740.0, 4744.0, 4736.0, 4725.0, 4745.0, 4725.0, 4782.0, 4752.0, 4788.0, 4757.0, 4775.0, 4759.0, 4754.0, 4767.0, 4755.0, 4775.0, 4755.0, 4784.0, 4770.0, 4761.0, 4759.0, 4728.0, 4747.0, 4717.0, 4746.0, 4714.0, 4735.0, 4733.0, 4713.0, 4733.0, 4702.0, 4733.0, 4713.0, 4724.0, 4740.0, 4715.0, 4745.0, 4727.0, 4744.0, 4714.0, 4726.0, 4703.0, 4718.0, 4747.0, 4743.0, 4784.0, 4744.0, 4773.0, 4731.0, 4761.0, 4743.0, 4765.0, 4755.0, 4790.0, 4758.0, 4776.0, 4747.0, 4788.0, 4768.0, 4786.0, 4767.0, 4798.0, 4756.0, 4789.0, 4756.0, 4785.0, 4754.0, 4776.0, 4762.0, 4753.0, 4770.0, 4741.0, 4785.0, 4744.0, 4773.0, 4781.0, 4771.0, 4781.0, 4719.0, 4748.0, 4703.0, 4746.0, 4727.0, 4749.0, 4716.0, 4738.0, 4713.0, 4707.0, 4758.0, 4719.0, 4760.0, 4703.0, 4727.0, 4707.0, 4740.0, 4719.0, 4729.0, 4747.0, 4708.0, 4743.0, 4719.0, 4750.0, 4707.0, 4737.0, 4736.0, 4706.0, 4734.0, 4702.0, 4735.0, 4726.0, 4703.0, 4732.0, 4705.0, 4733.0, 4703.0, 4714.0, 4742.0, 4705.0, 4746.0, 4705.0, 4746.0, 4716.0, 4740.0, 4758.0, 4717.0, 4746.0, 4719.0, 4748.0, 4730.0, 4749.0, 4729.0, 4741.0, 4745.0, 4755.0, 4750.0, 4743.0, 4770.0, 4741.0, 4771.0, 4728.0, 4741.0, 4732.0, 4751.0, 4728.0, 4743.0, 4761.0, 4745.0, 4762.0, 4731.0, 4769.0, 4730.0, 4758.0, 4730.0, 4750.0, 4740.0, 4722.0, 4769.0, 4731.0, 4773.0, 4730.0, 4752.0, 4731.0, 4731.0, 4760.0, 4731.0, 4760.0, 4730.0, 4752.0, 4750.0, 4733.0, 4769.0, 4730.0, 4759.0, 4731.0, 4754.0, 4749.0, 4743.0, 4769.0, 4731.0, 4761.0, 4747.0, 4773.0, 4755.0, 4755.0, 4747.0, 4769.0, 4738.0, 4767.0, 4765.0, 4755.0, 4775.0, 4737.0, 4789.0, 4746.0, 4774.0, 4766.0, 4764.0, 4774.0, 4745.0, 4752.0, 4722.0, 4751.0, 4721.0, 4759.0, 4746.0, 4783.0, 4729.0, 4740.0, 4698.0, 4742.0, 4721.0, 4745.0, 4743.0, 4745.0, 4765.0, 4734.0, 4772.0, 4743.0, 4761.0, 4719.0, 4745.0, 4719.0, 4737.0, 4720.0, 4759.0, 4732.0, 4753.0, 4730.0, 4760.0, 4741.0, 4775.0, 4748.0, 4777.0, 4736.0, 4761.0, 4722.0, 4740.0, 4709.0, 4731.0, 4759.0, 4719.0, 4761.0, 4720.0, 4730.0, 4708.0, 4728.0, 4758.0, 4722.0, 4758.0, 4708.0, 4739.0], 'WindowWidth': [10430.0, 10443.0, 10423.0, 10381.0, 10399.0, 10329.0, 10381.0, 10356.0, 10334.0, 10370.0, 10321.0, 10387.0, 10353.0, 10332.0, 10357.0, 10327.0, 10341.0, 10287.0, 10342.0, 10288.0, 10334.0, 10328.0, 10339.0, 10360.0, 10336.0, 10359.0, 10339.0, 10360.0, 10346.0, 10379.0, 10311.0, 10347.0, 10319.0, 10388.0, 10347.0, 10346.0, 10360.0, 10359.0, 10345.0, 10369.0, 10357.0, 10388.0, 10387.0, 10393.0, 10379.0, 10395.0, 10351.0, 10371.0, 10378.0, 10357.0, 10363.0, 10332.0, 10363.0, 10354.0, 10335.0, 10356.0, 10309.0, 10338.0, 10319.0, 10319.0, 10334.0, 10313.0, 10353.0, 10339.0, 10383.0, 10351.0, 10365.0, 10327.0, 10355.0, 10370.0, 10412.0, 10407.0, 10386.0, 10411.0, 10391.0, 10424.0, 10374.0, 10387.0, 10352.0, 10400.0, 10384.0, 10387.0, 10414.0, 10376.0, 10440.0, 10386.0, 10474.0, 10433.0, 10401.0, 10426.0, 10387.0, 10412.0, 10393.0, 10377.0, 10346.0, 10292.0, 10320.0, 10289.0, 10333.0, 10301.0, 10263.0, 10262.0, 10207.0, 10236.0, 10220.0, 10237.0, 10193.0, 10235.0, 10273.0, 10213.0, 10225.0, 10234.0, 10274.0, 10261.0, 10285.0, 10260.0, 10277.0, 10290.0, 10329.0, 10263.0, 10298.0, 10276.0, 10323.0, 10273.0, 10347.0, 10342.0, 10333.0, 10275.0, 10313.0, 10276.0, 10318.0, 10311.0, 10321.0, 10337.0, 10352.0, 10358.0, 10342.0, 10347.0, 10323.0, 10338.0, 10312.0, 10340.0, 10324.0, 10338.0, 10356.0, 10350.0, 10384.0, 10388.0, 10403.0, 10351.0, 10359.0, 10339.0, 10377.0, 10340.0, 10364.0, 10340.0, 10355.0, 10345.0, 10353.0, 10361.0, 10380.0, 10353.0, 10383.0, 10333.0, 10363.0, 10331.0, 10348.0, 10368.0, 10319.0, 10357.0, 10329.0, 10344.0, 10326.0, 10341.0, 10370.0, 10329.0, 10345.0, 10311.0, 10342.0, 10335.0, 10357.0, 10405.0, 10379.0, 10403.0, 10356.0, 10396.0, 10362.0, 10362.0, 10386.0, 10413.0, 10450.0, 10419.0, 10430.0, 10430.0, 10420.0, 10458.0, 10433.0, 10444.0, 10447.0, 10403.0, 10426.0, 10394.0, 10428.0, 10418.0, 10373.0, 10378.0, 10315.0, 10333.0, 10303.0, 10316.0, 10256.0, 10276.0, 10280.0, 10232.0, 10260.0, 10257.0, 10265.0, 10267.0, 10295.0, 10285.0, 10265.0, 10245.0, 10246.0, 10262.0, 10288.0, 10272.0, 10292.0, 10303.0, 10296.0, 10310.0, 10310.0, 10312.0, 10298.0, 10299.0, 10295.0, 10313.0, 10325.0, 10301.0, 10320.0, 10288.0, 10333.0, 10313.0, 10329.0, 10350.0, 10328.0, 10317.0, 10323.0, 10325.0, 10324.0, 10346.0, 10349.0, 10362.0, 10398.0, 10363.0, 10370.0, 10343.0, 10335.0, 10338.0, 10349.0, 10345.0, 10382.0, 10342.0, 10380.0, 10338.0, 10379.0, 10352.0, 10385.0, 10379.0, 10408.0, 10378.0, 10405.0, 10388.0, 10438.0, 10394.0, 10415.0, 10361.0, 10392.0, 10388.0, 10388.0, 10374.0, 10392.0, 10343.0, 10386.0, 10356.0, 10385.0, 10356.0, 10386.0, 10355.0, 10373.0, 10396.0, 10355.0, 10390.0, 10337.0, 10378.0, 10338.0, 10384.0, 10382.0, 10336.0, 10359.0, 10338.0, 10373.0, 10336.0, 10387.0, 10383.0, 10398.0, 10376.0, 10391.0, 10360.0, 10394.0, 10377.0, 10395.0, 10405.0, 10383.0, 10419.0, 10365.0, 10420.0, 10365.0, 10454.0, 10396.0, 10374.0, 10365.0, 10362.0, 10372.0, 10411.0, 10404.0, 10427.0, 10402.0, 10420.0, 10360.0, 10400.0, 10338.0, 10394.0, 10349.0, 10362.0, 10352.0, 10372.0, 10370.0, 10427.0, 10384.0, 10378.0, 10383.0, 10368.0, 10356.0, 10394.0, 10373.0, 10395.0, 10421.0, 10417.0, 10404.0, 10389.0, 10406.0, 10380.0, 10456.0, 10360.0, 10365.0, 10375.0, 10405.0, 10341.0, 10387.0, 10333.0, 10319.0, 10318.0, 10244.0, 10290.0, 10235.0, 10248.0, 10259.0, 10210.0, 10241.0, 10228.0, 10200.0, 10252.0, 10196.0, 10241.0, 10227.0, 10267.0, 10297.0, 10240.0, 10278.0, 10265.0, 10304.0, 10283.0, 10307.0, 10271.0, 10312.0, 10298.0, 10368.0, 10335.0, 10317.0, 10320.0, 10296.0, 10347.0, 10294.0, 10336.0, 10293.0, 10326.0, 10335.0, 10337.0, 10372.0, 10336.0, 10373.0, 10313.0, 10346.0, 10317.0, 10372.0, 10366.0, 10387.0, 10361.0, 10386.0, 10363.0, 10368.0, 10363.0, 10344.0, 10358.0, 10371.0, 10358.0, 10394.0, 10341.0, 10364.0, 10321.0, 10365.0, 10346.0, 10389.0, 10396.0, 10403.0, 10404.0, 10362.0, 10387.0, 10370.0, 10382.0, 10374.0, 10413.0, 10355.0, 10385.0, 10358.0, 10379.0, 10354.0, 10382.0, 10327.0, 10367.0, 10325.0, 10383.0, 10345.0, 10395.0, 10339.0, 10396.0, 10363.0, 10375.0, 10332.0, 10372.0, 10317.0, 10385.0, 10322.0, 10387.0, 10326.0, 10373.0, 10320.0, 10372.0, 10332.0, 10412.0, 10381.0, 10417.0, 10389.0, 10434.0, 10387.0, 10451.0, 10397.0, 10421.0, 10356.0, 10369.0, 10402.0, 10388.0, 10460.0, 10424.0, 10443.0, 10431.0, 10451.0, 10450.0, 10428.0, 10368.0, 10326.0, 10376.0, 10322.0, 10352.0, 10325.0, 10369.0, 10347.0, 10408.0, 10345.0, 10378.0, 10313.0, 10367.0, 10343.0, 10363.0, 10368.0, 10349.0, 10385.0, 10312.0, 10368.0, 10310.0, 10357.0, 10305.0, 10346.0, 10299.0, 10334.0, 10308.0, 10307.0, 10357.0, 10327.0, 10361.0, 10288.0, 10322.0, 10343.0, 10320.0, 10408.0, 10336.0, 10387.0, 10336.0, 10362.0, 10306.0, 10377.0, 10356.0, 10384.0, 10368.0, 10329.0, 10387.0, 10330.0, 10402.0, 10347.0, 10374.0, 10321.0, 10378.0, 10355.0, 10420.0, 10371.0, 10390.0, 10354.0, 10343.0, 10350.0, 10401.0, 10409.0, 10410.0, 10426.0, 10421.0, 10446.0, 10448.0, 10437.0, 10423.0, 10444.0, 10409.0, 10430.0, 10401.0, 10410.0, 10373.0, 10381.0, 10343.0, 10336.0, 10266.0, 10276.0, 10224.0, 10257.0, 10225.0, 10258.0, 10288.0, 10220.0, 10272.0, 10245.0, 10268.0, 10221.0, 10253.0, 10259.0, 10219.0, 10271.0, 10243.0, 10301.0, 10293.0, 10307.0, 10377.0, 10325.0, 10354.0, 10281.0, 10283.0, 10266.0, 10293.0, 10273.0, 10318.0, 10307.0, 10311.0, 10350.0, 10337.0, 10377.0, 10318.0, 10360.0, 10313.0, 10345.0, 10351.0, 10341.0, 10388.0, 10328.0, 10364.0, 10330.0, 10382.0, 10376.0, 10331.0, 10359.0, 10348.0, 10363.0, 10323.0, 10345.0, 10371.0, 10409.0, 10336.0, 10367.0, 10349.0, 10351.0, 10325.0, 10334.0, 10347.0, 10394.0, 10363.0, 10409.0, 10376.0, 10370.0, 10360.0, 10347.0, 10372.0, 10344.0, 10435.0, 10397.0, 10437.0, 10394.0, 10413.0, 10397.0, 10381.0, 10405.0, 10386.0, 10415.0, 10387.0, 10427.0, 10399.0, 10387.0, 10382.0, 10336.0, 10359.0, 10317.0, 10356.0, 10311.0, 10342.0, 10336.0, 10308.0, 10334.0, 10292.0, 10333.0, 10306.0, 10324.0, 10343.0, 10313.0, 10358.0, 10336.0, 10356.0, 10314.0, 10331.0, 10298.0, 10325.0, 10363.0, 10370.0, 10428.0, 10375.0, 10409.0, 10351.0, 10392.0, 10368.0, 10402.0, 10392.0, 10446.0, 10403.0, 10424.0, 10382.0, 10442.0, 10412.0, 10437.0, 10413.0, 10455.0, 10393.0, 10441.0, 10393.0, 10431.0, 10386.0, 10417.0, 10394.0, 10382.0, 10403.0, 10360.0, 10431.0, 10374.0, 10410.0, 10422.0, 10407.0, 10417.0, 10326.0, 10362.0, 10298.0, 10362.0, 10339.0, 10370.0, 10319.0, 10348.0, 10309.0, 10308.0, 10379.0, 10328.0, 10388.0, 10301.0, 10333.0, 10306.0, 10354.0, 10323.0, 10341.0, 10361.0, 10311.0, 10354.0, 10328.0, 10369.0, 10308.0, 10350.0, 10344.0, 10305.0, 10340.0, 10294.0, 10342.0, 10332.0, 10296.0, 10335.0, 10299.0, 10337.0, 10294.0, 10313.0, 10349.0, 10304.0, 10359.0, 10303.0, 10360.0, 10320.0, 10361.0, 10382.0, 10324.0, 10363.0, 10329.0, 10368.0, 10346.0, 10370.0, 10343.0, 10362.0, 10375.0, 10390.0, 10376.0, 10369.0, 10401.0, 10364.0, 10404.0, 10343.0, 10361.0, 10350.0, 10377.0, 10342.0, 10368.0, 10392.0, 10376.0, 10395.0, 10351.0, 10400.0, 10347.0, 10383.0, 10344.0, 10376.0, 10359.0, 10337.0, 10400.0, 10351.0, 10411.0, 10348.0, 10381.0, 10351.0, 10350.0, 10387.0, 10350.0, 10390.0, 10349.0, 10380.0, 10375.0, 10354.0, 10399.0, 10346.0, 10384.0, 10348.0, 10386.0, 10373.0, 10372.0, 10400.0, 10348.0, 10395.0, 10387.0, 10412.0, 10395.0, 10390.0, 10384.0, 10418.0, 10376.0, 10414.0, 10409.0, 10394.0, 10417.0, 10371.0, 10446.0, 10380.0, 10417.0, 10408.0, 10396.0, 10414.0, 10372.0, 10376.0, 10336.0, 10375.0, 10336.0, 10388.0, 10383.0, 10430.0, 10348.0, 10359.0, 10299.0, 10369.0, 10340.0, 10375.0, 10373.0, 10377.0, 10405.0, 10360.0, 10410.0, 10371.0, 10390.0, 10332.0, 10358.0, 10327.0, 10350.0, 10333.0, 10386.0, 10353.0, 10381.0, 10349.0, 10389.0, 10363.0, 10419.0, 10390.0, 10423.0, 10365.0, 10395.0, 10340.0, 10363.0, 10316.0, 10348.0, 10384.0, 10329.0, 10390.0, 10331.0, 10344.0, 10314.0, 10342.0, 10386.0, 10340.0, 10384.0, 10311.0, 10356.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.003042068965517241</td></tr>
<tr><td colspan=3>aqi</td><td>0.06368907517241379</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.199398387468314</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1635383894476414</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9890013738780198</td></tr>
<tr><td colspan=3>efc</td><td>0.4817</td></tr>
<tr><td colspan=3>fber</td><td>6057.6948</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17081218492332606</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>243</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.93103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.636169396783485</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.568966756932878</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8695414770393453</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.469999956378231</td></tr>
<tr><td colspan=3>gcor</td><td>0.01841</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006539792288094759</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03028411604464054</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8689177524654466</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.2931</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1201</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.8366</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>954.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.6445</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1758</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>632.8446</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3895.2742</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1062.5643</td></tr>
<tr><td colspan=3>tsnr</td><td>24.92506255977787</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>