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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:34:21.807500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991789, -0.127781, -0.00522868, 0.126875, 0.977974, 0.165739]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0903396</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7254, 623, -9, -193, 40, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed75ab49-565c-4038-8b8c-74508945139b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6608963012695312, 0.3403964936733246, 0.04337506368756294, 95.29408264160156], [0.3428274393081665, 2.623832941055298, 0.44561266899108887, -113.39225769042969], [-0.014028175733983517, -0.44466638565063477, 2.6626205444335938, -45.355628967285156], [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': ['173421.807500', '173422.267500', '173422.727500', '173423.187500', '173423.647500', '173424.107500', '173424.567500', '173425.027500', '173425.487500', '173425.947500', '173426.407500', '173426.867500', '173427.327500', '173427.787500', '173428.247500', '173428.707500', '173429.167500', '173429.627500', '173430.087500', '173430.547500', '173431.007500', '173431.467500', '173431.927500', '173432.387500', '173432.847500', '173433.307500', '173433.767500', '173434.227500', '173434.687500', '173435.147500', '173435.607500', '173436.067500', '173436.527500', '173436.987500', '173437.447500', '173437.907500', '173438.367500', '173438.827500', '173439.287500', '173439.747500', '173440.207500', '173440.667500', '173441.127500', '173441.587500', '173442.047500', '173442.507500', '173442.967500', '173443.427500', '173443.887500', '173444.347500', '173444.807500', '173445.267500', '173445.727500', '173446.187500', '173446.647500', '173447.107500', '173447.567500', '173448.027500', '173448.487500', '173448.947500', '173449.407500', '173449.867500', '173450.327500', '173450.787500', '173451.247500', '173451.707500', '173452.167500', '173452.627500', '173453.087500', '173453.547500', '173454.007500', '173454.467500', '173454.927500', '173455.387500', '173455.847500', '173456.307500', '173456.767500', '173457.227500', '173457.687500', '173458.147500', '173458.607500', '173459.067500', '173459.527500', '173459.987500', '173500.447500', '173500.907500', '173501.367500', '173501.827500', '173502.287500', '173502.747500', '173503.207500', '173503.667500', '173504.127500', '173504.587500', '173505.047500', '173505.507500', '173505.967500', '173506.427500', '173506.887500', '173507.347500', '173507.807500', '173508.267500', '173508.727500', '173509.187500', '173509.647500', '173510.107500', '173510.567500', '173511.027500', '173511.487500', '173511.947500', '173512.407500', '173512.867500', '173513.327500', '173513.787500', '173514.247500', '173514.707500', '173515.167500', '173515.627500', '173516.087500', '173516.547500', '173517.007500', '173517.467500', '173517.927500', '173518.387500', '173518.847500', '173519.307500', '173519.767500', '173520.227500', '173520.687500', '173521.147500', '173521.607500', '173522.067500', '173522.527500', '173522.987500', '173523.447500', '173523.907500', '173524.367500', '173524.827500', '173525.287500', '173525.747500', '173526.207500', '173526.667500', '173527.127500', '173527.587500', '173528.047500', '173528.507500', '173528.967500', '173529.427500', '173529.887500', '173530.347500', '173530.807500', '173531.267500', '173531.727500', '173532.187500', '173532.647500', '173533.107500', '173533.567500', '173534.027500', '173534.487500', '173534.947500', '173535.407500', '173535.867500', '173536.327500', '173536.787500', '173537.247500', '173537.707500', '173538.167500', '173538.627500', '173539.087500', '173539.547500', '173540.007500', '173540.467500', '173540.927500', '173541.387500', '173541.847500', '173542.307500', '173542.767500', '173543.227500', '173543.687500', '173544.147500', '173544.607500', '173545.067500', '173545.527500', '173545.987500', '173546.447500', '173546.907500', '173547.367500', '173547.827500', '173548.287500', '173548.747500', '173549.207500', '173549.667500', '173550.127500', '173550.587500', '173551.047500', '173551.507500', '173551.967500', '173552.427500', '173552.887500', '173553.347500', '173553.807500', '173554.267500', '173554.727500', '173555.187500', '173555.647500', '173556.107500', '173556.567500', '173557.027500', '173557.487500', '173557.947500', '173558.407500', '173558.867500', '173559.327500', '173559.787500', '173600.247500', '173600.707500', '173601.167500', '173601.627500', '173602.087500', '173602.547500', '173603.007500', '173603.467500', '173603.927500', '173604.387500', '173604.847500', '173605.307500', '173605.767500', '173606.227500', '173606.687500', '173607.147500', '173607.607500', '173608.067500', '173608.527500', '173608.987500', '173609.447500', '173609.907500', '173610.367500', '173610.827500', '173611.287500', '173611.747500', '173612.207500', '173612.667500', '173613.127500', '173613.587500', '173614.047500', '173614.507500', '173614.967500', '173615.427500', '173615.887500', '173616.347500', '173616.807500', '173617.267500', '173617.727500', '173618.187500', '173618.647500', '173619.107500', '173619.567500', '173620.027500', '173620.487500', '173620.947500', '173621.407500', '173621.867500', '173622.327500', '173622.787500', '173623.247500', '173623.707500', '173624.167500', '173624.627500', '173625.087500', '173625.547500', '173626.007500', '173626.467500', '173626.927500', '173627.387500', '173627.847500', '173628.307500', '173628.767500', '173629.227500', '173629.687500', '173630.147500', '173630.607500', '173631.067500', '173631.527500', '173631.987500', '173632.447500', '173632.907500', '173633.367500', '173633.827500', '173634.287500', '173634.747500', '173635.207500', '173635.667500', '173636.127500', '173636.587500', '173637.047500', '173637.507500', '173637.967500', '173638.427500', '173638.887500', '173639.347500', '173639.807500', '173640.267500', '173640.727500', '173641.187500', '173641.647500', '173642.107500', '173642.567500', '173643.027500', '173643.487500', '173643.947500', '173644.407500', '173644.867500', '173645.327500', '173645.787500', '173646.247500', '173646.707500', '173647.167500', '173647.627500', '173648.087500', '173648.547500', '173649.007500', '173649.467500', '173649.927500', '173650.387500', '173650.847500', '173651.307500', '173651.767500', '173652.227500', '173652.687500', '173653.147500', '173653.607500', '173654.067500', '173654.527500', '173654.987500', '173655.447500', '173655.907500', '173656.367500', '173656.827500', '173657.287500', '173657.747500', '173658.207500', '173658.667500', '173659.127500', '173659.587500', '173700.047500', '173700.507500', '173700.967500', '173701.427500', '173701.887500', '173702.347500', '173702.807500', '173703.267500', '173703.727500', '173704.187500', '173704.647500', '173705.107500', '173705.567500', '173706.027500', '173706.487500', '173706.947500', '173707.407500', '173707.867500', '173708.327500', '173708.787500', '173709.247500', '173709.707500', '173710.167500', '173710.627500', '173711.087500', '173711.547500', '173712.007500', '173712.467500', '173712.927500', '173713.387500', '173713.847500', '173714.307500', '173714.767500', '173715.227500', '173715.687500', '173716.147500', '173716.607500', '173717.067500', '173717.527500', '173717.987500', '173718.447500', '173718.907500', '173719.367500', '173719.827500', '173720.287500', '173720.747500', '173721.207500', '173721.667500', '173722.127500', '173722.587500', '173723.047500', '173723.507500', '173723.967500', '173724.427500', '173724.887500', '173725.347500', '173725.807500', '173726.267500', '173726.727500', '173727.187500', '173727.647500', '173728.107500', '173728.567500', '173729.027500', '173729.487500', '173729.947500', '173730.407500', '173730.867500', '173731.327500', '173731.787500', '173732.247500', '173732.707500', '173733.167500', '173733.627500', '173734.087500', '173734.547500', '173735.007500', '173735.467500', '173735.927500', '173736.387500', '173736.847500', '173737.307500', '173737.767500', '173738.227500', '173738.687500', '173739.147500', '173739.607500', '173740.067500', '173740.527500', '173740.987500', '173741.447500', '173741.907500', '173742.367500', '173742.827500', '173743.287500', '173743.747500', '173744.207500', '173744.667500', '173745.127500', '173745.587500', '173746.047500', '173746.507500', '173746.967500', '173747.427500', '173747.887500', '173748.347500', '173748.807500', '173749.267500', '173749.727500', '173750.187500', '173750.647500', '173751.107500', '173751.567500', '173752.027500', '173752.487500', '173752.947500', '173753.407500', '173753.867500', '173754.327500', '173754.787500', '173755.247500', '173755.707500', '173756.167500', '173756.627500', '173757.087500', '173757.547500', '173758.007500', '173758.467500', '173758.927500', '173759.387500', '173759.847500', '173800.307500', '173800.767500', '173801.227500', '173801.687500', '173802.147500', '173802.607500', '173803.067500', '173803.527500', '173803.987500', '173804.447500', '173804.907500', '173805.367500', '173805.827500', '173806.287500', '173806.747500', '173807.207500', '173807.667500', '173808.127500', '173808.587500', '173809.047500', '173809.507500', '173809.967500', '173810.427500', '173810.887500', '173811.347500', '173811.807500', '173812.267500', '173812.727500', '173813.187500', '173813.647500', '173814.107500', '173814.567500', '173815.027500', '173815.487500', '173815.947500', '173816.407500', '173816.867500', '173817.327500', '173817.787500', '173818.247500', '173818.707500', '173819.167500', '173819.627500', '173820.087500', '173820.547500', '173821.007500', '173821.467500', '173821.927500', '173822.387500', '173822.847500', '173823.307500', '173823.767500', '173824.227500', '173824.687500', '173825.147500', '173825.607500', '173826.067500', '173826.527500', '173826.987500', '173827.447500', '173827.907500', '173828.367500', '173828.827500', '173829.287500', '173829.747500', '173830.207500', '173830.667500', '173831.127500', '173831.587500', '173832.047500', '173832.507500', '173832.967500', '173833.427500', '173833.887500', '173834.347500', '173834.807500', '173835.267500', '173835.727500', '173836.187500', '173836.647500', '173837.107500', '173837.567500', '173838.027500', '173838.487500', '173838.947500', '173839.407500', '173839.867500', '173840.327500', '173840.787500', '173841.247500', '173841.707500', '173842.167500', '173842.627500', '173843.087500', '173843.547500', '173844.007500', '173844.467500', '173844.927500', '173845.387500', '173845.847500', '173846.307500', '173846.767500', '173847.227500', '173847.687500', '173848.147500', '173848.607500', '173849.067500', '173849.527500', '173849.987500', '173850.447500', '173850.907500', '173851.367500', '173851.827500', '173852.287500', '173852.747500', '173853.207500', '173853.667500', '173854.127500', '173854.587500', '173855.047500', '173855.507500', '173855.967500', '173856.427500', '173856.887500', '173857.347500', '173857.807500', '173858.267500', '173858.727500', '173859.187500', '173859.647500', '173900.107500', '173900.567500', '173901.027500', '173901.487500', '173901.947500', '173902.407500', '173902.867500', '173903.327500', '173903.787500', '173904.247500', '173904.707500', '173905.167500', '173905.627500', '173906.087500', '173906.547500', '173907.007500', '173907.467500', '173907.927500', '173908.387500', '173908.847500', '173909.307500', '173909.767500', '173910.227500', '173910.687500', '173911.147500', '173911.607500', '173912.067500', '173912.527500', '173912.987500', '173913.447500', '173913.907500', '173914.367500', '173914.827500', '173915.287500', '173915.747500', '173916.207500', '173916.667500', '173917.127500', '173917.587500', '173918.047500', '173918.507500', '173918.967500', '173919.427500', '173919.887500', '173920.347500', '173920.807500', '173921.267500', '173921.727500', '173922.187500', '173922.647500', '173923.107500', '173923.567500', '173924.027500', '173924.487500', '173924.947500', '173925.407500', '173925.867500', '173926.327500', '173926.787500', '173927.247500', '173927.707500', '173928.167500', '173928.627500', '173929.087500', '173929.547500', '173930.007500', '173930.467500', '173930.927500', '173931.387500', '173931.847500', '173932.307500', '173932.767500', '173933.227500', '173933.687500', '173934.147500', '173934.607500', '173935.067500', '173935.527500', '173935.987500', '173936.447500', '173936.907500', '173937.367500', '173937.827500', '173938.287500', '173938.747500', '173939.207500', '173939.667500', '173940.127500', '173940.587500', '173941.047500', '173941.507500', '173941.967500', '173942.427500', '173942.887500', '173943.347500', '173943.807500', '173944.267500', '173944.727500', '173945.187500', '173945.647500', '173946.107500', '173946.567500', '173947.027500', '173947.487500', '173947.947500', '173948.407500', '173948.867500', '173949.327500', '173949.787500', '173950.247500', '173950.707500', '173951.167500', '173951.627500', '173952.087500', '173952.547500', '173953.007500', '173953.467500', '173953.927500', '173954.387500', '173954.847500', '173955.307500', '173955.767500', '173956.227500', '173956.687500', '173957.147500', '173957.607500', '173958.067500', '173958.527500', '173958.987500', '173959.447500', '173959.907500', '174000.367500', '174000.827500', '174001.287500', '174001.747500', '174002.207500', '174002.667500', '174003.127500', '174003.587500', '174004.047500', '174004.507500', '174004.967500', '174005.427500', '174005.887500', '174006.347500', '174006.807500', '174007.267500', '174007.727500', '174008.187500', '174008.647500', '174009.107500', '174009.567500', '174010.027500', '174010.487500', '174010.947500', '174011.407500', '174011.867500', '174012.327500', '174012.787500', '174013.247500', '174013.707500', '174014.167500', '174014.627500', '174015.087500', '174015.547500', '174016.007500', '174016.467500', '174016.927500', '174017.387500', '174017.847500', '174018.307500', '174018.767500', '174019.227500', '174019.687500', '174020.147500', '174020.607500', '174021.067500', '174021.527500', '174021.987500', '174022.447500', '174022.907500', '174023.367500', '174023.827500', '174024.287500', '174024.747500', '174025.207500', '174025.667500', '174026.127500', '174026.587500', '174027.047500', '174027.507500', '174027.967500', '174028.427500', '174028.887500', '174029.347500', '174029.807500', '174030.267500', '174030.727500', '174031.187500', '174031.647500', '174032.107500', '174032.567500', '174033.027500', '174033.487500', '174033.947500', '174034.407500', '174034.867500', '174035.327500', '174035.787500', '174036.247500', '174036.707500', '174037.167500', '174037.627500', '174038.087500', '174038.547500', '174039.007500', '174039.467500', '174039.927500', '174040.387500', '174040.847500', '174041.307500', '174041.767500', '174042.227500', '174042.687500', '174043.147500', '174043.607500', '174044.067500', '174044.527500', '174044.987500', '174045.447500', '174045.907500', '174046.367500', '174046.827500', '174047.287500', '174047.747500', '174048.207500', '174048.667500', '174049.127500', '174049.587500', '174050.047500', '174050.507500', '174050.967500', '174051.427500', '174051.887500', '174052.347500', '174052.807500', '174053.267500', '174053.727500', '174054.187500', '174054.647500', '174055.107500', '174055.567500', '174056.027500', '174056.487500', '174056.947500', '174057.407500', '174057.867500', '174058.327500', '174058.787500', '174059.247500', '174059.707500', '174100.167500', '174100.627500', '174101.087500', '174101.547500', '174102.007500', '174102.467500'], 'ContentTime': ['173450.712000', '173450.715000', '173450.718000', '173450.720000', '173450.728000', '173450.730000', '173450.733000', '173450.735000', '173450.738000', '173450.740000', '173450.743000', '173450.746000', '173450.748000', '173450.751000', '173450.753000', '173450.756000', '173450.758000', '173450.761000', '173450.763000', '173450.766000', '173450.768000', '173450.771000', '173450.774000', '173450.776000', '173450.779000', '173450.781000', '173450.784000', '173450.786000', '173450.789000', '173450.791000', '173450.794000', '173450.797000', '173450.799000', '173450.802000', '173450.804000', '173450.807000', '173450.809000', '173450.812000', '173450.814000', '173450.817000', '173450.819000', '173450.822000', '173450.828000', '173450.831000', '173450.833000', '173450.836000', '173450.839000', '173450.841000', '173450.844000', '173450.846000', '173450.849000', '173450.851000', '173450.854000', '173450.856000', '173450.859000', '173450.862000', '173450.864000', '173450.867000', '173450.869000', '173450.872000', '173450.874000', '173510.680000', '173510.682000', '173510.685000', '173510.688000', '173510.690000', '173510.693000', '173510.695000', '173510.698000', '173510.712000', '173510.714000', '173510.717000', '173510.719000', '173510.722000', '173510.724000', '173510.727000', '173510.729000', '173510.732000', '173510.734000', '173510.737000', '173510.739000', '173510.742000', '173510.744000', '173510.747000', '173510.750000', '173510.752000', '173510.755000', '173510.757000', '173510.760000', '173510.762000', '173510.765000', '173510.767000', '173510.770000', '173510.772000', '173510.775000', '173510.777000', '173510.780000', '173510.782000', '173510.785000', '173510.788000', '173510.790000', '173510.793000', '173510.795000', '173510.798000', '173530.680000', '173530.682000', '173530.685000', '173530.688000', '173530.690000', '173530.693000', '173530.695000', '173530.698000', '173530.701000', '173530.703000', '173530.706000', '173530.709000', '173530.711000', '173530.714000', '173530.716000', '173530.719000', '173530.721000', '173530.724000', '173530.726000', '173530.729000', '173530.732000', '173530.734000', '173530.737000', '173530.739000', '173530.742000', '173530.745000', '173530.747000', '173530.750000', '173530.752000', '173530.755000', '173530.757000', '173530.760000', '173530.762000', '173530.765000', '173530.768000', '173530.770000', '173530.773000', '173530.775000', '173530.778000', '173530.781000', '173530.783000', '173530.786000', '173530.788000', '173530.791000', '173550.679000', '173550.682000', '173550.685000', '173550.687000', '173550.690000', '173550.692000', '173550.695000', '173550.698000', '173550.700000', '173550.703000', '173550.705000', '173550.708000', '173550.710000', '173550.713000', '173550.716000', '173550.718000', '173550.721000', '173550.723000', '173550.726000', '173550.729000', '173550.731000', '173550.734000', '173550.736000', '173550.739000', '173550.742000', '173550.744000', '173550.747000', '173550.749000', '173550.752000', '173550.754000', '173550.757000', '173550.759000', '173550.762000', '173550.765000', '173550.767000', '173550.770000', '173550.772000', '173550.775000', '173550.777000', '173550.780000', '173550.783000', '173550.785000', '173550.788000', '173610.680000', '173610.682000', '173610.685000', '173610.688000', '173610.690000', '173610.693000', '173610.695000', '173610.713000', '173610.715000', '173610.718000', '173610.721000', '173610.723000', '173610.726000', '173610.728000', '173610.731000', '173610.734000', '173610.736000', '173610.739000', '173610.741000', '173610.744000', '173610.747000', '173610.749000', '173610.752000', '173610.754000', '173610.757000', '173610.760000', '173610.762000', '173610.765000', '173610.767000', '173610.770000', '173610.772000', '173610.775000', '173610.777000', '173610.780000', '173610.783000', '173610.785000', '173610.788000', '173610.790000', '173610.793000', '173610.795000', '173610.798000', '173610.801000', '173610.803000', '173630.681000', '173630.683000', '173630.686000', '173630.689000', '173630.691000', '173630.694000', '173630.696000', '173630.699000', '173630.702000', '173630.704000', '173630.707000', '173630.709000', '173630.712000', '173630.714000', '173630.717000', '173630.719000', '173630.722000', '173630.725000', '173630.727000', '173630.730000', '173630.732000', '173630.735000', '173630.738000', '173630.740000', '173630.743000', '173630.745000', '173630.748000', '173630.750000', '173630.753000', '173630.756000', '173630.758000', '173630.761000', '173630.763000', '173630.766000', '173630.768000', '173630.771000', '173630.774000', '173630.776000', '173630.779000', '173630.781000', '173630.784000', '173630.786000', '173630.789000', '173630.792000', '173650.680000', '173650.682000', '173650.685000', '173650.688000', '173650.698000', '173650.700000', '173650.703000', '173650.706000', '173650.708000', '173650.711000', '173650.714000', '173650.717000', '173650.720000', '173650.723000', '173650.725000', '173650.728000', '173650.731000', '173650.733000', '173650.736000', '173650.738000', '173650.741000', '173650.744000', '173650.746000', '173650.749000', '173650.751000', '173650.754000', '173650.756000', '173650.759000', '173650.761000', '173650.764000', '173650.766000', '173650.769000', '173650.772000', '173650.774000', '173650.777000', '173650.779000', '173650.782000', '173650.784000', '173650.787000', '173650.790000', '173650.792000', '173650.795000', '173650.797000', '173710.679000', '173710.682000', '173710.685000', '173710.688000', '173710.690000', '173710.693000', '173710.696000', '173710.698000', '173710.701000', '173710.703000', '173710.706000', '173710.708000', '173710.711000', '173710.713000', '173710.716000', '173710.719000', '173710.721000', '173710.724000', '173710.726000', '173710.729000', '173710.732000', '173710.734000', '173710.737000', '173710.739000', '173710.742000', '173710.744000', '173710.747000', '173710.750000', '173710.752000', '173710.755000', '173710.757000', '173710.760000', '173710.762000', '173710.765000', '173710.768000', '173710.770000', '173710.773000', '173710.776000', '173710.778000', '173710.781000', '173710.783000', '173710.786000', '173710.788000', '173710.791000', '173730.680000', '173730.683000', '173730.685000', '173730.688000', '173730.690000', '173730.693000', '173730.695000', '173730.698000', '173730.701000', '173730.703000', '173730.706000', '173730.708000', '173730.711000', '173730.714000', '173730.716000', '173730.719000', '173730.721000', '173730.724000', '173730.726000', '173730.729000', '173730.731000', '173730.734000', '173730.737000', '173730.739000', '173730.742000', '173730.744000', '173730.747000', '173730.749000', '173730.752000', '173730.754000', '173730.757000', '173730.760000', '173730.762000', '173730.765000', '173730.767000', '173730.770000', '173730.772000', '173730.775000', '173730.778000', '173730.780000', '173730.783000', '173730.785000', '173730.788000', '173750.679000', '173750.682000', '173750.685000', '173750.688000', '173750.690000', '173750.693000', '173750.695000', '173750.698000', '173750.701000', '173750.703000', '173750.706000', '173750.708000', '173750.711000', '173750.713000', '173750.716000', '173750.718000', '173750.721000', '173750.724000', '173750.726000', '173750.729000', '173750.732000', '173750.734000', '173750.737000', '173750.739000', '173750.742000', '173750.744000', '173750.747000', '173750.750000', '173750.752000', '173750.755000', '173750.757000', '173750.760000', '173750.763000', '173750.765000', '173750.768000', '173750.770000', '173750.773000', '173750.775000', '173750.778000', '173750.780000', '173750.783000', '173750.785000', '173750.788000', '173750.791000', '173810.679000', '173810.682000', '173810.685000', '173810.687000', '173810.690000', '173810.693000', '173810.695000', '173810.698000', '173810.700000', '173810.704000', '173810.707000', '173810.710000', '173810.712000', '173810.715000', '173810.717000', '173810.720000', '173810.723000', '173810.725000', '173810.728000', '173810.731000', '173810.733000', '173810.736000', '173810.738000', '173810.741000', '173810.743000', '173810.746000', '173810.748000', '173810.751000', '173810.754000', '173810.769000', '173810.772000', '173810.775000', '173810.777000', '173810.780000', '173810.782000', '173810.785000', '173810.787000', '173810.790000', '173810.793000', '173810.795000', '173810.798000', '173810.800000', '173810.803000', '173810.806000', '173830.679000', '173830.682000', '173830.685000', '173830.688000', '173830.690000', '173830.693000', '173830.695000', '173830.698000', '173830.700000', '173830.703000', '173830.706000', '173830.708000', '173830.711000', '173830.713000', '173830.716000', '173830.719000', '173830.721000', '173830.724000', '173830.726000', '173830.729000', '173830.731000', '173830.734000', '173830.737000', '173830.739000', '173830.742000', '173830.744000', '173830.747000', '173830.749000', '173830.752000', '173830.755000', '173830.757000', '173830.760000', '173830.762000', '173830.765000', '173830.768000', '173830.770000', '173830.773000', '173830.775000', '173830.778000', '173830.788000', '173830.790000', '173830.793000', '173830.795000', '173850.681000', '173850.683000', '173850.686000', '173850.689000', '173850.691000', '173850.694000', '173850.698000', '173850.701000', '173850.703000', '173850.706000', '173850.709000', '173850.711000', '173850.714000', '173850.717000', '173850.719000', '173850.722000', '173850.724000', '173850.727000', '173850.729000', '173850.732000', '173850.735000', '173850.737000', '173850.740000', '173850.742000', '173850.745000', '173850.747000', '173850.750000', '173850.752000', '173850.755000', '173850.758000', '173850.760000', '173850.763000', '173850.765000', '173850.768000', '173850.771000', '173850.773000', '173850.776000', '173850.778000', '173850.781000', '173850.783000', '173850.786000', '173850.788000', '173850.791000', '173910.680000', '173910.683000', '173910.685000', '173910.688000', '173910.690000', '173910.693000', '173910.695000', '173910.698000', '173910.701000', '173910.703000', '173910.706000', '173910.709000', '173910.711000', '173910.714000', '173910.716000', '173910.719000', '173910.722000', '173910.724000', '173910.727000', '173910.729000', '173910.732000', '173910.735000', '173910.737000', '173910.740000', '173910.742000', '173910.745000', '173910.747000', '173910.750000', '173910.753000', '173910.755000', '173910.758000', '173910.760000', '173910.763000', '173910.765000', '173910.768000', '173910.770000', '173910.773000', '173910.775000', '173910.778000', '173910.781000', '173910.783000', '173910.786000', '173910.789000', '173910.791000', '173930.680000', '173930.682000', '173930.685000', '173930.688000', '173930.690000', '173930.693000', '173930.695000', '173930.698000', '173930.701000', '173930.703000', '173930.706000', '173930.708000', '173930.711000', '173930.714000', '173930.716000', '173930.719000', '173930.721000', '173930.724000', '173930.727000', '173930.730000', '173930.733000', '173930.736000', '173930.739000', '173930.741000', '173930.746000', '173930.748000', '173930.751000', '173930.754000', '173930.756000', '173930.759000', '173930.761000', '173930.764000', '173930.767000', '173930.769000', '173930.772000', '173930.774000', '173930.777000', '173930.779000', '173930.782000', '173930.785000', '173930.787000', '173930.790000', '173930.792000', '173950.680000', '173950.683000', '173950.685000', '173950.688000', '173950.690000', '173950.693000', '173950.695000', '173950.698000', '173950.701000', '173950.703000', '173950.706000', '173950.708000', '173950.711000', '173950.714000', '173950.716000', '173950.719000', '173950.721000', '173950.724000', '173950.727000', '173950.729000', '173950.732000', '173950.734000', '173950.737000', '173950.739000', '173950.742000', '173950.744000', '173950.747000', '173950.750000', '173950.752000', '173950.755000', '173950.757000', '173950.760000', '173950.762000', '173950.765000', '173950.768000', '173950.770000', '173950.773000', '173950.775000', '173950.778000', '173950.780000', '173950.783000', '173950.786000', '173950.788000', '173950.791000', '174010.680000', '174010.682000', '174010.685000', '174010.688000', '174010.690000', '174010.693000', '174010.695000', '174010.698000', '174010.701000', '174010.703000', '174010.706000', '174010.709000', '174010.711000', '174010.714000', '174010.717000', '174010.719000', '174010.722000', '174010.724000', '174010.727000', '174010.730000', '174010.732000', '174010.735000', '174010.738000', '174010.740000', '174010.743000', '174010.747000', '174010.750000', '174010.752000', '174010.755000', '174010.757000', '174010.760000', '174010.763000', '174010.765000', '174010.768000', '174010.770000', '174010.773000', '174010.775000', '174010.778000', '174010.781000', '174010.783000', '174010.786000', '174010.788000', '174010.791000', '174030.680000', '174030.683000', '174030.685000', '174030.688000', '174030.690000', '174030.693000', '174030.695000', '174030.698000', '174030.701000', '174030.703000', '174030.706000', '174030.709000', '174030.711000', '174030.714000', '174030.716000', '174030.719000', '174030.721000', '174030.724000', '174030.726000', '174030.729000', '174030.732000', '174030.734000', '174030.737000', '174030.739000', '174030.742000', '174030.745000', '174030.747000', '174030.750000', '174030.752000', '174030.755000', '174030.758000', '174030.760000', '174030.763000', '174030.765000', '174030.769000', '174030.772000', '174030.774000', '174030.777000', '174030.779000', '174030.782000', '174030.785000', '174030.787000', '174030.790000', '174030.792000', '174050.680000', '174050.682000', '174050.685000', '174050.688000', '174050.690000', '174050.693000', '174050.695000', '174050.698000', '174050.700000', '174050.703000', '174050.706000', '174050.708000', '174050.711000', '174050.713000', '174050.716000', '174050.719000', '174050.721000', '174050.724000', '174050.726000', '174050.729000', '174050.731000', '174050.734000', '174050.737000', '174050.739000', '174050.742000', '174050.744000', '174050.747000', '174050.749000', '174050.752000', '174050.755000', '174050.757000', '174050.760000', '174050.762000', '174050.765000', '174050.768000', '174050.770000', '174050.773000', '174050.775000', '174050.778000', '174050.780000', '174050.785000', '174050.788000', '174050.790000', '174103.597000', '174103.600000', '174103.603000', '174103.605000', '174103.608000', '174103.611000', '174103.614000', '174103.616000', '174103.619000', '174103.622000', '174103.625000', '174103.628000', '174103.631000', '174103.634000', '174103.637000', '174103.640000', '174103.642000', '174103.645000', '174103.648000', '174103.651000', '174103.653000', '174103.656000', '174103.668000', '174103.671000', '174103.674000', '174103.677000', '174103.680000', '174103.682000', '174103.685000'], 'InstanceCreationTime': ['173450.712000', '173450.715000', '173450.718000', '173450.720000', '173450.728000', '173450.730000', '173450.733000', '173450.735000', '173450.738000', '173450.740000', '173450.743000', '173450.746000', '173450.748000', '173450.751000', '173450.753000', '173450.756000', '173450.758000', '173450.761000', '173450.763000', '173450.766000', '173450.768000', '173450.771000', '173450.774000', '173450.776000', '173450.779000', '173450.781000', '173450.784000', '173450.786000', '173450.789000', '173450.791000', '173450.794000', '173450.797000', '173450.799000', '173450.802000', '173450.804000', '173450.807000', '173450.809000', '173450.812000', '173450.814000', '173450.817000', '173450.819000', '173450.822000', '173450.828000', '173450.831000', '173450.833000', '173450.836000', '173450.839000', '173450.841000', '173450.844000', '173450.846000', '173450.849000', '173450.851000', '173450.854000', '173450.856000', '173450.859000', '173450.862000', '173450.864000', '173450.867000', '173450.869000', '173450.872000', '173450.874000', '173510.680000', '173510.682000', '173510.685000', '173510.688000', '173510.690000', '173510.693000', '173510.695000', '173510.698000', '173510.712000', '173510.714000', '173510.717000', '173510.719000', '173510.722000', '173510.724000', '173510.727000', '173510.729000', '173510.732000', '173510.734000', '173510.737000', '173510.739000', '173510.742000', '173510.744000', '173510.747000', '173510.750000', '173510.752000', '173510.755000', '173510.757000', '173510.760000', '173510.762000', '173510.765000', '173510.767000', '173510.770000', '173510.772000', '173510.775000', '173510.777000', '173510.780000', '173510.782000', '173510.785000', '173510.788000', '173510.790000', '173510.793000', '173510.795000', '173510.798000', '173530.680000', '173530.682000', '173530.685000', '173530.688000', '173530.690000', '173530.693000', '173530.695000', '173530.698000', '173530.701000', '173530.703000', '173530.706000', '173530.709000', '173530.711000', '173530.714000', '173530.716000', '173530.719000', '173530.721000', '173530.724000', '173530.726000', '173530.729000', '173530.732000', '173530.734000', '173530.737000', '173530.739000', '173530.742000', '173530.745000', '173530.747000', '173530.750000', '173530.752000', '173530.755000', '173530.757000', '173530.760000', '173530.762000', '173530.765000', '173530.768000', '173530.770000', '173530.773000', '173530.775000', '173530.778000', '173530.781000', '173530.783000', '173530.786000', '173530.788000', '173530.791000', '173550.679000', '173550.682000', '173550.685000', '173550.687000', '173550.690000', '173550.692000', '173550.695000', '173550.698000', '173550.700000', '173550.703000', '173550.705000', '173550.708000', '173550.710000', '173550.713000', '173550.716000', '173550.718000', '173550.721000', '173550.723000', '173550.726000', '173550.729000', '173550.731000', '173550.734000', '173550.736000', '173550.739000', '173550.742000', '173550.744000', '173550.747000', '173550.749000', '173550.752000', '173550.754000', '173550.757000', '173550.759000', '173550.762000', '173550.765000', '173550.767000', '173550.770000', '173550.772000', '173550.775000', '173550.777000', '173550.780000', '173550.783000', '173550.785000', '173550.788000', '173610.680000', '173610.682000', '173610.685000', '173610.688000', '173610.690000', '173610.693000', '173610.695000', '173610.713000', '173610.715000', '173610.718000', '173610.721000', '173610.723000', '173610.726000', '173610.728000', '173610.731000', '173610.734000', '173610.736000', '173610.739000', '173610.741000', '173610.744000', '173610.747000', '173610.749000', '173610.752000', '173610.754000', '173610.757000', '173610.760000', '173610.762000', '173610.765000', '173610.767000', '173610.770000', '173610.772000', '173610.775000', '173610.777000', '173610.780000', '173610.783000', '173610.785000', '173610.788000', '173610.790000', '173610.793000', '173610.795000', '173610.798000', '173610.801000', '173610.803000', '173630.681000', '173630.683000', '173630.686000', '173630.689000', '173630.691000', '173630.694000', '173630.696000', '173630.699000', '173630.702000', '173630.704000', '173630.707000', '173630.709000', '173630.712000', '173630.714000', '173630.717000', '173630.719000', '173630.722000', '173630.725000', '173630.727000', '173630.730000', '173630.732000', '173630.735000', '173630.738000', '173630.740000', '173630.743000', '173630.745000', '173630.748000', '173630.750000', '173630.753000', '173630.756000', '173630.758000', '173630.761000', '173630.763000', '173630.766000', '173630.768000', '173630.771000', '173630.774000', '173630.776000', '173630.779000', '173630.781000', '173630.784000', '173630.786000', '173630.789000', '173630.792000', '173650.680000', '173650.682000', '173650.685000', '173650.688000', '173650.698000', '173650.700000', '173650.703000', '173650.706000', '173650.708000', '173650.711000', '173650.714000', '173650.717000', '173650.720000', '173650.723000', '173650.725000', '173650.728000', '173650.731000', '173650.733000', '173650.736000', '173650.738000', '173650.741000', '173650.744000', '173650.746000', '173650.749000', '173650.751000', '173650.754000', '173650.756000', '173650.759000', '173650.761000', '173650.764000', '173650.766000', '173650.769000', '173650.772000', '173650.774000', '173650.777000', '173650.779000', '173650.782000', '173650.784000', '173650.787000', '173650.790000', '173650.792000', '173650.795000', '173650.797000', '173710.679000', '173710.682000', '173710.685000', '173710.688000', '173710.690000', '173710.693000', '173710.696000', '173710.698000', '173710.701000', '173710.703000', '173710.706000', '173710.708000', '173710.711000', '173710.713000', '173710.716000', '173710.719000', '173710.721000', '173710.724000', '173710.726000', '173710.729000', '173710.732000', '173710.734000', '173710.737000', '173710.739000', '173710.742000', '173710.744000', '173710.747000', '173710.750000', '173710.752000', '173710.755000', '173710.757000', '173710.760000', '173710.762000', '173710.765000', '173710.768000', '173710.770000', '173710.773000', '173710.776000', '173710.778000', '173710.781000', '173710.783000', '173710.786000', '173710.788000', '173710.791000', '173730.680000', '173730.683000', '173730.685000', '173730.688000', '173730.690000', '173730.693000', '173730.695000', '173730.698000', '173730.701000', '173730.703000', '173730.706000', '173730.708000', '173730.711000', '173730.714000', '173730.716000', '173730.719000', '173730.721000', '173730.724000', '173730.726000', '173730.729000', '173730.731000', '173730.734000', '173730.737000', '173730.739000', '173730.742000', '173730.744000', '173730.747000', '173730.749000', '173730.752000', '173730.754000', '173730.757000', '173730.760000', '173730.762000', '173730.765000', '173730.767000', '173730.770000', '173730.772000', '173730.775000', '173730.778000', '173730.780000', '173730.783000', '173730.785000', '173730.788000', '173750.679000', '173750.682000', '173750.685000', '173750.688000', '173750.690000', '173750.693000', '173750.695000', '173750.698000', '173750.701000', '173750.703000', '173750.706000', '173750.708000', '173750.711000', '173750.713000', '173750.716000', '173750.718000', '173750.721000', '173750.724000', '173750.726000', '173750.729000', '173750.732000', '173750.734000', '173750.737000', '173750.739000', '173750.742000', '173750.744000', '173750.747000', '173750.750000', '173750.752000', '173750.755000', '173750.757000', '173750.760000', '173750.763000', '173750.765000', '173750.768000', '173750.770000', '173750.773000', '173750.775000', '173750.778000', '173750.780000', '173750.783000', '173750.785000', '173750.788000', '173750.791000', '173810.679000', '173810.682000', '173810.685000', '173810.687000', '173810.690000', '173810.693000', '173810.695000', '173810.698000', '173810.700000', '173810.704000', '173810.707000', '173810.710000', '173810.712000', '173810.715000', '173810.717000', '173810.720000', '173810.723000', '173810.725000', '173810.728000', '173810.731000', '173810.733000', '173810.736000', '173810.738000', '173810.741000', '173810.743000', '173810.746000', '173810.748000', '173810.751000', '173810.754000', '173810.769000', '173810.772000', '173810.775000', '173810.777000', '173810.780000', '173810.782000', '173810.785000', '173810.787000', '173810.790000', '173810.793000', '173810.795000', '173810.798000', '173810.800000', '173810.803000', '173810.806000', '173830.679000', '173830.682000', '173830.685000', '173830.688000', '173830.690000', '173830.693000', '173830.695000', '173830.698000', '173830.700000', '173830.703000', '173830.706000', '173830.708000', '173830.711000', '173830.713000', '173830.716000', '173830.719000', '173830.721000', '173830.724000', '173830.726000', '173830.729000', '173830.731000', '173830.734000', '173830.737000', '173830.739000', '173830.742000', '173830.744000', '173830.747000', '173830.749000', '173830.752000', '173830.755000', '173830.757000', '173830.760000', '173830.762000', '173830.765000', '173830.768000', '173830.770000', '173830.773000', '173830.775000', '173830.778000', '173830.788000', '173830.790000', '173830.793000', '173830.795000', '173850.681000', '173850.683000', '173850.686000', '173850.689000', '173850.691000', '173850.694000', '173850.698000', '173850.701000', '173850.703000', '173850.706000', '173850.709000', '173850.711000', '173850.714000', '173850.717000', '173850.719000', '173850.722000', '173850.724000', '173850.727000', '173850.729000', '173850.732000', '173850.735000', '173850.737000', '173850.740000', '173850.742000', '173850.745000', '173850.747000', '173850.750000', '173850.752000', '173850.755000', '173850.758000', '173850.760000', '173850.763000', '173850.765000', '173850.768000', '173850.771000', '173850.773000', '173850.776000', '173850.778000', '173850.781000', '173850.783000', '173850.786000', '173850.788000', '173850.791000', '173910.680000', '173910.683000', '173910.685000', '173910.688000', '173910.690000', '173910.693000', '173910.695000', '173910.698000', '173910.701000', '173910.703000', '173910.706000', '173910.709000', '173910.711000', '173910.714000', '173910.716000', '173910.719000', '173910.722000', '173910.724000', '173910.727000', '173910.729000', '173910.732000', '173910.735000', '173910.737000', '173910.740000', '173910.742000', '173910.745000', '173910.747000', '173910.750000', '173910.753000', '173910.755000', '173910.758000', '173910.760000', '173910.763000', '173910.765000', '173910.768000', '173910.770000', '173910.773000', '173910.775000', '173910.778000', '173910.781000', '173910.783000', '173910.786000', '173910.789000', '173910.791000', '173930.680000', '173930.682000', '173930.685000', '173930.688000', '173930.690000', '173930.693000', '173930.695000', '173930.698000', '173930.701000', '173930.703000', '173930.706000', '173930.708000', '173930.711000', '173930.714000', '173930.716000', '173930.719000', '173930.721000', '173930.724000', '173930.727000', '173930.730000', '173930.733000', '173930.736000', '173930.739000', '173930.741000', '173930.746000', '173930.748000', '173930.751000', '173930.754000', '173930.756000', '173930.759000', '173930.761000', '173930.764000', '173930.767000', '173930.769000', '173930.772000', '173930.774000', '173930.777000', '173930.779000', '173930.782000', '173930.785000', '173930.787000', '173930.790000', '173930.792000', '173950.680000', '173950.683000', '173950.685000', '173950.688000', '173950.690000', '173950.693000', '173950.695000', '173950.698000', '173950.701000', '173950.703000', '173950.706000', '173950.708000', '173950.711000', '173950.714000', '173950.716000', '173950.719000', '173950.721000', '173950.724000', '173950.727000', '173950.729000', '173950.732000', '173950.734000', '173950.737000', '173950.739000', '173950.742000', '173950.744000', '173950.747000', '173950.750000', '173950.752000', '173950.755000', '173950.757000', '173950.760000', '173950.762000', '173950.765000', '173950.768000', '173950.770000', '173950.773000', '173950.775000', '173950.778000', '173950.780000', '173950.783000', '173950.786000', '173950.788000', '173950.791000', '174010.680000', '174010.682000', '174010.685000', '174010.688000', '174010.690000', '174010.693000', '174010.695000', '174010.698000', '174010.701000', '174010.703000', '174010.706000', '174010.709000', '174010.711000', '174010.714000', '174010.717000', '174010.719000', '174010.722000', '174010.724000', '174010.727000', '174010.730000', '174010.732000', '174010.735000', '174010.738000', '174010.740000', '174010.743000', '174010.747000', '174010.750000', '174010.752000', '174010.755000', '174010.757000', '174010.760000', '174010.763000', '174010.765000', '174010.768000', '174010.770000', '174010.773000', '174010.775000', '174010.778000', '174010.781000', '174010.783000', '174010.786000', '174010.788000', '174010.791000', '174030.680000', '174030.683000', '174030.685000', '174030.688000', '174030.690000', '174030.693000', '174030.695000', '174030.698000', '174030.701000', '174030.703000', '174030.706000', '174030.709000', '174030.711000', '174030.714000', '174030.716000', '174030.719000', '174030.721000', '174030.724000', '174030.726000', '174030.729000', '174030.732000', '174030.734000', '174030.737000', '174030.739000', '174030.742000', '174030.745000', '174030.747000', '174030.750000', '174030.752000', '174030.755000', '174030.758000', '174030.760000', '174030.763000', '174030.765000', '174030.769000', '174030.772000', '174030.774000', '174030.777000', '174030.779000', '174030.782000', '174030.785000', '174030.787000', '174030.790000', '174030.792000', '174050.680000', '174050.682000', '174050.685000', '174050.688000', '174050.690000', '174050.693000', '174050.695000', '174050.698000', '174050.700000', '174050.703000', '174050.706000', '174050.708000', '174050.711000', '174050.713000', '174050.716000', '174050.719000', '174050.721000', '174050.724000', '174050.726000', '174050.729000', '174050.731000', '174050.734000', '174050.737000', '174050.739000', '174050.742000', '174050.744000', '174050.747000', '174050.749000', '174050.752000', '174050.755000', '174050.757000', '174050.760000', '174050.762000', '174050.765000', '174050.768000', '174050.770000', '174050.773000', '174050.775000', '174050.778000', '174050.780000', '174050.785000', '174050.788000', '174050.790000', '174103.597000', '174103.600000', '174103.603000', '174103.605000', '174103.608000', '174103.611000', '174103.614000', '174103.616000', '174103.619000', '174103.622000', '174103.625000', '174103.628000', '174103.631000', '174103.634000', '174103.637000', '174103.640000', '174103.642000', '174103.645000', '174103.648000', '174103.651000', '174103.653000', '174103.656000', '174103.668000', '174103.671000', '174103.674000', '174103.677000', '174103.680000', '174103.682000', '174103.685000'], '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': [10231, 10955, 10386, 10757, 10193, 10181, 10545, 10485, 11328, 9963, 12366, 10926, 10353, 11670, 10585, 13329, 11061, 12437, 11013, 10688, 11768, 10012, 10780, 10332, 9903, 11139, 9976, 12954, 10202, 10393, 11440, 10099, 10214, 11504, 10180, 10997, 11306, 10109, 13592, 10753, 10872, 12256, 9884, 10900, 10825, 10293, 11802, 10631, 12483, 11144, 10973, 10577, 10287, 10736, 10925, 10373, 11338, 10356, 10111, 10664, 10158, 10098, 11161, 9700, 11375, 9732, 10123, 10890, 9679, 11872, 9788, 10509, 11778, 9898, 10872, 13390, 12308, 10267, 10273, 11549, 10349, 12705, 11309, 10134, 11648, 9656, 10160, 10486, 9399, 10013, 11263, 10362, 9995, 11450, 10279, 12012, 12274, 10468, 15769, 12168, 10719, 12825, 10812, 10411, 14178, 10409, 12292, 11582, 10945, 12551, 11712, 11199, 12240, 10948, 14698, 11953, 12305, 12188, 11141, 9419, 11650, 10172, 12711, 11566, 11093, 11974, 10440, 12581, 11329, 11313, 11936, 9983, 13176, 11038, 10645, 10168, 10333, 9936, 11408, 9859, 12304, 10173, 10019, 10424, 9742, 9745, 10596, 9489, 9030, 10718, 10582, 11659, 11005, 9543, 10940, 14720, 11607, 9974, 12099, 12793, 10644, 17049, 14068, 11065, 14327, 10647, 16893, 12824, 9524, 11453, 10384, 10769, 10455, 12208, 10959, 10192, 9625, 10014, 11304, 10509, 10175, 11135, 11182, 10901, 12095, 11286, 12092, 10332, 13394, 11126, 9896, 10916, 9982, 11460, 9581, 11109, 9864, 10153, 10785, 10433, 11480, 9654, 10639, 10456, 9605, 12632, 9955, 10480, 11372, 10167, 10784, 14930, 13476, 11281, 17337, 13230, 14841, 16466, 12757, 16026, 11414, 10528, 11522, 12099, 13330, 11015, 12524, 10909, 10822, 11632, 9781, 10929, 10920, 12659, 11877, 12261, 11681, 10553, 11843, 10385, 11794, 11254, 11861, 10615, 11676, 9965, 10598, 9997, 10914, 10047, 11508, 10727, 10058, 11117, 9991, 11123, 9743, 10853, 10993, 10018, 11550, 9428, 12162, 10200, 11247, 10248, 9970, 10893, 9147, 13615, 10323, 10324, 12804, 12206, 9973, 10541, 11475, 9978, 12955, 10672, 17145, 14003, 14900, 12134, 11327, 11611, 10588, 10974, 10212, 9468, 10291, 10134, 11282, 9401, 11959, 9688, 12760, 10295, 13614, 10096, 12804, 9597, 13482, 10741, 12753, 11094, 9964, 11167, 9635, 11856, 10665, 9708, 11524, 9416, 11695, 9937, 9996, 11283, 9716, 10862, 11087, 9895, 12078, 10200, 13614, 11581, 9865, 12194, 11086, 14271, 11282, 13260, 12216, 11453, 10824, 11546, 10719, 12132, 11793, 12380, 11599, 13120, 10448, 11872, 12216, 10281, 10237, 11944, 9938, 11047, 10883, 10456, 12369, 9745, 11899, 10528, 10906, 10877, 10312, 11310, 10332, 9285, 11111, 9953, 11539, 10375, 9620, 11123, 9757, 12013, 10492, 9780, 10097, 9823, 9834, 11605, 9762, 11436, 11465, 11636, 13929, 11287, 13626, 11660, 11686, 12617, 10596, 14038, 11784, 10756, 11807, 9934, 12385, 10907, 9999, 11456, 11249, 11582, 10324, 10660, 11512, 10221, 11866, 11195, 11319, 12239, 10529, 12607, 11522, 10193, 12014, 9729, 14196, 11027, 9718, 11567, 10166, 9635, 10647, 9745, 10970, 11528, 10766, 12738, 10069, 13159, 10696, 11116, 11691, 10427, 10892, 9760, 12345, 10380, 9498, 11019, 9287, 11193, 9880, 9892, 9746, 9474, 11504, 12646, 9388, 9622, 11390, 11046, 10887, 15483, 11417, 11177, 17448, 11499, 17605, 13451, 14584, 11015, 10874, 12669, 9990, 13602, 10698, 9774, 11848, 9683, 11816, 10577, 9626, 11053, 9645, 12711, 10738, 12244, 11606, 10649, 12323, 11166, 14434, 9523, 14676, 9963, 14995, 11368, 9477, 11389, 10383, 9986, 10319, 10686, 11053, 10530, 12040, 10502, 12885, 11462, 11072, 12028, 11936, 11774, 10993, 11347, 10657, 11310, 9401, 12105, 10475, 8866, 11556, 8950, 11271, 11748, 9122, 9164, 9965, 9680, 9267, 12492, 9329, 14699, 10148, 15250, 11399, 14726, 11113, 9459, 11293, 9571, 11253, 9372, 9553, 10821, 9228, 11334, 9552, 9671, 10603, 9652, 11779, 9608, 13693, 10717, 9674, 11008, 10644, 13893, 10141, 15344, 10949, 14460, 12724, 11485, 13080, 9961, 13312, 10583, 14943, 11340, 10403, 11367, 9703, 11287, 10688, 9531, 11071, 9679, 11361, 10667, 9011, 11228, 10269, 12989, 10536, 13612, 10899, 10099, 11116, 9606, 10001, 11974, 10019, 10565, 10840, 9694, 13732, 9135, 13478, 9825, 9607, 12099, 9146, 11938, 9658, 9178, 10856, 9151, 12709, 9873, 12512, 11149, 10957, 13472, 9540, 13618, 10499, 10835, 12146, 10201, 10841, 11296, 10093, 12324, 11523, 9833, 12209, 9840, 15157, 11966, 12628, 11548, 11195, 11914, 10512, 15014, 11821, 11255, 11475, 10607, 11572, 10853, 10227, 11420, 10135, 13638, 11135, 9860, 11775, 9776, 13114, 11369, 10945, 11507, 9957, 12705, 10849, 10184, 11638, 9178, 12441, 9732, 10745, 10185, 9362, 10160, 9639, 10009, 10502, 8574, 9338, 10478, 9471, 9417, 12215, 9812, 11805, 11798, 10226, 13967, 9055, 14680, 11719, 15198, 11755, 9930, 12143, 9506, 13219, 10175, 9173, 10686, 9634, 11810, 9886, 11269, 10464, 9994, 10814, 9817, 12203, 11096, 10187, 12294, 9275, 14263, 11627, 16774, 11396, 14707, 10813, 11415, 10978, 10135, 9763, 9235, 10912, 11798, 9212, 11520, 10560, 10063, 12130, 10794, 11634, 11939, 10658, 13052, 10464, 16054, 14089, 12152, 13747, 10563, 14136, 10938, 9396, 11547, 9539, 11493, 10724, 10275, 10697, 10472, 9386, 11711, 9791, 13036, 10239, 15430, 10906, 9511, 12552, 9208, 10117, 11214, 8852, 9780, 10730, 9337, 10487, 11452, 9662, 14308, 9348, 13521, 9753, 11780, 12297, 9295, 11296, 9712, 9033, 11766, 9350, 12600, 10057, 12008, 10801, 10323, 12197, 9150, 12628, 10324, 10003, 12410, 9491, 11528, 10441, 9668, 11692, 9490, 13924, 10286, 12795, 11397, 10726, 11925, 9621, 12903, 10510, 15004, 12350, 10199, 10463, 9616, 11051, 11696, 9222, 10835, 10681, 10278, 12250, 10485, 9153, 11883, 9912, 14582, 12359, 11046, 13413, 11208, 10852, 10569, 10075, 13564, 11582, 11473, 14431, 11955, 10061, 11757, 10226, 13692, 11584, 11719, 13469, 10975, 9280, 11589, 10358, 11551, 11858, 11651, 10885, 11314, 10518, 11300, 10428, 10674, 12056, 9329, 10880, 11813, 9258, 11283, 10954, 9758, 10009, 13035, 10880, 10785, 11564, 9755, 15080, 12234, 10310, 10520, 9377, 11547, 11395, 9190, 12919, 9980, 9133, 10840, 9168, 11779, 12139, 9154, 12395, 10642, 9565, 11819], 'WindowCenter': [4790.0, 4786.0, 4775.0, 4773.0, 4761.0, 4758.0, 4758.0, 4757.0, 4771.0, 4751.0, 4778.0, 4761.0, 4758.0, 4770.0, 4759.0, 4775.0, 4757.0, 4767.0, 4760.0, 4756.0, 4767.0, 4747.0, 4757.0, 4760.0, 4759.0, 4771.0, 4759.0, 4779.0, 4761.0, 4758.0, 4771.0, 4760.0, 4762.0, 4779.0, 4760.0, 4759.0, 4769.0, 4759.0, 4775.0, 4758.0, 4757.0, 4768.0, 4747.0, 4760.0, 4759.0, 4758.0, 4769.0, 4760.0, 4771.0, 4759.0, 4759.0, 4745.0, 4748.0, 4747.0, 4758.0, 4760.0, 4758.0, 4749.0, 4749.0, 4759.0, 4760.0, 4758.0, 4759.0, 4750.0, 4768.0, 4750.0, 4759.0, 4763.0, 4758.0, 4778.0, 4762.0, 4772.0, 4782.0, 4761.0, 4784.0, 4804.0, 4784.0, 4772.0, 4760.0, 4779.0, 4771.0, 4780.0, 4769.0, 4762.0, 4782.0, 4763.0, 4763.0, 4770.0, 4753.0, 4762.0, 4783.0, 4773.0, 4762.0, 4783.0, 4762.0, 4777.0, 4782.0, 4761.0, 4798.0, 4771.0, 4758.0, 4778.0, 4760.0, 4748.0, 4778.0, 4746.0, 4756.0, 4757.0, 4755.0, 4765.0, 4757.0, 4754.0, 4755.0, 4746.0, 4775.0, 4757.0, 4754.0, 4755.0, 4745.0, 4725.0, 4755.0, 4747.0, 4765.0, 4754.0, 4755.0, 4768.0, 4758.0, 4767.0, 4756.0, 4756.0, 4767.0, 4749.0, 4776.0, 4760.0, 4758.0, 4759.0, 4760.0, 4748.0, 4768.0, 4759.0, 4779.0, 4759.0, 4758.0, 4758.0, 4762.0, 4761.0, 4772.0, 4764.0, 4751.0, 4772.0, 4772.0, 4781.0, 4783.0, 4774.0, 4783.0, 4803.0, 4774.0, 4763.0, 4770.0, 4779.0, 4759.0, 4799.0, 4790.0, 4758.0, 4789.0, 4760.0, 4795.0, 4769.0, 4736.0, 4755.0, 4747.0, 4745.0, 4746.0, 4755.0, 4747.0, 4746.0, 4736.0, 4747.0, 4768.0, 4760.0, 4746.0, 4770.0, 4756.0, 4759.0, 4769.0, 4761.0, 4766.0, 4757.0, 4777.0, 4760.0, 4746.0, 4758.0, 4746.0, 4769.0, 4748.0, 4758.0, 4758.0, 4756.0, 4759.0, 4760.0, 4770.0, 4751.0, 4756.0, 4761.0, 4760.0, 4778.0, 4760.0, 4758.0, 4770.0, 4759.0, 4770.0, 4799.0, 4782.0, 4759.0, 4799.0, 4779.0, 4774.0, 4785.0, 4753.0, 4772.0, 4745.0, 4730.0, 4745.0, 4752.0, 4763.0, 4736.0, 4753.0, 4733.0, 4744.0, 4745.0, 4735.0, 4746.0, 4744.0, 4763.0, 4757.0, 4753.0, 4758.0, 4735.0, 4756.0, 4733.0, 4754.0, 4742.0, 4753.0, 4746.0, 4753.0, 4734.0, 4745.0, 4737.0, 4755.0, 4746.0, 4756.0, 4756.0, 4747.0, 4758.0, 4757.0, 4767.0, 4749.0, 4757.0, 4768.0, 4760.0, 4770.0, 4748.0, 4779.0, 4757.0, 4768.0, 4763.0, 4749.0, 4769.0, 4751.0, 4785.0, 4761.0, 4769.0, 4791.0, 4781.0, 4760.0, 4760.0, 4771.0, 4758.0, 4777.0, 4759.0, 4795.0, 4779.0, 4776.0, 4754.0, 4742.0, 4741.0, 4744.0, 4742.0, 4734.0, 4735.0, 4746.0, 4747.0, 4755.0, 4738.0, 4767.0, 4747.0, 4767.0, 4748.0, 4774.0, 4744.0, 4764.0, 4737.0, 4763.0, 4746.0, 4763.0, 4753.0, 4736.0, 4758.0, 4735.0, 4757.0, 4745.0, 4745.0, 4766.0, 4741.0, 4766.0, 4749.0, 4746.0, 4758.0, 4748.0, 4756.0, 4758.0, 4747.0, 4768.0, 4744.0, 4777.0, 4755.0, 4734.0, 4754.0, 4743.0, 4774.0, 4743.0, 4753.0, 4753.0, 4741.0, 4733.0, 4743.0, 4731.0, 4752.0, 4744.0, 4753.0, 4743.0, 4752.0, 4732.0, 4742.0, 4754.0, 4743.0, 4733.0, 4754.0, 4746.0, 4743.0, 4755.0, 4756.0, 4764.0, 4735.0, 4755.0, 4747.0, 4745.0, 4746.0, 4746.0, 4755.0, 4746.0, 4734.0, 4757.0, 4747.0, 4766.0, 4759.0, 4747.0, 4766.0, 4750.0, 4766.0, 4758.0, 4747.0, 4758.0, 4759.0, 4747.0, 4766.0, 4759.0, 4768.0, 4767.0, 4766.0, 4776.0, 4756.0, 4763.0, 4754.0, 4755.0, 4754.0, 4732.0, 4762.0, 4751.0, 4744.0, 4752.0, 4735.0, 4753.0, 4744.0, 4730.0, 4745.0, 4742.0, 4754.0, 4734.0, 4736.0, 4743.0, 4735.0, 4756.0, 4755.0, 4754.0, 4767.0, 4745.0, 4764.0, 4757.0, 4736.0, 4750.0, 4735.0, 4774.0, 4757.0, 4737.0, 4757.0, 4749.0, 4745.0, 4757.0, 4747.0, 4756.0, 4769.0, 4757.0, 4764.0, 4746.0, 4765.0, 4759.0, 4756.0, 4756.0, 4745.0, 4756.0, 4746.0, 4766.0, 4745.0, 4747.0, 4755.0, 4747.0, 4768.0, 4759.0, 4751.0, 4750.0, 4764.0, 4779.0, 4780.0, 4750.0, 4749.0, 4771.0, 4770.0, 4768.0, 4787.0, 4769.0, 4757.0, 4798.0, 4756.0, 4784.0, 4763.0, 4771.0, 4744.0, 4741.0, 4755.0, 4733.0, 4762.0, 4745.0, 4732.0, 4754.0, 4735.0, 4755.0, 4746.0, 4745.0, 4755.0, 4748.0, 4775.0, 4758.0, 4767.0, 4758.0, 4746.0, 4767.0, 4744.0, 4764.0, 4725.0, 4764.0, 4723.0, 4760.0, 4743.0, 4721.0, 4743.0, 4733.0, 4723.0, 4733.0, 4733.0, 4744.0, 4734.0, 4754.0, 4746.0, 4754.0, 4755.0, 4745.0, 4757.0, 4743.0, 4745.0, 4730.0, 4741.0, 4734.0, 4743.0, 4723.0, 4742.0, 4731.0, 4723.0, 4743.0, 4726.0, 4753.0, 4766.0, 4738.0, 4735.0, 4746.0, 4750.0, 4749.0, 4777.0, 4738.0, 4786.0, 4748.0, 4785.0, 4757.0, 4786.0, 4757.0, 4735.0, 4755.0, 4736.0, 4755.0, 4736.0, 4737.0, 4757.0, 4749.0, 4770.0, 4750.0, 4748.0, 4758.0, 4748.0, 4766.0, 4738.0, 4775.0, 4747.0, 4733.0, 4743.0, 4736.0, 4764.0, 4734.0, 4771.0, 4744.0, 4762.0, 4753.0, 4740.0, 4752.0, 4722.0, 4748.0, 4732.0, 4763.0, 4731.0, 4732.0, 4742.0, 4721.0, 4732.0, 4731.0, 4721.0, 4740.0, 4724.0, 4744.0, 4745.0, 4723.0, 4743.0, 4733.0, 4762.0, 4744.0, 4764.0, 4744.0, 4734.0, 4753.0, 4733.0, 4737.0, 4755.0, 4747.0, 4744.0, 4746.0, 4739.0, 4775.0, 4735.0, 4764.0, 4748.0, 4736.0, 4766.0, 4736.0, 4765.0, 4748.0, 4736.0, 4759.0, 4739.0, 4776.0, 4747.0, 4767.0, 4758.0, 4754.0, 4775.0, 4736.0, 4777.0, 4759.0, 4754.0, 4767.0, 4745.0, 4745.0, 4755.0, 4747.0, 4767.0, 4757.0, 4735.0, 4755.0, 4733.0, 4773.0, 4756.0, 4752.0, 4745.0, 4743.0, 4744.0, 4733.0, 4772.0, 4741.0, 4731.0, 4741.0, 4733.0, 4742.0, 4731.0, 4732.0, 4742.0, 4736.0, 4764.0, 4745.0, 4723.0, 4741.0, 4721.0, 4754.0, 4743.0, 4742.0, 4743.0, 4734.0, 4751.0, 4743.0, 4735.0, 4754.0, 4736.0, 4764.0, 4734.0, 4745.0, 4736.0, 4736.0, 4745.0, 4736.0, 4744.0, 4755.0, 4734.0, 4748.0, 4759.0, 4760.0, 4750.0, 4779.0, 4761.0, 4767.0, 4771.0, 4750.0, 4786.0, 4739.0, 4784.0, 4769.0, 4785.0, 4756.0, 4734.0, 4757.0, 4737.0, 4764.0, 4746.0, 4735.0, 4745.0, 4736.0, 4755.0, 4746.0, 4756.0, 4748.0, 4747.0, 4757.0, 4747.0, 4765.0, 4757.0, 4745.0, 4756.0, 4736.0, 4775.0, 4756.0, 4782.0, 4745.0, 4773.0, 4745.0, 4743.0, 4743.0, 4734.0, 4734.0, 4735.0, 4744.0, 4755.0, 4736.0, 4756.0, 4746.0, 4745.0, 4766.0, 4757.0, 4757.0, 4758.0, 4746.0, 4764.0, 4734.0, 4772.0, 4763.0, 4743.0, 4751.0, 4724.0, 4762.0, 4732.0, 4710.0, 4741.0, 4722.0, 4742.0, 4745.0, 4743.0, 4745.0, 4746.0, 4724.0, 4755.0, 4737.0, 4764.0, 4747.0, 4773.0, 4745.0, 4724.0, 4754.0, 4736.0, 4746.0, 4756.0, 4738.0, 4746.0, 4757.0, 4740.0, 4757.0, 4767.0, 4747.0, 4786.0, 4739.0, 4765.0, 4737.0, 4757.0, 4764.0, 4735.0, 4754.0, 4735.0, 4737.0, 4766.0, 4740.0, 4769.0, 4751.0, 4767.0, 4757.0, 4748.0, 4766.0, 4737.0, 4755.0, 4746.0, 4736.0, 4755.0, 4736.0, 4756.0, 4746.0, 4736.0, 4758.0, 4738.0, 4775.0, 4746.0, 4763.0, 4758.0, 4745.0, 4758.0, 4736.0, 4765.0, 4745.0, 4772.0, 4753.0, 4733.0, 4742.0, 4733.0, 4743.0, 4754.0, 4726.0, 4743.0, 4745.0, 4745.0, 4767.0, 4748.0, 4728.0, 4753.0, 4734.0, 4773.0, 4753.0, 4743.0, 4762.0, 4743.0, 4741.0, 4734.0, 4734.0, 4764.0, 4745.0, 4744.0, 4761.0, 4744.0, 4721.0, 4742.0, 4721.0, 4752.0, 4733.0, 4742.0, 4751.0, 4733.0, 4709.0, 4733.0, 4721.0, 4731.0, 4740.0, 4741.0, 4734.0, 4734.0, 4721.0, 4731.0, 4732.0, 4733.0, 4743.0, 4724.0, 4742.0, 4753.0, 4723.0, 4755.0, 4757.0, 4749.0, 4749.0, 4777.0, 4758.0, 4756.0, 4754.0, 4737.0, 4784.0, 4756.0, 4746.0, 4746.0, 4736.0, 4754.0, 4757.0, 4737.0, 4777.0, 4747.0, 4739.0, 4759.0, 4739.0, 4765.0, 4765.0, 4737.0, 4780.0, 4759.0, 4746.0, 4767.0], 'WindowWidth': [10455.0, 10441.0, 10421.0, 10413.0, 10394.0, 10385.0, 10387.0, 10385.0, 10404.0, 10376.0, 10411.0, 10391.0, 10385.0, 10402.0, 10384.0, 10404.0, 10380.0, 10394.0, 10387.0, 10379.0, 10395.0, 10368.0, 10382.0, 10389.0, 10387.0, 10405.0, 10388.0, 10414.0, 10394.0, 10387.0, 10406.0, 10390.0, 10394.0, 10416.0, 10391.0, 10386.0, 10401.0, 10386.0, 10406.0, 10384.0, 10380.0, 10396.0, 10368.0, 10387.0, 10387.0, 10384.0, 10400.0, 10389.0, 10402.0, 10385.0, 10382.0, 10361.0, 10367.0, 10364.0, 10380.0, 10385.0, 10383.0, 10370.0, 10371.0, 10385.0, 10390.0, 10384.0, 10385.0, 10373.0, 10398.0, 10377.0, 10386.0, 10393.0, 10387.0, 10415.0, 10394.0, 10407.0, 10423.0, 10397.0, 10429.0, 10456.0, 10427.0, 10409.0, 10391.0, 10416.0, 10407.0, 10418.0, 10402.0, 10394.0, 10421.0, 10399.0, 10395.0, 10404.0, 10385.0, 10395.0, 10425.0, 10413.0, 10394.0, 10424.0, 10395.0, 10411.0, 10422.0, 10391.0, 10441.0, 10403.0, 10382.0, 10408.0, 10387.0, 10368.0, 10407.0, 10363.0, 10376.0, 10376.0, 10374.0, 10387.0, 10379.0, 10370.0, 10372.0, 10359.0, 10398.0, 10376.0, 10368.0, 10372.0, 10357.0, 10331.0, 10373.0, 10366.0, 10387.0, 10372.0, 10373.0, 10394.0, 10383.0, 10392.0, 10378.0, 10375.0, 10391.0, 10372.0, 10406.0, 10387.0, 10381.0, 10384.0, 10389.0, 10370.0, 10398.0, 10386.0, 10412.0, 10388.0, 10387.0, 10385.0, 10394.0, 10394.0, 10408.0, 10401.0, 10381.0, 10408.0, 10409.0, 10421.0, 10426.0, 10417.0, 10427.0, 10453.0, 10413.0, 10396.0, 10402.0, 10414.0, 10386.0, 10440.0, 10427.0, 10381.0, 10423.0, 10385.0, 10430.0, 10397.0, 10346.0, 10371.0, 10362.0, 10356.0, 10361.0, 10372.0, 10363.0, 10361.0, 10349.0, 10369.0, 10398.0, 10389.0, 10365.0, 10400.0, 10378.0, 10386.0, 10397.0, 10388.0, 10390.0, 10381.0, 10407.0, 10388.0, 10363.0, 10383.0, 10364.0, 10398.0, 10369.0, 10381.0, 10383.0, 10380.0, 10387.0, 10387.0, 10400.0, 10375.0, 10380.0, 10392.0, 10389.0, 10412.0, 10388.0, 10385.0, 10402.0, 10388.0, 10403.0, 10442.0, 10421.0, 10385.0, 10438.0, 10410.0, 10399.0, 10416.0, 10366.0, 10392.0, 10356.0, 10332.0, 10357.0, 10362.0, 10379.0, 10343.0, 10364.0, 10336.0, 10352.0, 10356.0, 10345.0, 10362.0, 10359.0, 10381.0, 10376.0, 10366.0, 10378.0, 10344.0, 10374.0, 10339.0, 10367.0, 10350.0, 10366.0, 10360.0, 10368.0, 10343.0, 10358.0, 10351.0, 10373.0, 10365.0, 10377.0, 10378.0, 10366.0, 10381.0, 10383.0, 10395.0, 10374.0, 10382.0, 10398.0, 10389.0, 10403.0, 10371.0, 10412.0, 10382.0, 10396.0, 10395.0, 10372.0, 10399.0, 10377.0, 10418.0, 10392.0, 10404.0, 10435.0, 10422.0, 10390.0, 10390.0, 10404.0, 10384.0, 10407.0, 10384.0, 10429.0, 10411.0, 10401.0, 10370.0, 10351.0, 10349.0, 10353.0, 10349.0, 10342.0, 10344.0, 10362.0, 10365.0, 10377.0, 10355.0, 10393.0, 10369.0, 10393.0, 10368.0, 10397.0, 10360.0, 10383.0, 10352.0, 10380.0, 10362.0, 10381.0, 10368.0, 10348.0, 10378.0, 10345.0, 10378.0, 10362.0, 10363.0, 10390.0, 10361.0, 10390.0, 10373.0, 10364.0, 10383.0, 10367.0, 10379.0, 10383.0, 10365.0, 10396.0, 10359.0, 10405.0, 10372.0, 10342.0, 10369.0, 10351.0, 10395.0, 10353.0, 10366.0, 10364.0, 10348.0, 10338.0, 10351.0, 10334.0, 10364.0, 10353.0, 10364.0, 10351.0, 10362.0, 10336.0, 10349.0, 10368.0, 10355.0, 10342.0, 10370.0, 10362.0, 10356.0, 10377.0, 10377.0, 10385.0, 10346.0, 10374.0, 10364.0, 10359.0, 10362.0, 10361.0, 10374.0, 10364.0, 10345.0, 10379.0, 10368.0, 10391.0, 10385.0, 10367.0, 10393.0, 10375.0, 10393.0, 10384.0, 10367.0, 10384.0, 10387.0, 10369.0, 10394.0, 10387.0, 10396.0, 10396.0, 10391.0, 10406.0, 10376.0, 10383.0, 10369.0, 10371.0, 10370.0, 10337.0, 10378.0, 10362.0, 10353.0, 10365.0, 10343.0, 10364.0, 10354.0, 10333.0, 10355.0, 10349.0, 10369.0, 10342.0, 10346.0, 10353.0, 10345.0, 10375.0, 10373.0, 10370.0, 10390.0, 10360.0, 10384.0, 10378.0, 10347.0, 10362.0, 10343.0, 10395.0, 10377.0, 10352.0, 10379.0, 10369.0, 10363.0, 10379.0, 10367.0, 10379.0, 10399.0, 10379.0, 10386.0, 10364.0, 10387.0, 10383.0, 10375.0, 10376.0, 10360.0, 10374.0, 10364.0, 10392.0, 10363.0, 10365.0, 10375.0, 10367.0, 10397.0, 10387.0, 10375.0, 10376.0, 10401.0, 10413.0, 10417.0, 10376.0, 10375.0, 10406.0, 10403.0, 10398.0, 10423.0, 10398.0, 10378.0, 10440.0, 10374.0, 10413.0, 10383.0, 10389.0, 10356.0, 10348.0, 10371.0, 10338.0, 10377.0, 10357.0, 10339.0, 10370.0, 10344.0, 10373.0, 10361.0, 10361.0, 10376.0, 10368.0, 10404.0, 10382.0, 10390.0, 10382.0, 10360.0, 10389.0, 10354.0, 10382.0, 10327.0, 10379.0, 10324.0, 10371.0, 10351.0, 10319.0, 10349.0, 10337.0, 10324.0, 10338.0, 10339.0, 10355.0, 10340.0, 10369.0, 10359.0, 10368.0, 10372.0, 10356.0, 10376.0, 10351.0, 10354.0, 10329.0, 10346.0, 10340.0, 10353.0, 10325.0, 10348.0, 10334.0, 10325.0, 10351.0, 10332.0, 10371.0, 10390.0, 10355.0, 10350.0, 10365.0, 10374.0, 10373.0, 10409.0, 10354.0, 10417.0, 10368.0, 10414.0, 10380.0, 10417.0, 10376.0, 10345.0, 10373.0, 10348.0, 10371.0, 10349.0, 10351.0, 10378.0, 10370.0, 10399.0, 10375.0, 10369.0, 10382.0, 10367.0, 10391.0, 10354.0, 10402.0, 10365.0, 10341.0, 10354.0, 10346.0, 10382.0, 10342.0, 10389.0, 10354.0, 10377.0, 10364.0, 10343.0, 10362.0, 10319.0, 10352.0, 10334.0, 10376.0, 10333.0, 10331.0, 10347.0, 10317.0, 10333.0, 10332.0, 10319.0, 10345.0, 10328.0, 10353.0, 10357.0, 10327.0, 10355.0, 10340.0, 10378.0, 10356.0, 10381.0, 10354.0, 10342.0, 10368.0, 10344.0, 10350.0, 10373.0, 10365.0, 10357.0, 10362.0, 10355.0, 10401.0, 10347.0, 10383.0, 10366.0, 10349.0, 10390.0, 10349.0, 10389.0, 10368.0, 10350.0, 10384.0, 10356.0, 10403.0, 10367.0, 10391.0, 10383.0, 10372.0, 10401.0, 10348.0, 10403.0, 10384.0, 10372.0, 10390.0, 10361.0, 10359.0, 10373.0, 10365.0, 10391.0, 10379.0, 10346.0, 10372.0, 10339.0, 10394.0, 10374.0, 10363.0, 10355.0, 10352.0, 10353.0, 10337.0, 10391.0, 10347.0, 10332.0, 10345.0, 10335.0, 10348.0, 10334.0, 10334.0, 10349.0, 10343.0, 10380.0, 10356.0, 10324.0, 10348.0, 10320.0, 10366.0, 10351.0, 10350.0, 10352.0, 10341.0, 10364.0, 10354.0, 10344.0, 10368.0, 10347.0, 10385.0, 10345.0, 10359.0, 10346.0, 10348.0, 10361.0, 10349.0, 10357.0, 10376.0, 10348.0, 10371.0, 10387.0, 10390.0, 10376.0, 10415.0, 10393.0, 10395.0, 10403.0, 10372.0, 10417.0, 10357.0, 10414.0, 10397.0, 10414.0, 10375.0, 10342.0, 10376.0, 10349.0, 10384.0, 10362.0, 10345.0, 10359.0, 10350.0, 10374.0, 10363.0, 10375.0, 10366.0, 10363.0, 10377.0, 10366.0, 10387.0, 10379.0, 10359.0, 10375.0, 10349.0, 10401.0, 10375.0, 10404.0, 10357.0, 10392.0, 10358.0, 10352.0, 10352.0, 10341.0, 10341.0, 10347.0, 10357.0, 10374.0, 10348.0, 10376.0, 10364.0, 10361.0, 10391.0, 10380.0, 10377.0, 10380.0, 10361.0, 10382.0, 10342.0, 10392.0, 10380.0, 10350.0, 10360.0, 10324.0, 10373.0, 10335.0, 10304.0, 10346.0, 10322.0, 10350.0, 10357.0, 10354.0, 10359.0, 10362.0, 10330.0, 10373.0, 10350.0, 10384.0, 10363.0, 10396.0, 10358.0, 10326.0, 10368.0, 10348.0, 10362.0, 10376.0, 10357.0, 10365.0, 10379.0, 10359.0, 10380.0, 10394.0, 10367.0, 10418.0, 10355.0, 10386.0, 10351.0, 10377.0, 10386.0, 10346.0, 10370.0, 10347.0, 10352.0, 10391.0, 10359.0, 10397.0, 10374.0, 10391.0, 10380.0, 10366.0, 10389.0, 10350.0, 10371.0, 10361.0, 10346.0, 10372.0, 10348.0, 10374.0, 10361.0, 10348.0, 10380.0, 10352.0, 10400.0, 10363.0, 10382.0, 10379.0, 10358.0, 10377.0, 10345.0, 10384.0, 10359.0, 10392.0, 10367.0, 10338.0, 10349.0, 10341.0, 10352.0, 10369.0, 10331.0, 10353.0, 10360.0, 10359.0, 10390.0, 10367.0, 10337.0, 10368.0, 10344.0, 10396.0, 10367.0, 10353.0, 10377.0, 10351.0, 10348.0, 10340.0, 10341.0, 10380.0, 10358.0, 10354.0, 10374.0, 10354.0, 10318.0, 10346.0, 10318.0, 10360.0, 10335.0, 10345.0, 10357.0, 10333.0, 10299.0, 10333.0, 10318.0, 10330.0, 10343.0, 10343.0, 10336.0, 10338.0, 10316.0, 10330.0, 10334.0, 10336.0, 10350.0, 10327.0, 10351.0, 10365.0, 10328.0, 10374.0, 10379.0, 10372.0, 10371.0, 10408.0, 10382.0, 10377.0, 10372.0, 10351.0, 10412.0, 10375.0, 10361.0, 10360.0, 10349.0, 10374.0, 10379.0, 10354.0, 10406.0, 10368.0, 10357.0, 10383.0, 10357.0, 10389.0, 10390.0, 10352.0, 10413.0, 10385.0, 10366.0, 10394.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.0002203793103448276</td></tr>
<tr><td colspan=3>aqi</td><td>0.017187141494252874</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.0575555466168</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1593386971001145</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9727296150978146</td></tr>
<tr><td colspan=3>efc</td><td>0.4727</td></tr>
<tr><td colspan=3>fber</td><td>6880.5737</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06790155816804593</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22988505747126436</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.354154328779979</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2842963091744957</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6251889374106185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1529777397548227</td></tr>
<tr><td colspan=3>gcor</td><td>0.011807</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02113046497106552</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03233714401721954</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.865052098364724</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>30.6206</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3193</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.3381</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301345.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1043.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.2152</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2729</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.9028</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3940.4053</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1077.8567</td></tr>
<tr><td colspan=3>tsnr</td><td>43.429735077079386</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>