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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0035_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0035_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0035/ses-01/func/sub-0035_ses-01_task-social_acq-mb8_run-05_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>c61b94691d5a0b77ed98f597c95dee73</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:41:50.575000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992535, -0.0377726, 0.115967, 0.027724, 0.995816, 0.0870721]</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-05_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.116963</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4178, -7726, -7182, 524, -26, -87, 41, 24]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.7</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f75e1ec9-d709-4cb5-beeb-836538509884||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.662897825241089, 0.07438157498836517, 0.3206802308559418, 102.71904754638672], [0.10134104639291763, 2.6717019081115723, 0.2246589958667755, -94.86126708984375], [0.311130166053772, -0.2336081564426422, 2.6714589595794678, -36.80232620239258], [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': ['174150.575000', '174151.035000', '174151.495000', '174151.955000', '174152.415000', '174152.875000', '174153.335000', '174153.795000', '174154.255000', '174154.715000', '174155.175000', '174155.635000', '174156.095000', '174156.555000', '174157.015000', '174157.475000', '174157.935000', '174158.395000', '174158.855000', '174159.315000', '174159.775000', '174200.235000', '174200.695000', '174201.155000', '174201.615000', '174202.075000', '174202.535000', '174202.995000', '174203.455000', '174203.915000', '174204.375000', '174204.835000', '174205.295000', '174205.755000', '174206.215000', '174206.675000', '174207.135000', '174207.595000', '174208.055000', '174208.515000', '174208.975000', '174209.435000', '174209.895000', '174210.355000', '174210.815000', '174211.275000', '174211.735000', '174212.195000', '174212.655000', '174213.115000', '174213.575000', '174214.035000', '174214.495000', '174214.955000', '174215.415000', '174215.875000', '174216.335000', '174216.795000', '174217.255000', '174217.715000', '174218.175000', '174218.635000', '174219.095000', '174219.555000', '174220.015000', '174220.475000', '174220.935000', '174221.395000', '174221.855000', '174222.315000', '174222.775000', '174223.235000', '174223.695000', '174224.155000', '174224.615000', '174225.075000', '174225.535000', '174225.995000', '174226.455000', '174226.915000', '174227.375000', '174227.835000', '174228.295000', '174228.755000', '174229.215000', '174229.675000', '174230.135000', '174230.595000', '174231.055000', '174231.515000', '174231.975000', '174232.435000', '174232.895000', '174233.355000', '174233.815000', '174234.275000', '174234.735000', '174235.195000', '174235.655000', '174236.115000', '174236.575000', '174237.035000', '174237.495000', '174237.955000', '174238.415000', '174238.875000', '174239.335000', '174239.795000', '174240.255000', '174240.715000', '174241.175000', '174241.635000', '174242.095000', '174242.555000', '174243.015000', '174243.475000', '174243.935000', '174244.395000', '174244.855000', '174245.315000', '174245.775000', '174246.235000', '174246.695000', '174247.155000', '174247.615000', '174248.075000', '174248.535000', '174248.995000', '174249.455000', '174249.915000', '174250.375000', '174250.835000', '174251.295000', '174251.755000', '174252.215000', '174252.675000', '174253.135000', '174253.595000', '174254.055000', '174254.515000', '174254.975000', '174255.435000', '174255.895000', '174256.355000', '174256.815000', '174257.275000', '174257.735000', '174258.195000', '174258.655000', '174259.115000', '174259.575000', '174300.035000', '174300.495000', '174300.955000', '174301.415000', '174301.875000', '174302.335000', '174302.795000', '174303.255000', '174303.715000', '174304.175000', '174304.635000', '174305.095000', '174305.555000', '174306.015000', '174306.475000', '174306.935000', '174307.395000', '174307.855000', '174308.315000', '174308.775000', '174309.235000', '174309.695000', '174310.155000', '174310.615000', '174311.075000', '174311.535000', '174311.995000', '174312.455000', '174312.915000', '174313.375000', '174313.835000', '174314.295000', '174314.755000', '174315.215000', '174315.675000', '174316.135000', '174316.595000', '174317.055000', '174317.515000', '174317.975000', '174318.435000', '174318.895000', '174319.355000', '174319.815000', '174320.275000', '174320.735000', '174321.195000', '174321.655000', '174322.115000', '174322.575000', '174323.035000', '174323.495000', '174323.955000', '174324.415000', '174324.875000', '174325.335000', '174325.795000', '174326.255000', '174326.715000', '174327.175000', '174327.635000', '174328.095000', '174328.555000', '174329.015000', '174329.475000', '174329.935000', '174330.395000', '174330.855000', '174331.315000', '174331.775000', '174332.235000', '174332.695000', '174333.155000', '174333.615000', '174334.075000', '174334.535000', '174334.995000', '174335.455000', '174335.915000', '174336.375000', '174336.835000', '174337.295000', '174337.755000', '174338.215000', '174338.675000', '174339.135000', '174339.595000', '174340.055000', '174340.515000', '174340.975000', '174341.435000', '174341.895000', '174342.355000', '174342.815000', '174343.275000', '174343.735000', '174344.195000', '174344.655000', '174345.115000', '174345.575000', '174346.035000', '174346.495000', '174346.955000', '174347.415000', '174347.875000', '174348.335000', '174348.795000', '174349.255000', '174349.715000', '174350.175000', '174350.635000', '174351.095000', '174351.555000', '174352.015000', '174352.475000', '174352.935000', '174353.395000', '174353.855000', '174354.315000', '174354.775000', '174355.235000', '174355.695000', '174356.155000', '174356.615000', '174357.075000', '174357.535000', '174357.995000', '174358.455000', '174358.915000', '174359.375000', '174359.835000', '174400.295000', '174400.755000', '174401.215000', '174401.675000', '174402.135000', '174402.595000', '174403.055000', '174403.515000', '174403.975000', '174404.435000', '174404.895000', '174405.355000', '174405.815000', '174406.275000', '174406.735000', '174407.195000', '174407.655000', '174408.115000', '174408.575000', '174409.035000', '174409.495000', '174409.955000', '174410.415000', '174410.875000', '174411.335000', '174411.795000', '174412.255000', '174412.715000', '174413.175000', '174413.635000', '174414.095000', '174414.555000', '174415.015000', '174415.475000', '174415.935000', '174416.395000', '174416.855000', '174417.315000', '174417.775000', '174418.235000', '174418.695000', '174419.155000', '174419.615000', '174420.075000', '174420.535000', '174420.995000', '174421.455000', '174421.915000', '174422.375000', '174422.835000', '174423.295000', '174423.755000', '174424.215000', '174424.675000', '174425.135000', '174425.595000', '174426.055000', '174426.515000', '174426.975000', '174427.435000', '174427.895000', '174428.355000', '174428.815000', '174429.275000', '174429.735000', '174430.195000', '174430.655000', '174431.115000', '174431.575000', '174432.035000', '174432.495000', '174432.955000', '174433.415000', '174433.875000', '174434.335000', '174434.795000', '174435.255000', '174435.715000', '174436.175000', '174436.635000', '174437.095000', '174437.555000', '174438.015000', '174438.475000', '174438.935000', '174439.395000', '174439.855000', '174440.315000', '174440.775000', '174441.235000', '174441.695000', '174442.155000', '174442.615000', '174443.075000', '174443.535000', '174443.995000', '174444.455000', '174444.915000', '174445.375000', '174445.835000', '174446.295000', '174446.755000', '174447.215000', '174447.675000', '174448.135000', '174448.595000', '174449.055000', '174449.515000', '174449.975000', '174450.435000', '174450.895000', '174451.355000', '174451.815000', '174452.275000', '174452.735000', '174453.195000', '174453.655000', '174454.115000', '174454.575000', '174455.035000', '174455.495000', '174455.955000', '174456.415000', '174456.875000', '174457.335000', '174457.795000', '174458.255000', '174458.715000', '174459.175000', '174459.635000', '174500.095000', '174500.555000', '174501.015000', '174501.475000', '174501.935000', '174502.395000', '174502.855000', '174503.315000', '174503.775000', '174504.235000', '174504.695000', '174505.155000', '174505.615000', '174506.075000', '174506.535000', '174506.995000', '174507.455000', '174507.915000', '174508.375000', '174508.835000', '174509.295000', '174509.755000', '174510.215000', '174510.675000', '174511.135000', '174511.595000', '174512.055000', '174512.515000', '174512.975000', '174513.435000', '174513.895000', '174514.355000', '174514.815000', '174515.275000', '174515.735000', '174516.195000', '174516.655000', '174517.115000', '174517.575000', '174518.035000', '174518.495000', '174518.955000', '174519.415000', '174519.875000', '174520.335000', '174520.795000', '174521.255000', '174521.715000', '174522.175000', '174522.635000', '174523.095000', '174523.555000', '174524.015000', '174524.475000', '174524.935000', '174525.395000', '174525.855000', '174526.315000', '174526.775000', '174527.235000', '174527.695000', '174528.155000', '174528.615000', '174529.075000', '174529.535000', '174529.995000', '174530.455000', '174530.915000', '174531.375000', '174531.835000', '174532.295000', '174532.755000', '174533.215000', '174533.675000', '174534.135000', '174534.595000', '174535.055000', '174535.515000', '174535.975000', '174536.435000', '174536.895000', '174537.355000', '174537.815000', '174538.275000', '174538.735000', '174539.195000', '174539.655000', '174540.115000', '174540.575000', '174541.035000', '174541.495000', '174541.955000', '174542.415000', '174542.875000', '174543.335000', '174543.795000', '174544.255000', '174544.715000', '174545.175000', '174545.635000', '174546.095000', '174546.555000', '174547.015000', '174547.475000', '174547.935000', '174548.395000', '174548.855000', '174549.315000', '174549.775000', '174550.235000', '174550.695000', '174551.155000', '174551.615000', '174552.075000', '174552.535000', '174552.995000', '174553.455000', '174553.915000', '174554.375000', '174554.835000', '174555.295000', '174555.755000', '174556.215000', '174556.675000', '174557.135000', '174557.595000', '174558.055000', '174558.515000', '174558.975000', '174559.435000', '174559.895000', '174600.355000', '174600.815000', '174601.275000', '174601.735000', '174602.195000', '174602.655000', '174603.115000', '174603.575000', '174604.035000', '174604.495000', '174604.955000', '174605.415000', '174605.875000', '174606.335000', '174606.795000', '174607.255000', '174607.715000', '174608.175000', '174608.635000', '174609.095000', '174609.555000', '174610.015000', '174610.475000', '174610.935000', '174611.395000', '174611.855000', '174612.315000', '174612.775000', '174613.235000', '174613.695000', '174614.155000', '174614.615000', '174615.075000', '174615.535000', '174615.995000', '174616.455000', '174616.915000', '174617.375000', '174617.835000', '174618.295000', '174618.755000', '174619.215000', '174619.675000', '174620.135000', '174620.595000', '174621.055000', '174621.515000', '174621.975000', '174622.435000', '174622.895000', '174623.355000', '174623.815000', '174624.275000', '174624.735000', '174625.195000', '174625.655000', '174626.115000', '174626.575000', '174627.035000', '174627.495000', '174627.955000', '174628.415000', '174628.875000', '174629.335000', '174629.795000', '174630.255000', '174630.715000', '174631.175000', '174631.635000', '174632.095000', '174632.555000', '174633.015000', '174633.475000', '174633.935000', '174634.395000', '174634.855000', '174635.315000', '174635.775000', '174636.235000', '174636.695000', '174637.155000', '174637.615000', '174638.075000', '174638.535000', '174638.995000', '174639.455000', '174639.915000', '174640.375000', '174640.835000', '174641.295000', '174641.755000', '174642.215000', '174642.675000', '174643.135000', '174643.595000', '174644.055000', '174644.515000', '174644.975000', '174645.435000', '174645.895000', '174646.355000', '174646.815000', '174647.275000', '174647.735000', '174648.195000', '174648.655000', '174649.115000', '174649.575000', '174650.035000', '174650.495000', '174650.955000', '174651.415000', '174651.875000', '174652.335000', '174652.795000', '174653.255000', '174653.715000', '174654.175000', '174654.635000', '174655.095000', '174655.555000', '174656.015000', '174656.475000', '174656.935000', '174657.395000', '174657.855000', '174658.315000', '174658.775000', '174659.235000', '174659.695000', '174700.155000', '174700.615000', '174701.075000', '174701.535000', '174701.995000', '174702.455000', '174702.915000', '174703.375000', '174703.835000', '174704.295000', '174704.755000', '174705.215000', '174705.675000', '174706.135000', '174706.595000', '174707.055000', '174707.515000', '174707.975000', '174708.435000', '174708.895000', '174709.355000', '174709.815000', '174710.275000', '174710.735000', '174711.195000', '174711.655000', '174712.115000', '174712.575000', '174713.035000', '174713.495000', '174713.955000', '174714.415000', '174714.875000', '174715.335000', '174715.795000', '174716.255000', '174716.715000', '174717.175000', '174717.635000', '174718.095000', '174718.555000', '174719.015000', '174719.475000', '174719.935000', '174720.395000', '174720.855000', '174721.315000', '174721.775000', '174722.235000', '174722.695000', '174723.155000', '174723.615000', '174724.075000', '174724.535000', '174724.995000', '174725.455000', '174725.915000', '174726.375000', '174726.835000', '174727.295000', '174727.755000', '174728.215000', '174728.675000', '174729.135000', '174729.595000', '174730.055000', '174730.515000', '174730.975000', '174731.435000', '174731.895000', '174732.355000', '174732.815000', '174733.275000', '174733.735000', '174734.195000', '174734.655000', '174735.115000', '174735.575000', '174736.035000', '174736.495000', '174736.955000', '174737.415000', '174737.875000', '174738.335000', '174738.795000', '174739.255000', '174739.715000', '174740.175000', '174740.635000', '174741.095000', '174741.555000', '174742.015000', '174742.475000', '174742.935000', '174743.395000', '174743.855000', '174744.315000', '174744.775000', '174745.235000', '174745.695000', '174746.155000', '174746.615000', '174747.075000', '174747.535000', '174747.995000', '174748.455000', '174748.915000', '174749.375000', '174749.835000', '174750.295000', '174750.755000', '174751.215000', '174751.675000', '174752.135000', '174752.595000', '174753.055000', '174753.515000', '174753.975000', '174754.435000', '174754.895000', '174755.355000', '174755.815000', '174756.275000', '174756.735000', '174757.195000', '174757.655000', '174758.115000', '174758.575000', '174759.035000', '174759.495000', '174759.955000', '174800.415000', '174800.875000', '174801.335000', '174801.795000', '174802.255000', '174802.715000', '174803.175000', '174803.635000', '174804.095000', '174804.555000', '174805.015000', '174805.475000', '174805.935000', '174806.395000', '174806.855000', '174807.315000', '174807.775000', '174808.235000', '174808.695000', '174809.155000', '174809.615000', '174810.075000', '174810.535000', '174810.995000', '174811.455000', '174811.915000', '174812.375000', '174812.835000', '174813.295000', '174813.755000', '174814.215000', '174814.675000', '174815.135000', '174815.595000', '174816.055000', '174816.515000', '174816.975000', '174817.435000', '174817.895000', '174818.355000', '174818.815000', '174819.275000', '174819.735000', '174820.195000', '174820.655000', '174821.115000', '174821.575000', '174822.035000', '174822.495000', '174822.955000', '174823.415000', '174823.875000', '174824.335000', '174824.795000', '174825.255000', '174825.715000', '174826.175000', '174826.635000', '174827.095000', '174827.555000', '174828.015000', '174828.475000', '174828.935000', '174829.395000', '174829.855000', '174830.315000', '174830.775000', '174831.235000'], 'ContentTime': ['174217.676000', '174217.679000', '174217.682000', '174217.685000', '174217.688000', '174217.690000', '174217.693000', '174217.696000', '174217.699000', '174217.702000', '174217.704000', '174217.707000', '174217.710000', '174217.713000', '174217.715000', '174217.718000', '174217.721000', '174217.724000', '174217.727000', '174217.730000', '174217.733000', '174217.736000', '174217.739000', '174217.742000', '174217.745000', '174217.747000', '174217.750000', '174217.753000', '174217.756000', '174217.759000', '174217.761000', '174217.764000', '174217.767000', '174217.770000', '174217.772000', '174217.775000', '174217.778000', '174217.781000', '174217.784000', '174217.786000', '174217.789000', '174217.792000', '174217.795000', '174217.798000', '174217.800000', '174217.803000', '174217.806000', '174217.809000', '174217.811000', '174217.814000', '174217.817000', '174217.820000', '174217.822000', '174217.825000', '174217.828000', '174217.831000', '174217.834000', '174217.836000', '174237.637000', '174237.640000', '174237.643000', '174237.645000', '174237.648000', '174237.651000', '174237.654000', '174237.657000', '174237.659000', '174237.662000', '174237.665000', '174237.668000', '174237.676000', '174237.679000', '174237.682000', '174237.685000', '174237.688000', '174237.690000', '174237.693000', '174237.696000', '174237.699000', '174237.701000', '174237.704000', '174237.707000', '174237.711000', '174237.714000', '174237.727000', '174237.730000', '174237.733000', '174237.735000', '174237.738000', '174237.741000', '174237.744000', '174237.747000', '174237.750000', '174237.752000', '174237.755000', '174237.758000', '174237.761000', '174237.764000', '174237.766000', '174237.769000', '174237.772000', '174257.637000', '174257.640000', '174257.643000', '174257.645000', '174257.654000', '174257.657000', '174257.660000', '174257.663000', '174257.665000', '174257.668000', '174257.671000', '174257.674000', '174257.677000', '174257.680000', '174257.682000', '174257.685000', '174257.688000', '174257.691000', '174257.694000', '174257.696000', '174257.699000', '174257.702000', '174257.705000', '174257.708000', '174257.711000', '174257.713000', '174257.716000', '174257.719000', '174257.722000', '174257.725000', '174257.727000', '174257.730000', '174257.733000', '174257.736000', '174257.739000', '174257.742000', '174257.745000', '174257.747000', '174257.750000', '174257.753000', '174257.756000', '174257.759000', '174257.762000', '174257.765000', '174317.637000', '174317.640000', '174317.643000', '174317.645000', '174317.648000', '174317.651000', '174317.654000', '174317.657000', '174317.660000', '174317.662000', '174317.665000', '174317.668000', '174317.671000', '174317.674000', '174317.676000', '174317.679000', '174317.682000', '174317.685000', '174317.688000', '174317.691000', '174317.694000', '174317.697000', '174317.700000', '174317.702000', '174317.705000', '174317.708000', '174317.711000', '174317.714000', '174317.717000', '174317.719000', '174317.722000', '174317.725000', '174317.728000', '174317.730000', '174317.733000', '174317.736000', '174317.739000', '174317.742000', '174317.745000', '174317.748000', '174317.751000', '174317.754000', '174317.756000', '174337.637000', '174337.640000', '174337.643000', '174337.645000', '174337.648000', '174337.651000', '174337.654000', '174337.657000', '174337.660000', '174337.663000', '174337.665000', '174337.668000', '174337.671000', '174337.674000', '174337.676000', '174337.679000', '174337.682000', '174337.685000', '174337.688000', '174337.690000', '174337.693000', '174337.696000', '174337.699000', '174337.702000', '174337.705000', '174337.707000', '174337.710000', '174337.713000', '174337.716000', '174337.719000', '174337.721000', '174337.725000', '174337.728000', '174337.731000', '174337.734000', '174337.736000', '174337.739000', '174337.742000', '174337.745000', '174337.748000', '174337.750000', '174337.753000', '174337.756000', '174337.759000', '174357.637000', '174357.640000', '174357.643000', '174357.646000', '174357.649000', '174357.651000', '174357.654000', '174357.657000', '174357.667000', '174357.670000', '174357.672000', '174357.675000', '174357.678000', '174357.681000', '174357.684000', '174357.686000', '174357.689000', '174357.692000', '174357.695000', '174357.698000', '174357.700000', '174357.703000', '174357.706000', '174357.709000', '174357.712000', '174357.715000', '174357.717000', '174357.720000', '174357.723000', '174357.726000', '174357.729000', '174357.731000', '174357.734000', '174357.737000', '174357.740000', '174357.743000', '174357.746000', '174357.748000', '174357.751000', '174357.754000', '174357.757000', '174357.760000', '174357.763000', '174417.638000', '174417.641000', '174417.644000', '174417.646000', '174417.649000', '174417.652000', '174417.655000', '174417.658000', '174417.660000', '174417.663000', '174417.666000', '174417.669000', '174417.672000', '174417.674000', '174417.677000', '174417.680000', '174417.683000', '174417.686000', '174417.688000', '174417.691000', '174417.694000', '174417.697000', '174417.705000', '174417.708000', '174417.711000', '174417.714000', '174417.716000', '174417.719000', '174417.722000', '174417.725000', '174417.728000', '174417.730000', '174417.733000', '174417.736000', '174417.739000', '174417.742000', '174417.744000', '174417.747000', '174417.750000', '174417.753000', '174417.756000', '174417.759000', '174417.761000', '174417.764000', '174437.637000', '174437.640000', '174437.643000', '174437.645000', '174437.648000', '174437.658000', '174437.660000', '174437.663000', '174437.666000', '174437.669000', '174437.672000', '174437.675000', '174437.677000', '174437.680000', '174437.683000', '174437.686000', '174437.689000', '174437.691000', '174437.694000', '174437.697000', '174437.700000', '174437.703000', '174437.706000', '174437.708000', '174437.711000', '174437.714000', '174437.717000', '174437.720000', '174437.722000', '174437.726000', '174437.729000', '174437.732000', '174437.735000', '174437.738000', '174437.741000', '174437.744000', '174437.747000', '174437.750000', '174437.753000', '174437.756000', '174437.759000', '174437.762000', '174437.764000', '174457.637000', '174457.640000', '174457.643000', '174457.645000', '174457.648000', '174457.651000', '174457.654000', '174457.657000', '174457.659000', '174457.662000', '174457.665000', '174457.668000', '174457.671000', '174457.674000', '174457.676000', '174457.679000', '174457.682000', '174457.685000', '174457.688000', '174457.691000', '174457.694000', '174457.696000', '174457.699000', '174457.702000', '174457.705000', '174457.708000', '174457.711000', '174457.713000', '174457.716000', '174457.719000', '174457.722000', '174457.724000', '174457.727000', '174457.730000', '174457.733000', '174457.736000', '174457.739000', '174457.741000', '174457.744000', '174457.747000', '174457.750000', '174457.753000', '174457.755000', '174457.758000', '174517.637000', '174517.640000', '174517.643000', '174517.645000', '174517.648000', '174517.651000', '174517.654000', '174517.657000', '174517.659000', '174517.662000', '174517.665000', '174517.668000', '174517.671000', '174517.673000', '174517.676000', '174517.679000', '174517.682000', '174517.685000', '174517.687000', '174517.690000', '174517.693000', '174517.696000', '174517.699000', '174517.702000', '174517.704000', '174517.707000', '174517.710000', '174517.713000', '174517.716000', '174517.718000', '174517.721000', '174517.724000', '174517.727000', '174517.730000', '174517.732000', '174517.735000', '174517.738000', '174517.741000', '174517.744000', '174517.746000', '174517.749000', '174517.752000', '174517.755000', '174537.637000', '174537.640000', '174537.643000', '174537.645000', '174537.648000', '174537.651000', '174537.654000', '174537.657000', '174537.659000', '174537.662000', '174537.665000', '174537.668000', '174537.670000', '174537.673000', '174537.676000', '174537.679000', '174537.681000', '174537.684000', '174537.687000', '174537.690000', '174537.693000', '174537.696000', '174537.698000', '174537.701000', '174537.704000', '174537.707000', '174537.710000', '174537.713000', '174537.715000', '174537.718000', '174537.721000', '174537.724000', '174537.727000', '174537.729000', '174537.732000', '174537.735000', '174537.738000', '174537.741000', '174537.743000', '174537.746000', '174537.749000', '174537.752000', '174537.755000', '174537.758000', '174557.637000', '174557.640000', '174557.643000', '174557.656000', '174557.658000', '174557.661000', '174557.665000', '174557.667000', '174557.670000', '174557.673000', '174557.676000', '174557.679000', '174557.681000', '174557.684000', '174557.687000', '174557.690000', '174557.693000', '174557.696000', '174557.698000', '174557.701000', '174557.704000', '174557.707000', '174557.710000', '174557.712000', '174557.715000', '174557.718000', '174557.721000', '174557.724000', '174557.727000', '174557.729000', '174557.732000', '174557.735000', '174557.738000', '174557.741000', '174557.743000', '174557.746000', '174557.749000', '174557.752000', '174557.755000', '174557.757000', '174557.760000', '174557.765000', '174557.768000', '174617.637000', '174617.640000', '174617.643000', '174617.645000', '174617.648000', '174617.651000', '174617.654000', '174617.657000', '174617.659000', '174617.662000', '174617.665000', '174617.668000', '174617.671000', '174617.673000', '174617.676000', '174617.679000', '174617.682000', '174617.685000', '174617.687000', '174617.690000', '174617.693000', '174617.696000', '174617.699000', '174617.702000', '174617.704000', '174617.707000', '174617.710000', '174617.713000', '174617.716000', '174617.718000', '174617.721000', '174617.724000', '174617.727000', '174617.730000', '174617.733000', '174617.735000', '174617.738000', '174617.741000', '174617.744000', '174617.747000', '174617.756000', '174617.758000', '174617.761000', '174617.764000', '174637.638000', '174637.641000', '174637.644000', '174637.647000', '174637.649000', '174637.652000', '174637.655000', '174637.658000', '174637.661000', '174637.663000', '174637.666000', '174637.669000', '174637.672000', '174637.675000', '174637.677000', '174637.680000', '174637.683000', '174637.686000', '174637.689000', '174637.691000', '174637.694000', '174637.697000', '174637.700000', '174637.703000', '174637.706000', '174637.708000', '174637.711000', '174637.714000', '174637.717000', '174637.720000', '174637.723000', '174637.726000', '174637.728000', '174637.731000', '174637.734000', '174637.737000', '174637.740000', '174637.743000', '174637.746000', '174637.748000', '174637.751000', '174637.754000', '174637.757000', '174657.637000', '174657.640000', '174657.643000', '174657.646000', '174657.649000', '174657.652000', '174657.655000', '174657.658000', '174657.661000', '174657.664000', '174657.666000', '174657.669000', '174657.672000', '174657.675000', '174657.678000', '174657.681000', '174657.684000', '174657.687000', '174657.689000', '174657.692000', '174657.695000', '174657.698000', '174657.701000', '174657.704000', '174657.706000', '174657.709000', '174657.712000', '174657.715000', '174657.718000', '174657.721000', '174657.724000', '174657.726000', '174657.729000', '174657.732000', '174657.735000', '174657.738000', '174657.741000', '174657.743000', '174657.746000', '174657.749000', '174657.752000', '174657.755000', '174657.758000', '174717.637000', '174717.640000', '174717.643000', '174717.646000', '174717.649000', '174717.652000', '174717.655000', '174717.657000', '174717.660000', '174717.663000', '174717.666000', '174717.669000', '174717.671000', '174717.674000', '174717.677000', '174717.680000', '174717.683000', '174717.686000', '174717.688000', '174717.691000', '174717.694000', '174717.697000', '174717.700000', '174717.702000', '174717.705000', '174717.708000', '174717.711000', '174717.714000', '174717.717000', '174717.727000', '174717.730000', '174717.733000', '174717.736000', '174717.739000', '174717.741000', '174717.744000', '174717.747000', '174717.750000', '174717.752000', '174717.755000', '174717.758000', '174717.761000', '174717.764000', '174717.767000', '174737.637000', '174737.640000', '174737.643000', '174737.646000', '174737.649000', '174737.651000', '174737.654000', '174737.657000', '174737.660000', '174737.663000', '174737.666000', '174737.668000', '174737.671000', '174737.674000', '174737.677000', '174737.680000', '174737.683000', '174737.686000', '174737.688000', '174737.691000', '174737.694000', '174737.697000', '174737.700000', '174737.702000', '174737.705000', '174737.708000', '174737.711000', '174737.714000', '174737.717000', '174737.719000', '174737.722000', '174737.725000', '174737.728000', '174737.731000', '174737.733000', '174737.736000', '174737.739000', '174737.742000', '174737.745000', '174737.747000', '174737.750000', '174737.755000', '174737.758000', '174757.637000', '174757.640000', '174757.643000', '174757.646000', '174757.648000', '174757.651000', '174757.654000', '174757.657000', '174757.660000', '174757.662000', '174757.665000', '174757.668000', '174757.671000', '174757.674000', '174757.676000', '174757.679000', '174757.682000', '174757.685000', '174757.688000', '174757.690000', '174757.693000', '174757.696000', '174757.699000', '174757.702000', '174757.704000', '174757.707000', '174757.710000', '174757.713000', '174757.716000', '174757.719000', '174757.721000', '174757.724000', '174757.727000', '174757.730000', '174757.733000', '174757.735000', '174757.738000', '174757.741000', '174757.744000', '174757.747000', '174757.749000', '174757.752000', '174757.755000', '174757.758000', '174817.637000', '174817.640000', '174817.643000', '174817.646000', '174817.648000', '174817.651000', '174817.654000', '174817.657000', '174817.660000', '174817.663000', '174817.666000', '174817.669000', '174817.672000', '174817.675000', '174817.678000', '174817.680000', '174817.683000', '174817.686000', '174817.689000', '174817.692000', '174817.694000', '174817.697000', '174817.700000', '174817.703000', '174817.706000', '174817.708000', '174817.711000', '174817.714000', '174817.718000', '174817.720000', '174817.723000', '174817.726000', '174817.729000', '174817.731000', '174817.734000', '174817.737000', '174817.740000', '174817.743000', '174817.745000', '174817.748000', '174817.751000', '174817.754000', '174817.757000', '174831.971000', '174831.974000', '174831.977000', '174831.980000', '174831.983000', '174831.986000', '174831.989000', '174831.992000', '174831.995000', '174831.998000', '174832.003000', '174832.006000', '174832.010000', '174832.013000', '174832.016000', '174832.019000', '174832.022000', '174832.025000', '174832.028000', '174832.031000', '174832.034000', '174832.037000', '174832.040000', '174832.043000', '174832.046000', '174832.059000', '174832.063000', '174832.066000', '174832.069000', '174832.072000', '174832.075000', '174832.078000'], 'InstanceCreationTime': ['174217.676000', '174217.679000', '174217.682000', '174217.685000', '174217.688000', '174217.690000', '174217.693000', '174217.696000', '174217.699000', '174217.702000', '174217.704000', '174217.707000', '174217.710000', '174217.713000', '174217.715000', '174217.718000', '174217.721000', '174217.724000', '174217.727000', '174217.730000', '174217.733000', '174217.736000', '174217.739000', '174217.742000', '174217.745000', '174217.747000', '174217.750000', '174217.753000', '174217.756000', '174217.759000', '174217.761000', '174217.764000', '174217.767000', '174217.770000', '174217.772000', '174217.775000', '174217.778000', '174217.781000', '174217.784000', '174217.786000', '174217.789000', '174217.792000', '174217.795000', '174217.798000', '174217.800000', '174217.803000', '174217.806000', '174217.809000', '174217.811000', '174217.814000', '174217.817000', '174217.820000', '174217.822000', '174217.825000', '174217.828000', '174217.831000', '174217.834000', '174217.836000', '174237.637000', '174237.640000', '174237.643000', '174237.645000', '174237.648000', '174237.651000', '174237.654000', '174237.657000', '174237.659000', '174237.662000', '174237.665000', '174237.668000', '174237.676000', '174237.679000', '174237.682000', '174237.685000', '174237.688000', '174237.690000', '174237.693000', '174237.696000', '174237.699000', '174237.701000', '174237.704000', '174237.707000', '174237.711000', '174237.714000', '174237.727000', '174237.730000', '174237.733000', '174237.735000', '174237.738000', '174237.741000', '174237.744000', '174237.747000', '174237.750000', '174237.752000', '174237.755000', '174237.758000', '174237.761000', '174237.764000', '174237.766000', '174237.769000', '174237.772000', '174257.637000', '174257.640000', '174257.643000', '174257.645000', '174257.654000', '174257.657000', '174257.660000', '174257.663000', '174257.665000', '174257.668000', '174257.671000', '174257.674000', '174257.677000', '174257.680000', '174257.682000', '174257.685000', '174257.688000', '174257.691000', '174257.694000', '174257.696000', '174257.699000', '174257.702000', '174257.705000', '174257.708000', '174257.711000', '174257.713000', '174257.716000', '174257.719000', '174257.722000', '174257.725000', '174257.727000', '174257.730000', '174257.733000', '174257.736000', '174257.739000', '174257.742000', '174257.745000', '174257.747000', '174257.750000', '174257.753000', '174257.756000', '174257.759000', '174257.762000', '174257.765000', '174317.637000', '174317.640000', '174317.643000', '174317.645000', '174317.648000', '174317.651000', '174317.654000', '174317.657000', '174317.660000', '174317.662000', '174317.665000', '174317.668000', '174317.671000', '174317.674000', '174317.676000', '174317.679000', '174317.682000', '174317.685000', '174317.688000', '174317.691000', '174317.694000', '174317.697000', '174317.700000', '174317.702000', '174317.705000', '174317.708000', '174317.711000', '174317.714000', '174317.717000', '174317.719000', '174317.722000', '174317.725000', '174317.728000', '174317.730000', '174317.733000', '174317.736000', '174317.739000', '174317.742000', '174317.745000', '174317.748000', '174317.751000', '174317.754000', '174317.756000', '174337.637000', '174337.640000', '174337.643000', '174337.645000', '174337.648000', '174337.651000', '174337.654000', '174337.657000', '174337.660000', '174337.663000', '174337.665000', '174337.668000', '174337.671000', '174337.674000', '174337.676000', '174337.679000', '174337.682000', '174337.685000', '174337.688000', '174337.690000', '174337.693000', '174337.696000', '174337.699000', '174337.702000', '174337.705000', '174337.707000', '174337.710000', '174337.713000', '174337.716000', '174337.719000', '174337.721000', '174337.725000', '174337.728000', '174337.731000', '174337.734000', '174337.736000', '174337.739000', '174337.742000', '174337.745000', '174337.748000', '174337.750000', '174337.753000', '174337.756000', '174337.759000', '174357.637000', '174357.640000', '174357.643000', '174357.646000', '174357.649000', '174357.651000', '174357.654000', '174357.657000', '174357.667000', '174357.670000', '174357.672000', '174357.675000', '174357.678000', '174357.681000', '174357.684000', '174357.686000', '174357.689000', '174357.692000', '174357.695000', '174357.698000', '174357.700000', '174357.703000', '174357.706000', '174357.709000', '174357.712000', '174357.715000', '174357.717000', '174357.720000', '174357.723000', '174357.726000', '174357.729000', '174357.731000', '174357.734000', '174357.737000', '174357.740000', '174357.743000', '174357.746000', '174357.748000', '174357.751000', '174357.754000', '174357.757000', '174357.760000', '174357.763000', '174417.638000', '174417.641000', '174417.644000', '174417.646000', '174417.649000', '174417.652000', '174417.655000', '174417.658000', '174417.660000', '174417.663000', '174417.666000', '174417.669000', '174417.672000', '174417.674000', '174417.677000', '174417.680000', '174417.683000', '174417.686000', '174417.688000', '174417.691000', '174417.694000', '174417.697000', '174417.705000', '174417.708000', '174417.711000', '174417.714000', '174417.716000', '174417.719000', '174417.722000', '174417.725000', '174417.728000', '174417.730000', '174417.733000', '174417.736000', '174417.739000', '174417.742000', '174417.744000', '174417.747000', '174417.750000', '174417.753000', '174417.756000', '174417.759000', '174417.761000', '174417.764000', '174437.637000', '174437.640000', '174437.643000', '174437.645000', '174437.648000', '174437.658000', '174437.660000', '174437.663000', '174437.666000', '174437.669000', '174437.672000', '174437.675000', '174437.677000', '174437.680000', '174437.683000', '174437.686000', '174437.689000', '174437.691000', '174437.694000', '174437.697000', '174437.700000', '174437.703000', '174437.706000', '174437.708000', '174437.711000', '174437.714000', '174437.717000', '174437.720000', '174437.722000', '174437.726000', '174437.729000', '174437.732000', '174437.735000', '174437.738000', '174437.741000', '174437.744000', '174437.747000', '174437.750000', '174437.753000', '174437.756000', '174437.759000', '174437.762000', '174437.764000', '174457.637000', '174457.640000', '174457.643000', '174457.645000', '174457.648000', '174457.651000', '174457.654000', '174457.657000', '174457.659000', '174457.662000', '174457.665000', '174457.668000', '174457.671000', '174457.674000', '174457.676000', '174457.679000', '174457.682000', '174457.685000', '174457.688000', '174457.691000', '174457.694000', '174457.696000', '174457.699000', '174457.702000', '174457.705000', '174457.708000', '174457.711000', '174457.713000', '174457.716000', '174457.719000', '174457.722000', '174457.724000', '174457.727000', '174457.730000', '174457.733000', '174457.736000', '174457.739000', '174457.741000', '174457.744000', '174457.747000', '174457.750000', '174457.753000', '174457.755000', '174457.758000', '174517.637000', '174517.640000', '174517.643000', '174517.645000', '174517.648000', '174517.651000', '174517.654000', '174517.657000', '174517.659000', '174517.662000', '174517.665000', '174517.668000', '174517.671000', '174517.673000', '174517.676000', '174517.679000', '174517.682000', '174517.685000', '174517.687000', '174517.690000', '174517.693000', '174517.696000', '174517.699000', '174517.702000', '174517.704000', '174517.707000', '174517.710000', '174517.713000', '174517.716000', '174517.718000', '174517.721000', '174517.724000', '174517.727000', '174517.730000', '174517.732000', '174517.735000', '174517.738000', '174517.741000', '174517.744000', '174517.746000', '174517.749000', '174517.752000', '174517.755000', '174537.637000', '174537.640000', '174537.643000', '174537.645000', '174537.648000', '174537.651000', '174537.654000', '174537.657000', '174537.659000', '174537.662000', '174537.665000', '174537.668000', '174537.670000', '174537.673000', '174537.676000', '174537.679000', '174537.681000', '174537.684000', '174537.687000', '174537.690000', '174537.693000', '174537.696000', '174537.698000', '174537.701000', '174537.704000', '174537.707000', '174537.710000', '174537.713000', '174537.715000', '174537.718000', '174537.721000', '174537.724000', '174537.727000', '174537.729000', '174537.732000', '174537.735000', '174537.738000', '174537.741000', '174537.743000', '174537.746000', '174537.749000', '174537.752000', '174537.755000', '174537.758000', '174557.637000', '174557.640000', '174557.643000', '174557.656000', '174557.658000', '174557.661000', '174557.665000', '174557.667000', '174557.670000', '174557.673000', '174557.676000', '174557.679000', '174557.681000', '174557.684000', '174557.687000', '174557.690000', '174557.693000', '174557.696000', '174557.698000', '174557.701000', '174557.704000', '174557.707000', '174557.710000', '174557.712000', '174557.715000', '174557.718000', '174557.721000', '174557.724000', '174557.727000', '174557.729000', '174557.732000', '174557.735000', '174557.738000', '174557.741000', '174557.743000', '174557.746000', '174557.749000', '174557.752000', '174557.755000', '174557.757000', '174557.760000', '174557.765000', '174557.768000', '174617.637000', '174617.640000', '174617.643000', '174617.645000', '174617.648000', '174617.651000', '174617.654000', '174617.657000', '174617.659000', '174617.662000', '174617.665000', '174617.668000', '174617.671000', '174617.673000', '174617.676000', '174617.679000', '174617.682000', '174617.685000', '174617.687000', '174617.690000', '174617.693000', '174617.696000', '174617.699000', '174617.702000', '174617.704000', '174617.707000', '174617.710000', '174617.713000', '174617.716000', '174617.718000', '174617.721000', '174617.724000', '174617.727000', '174617.730000', '174617.733000', '174617.735000', '174617.738000', '174617.741000', '174617.744000', '174617.747000', '174617.756000', '174617.758000', '174617.761000', '174617.764000', '174637.638000', '174637.641000', '174637.644000', '174637.647000', '174637.649000', '174637.652000', '174637.655000', '174637.658000', '174637.661000', '174637.663000', '174637.666000', '174637.669000', '174637.672000', '174637.675000', '174637.677000', '174637.680000', '174637.683000', '174637.686000', '174637.689000', '174637.691000', '174637.694000', '174637.697000', '174637.700000', '174637.703000', '174637.706000', '174637.708000', '174637.711000', '174637.714000', '174637.717000', '174637.720000', '174637.723000', '174637.726000', '174637.728000', '174637.731000', '174637.734000', '174637.737000', '174637.740000', '174637.743000', '174637.746000', '174637.748000', '174637.751000', '174637.754000', '174637.757000', '174657.637000', '174657.640000', '174657.643000', '174657.646000', '174657.649000', '174657.652000', '174657.655000', '174657.658000', '174657.661000', '174657.664000', '174657.666000', '174657.669000', '174657.672000', '174657.675000', '174657.678000', '174657.681000', '174657.684000', '174657.687000', '174657.689000', '174657.692000', '174657.695000', '174657.698000', '174657.701000', '174657.704000', '174657.706000', '174657.709000', '174657.712000', '174657.715000', '174657.718000', '174657.721000', '174657.724000', '174657.726000', '174657.729000', '174657.732000', '174657.735000', '174657.738000', '174657.741000', '174657.743000', '174657.746000', '174657.749000', '174657.752000', '174657.755000', '174657.758000', '174717.637000', '174717.640000', '174717.643000', '174717.646000', '174717.649000', '174717.652000', '174717.655000', '174717.657000', '174717.660000', '174717.663000', '174717.666000', '174717.669000', '174717.671000', '174717.674000', '174717.677000', '174717.680000', '174717.683000', '174717.686000', '174717.688000', '174717.691000', '174717.694000', '174717.697000', '174717.700000', '174717.702000', '174717.705000', '174717.708000', '174717.711000', '174717.714000', '174717.717000', '174717.727000', '174717.730000', '174717.733000', '174717.736000', '174717.739000', '174717.741000', '174717.744000', '174717.747000', '174717.750000', '174717.752000', '174717.755000', '174717.758000', '174717.761000', '174717.764000', '174717.767000', '174737.637000', '174737.640000', '174737.643000', '174737.646000', '174737.649000', '174737.651000', '174737.654000', '174737.657000', '174737.660000', '174737.663000', '174737.666000', '174737.668000', '174737.671000', '174737.674000', '174737.677000', '174737.680000', '174737.683000', '174737.686000', '174737.688000', '174737.691000', '174737.694000', '174737.697000', '174737.700000', '174737.702000', '174737.705000', '174737.708000', '174737.711000', '174737.714000', '174737.717000', '174737.719000', '174737.722000', '174737.725000', '174737.728000', '174737.731000', '174737.733000', '174737.736000', '174737.739000', '174737.742000', '174737.745000', '174737.747000', '174737.750000', '174737.755000', '174737.758000', '174757.637000', '174757.640000', '174757.643000', '174757.646000', '174757.648000', '174757.651000', '174757.654000', '174757.657000', '174757.660000', '174757.662000', '174757.665000', '174757.668000', '174757.671000', '174757.674000', '174757.676000', '174757.679000', '174757.682000', '174757.685000', '174757.688000', '174757.690000', '174757.693000', '174757.696000', '174757.699000', '174757.702000', '174757.704000', '174757.707000', '174757.710000', '174757.713000', '174757.716000', '174757.719000', '174757.721000', '174757.724000', '174757.727000', '174757.730000', '174757.733000', '174757.735000', '174757.738000', '174757.741000', '174757.744000', '174757.747000', '174757.749000', '174757.752000', '174757.755000', '174757.758000', '174817.637000', '174817.640000', '174817.643000', '174817.646000', '174817.648000', '174817.651000', '174817.654000', '174817.657000', '174817.660000', '174817.663000', '174817.666000', '174817.669000', '174817.672000', '174817.675000', '174817.678000', '174817.680000', '174817.683000', '174817.686000', '174817.689000', '174817.692000', '174817.694000', '174817.697000', '174817.700000', '174817.703000', '174817.706000', '174817.708000', '174817.711000', '174817.714000', '174817.718000', '174817.720000', '174817.723000', '174817.726000', '174817.729000', '174817.731000', '174817.734000', '174817.737000', '174817.740000', '174817.743000', '174817.745000', '174817.748000', '174817.751000', '174817.754000', '174817.757000', '174831.971000', '174831.974000', '174831.977000', '174831.980000', '174831.983000', '174831.986000', '174831.989000', '174831.992000', '174831.995000', '174831.998000', '174832.003000', '174832.006000', '174832.010000', '174832.013000', '174832.016000', '174832.019000', '174832.022000', '174832.025000', '174832.028000', '174832.031000', '174832.034000', '174832.037000', '174832.040000', '174832.043000', '174832.046000', '174832.059000', '174832.063000', '174832.066000', '174832.069000', '174832.072000', '174832.075000', '174832.078000'], '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': [10437, 10153, 9695, 10072, 10156, 9451, 9189, 9180, 10847, 10648, 12124, 12671, 10687, 17433, 10105, 19454, 14511, 18140, 10063, 15365, 11228, 14152, 10138, 9827, 11714, 8921, 11634, 10577, 9292, 19624, 16311, 16737, 15112, 13758, 15252, 11322, 18977, 16955, 18916, 9245, 17533, 9235, 14625, 10424, 15472, 9534, 12912, 9452, 12509, 9703, 12357, 9434, 11868, 9507, 12340, 9937, 14962, 10052, 14692, 9819, 13341, 9952, 12838, 9925, 14508, 9948, 17832, 14810, 17413, 10700, 15270, 11591, 18393, 14048, 13439, 14469, 9625, 13954, 10634, 11559, 9213, 10126, 9199, 12401, 10365, 12341, 9470, 11705, 9421, 16919, 11395, 15294, 9534, 16226, 9805, 16551, 11497, 16677, 10126, 14388, 10051, 14109, 9291, 16319, 10400, 13251, 9754, 11175, 12010, 11960, 9890, 10538, 9109, 10868, 8923, 12073, 10895, 12382, 9961, 10047, 8972, 9905, 13836, 11248, 17541, 9264, 17557, 9240, 18406, 12926, 16323, 9905, 13035, 9577, 13524, 9774, 12557, 9388, 12142, 8578, 12354, 9394, 11542, 9108, 10773, 9023, 10787, 8826, 11906, 8819, 12582, 9091, 15672, 9969, 16053, 9746, 15900, 9765, 16367, 12403, 16500, 11656, 16289, 10407, 18802, 13346, 17840, 11220, 11308, 9127, 10570, 12019, 11108, 12936, 9501, 18081, 9589, 15152, 10753, 14716, 10424, 12720, 9846, 11932, 9145, 12207, 9015, 10297, 10132, 9709, 14490, 10458, 16261, 9655, 16345, 10131, 14573, 10371, 13752, 10032, 11415, 9226, 10564, 15992, 10979, 13797, 9540, 10883, 9955, 11601, 10076, 8367, 10007, 8849, 11166, 10589, 13357, 9263, 12286, 8992, 12789, 10374, 14169, 10581, 12249, 8935, 12328, 10556, 13874, 10765, 11533, 12000, 10300, 13067, 12324, 14298, 10751, 12233, 10563, 13349, 11578, 8987, 10838, 9048, 11621, 9463, 14068, 9816, 13577, 10236, 12041, 16512, 13201, 18258, 10728, 15152, 10595, 15729, 12448, 18178, 10891, 11995, 10370, 11795, 9910, 11763, 9537, 10433, 9183, 10117, 10309, 12445, 9894, 11481, 9460, 9267, 9182, 9766, 11350, 10690, 17288, 11735, 17291, 12799, 17537, 14629, 11328, 13865, 10926, 18185, 12028, 18633, 13245, 15597, 11290, 12181, 12005, 9442, 13618, 11603, 17035, 10735, 9368, 11626, 9255, 15487, 9955, 14313, 10347, 15873, 9820, 12867, 9790, 12429, 10105, 13008, 9719, 13923, 9643, 12957, 9374, 9129, 9284, 9708, 10413, 9137, 11060, 8516, 10862, 10792, 11128, 15720, 11168, 16903, 9962, 15727, 9614, 14760, 10215, 14279, 10286, 12616, 9924, 11898, 9325, 12474, 9048, 11890, 8600, 10992, 8618, 12142, 8962, 12905, 9598, 14169, 9161, 14714, 10354, 15846, 9597, 14643, 9479, 14802, 9816, 17190, 10918, 18512, 9763, 13765, 10066, 15889, 9823, 13801, 9234, 13921, 10520, 13915, 9452, 13710, 9323, 14969, 10993, 14976, 9165, 14193, 9504, 15134, 11645, 16196, 9609, 15780, 9623, 16987, 12605, 17022, 9869, 14323, 10335, 13426, 11396, 14566, 10638, 14850, 10506, 18533, 12860, 19748, 9985, 15854, 9505, 14749, 9634, 10428, 9681, 10367, 10925, 13150, 10910, 15402, 10131, 14105, 11566, 17211, 11278, 14139, 10945, 9736, 15512, 9819, 13604, 9777, 13519, 9341, 16954, 11773, 14481, 9714, 12172, 9310, 13585, 9827, 13737, 9412, 13379, 9171, 13683, 9745, 14269, 9842, 13706, 9580, 13859, 10146, 14993, 9494, 13441, 9675, 13522, 9666, 13872, 9533, 13926, 9846, 12756, 10378, 13215, 11377, 13870, 9897, 11874, 10916, 13128, 10903, 11242, 10563, 12721, 11348, 14432, 11181, 13443, 10344, 12511, 10959, 11451, 10545, 8684, 11226, 8774, 13262, 9321, 13294, 8870, 8231, 9952, 9114, 9968, 11347, 18126, 14565, 16359, 10981, 14330, 9931, 14029, 10394, 16955, 11393, 16107, 11193, 12582, 8996, 12172, 9175, 12142, 9240, 10057, 8562, 9305, 8869, 9787, 9461, 16126, 13703, 18707, 14497, 16930, 21371, 14796, 21623, 12837, 17930, 14115, 12104, 16999, 11001, 19725, 11056, 15670, 10524, 14320, 9869, 14250, 10471, 13981, 10500, 13672, 10293, 15200, 10458, 11547, 15304, 10546, 17975, 9863, 15388, 10003, 14365, 9982, 13721, 9521, 14591, 9260, 8427, 9742, 8455, 10528, 10494, 10347, 13179, 10880, 13948, 10032, 14698, 9428, 15068, 9602, 14718, 9915, 13643, 9455, 13092, 9233, 12742, 9033, 14984, 9219, 12234, 9503, 8195, 11123, 8469, 13033, 9426, 14349, 9768, 15622, 12149, 12973, 15757, 13496, 15317, 11748, 12906, 11471, 13384, 12166, 8287, 11410, 8217, 12437, 9276, 13469, 8439, 12810, 8456, 12422, 10708, 12633, 9653, 11492, 8398, 12231, 8479, 13188, 8622, 13439, 8624, 14465, 10154, 15152, 10047, 14848, 10371, 14465, 11203, 17320, 13395, 11234, 12182, 9048, 13934, 10738, 16289, 10718, 9174, 9090, 11330, 8441, 8951, 14805, 10966, 12843, 19304, 18282, 21771, 17966, 19668, 17104, 16212, 20130, 14392, 20390, 13532, 19764, 12436, 18754, 10827, 15950, 10990, 16114, 10007, 9970, 10438, 8095, 10780, 8813, 12107, 9217, 12333, 9468, 12604, 8816, 12273, 9761, 11253, 8425, 11702, 8601, 12965, 9515, 15518, 9130, 14250, 9548, 13702, 9740, 14573, 10426, 10730, 10335, 9738, 11086, 12679, 11603, 16387, 10518, 15524, 10157, 16158, 11683, 16423, 9507, 13831, 9633, 13084, 9799, 13173, 9529, 12035, 8549, 10697, 13909, 10385, 16434, 9585, 14939, 9780, 13754, 9694, 13017, 10028, 13529, 8906, 9106, 9923, 8922, 13274, 10022, 14511, 10136, 15055, 10619, 15942, 11617, 17164, 11471, 15443, 9993, 15273, 11093, 13496, 9601, 14527, 9913, 15033, 9813, 12924, 9812, 12043, 10908, 15668, 11192, 15259, 10228, 12729, 10856, 12879, 11937, 8196, 12193, 8967, 14948, 10287, 13927, 11788, 11029, 9914, 8865, 13357, 10693, 18395, 15686, 17681, 16901, 12865, 18485, 11898, 8826, 11086, 9250, 11319, 9036, 8768, 12814, 8982, 15354, 9901, 14011, 10875, 14989, 12750, 17430, 13637, 12133, 16970, 10800, 19318, 12025, 15809, 9533, 9586, 10067, 10859, 11008, 8793, 10656, 11675, 9985, 16617, 11820, 15198, 9630, 13179, 10079, 11596, 10702, 10971, 10717, 9632, 13555, 9244, 14945, 10352, 9982, 9514, 10498, 9974, 14356, 11041, 14654, 9396, 15093, 9948, 16356, 11604, 16836, 12277, 12065, 9222, 11649, 14200, 12897, 13216, 10349, 8590, 11930, 9099, 15502, 9175, 14733, 8962, 13783, 9899, 14597, 11266, 16821, 10536, 12446, 9921, 12503, 19298], 'WindowCenter': [4715.0, 4689.0, 4664.0, 4673.0, 4659.0, 4659.0, 4647.0, 4649.0, 4668.0, 4672.0, 4689.0, 4688.0, 4657.0, 4728.0, 4657.0, 4738.0, 4697.0, 4714.0, 4634.0, 4693.0, 4666.0, 4684.0, 4647.0, 4658.0, 4676.0, 4635.0, 4664.0, 4645.0, 4634.0, 4739.0, 4704.0, 4692.0, 4681.0, 4658.0, 4667.0, 4628.0, 4697.0, 4677.0, 4696.0, 4596.0, 4684.0, 4595.0, 4655.0, 4628.0, 4676.0, 4617.0, 4646.0, 4619.0, 4648.0, 4622.0, 4660.0, 4633.0, 4660.0, 4633.0, 4673.0, 4644.0, 4692.0, 4643.0, 4681.0, 4656.0, 4697.0, 4658.0, 4684.0, 4644.0, 4695.0, 4644.0, 4715.0, 4695.0, 4703.0, 4642.0, 4691.0, 4651.0, 4724.0, 4671.0, 4671.0, 4669.0, 4620.0, 4670.0, 4642.0, 4649.0, 4620.0, 4641.0, 4633.0, 4672.0, 4654.0, 4672.0, 4643.0, 4663.0, 4635.0, 4714.0, 4665.0, 4693.0, 4634.0, 4703.0, 4644.0, 4702.0, 4665.0, 4703.0, 4643.0, 4680.0, 4631.0, 4680.0, 4622.0, 4689.0, 4629.0, 4658.0, 4619.0, 4639.0, 4648.0, 4647.0, 4628.0, 4627.0, 4607.0, 4626.0, 4606.0, 4647.0, 4637.0, 4647.0, 4629.0, 4617.0, 4607.0, 4628.0, 4668.0, 4638.0, 4697.0, 4618.0, 4686.0, 4631.0, 4711.0, 4659.0, 4686.0, 4617.0, 4656.0, 4618.0, 4656.0, 4615.0, 4645.0, 4618.0, 4644.0, 4595.0, 4645.0, 4605.0, 4635.0, 4607.0, 4625.0, 4606.0, 4637.0, 4620.0, 4658.0, 4620.0, 4659.0, 4622.0, 4701.0, 4643.0, 4712.0, 4644.0, 4702.0, 4642.0, 4701.0, 4662.0, 4701.0, 4649.0, 4688.0, 4629.0, 4697.0, 4656.0, 4686.0, 4636.0, 4624.0, 4606.0, 4625.0, 4645.0, 4637.0, 4656.0, 4616.0, 4696.0, 4616.0, 4677.0, 4636.0, 4666.0, 4626.0, 4646.0, 4616.0, 4635.0, 4605.0, 4646.0, 4606.0, 4625.0, 4626.0, 4627.0, 4677.0, 4640.0, 4688.0, 4617.0, 4687.0, 4627.0, 4666.0, 4627.0, 4655.0, 4616.0, 4635.0, 4606.0, 4627.0, 4687.0, 4637.0, 4665.0, 4616.0, 4635.0, 4616.0, 4636.0, 4627.0, 4610.0, 4629.0, 4619.0, 4649.0, 4640.0, 4681.0, 4631.0, 4660.0, 4622.0, 4669.0, 4629.0, 4680.0, 4640.0, 4659.0, 4619.0, 4658.0, 4628.0, 4669.0, 4639.0, 4649.0, 4648.0, 4627.0, 4657.0, 4659.0, 4666.0, 4637.0, 4646.0, 4628.0, 4656.0, 4647.0, 4619.0, 4638.0, 4619.0, 4649.0, 4631.0, 4691.0, 4643.0, 4682.0, 4653.0, 4672.0, 4701.0, 4670.0, 4711.0, 4638.0, 4678.0, 4627.0, 4676.0, 4646.0, 4695.0, 4625.0, 4633.0, 4616.0, 4635.0, 4614.0, 4636.0, 4605.0, 4625.0, 4608.0, 4640.0, 4627.0, 4645.0, 4604.0, 4622.0, 4604.0, 4619.0, 4629.0, 4642.0, 4652.0, 4654.0, 4726.0, 4663.0, 4705.0, 4660.0, 4699.0, 4679.0, 4639.0, 4654.0, 4624.0, 4683.0, 4632.0, 4681.0, 4630.0, 4648.0, 4608.0, 4616.0, 4617.0, 4600.0, 4639.0, 4623.0, 4672.0, 4609.0, 4601.0, 4620.0, 4591.0, 4650.0, 4601.0, 4650.0, 4600.0, 4648.0, 4588.0, 4628.0, 4589.0, 4617.0, 4599.0, 4630.0, 4601.0, 4640.0, 4603.0, 4643.0, 4604.0, 4604.0, 4605.0, 4615.0, 4637.0, 4619.0, 4649.0, 4611.0, 4639.0, 4638.0, 4649.0, 4679.0, 4639.0, 4699.0, 4618.0, 4676.0, 4617.0, 4666.0, 4627.0, 4665.0, 4616.0, 4644.0, 4615.0, 4634.0, 4605.0, 4647.0, 4606.0, 4646.0, 4607.0, 4638.0, 4597.0, 4659.0, 4609.0, 4658.0, 4630.0, 4680.0, 4632.0, 4690.0, 4642.0, 4701.0, 4643.0, 4705.0, 4645.0, 4693.0, 4656.0, 4713.0, 4654.0, 4722.0, 4642.0, 4681.0, 4642.0, 4701.0, 4632.0, 4680.0, 4632.0, 4679.0, 4653.0, 4680.0, 4631.0, 4669.0, 4631.0, 4679.0, 4651.0, 4701.0, 4632.0, 4679.0, 4631.0, 4691.0, 4662.0, 4700.0, 4631.0, 4690.0, 4630.0, 4689.0, 4659.0, 4698.0, 4629.0, 4667.0, 4628.0, 4668.0, 4648.0, 4678.0, 4628.0, 4677.0, 4639.0, 4699.0, 4646.0, 4706.0, 4616.0, 4674.0, 4616.0, 4666.0, 4616.0, 4638.0, 4618.0, 4628.0, 4649.0, 4670.0, 4651.0, 4689.0, 4640.0, 4668.0, 4650.0, 4700.0, 4650.0, 4666.0, 4626.0, 4617.0, 4678.0, 4617.0, 4666.0, 4627.0, 4656.0, 4617.0, 4686.0, 4635.0, 4664.0, 4605.0, 4632.0, 4604.0, 4654.0, 4614.0, 4654.0, 4605.0, 4653.0, 4616.0, 4665.0, 4618.0, 4677.0, 4628.0, 4666.0, 4617.0, 4666.0, 4627.0, 4677.0, 4617.0, 4655.0, 4616.0, 4654.0, 4617.0, 4655.0, 4615.0, 4664.0, 4615.0, 4645.0, 4627.0, 4669.0, 4647.0, 4666.0, 4616.0, 4646.0, 4638.0, 4657.0, 4638.0, 4649.0, 4637.0, 4656.0, 4648.0, 4677.0, 4638.0, 4667.0, 4627.0, 4645.0, 4639.0, 4647.0, 4637.0, 4609.0, 4661.0, 4622.0, 4671.0, 4645.0, 4693.0, 4659.0, 4647.0, 4679.0, 4670.0, 4679.0, 4689.0, 4739.0, 4719.0, 4727.0, 4664.0, 4690.0, 4641.0, 4679.0, 4640.0, 4699.0, 4648.0, 4688.0, 4647.0, 4645.0, 4605.0, 4657.0, 4630.0, 4658.0, 4630.0, 4627.0, 4605.0, 4616.0, 4619.0, 4631.0, 4643.0, 4716.0, 4683.0, 4714.0, 4681.0, 4704.0, 4732.0, 4693.0, 4724.0, 4657.0, 4686.0, 4654.0, 4633.0, 4670.0, 4624.0, 4680.0, 4609.0, 4648.0, 4598.0, 4638.0, 4598.0, 4637.0, 4598.0, 4636.0, 4596.0, 4625.0, 4584.0, 4634.0, 4583.0, 4593.0, 4632.0, 4582.0, 4643.0, 4572.0, 4622.0, 4573.0, 4622.0, 4585.0, 4624.0, 4586.0, 4636.0, 4589.0, 4580.0, 4601.0, 4583.0, 4623.0, 4624.0, 4625.0, 4655.0, 4638.0, 4665.0, 4616.0, 4666.0, 4606.0, 4665.0, 4616.0, 4666.0, 4616.0, 4665.0, 4617.0, 4654.0, 4617.0, 4656.0, 4608.0, 4677.0, 4620.0, 4659.0, 4642.0, 4623.0, 4661.0, 4621.0, 4670.0, 4632.0, 4681.0, 4644.0, 4691.0, 4659.0, 4658.0, 4688.0, 4668.0, 4677.0, 4647.0, 4655.0, 4636.0, 4656.0, 4646.0, 4598.0, 4646.0, 4597.0, 4657.0, 4619.0, 4671.0, 4609.0, 4658.0, 4608.0, 4658.0, 4639.0, 4660.0, 4629.0, 4648.0, 4610.0, 4673.0, 4612.0, 4671.0, 4623.0, 4682.0, 4624.0, 4692.0, 4655.0, 4705.0, 4645.0, 4694.0, 4655.0, 4692.0, 4663.0, 4712.0, 4681.0, 4652.0, 4660.0, 4634.0, 4694.0, 4653.0, 4698.0, 4626.0, 4620.0, 4621.0, 4650.0, 4624.0, 4631.0, 4703.0, 4651.0, 4684.0, 4739.0, 4736.0, 4742.0, 4711.0, 4707.0, 4685.0, 4675.0, 4695.0, 4653.0, 4692.0, 4629.0, 4668.0, 4607.0, 4654.0, 4584.0, 4632.0, 4583.0, 4621.0, 4573.0, 4574.0, 4584.0, 4545.0, 4595.0, 4578.0, 4619.0, 4590.0, 4620.0, 4591.0, 4631.0, 4594.0, 4633.0, 4605.0, 4623.0, 4583.0, 4623.0, 4595.0, 4656.0, 4618.0, 4689.0, 4619.0, 4678.0, 4619.0, 4669.0, 4632.0, 4693.0, 4642.0, 4651.0, 4641.0, 4621.0, 4650.0, 4660.0, 4662.0, 4700.0, 4640.0, 4689.0, 4630.0, 4679.0, 4650.0, 4688.0, 4619.0, 4667.0, 4618.0, 4657.0, 4618.0, 4658.0, 4618.0, 4647.0, 4597.0, 4628.0, 4667.0, 4629.0, 4678.0, 4617.0, 4666.0, 4617.0, 4656.0, 4617.0, 4656.0, 4617.0, 4657.0, 4619.0, 4620.0, 4642.0, 4634.0, 4695.0, 4645.0, 4694.0, 4643.0, 4693.0, 4642.0, 4690.0, 4663.0, 4701.0, 4638.0, 4677.0, 4617.0, 4677.0, 4650.0, 4657.0, 4616.0, 4664.0, 4617.0, 4677.0, 4628.0, 4658.0, 4628.0, 4648.0, 4639.0, 4689.0, 4639.0, 4677.0, 4626.0, 4656.0, 4637.0, 4659.0, 4648.0, 4599.0, 4659.0, 4621.0, 4689.0, 4641.0, 4692.0, 4687.0, 4688.0, 4667.0, 4647.0, 4706.0, 4666.0, 4726.0, 4701.0, 4699.0, 4686.0, 4656.0, 4694.0, 4634.0, 4604.0, 4633.0, 4615.0, 4645.0, 4619.0, 4621.0, 4684.0, 4633.0, 4701.0, 4642.0, 4682.0, 4666.0, 4692.0, 4670.0, 4700.0, 4656.0, 4646.0, 4697.0, 4636.0, 4708.0, 4646.0, 4686.0, 4615.0, 4615.0, 4628.0, 4637.0, 4639.0, 4620.0, 4639.0, 4649.0, 4640.0, 4700.0, 4662.0, 4690.0, 4630.0, 4658.0, 4628.0, 4648.0, 4638.0, 4638.0, 4638.0, 4629.0, 4666.0, 4620.0, 4678.0, 4639.0, 4641.0, 4641.0, 4650.0, 4642.0, 4691.0, 4664.0, 4693.0, 4632.0, 4692.0, 4641.0, 4702.0, 4650.0, 4699.0, 4659.0, 4647.0, 4617.0, 4647.0, 4666.0, 4669.0, 4682.0, 4639.0, 4607.0, 4646.0, 4630.0, 4699.0, 4629.0, 4687.0, 4619.0, 4679.0, 4642.0, 4694.0, 4650.0, 4697.0, 4637.0, 4645.0, 4614.0, 4656.0, 4704.0], 'WindowWidth': [10334.0, 10289.0, 10241.0, 10248.0, 10223.0, 10223.0, 10200.0, 10206.0, 10230.0, 10241.0, 10258.0, 10257.0, 10213.0, 10312.0, 10209.0, 10332.0, 10265.0, 10287.0, 10172.0, 10255.0, 10221.0, 10242.0, 10194.0, 10213.0, 10237.0, 10181.0, 10215.0, 10190.0, 10173.0, 10338.0, 10270.0, 10252.0, 10230.0, 10195.0, 10206.0, 10153.0, 10251.0, 10217.0, 10244.0, 10105.0, 10227.0, 10104.0, 10186.0, 10154.0, 10219.0, 10139.0, 10177.0, 10145.0, 10181.0, 10151.0, 10204.0, 10172.0, 10205.0, 10170.0, 10228.0, 10189.0, 10252.0, 10186.0, 10235.0, 10209.0, 10270.0, 10215.0, 10243.0, 10188.0, 10259.0, 10186.0, 10290.0, 10258.0, 10271.0, 10182.0, 10248.0, 10193.0, 10301.0, 10218.0, 10219.0, 10211.0, 10146.0, 10216.0, 10181.0, 10186.0, 10148.0, 10178.0, 10172.0, 10223.0, 10202.0, 10223.0, 10184.0, 10212.0, 10179.0, 10289.0, 10220.0, 10255.0, 10174.0, 10272.0, 10189.0, 10268.0, 10220.0, 10271.0, 10186.0, 10232.0, 10167.0, 10230.0, 10154.0, 10244.0, 10159.0, 10196.0, 10143.0, 10171.0, 10183.0, 10181.0, 10157.0, 10151.0, 10125.0, 10151.0, 10124.0, 10181.0, 10167.0, 10182.0, 10159.0, 10138.0, 10127.0, 10155.0, 10213.0, 10171.0, 10250.0, 10143.0, 10234.0, 10166.0, 10282.0, 10199.0, 10235.0, 10141.0, 10191.0, 10146.0, 10191.0, 10135.0, 10175.0, 10143.0, 10172.0, 10107.0, 10175.0, 10120.0, 10160.0, 10127.0, 10148.0, 10125.0, 10167.0, 10150.0, 10200.0, 10151.0, 10201.0, 10156.0, 10261.0, 10187.0, 10282.0, 10189.0, 10267.0, 10184.0, 10265.0, 10209.0, 10265.0, 10187.0, 10240.0, 10160.0, 10250.0, 10190.0, 10232.0, 10164.0, 10144.0, 10123.0, 10148.0, 10175.0, 10166.0, 10192.0, 10138.0, 10253.0, 10138.0, 10222.0, 10165.0, 10206.0, 10150.0, 10175.0, 10137.0, 10160.0, 10120.0, 10176.0, 10123.0, 10149.0, 10150.0, 10155.0, 10225.0, 10177.0, 10241.0, 10140.0, 10240.0, 10152.0, 10205.0, 10153.0, 10189.0, 10136.0, 10160.0, 10123.0, 10154.0, 10238.0, 10166.0, 10202.0, 10134.0, 10161.0, 10137.0, 10164.0, 10155.0, 10138.0, 10160.0, 10147.0, 10187.0, 10179.0, 10234.0, 10167.0, 10203.0, 10152.0, 10214.0, 10160.0, 10232.0, 10178.0, 10199.0, 10148.0, 10197.0, 10158.0, 10216.0, 10173.0, 10184.0, 10182.0, 10154.0, 10194.0, 10199.0, 10204.0, 10166.0, 10176.0, 10156.0, 10190.0, 10179.0, 10146.0, 10171.0, 10148.0, 10187.0, 10166.0, 10250.0, 10185.0, 10239.0, 10199.0, 10223.0, 10266.0, 10218.0, 10285.0, 10168.0, 10227.0, 10153.0, 10221.0, 10178.0, 10243.0, 10148.0, 10154.0, 10134.0, 10159.0, 10130.0, 10161.0, 10119.0, 10145.0, 10128.0, 10179.0, 10153.0, 10174.0, 10111.0, 10136.0, 10112.0, 10144.0, 10160.0, 10183.0, 10194.0, 10198.0, 10309.0, 10209.0, 10280.0, 10203.0, 10256.0, 10226.0, 10172.0, 10182.0, 10140.0, 10221.0, 10150.0, 10218.0, 10143.0, 10163.0, 10109.0, 10116.0, 10119.0, 10103.0, 10152.0, 10140.0, 10210.0, 10115.0, 10108.0, 10133.0, 10092.0, 10174.0, 10103.0, 10172.0, 10103.0, 10162.0, 10082.0, 10137.0, 10085.0, 10121.0, 10099.0, 10141.0, 10105.0, 10157.0, 10110.0, 10166.0, 10113.0, 10116.0, 10117.0, 10131.0, 10167.0, 10145.0, 10184.0, 10139.0, 10172.0, 10169.0, 10185.0, 10227.0, 10169.0, 10257.0, 10139.0, 10221.0, 10136.0, 10206.0, 10151.0, 10200.0, 10135.0, 10169.0, 10131.0, 10157.0, 10119.0, 10180.0, 10121.0, 10175.0, 10125.0, 10166.0, 10112.0, 10198.0, 10131.0, 10196.0, 10163.0, 10229.0, 10168.0, 10244.0, 10183.0, 10263.0, 10185.0, 10276.0, 10193.0, 10255.0, 10207.0, 10286.0, 10200.0, 10294.0, 10182.0, 10234.0, 10184.0, 10265.0, 10168.0, 10232.0, 10168.0, 10229.0, 10200.0, 10230.0, 10165.0, 10212.0, 10165.0, 10228.0, 10191.0, 10265.0, 10168.0, 10229.0, 10167.0, 10251.0, 10208.0, 10259.0, 10164.0, 10247.0, 10159.0, 10245.0, 10199.0, 10252.0, 10157.0, 10206.0, 10154.0, 10209.0, 10183.0, 10223.0, 10156.0, 10223.0, 10170.0, 10263.0, 10176.0, 10264.0, 10133.0, 10213.0, 10135.0, 10205.0, 10136.0, 10171.0, 10144.0, 10157.0, 10188.0, 10216.0, 10191.0, 10243.0, 10174.0, 10210.0, 10191.0, 10258.0, 10187.0, 10205.0, 10150.0, 10138.0, 10225.0, 10139.0, 10206.0, 10153.0, 10193.0, 10140.0, 10236.0, 10159.0, 10199.0, 10118.0, 10151.0, 10115.0, 10183.0, 10130.0, 10185.0, 10120.0, 10183.0, 10138.0, 10203.0, 10141.0, 10221.0, 10156.0, 10204.0, 10140.0, 10204.0, 10154.0, 10222.0, 10140.0, 10187.0, 10135.0, 10186.0, 10138.0, 10188.0, 10134.0, 10198.0, 10134.0, 10173.0, 10155.0, 10216.0, 10181.0, 10205.0, 10136.0, 10178.0, 10169.0, 10195.0, 10170.0, 10189.0, 10168.0, 10190.0, 10185.0, 10223.0, 10168.0, 10208.0, 10153.0, 10175.0, 10169.0, 10181.0, 10167.0, 10133.0, 10209.0, 10157.0, 10221.0, 10196.0, 10260.0, 10228.0, 10208.0, 10256.0, 10244.0, 10255.0, 10267.0, 10343.0, 10306.0, 10320.0, 10220.0, 10251.0, 10184.0, 10234.0, 10178.0, 10260.0, 10187.0, 10243.0, 10183.0, 10178.0, 10124.0, 10199.0, 10167.0, 10200.0, 10167.0, 10155.0, 10120.0, 10135.0, 10144.0, 10163.0, 10185.0, 10293.0, 10239.0, 10291.0, 10233.0, 10273.0, 10310.0, 10256.0, 10319.0, 10195.0, 10240.0, 10183.0, 10155.0, 10198.0, 10143.0, 10221.0, 10113.0, 10168.0, 10098.0, 10152.0, 10099.0, 10149.0, 10097.0, 10148.0, 10090.0, 10129.0, 10071.0, 10139.0, 10067.0, 10080.0, 10129.0, 10064.0, 10151.0, 10049.0, 10119.0, 10052.0, 10119.0, 10075.0, 10125.0, 10078.0, 10145.0, 10087.0, 10077.0, 10107.0, 10085.0, 10140.0, 10143.0, 10146.0, 10186.0, 10168.0, 10201.0, 10135.0, 10204.0, 10123.0, 10203.0, 10135.0, 10205.0, 10135.0, 10199.0, 10137.0, 10185.0, 10139.0, 10190.0, 10131.0, 10221.0, 10150.0, 10201.0, 10182.0, 10162.0, 10208.0, 10155.0, 10219.0, 10170.0, 10238.0, 10189.0, 10251.0, 10200.0, 10199.0, 10237.0, 10209.0, 10219.0, 10181.0, 10188.0, 10161.0, 10191.0, 10177.0, 10116.0, 10177.0, 10113.0, 10192.0, 10144.0, 10218.0, 10133.0, 10195.0, 10129.0, 10197.0, 10174.0, 10203.0, 10159.0, 10182.0, 10136.0, 10226.0, 10141.0, 10221.0, 10157.0, 10238.0, 10162.0, 10251.0, 10205.0, 10277.0, 10191.0, 10258.0, 10204.0, 10251.0, 10213.0, 10280.0, 10235.0, 10194.0, 10204.0, 10174.0, 10261.0, 10198.0, 10251.0, 10149.0, 10147.0, 10151.0, 10192.0, 10164.0, 10167.0, 10271.0, 10195.0, 10246.0, 10345.0, 10321.0, 10325.0, 10279.0, 10264.0, 10231.0, 10213.0, 10251.0, 10179.0, 10239.0, 10141.0, 10194.0, 10104.0, 10168.0, 10069.0, 10131.0, 10066.0, 10114.0, 10053.0, 10057.0, 10069.0, 10018.0, 10087.0, 10068.0, 10125.0, 10088.0, 10127.0, 10092.0, 10145.0, 10101.0, 10152.0, 10115.0, 10135.0, 10082.0, 10136.0, 10103.0, 10187.0, 10139.0, 10240.0, 10143.0, 10221.0, 10145.0, 10211.0, 10165.0, 10253.0, 10179.0, 10191.0, 10175.0, 10149.0, 10186.0, 10200.0, 10206.0, 10255.0, 10172.0, 10240.0, 10159.0, 10231.0, 10186.0, 10239.0, 10141.0, 10205.0, 10139.0, 10190.0, 10141.0, 10194.0, 10138.0, 10177.0, 10109.0, 10153.0, 10207.0, 10156.0, 10226.0, 10137.0, 10205.0, 10135.0, 10188.0, 10136.0, 10186.0, 10137.0, 10193.0, 10145.0, 10149.0, 10181.0, 10175.0, 10260.0, 10189.0, 10258.0, 10185.0, 10253.0, 10179.0, 10244.0, 10210.0, 10261.0, 10166.0, 10220.0, 10136.0, 10221.0, 10187.0, 10195.0, 10133.0, 10198.0, 10139.0, 10221.0, 10153.0, 10196.0, 10154.0, 10182.0, 10170.0, 10242.0, 10169.0, 10218.0, 10148.0, 10190.0, 10165.0, 10198.0, 10182.0, 10117.0, 10198.0, 10151.0, 10240.0, 10177.0, 10254.0, 10259.0, 10264.0, 10231.0, 10204.0, 10284.0, 10228.0, 10324.0, 10266.0, 10263.0, 10234.0, 10191.0, 10242.0, 10158.0, 10119.0, 10157.0, 10135.0, 10178.0, 10149.0, 10154.0, 10246.0, 10173.0, 10264.0, 10183.0, 10240.0, 10224.0, 10254.0, 10217.0, 10265.0, 10190.0, 10178.0, 10248.0, 10164.0, 10267.0, 10177.0, 10232.0, 10135.0, 10134.0, 10158.0, 10167.0, 10172.0, 10149.0, 10174.0, 10187.0, 10176.0, 10263.0, 10210.0, 10249.0, 10161.0, 10196.0, 10155.0, 10183.0, 10170.0, 10168.0, 10170.0, 10159.0, 10206.0, 10148.0, 10227.0, 10173.0, 10183.0, 10180.0, 10193.0, 10183.0, 10250.0, 10216.0, 10257.0, 10171.0, 10257.0, 10179.0, 10268.0, 10190.0, 10258.0, 10200.0, 10180.0, 10139.0, 10181.0, 10206.0, 10216.0, 10241.0, 10177.0, 10128.0, 10180.0, 10164.0, 10258.0, 10161.0, 10239.0, 10147.0, 10231.0, 10186.0, 10263.0, 10192.0, 10253.0, 10169.0, 10173.0, 10131.0, 10191.0, 10255.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.0035083027522935777</td></tr>
<tr><td colspan=3>aqi</td><td>0.04561441811926605</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.04498095243405</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2881057143742816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0042398890815156</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>3688.8384</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12337079345655581</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.091743119266056</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4726024206697956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3807171250574624</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6716568453936462</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.365433291558278</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140752</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025191444903612137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04438532516360283</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.101178069535475</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>16.0972</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.3272</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.4148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297356.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>1128.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.6162</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6563</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>638.1334</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3872.5797</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.4438</td></tr>
<tr><td colspan=3>tsnr</td><td>29.069233468500897</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>