[NbConvertApp] Converting notebook /home/aavsonet/scripts/reports/pipeline_report.ipynb to HTML [NbConvertApp] Executing notebook with kernel: python3 pipeline_report

Telescope oc61 date 220326 (yymmdd)

Run at 03/26/2022 20:02:06 EDT

Warnings and Errors

INFO 251 total images for oc61 on 220326
WARNING 103 images not plate solved at observatory
WARNING 3 images suspected over exposed
WARNING 20 images without target object photometry
WARNING 7 dark masters more than 180 days old
WARNING 3 flat masters more than 15 days old

INFO total images: Number of images processed during the pipeline run

ERROR IMAGE FILE MISSING: This is a serious error. It could be the result of a disk failure or defect in the pipeline scripts.

WARNING images not plate solved at observatory: This indicates images that may of poor quality or under exposed. Good quality images should be plate solved.

WARNING images suspected over exposed: The target object maxadu is over the linearity limit for the camera.

WARNING images without target object photometry: The pipeline performs full frame photometry on every image. This error indicates no photometric result was found that lies with 15 arcsec of the target object. This may be expected for extended objects. For point objects it may indicate a poor-quality image, bad exposure, etc. It makes it more likely the requestor will be not be getting good photometry.

ERROR images with invalid binning: This is a serious error since the pipeline cannot handle multiple binning levels for a given telescope. These images do not get properly processed and will be unusable.

ERROR images with invalid read mode: This indicates the camera configuration at the observatory has changed from its standard and the images are likely out of sync with the calibration images.

ERROR images with invalid image type: This is likely a due to calibration images getting stored on the telescope computer in the wrong directory and getting transferred to the pipeline as science images.

WARNING images with target off center: This indicates that, for plate solved images, the target is 25% of the radius of the image from the center of the frame. This may be intentional as when it is off center to include comp stars. However, it may indicate problems with the telescope pointing.

ERROR images with duplicate times: The frame date and time are identical to another image. This is not possible and represents an error in the pipeline processing.

ERROR Dark and Bias must be at the same temperature: The set of bias and dark calibration masters selected were not at the same temperature. This needs to be investigate and corrected. See calibration file section of this report for more information.

ERROR Science images must be at the same temperature: The science images were taken at more than one temperature. The pipeline will pick the most majority temperature and apply calibration images for that temperature to all images. See the CCD set point section of this report for more information.

WARNING dark masters more than 180 days old: The dark and bias master files in use are getting old. Consider getting new ones. See Calibration File Age section for details.

WARNING flat masters more than 15 days old: The flat master file(s) in use are getting old. Consider getting new ones. See Calibration File Age section for details.

Calibration File Age in Days

Filters used this night B,SG,SI,SR,V
datenite imagetyp filename set_temp filter binning exptime storage_loc Age(d) Active
210919 bias oc61/oc61/calibration/210919/bias_temp-20_bin2.fits -20.0 None 2 None s3 189 Y
210919 dark oc61/oc61/calibration/210919/dark_1.0sec_temp-20_bin2.fits -20.0 None 2 1.00 s3 189 Y
210919 dark oc61/oc61/calibration/210919/dark_3.0sec_temp-20_bin2.fits -20.0 None 2 3.00 s3 189 Y
210919 dark oc61/oc61/calibration/210919/dark_10.0sec_temp-20_bin2.fits -20.0 None 2 10.00 s3 189 Y
210919 dark oc61/oc61/calibration/210919/dark_30.0sec_temp-20_bin2.fits -20.0 None 2 30.00 s3 189 Y
210919 dark oc61/oc61/calibration/210919/dark_100.0sec_temp-20_bin2.fits -20.0 None 2 100.00 s3 189 Y
210919 dark oc61/oc61/calibration/210919/dark_300.0sec_temp-20_bin2.fits -20.0 None 2 300.00 s3 189 Y
220325 flat oc61/oc61/calibration/220325/flatSI_bin2.fits NaN SI 2 None fs 2 Y
220313 flat oc61/oc61/calibration/220313/flatB_bin2.fits NaN B 2 None fs 14 Y
220305 flat oc61/oc61/calibration/220305/flatSG_bin2.fits NaN SG 2 None fs 22 Y
220305 flat oc61/oc61/calibration/220305/flatSR_bin2.fits NaN SR 2 None fs 22 Y
220304 flat oc61/oc61/calibration/220304/flatV_bin2.fits NaN V 2 None fs 23 Y
200128 bias oc61/oc61/calibration/200128/bias.fits -25.0 None 2 0.00 s3 789
200107 bias oc61/oc61/calibration/200107/bias.fits -30.0 None 2 0.00 s3 810
200128 dark oc61/oc61/calibration/200128/dark1.fits -25.0 None 2 1.00 s3 789
200128 dark oc61/oc61/calibration/200128/dark3.fits -25.0 None 2 3.00 s3 789
200128 dark oc61/oc61/calibration/200128/dark10.fits -25.0 None 2 10.00 s3 789
200128 dark oc61/oc61/calibration/200128/dark30.fits -25.0 None 2 30.00 s3 789
200128 dark oc61/oc61/calibration/200128/dark100.fits -25.0 None 2 100.00 s3 789
200128 dark oc61/oc61/calibration/200128/dark300.fits -25.0 None 2 300.00 s3 789
200107 dark oc61/oc61/calibration/200107/dark1.fits -30.0 None 2 1.00 s3 810
200107 dark oc61/oc61/calibration/200107/dark3.fits -30.0 None 2 3.00 s3 810
200107 dark oc61/oc61/calibration/200107/dark10.fits -30.0 None 2 10.00 s3 810
200107 dark oc61/oc61/calibration/200107/dark30.fits -30.0 None 2 30.00 s3 810
200107 dark oc61/oc61/calibration/200107/dark100.fits -30.0 None 2 100.00 s3 810
200107 dark oc61/oc61/calibration/200107/dark300.fits -30.0 None 2 300.00 s3 810

CCD set point vs operating temperature

Maximum delta temperature SET - CCD 0.12 C
/usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py:1402: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  ndim = x[:, None].ndim
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:276: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  x = x[:, np.newaxis]
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:278: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  y = y[:, np.newaxis]

Pointing Performance

Suspected Over Exposed Images

Updating '/home/aavsonet/plans':
At revision 3032.
not here: /home/aavsonet/plans/oc61/.csv
DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp ChgCSV
2022-03-26 10:43:55 U_Men SI 10.000 1.47 5.541 0.001 62596 7.03 no plan

Suspected Under Exposed Images

DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp
2022-03-26 17:43:32 Aql_X_1 SR 120.000 1.58 3.72 11.627 0.051 3766
2022-03-26 09:48:21 BY_Cir B 200.000 1.46 3.19 11.682 0.058 548
2022-03-26 09:52:09 BY_Cir V 100.000 1.46 2.99 12.304 0.069 348
2022-03-26 16:21:50 CI_Aql B 200.000 1.82 4.23 12.094 0.074 439
2022-03-26 16:16:03 CI_Aql V 100.000 1.87 3.08 13.045 0.140 269
2022-03-26 09:04:37 DD_Cir B 200.000 1.49 3.36 12.109 0.067 495
2022-03-26 09:08:25 DD_Cir V 100.000 1.48 3.16 12.983 0.128 195
2022-03-26 15:44:50 GSC_05107_00266 SI 15.000 1.81 17.080 3.725 61
2022-03-26 09:21:42 J1407_Cen B 90.000 1.76 3.47 11.942 0.054 332
2022-03-26 09:29:44 J1407_Cen SI 30.000 1.71 3.33 13.322 0.148 85
2022-03-26 09:27:13 J1407_Cen SR 30.000 1.72 3.33 13.362 0.149 88
2022-03-26 09:26:17 J1407_Cen V 30.000 1.73 2.88 13.625 0.193 115
2022-03-26 12:19:02 NGC_2298 SG 60.000 1.85 4.23 10.569 0.051 736
2022-03-26 12:28:25 NGC_2298 SI 100.000 1.94 11.833 0.070 244
2022-03-26 13:03:51 NGC_2808 SG 60.000 1.23 7.575 0.055 21096
2022-03-26 13:20:02 NGC_2808 SI 100.000 1.26 9.121 0.052 6029
2022-03-26 17:02:56 NGC_5634 SI 100.000 1.49 11.180 0.053 606
2022-03-26 11:02:02 NGC_6362 SG 100.000 1.73 11.633 0.105 10551
2022-03-26 11:13:56 NGC_6362 SI 100.000 1.69 13.782 0.355 1521
2022-03-26 14:38:12 PNV_J17291350 B 150.000 1.47 3.05 12.156 0.066 403
2022-03-26 14:49:23 PNV_J17291350 V 100.000 1.42 3.05 12.938 0.123 217
2022-03-26 17:28:21 Pal_5 SG 100.000 1.57 3.37 12.603 0.087 311
2022-03-26 17:38:30 Pal_5 SI 100.000 1.61 13.103 0.137 777
2022-03-26 08:33:38 TU_Men SG 60.000 1.29 13.107 0.119 117
2022-03-26 07:47:00 TW_Hya SI 15.000 1.35 3.00 14.388 0.412 3954
2022-03-26 07:45:50 TW_Hya SR 15.000 1.36 3.10 14.369 0.381 378
2022-03-26 07:44:01 TW_Hya V 15.000 1.36 2.85 15.547 1.037 225
2022-03-26 14:17:41 V0725_Sgr B 120.000 1.50 12.136 0.086 33112
2022-03-26 10:51:55 V0856_Sco B 12.000 2.05 16.458 2.029 44
2022-03-26 11:20:44 V837_Ara SR 40.000 1.78 3.08 13.425 0.192 4136
2022-03-26 11:19:33 V837_Ara V 40.000 1.78 3.45 13.586 0.215 4600
2022-03-26 08:07:43 V838_Mon SG 180.000 1.33 4.60 13.776 0.354 2094
2022-03-26 08:25:26 V838_Mon SI 180.000 1.35 12.064 0.064 1485
2022-03-26 08:17:44 V838_Mon SR 180.000 1.34 4.30 13.359 0.248 3701
2022-03-26 13:57:54 V841_Oph V 300.000 1.64 12.549 0.137 10981
2022-03-26 10:16:19 V868_Cen B 200.000 1.27 3.69 11.714 0.053 478
2022-03-26 10:26:13 V868_Cen V 100.000 1.25 3.00 12.461 0.075 150
2022-03-26 11:56:45 V992_Sco B 200.000 1.84 3.59 12.855 0.123 239
2022-03-26 12:12:56 V992_Sco V 100.000 1.73 3.10 13.398 0.184 122

Images by Target Object

ASASSN-20da

AUID 000-BNL-373

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 08:38:58 B 30.000 1.70 -6.6 a0126.fits Y 3.11 8.250 0.003 9122
2022-03-26 08:39:51 V 15.000 1.69 -6.6 a0127.fits Y 2.99 9.555 0.006 3113
2022-03-26 08:40:29 SR 15.000 1.69 -6.5 a0128.fits Y 2.75 9.369 0.006 3882
2022-03-26 08:41:06 SI 15.000 1.69 -6.5 a0129.fits Y 3.01 9.242 0.005 3528
2022-03-26 08:41:50 B 30.000 1.69 -6.5 a0130.fits Y 2.97 8.242 0.003 9718
2022-03-26 08:42:43 V 15.000 1.68 -6.5 a0131.fits Y 3.02 9.573 0.006 2828
2022-03-26 08:43:22 SR 15.000 1.68 -6.5 a0132.fits Y 3.21 9.372 0.005 2982
2022-03-26 08:43:58 SI 15.000 1.68 -6.5 a0133.fits Y 3.12 9.280 0.005 3431
2022-03-26 08:44:43 B 30.000 1.67 -6.5 a0134.fits Y 3.00 8.250 0.003 9877
2022-03-26 08:45:35 V 15.000 1.67 -6.5 a0135.fits Y 3.21 9.590 0.006 2436
2022-03-26 08:46:13 SR 15.000 1.67 -6.4 a0136.fits Y 2.91 9.359 0.005 3904
2022-03-26 08:46:50 SI 15.000 1.67 -6.4 a0137.fits Y 3.05 9.252 0.005 3549

ASASSN-V_J18165406-2021176

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 16:31:40 B 120.000 1.22 -2.1 a0316.fits Y 2.77 7.275 0.002 24665
2022-03-26 16:34:03 B 120.000 1.22 -2.1 a0317.fits Y 3.76 7.375 0.002 15510
2022-03-26 16:36:27 V 60.000 1.21 -2.0 a0318.fits Y 3.11 7.904 0.002 11259
2022-03-26 16:37:50 V 60.000 1.21 -2.0 a0319.fits Y 3.33 7.905 0.002 10030
2022-03-26 16:39:14 SR 60.000 1.21 -2.0 a0320.fits Y 3.67 8.448 0.003 5868
2022-03-26 16:40:36 SR 60.000 1.21 -2.0 a0321.fits Y 2.72 8.315 0.003 9310
2022-03-26 16:42:00 SI 60.000 1.20 -1.9 a0322.fits Y 3.38 8.922 0.004 4228
2022-03-26 16:43:21 SI 60.000 1.20 -1.9 a0323.fits Y 3.61 8.936 0.004 3469

Aql_X_1

AUID 000-BDC-003

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 17:43:32 SR 120.000 1.58 -1.8 a0350.fits Y 3.72 11.627 0.051 3766
2022-03-26 17:46:01 SR 120.000 1.57 -1.8 a0351.fits Y 2.95 11.150 0.038 1340

BY_Cir

AUID 000-BBV-663

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 09:33:11 B 200.000 1.51 -5.6 a0156.fits Y 3.54 12.323 0.108 482
2022-03-26 09:36:59 B 200.000 1.50 -5.5 a0157.fits Y 3.05 11.509 0.047 584
2022-03-26 09:40:46 B 200.000 1.49 -5.4 a0158.fits Y 2.82 11.991 0.069 748
2022-03-26 09:44:34 B 200.000 1.48 -5.4 a0159.fits Y 3.32 12.011 0.074 678
2022-03-26 09:48:21 B 200.000 1.46 -5.3 a0160.fits Y 3.19 11.682 0.058 548
2022-03-26 09:52:09 V 100.000 1.46 -5.3 a0161.fits Y 2.99 12.304 0.069 348
2022-03-26 09:54:17 V 100.000 1.45 -5.2 a0162.fits Y 2.99 12.588 0.105 236
2022-03-26 09:56:24 V 100.000 1.45 -5.2 a0163.fits Y 2.82 12.799 0.126 279
2022-03-26 09:58:32 V 100.000 1.44 -5.2 a0164.fits Y 3.18 12.635 0.105 248
2022-03-26 10:00:40 V 100.000 1.43 -5.1 a0165.fits Y 3.83 14.897 0.848 200

CI_Aql

AUID 000-BCD-453

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 16:11:49 V 100.000 1.90 -3.0 a0310.fits Y 3.94 13.451 0.214 204
2022-03-26 16:13:51 V 100.000 1.89 -3.0 a0311.fits Y 3.54 13.312 0.189 218
2022-03-26 16:16:03 V 100.000 1.87 -3.0 a0312.fits Y 3.08 13.045 0.140 269
2022-03-26 16:18:08 B 200.000 1.84 -2.9 a0313.fits Y 4.60 12.204 0.082 409
2022-03-26 16:21:50 B 200.000 1.82 -2.9 a0314.fits Y 4.23 12.094 0.074 439
2022-03-26 16:25:31 B 200.000 1.79 -2.8 a0315.fits Y 3.27 12.779 0.132 482

DD_Cir

AUID 000-BBV-364

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 08:49:22 B 200.000 1.53 -6.0 a0138.fits Y 3.66 12.243 0.077 398
2022-03-26 08:53:12 B 200.000 1.52 -5.9 a0139.fits Y 3.91 12.159 0.074 385
2022-03-26 08:57:00 B 200.000 1.51 -5.8 a0140.fits Y 3.76 12.860 0.135 555
2022-03-26 09:00:49 B 200.000 1.50 -5.8 a0141.fits Y 4.56 12.202 0.075 504
2022-03-26 09:04:37 B 200.000 1.49 -5.7 a0142.fits Y 3.36 12.109 0.067 495
2022-03-26 09:08:25 V 100.000 1.48 -5.6 a0143.fits Y 3.16 12.983 0.128 195
2022-03-26 09:10:33 V 100.000 1.48 -5.6 a0144.fits Y 3.11 13.080 0.136 176
2022-03-26 09:12:41 V 100.000 1.47 -5.6 a0145.fits Y 3.17 13.321 0.172 169
2022-03-26 09:14:49 V 100.000 1.47 -5.5 a0146.fits Y 2.81 14.168 0.370 158
2022-03-26 09:16:56 V 100.000 1.46 -5.5 a0147.fits Y 3.34 13.194 0.153 155

GSC_05107_00266

AUID 000-BJP-383

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 15:40:48 B 30.000 1.84 -3.1 a0294.fits
2022-03-26 15:41:38 B 30.000 1.83 -3.1 a0295.fits
2022-03-26 15:42:28 V 15.000 1.83 -3.1 a0296.fits
2022-03-26 15:43:03 V 15.000 1.82 -3.1 a0297.fits
2022-03-26 15:43:39 SR 15.000 1.82 -3.1 a0298.fits Y 2.49
2022-03-26 15:44:14 SR 15.000 1.81 -3.1 a0299.fits Y 2.60
2022-03-26 15:44:50 SI 15.000 1.81 -3.1 a0300.fits 17.08 3.725 61
2022-03-26 15:45:23 SI 15.000 1.80 -3.1 a0301.fits

J1407_Cen

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 09:21:42 B 90.000 1.76 -5.2 a0148.fits Y 3.47 11.942 0.054 332
2022-03-26 09:23:33 B 90.000 1.74 -5.1 a0149.fits Y 3.73 11.777 0.046 298
2022-03-26 09:25:26 V 30.000 1.74 -5.1 a0150.fits Y 2.59 13.765 0.225 140
2022-03-26 09:26:17 V 30.000 1.73 -5.1 a0151.fits Y 2.88 13.625 0.193 115
2022-03-26 09:27:13 SR 30.000 1.72 -5.1 a0152.fits Y 3.33 13.362 0.149 88
2022-03-26 09:28:02 SR 30.000 1.72 -5.0 a0153.fits Y 2.88 13.371 0.150 106
2022-03-26 09:28:53 SI 30.000 1.71 -5.0 a0154.fits Y 3.91 13.480 0.169 69
2022-03-26 09:29:44 SI 30.000 1.71 -5.0 a0155.fits Y 3.33 13.322 0.148 85

KK_Oph

AUID 000-BDW-739

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 12:41:19 B 30.000 1.97 -4.9 a0235.fits Y 3.53 8.306 0.003 6852
2022-03-26 12:42:13 B 30.000 1.96 -4.8 a0236.fits 8.232 0.003 9080
2022-03-26 12:44:06 V 15.000 1.94 -4.8 a0237.fits Y 3.18 8.908 0.004 4304
2022-03-26 12:44:43 V 15.000 1.94 -4.8 a0238.fits 8.903 0.004 4725
2022-03-26 12:46:22 SR 15.000 1.92 -4.8 a0239.fits Y 3.02 8.665 0.004 5769
2022-03-26 12:47:07 SR 15.000 1.91 -4.8 a0240.fits 8.638 0.004 6458
2022-03-26 12:48:43 SI 15.000 1.90 -4.7 a0241.fits 9.886 0.007 1857
2022-03-26 12:49:43 SI 15.000 1.89 -4.7 a0242.fits 9.871 0.007 2039

NGC_2298

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 12:19:02 SG 60.000 1.85 5.1 a0226.fits Y 4.23 10.569 0.051 736
2022-03-26 12:20:23 SG 100.000 1.87 5.1 a0227.fits Y 3.52 10.565 0.085 1525
2022-03-26 12:22:23 SG 100.000 1.89 5.2 a0228.fits Y 4.10 11.345 0.130 1141
2022-03-26 12:24:23 SG 100.000 1.91 5.2 a0229.fits Y 3.67 11.492 0.161 1224
2022-03-26 12:26:23 SG 100.000 1.92 5.2 a0230.fits Y 4.20 10.260 0.051 1022
2022-03-26 12:28:25 SI 100.000 1.94 5.3 a0231.fits 11.833 0.070 244
2022-03-26 12:31:25 SI 100.000 1.97 5.3 a0232.fits 12.802 0.187 231
2022-03-26 12:33:21 SI 100.000 1.99 5.4 a0233.fits 13.229 0.243 237
2022-03-26 12:35:19 SI 100.000 2.01 5.4 a0234.fits 14.374 0.666 183

NGC_2808

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 13:03:51 SG 60.000 1.23 3.5 a0243.fits 7.575 0.055 21096
2022-03-26 13:06:10 SG 100.000 1.23 3.5 a0244.fits 6.903 0.056 45281
2022-03-26 13:09:09 SG 100.000 1.24 3.6 a0245.fits 7.251 0.070 36836
2022-03-26 13:11:07 SG 100.000 1.24 3.6 a0246.fits 6.885 0.057 47400
2022-03-26 13:13:04 SG 100.000 1.24 3.6 a0247.fits 6.846 0.049 51100
2022-03-26 13:15:03 SI 100.000 1.25 3.7 a0248.fits 9.128 0.054 4757
2022-03-26 13:18:03 SI 100.000 1.25 3.7 a0249.fits 9.119 0.054 4872
2022-03-26 13:20:02 SI 100.000 1.26 3.8 a0250.fits 9.121 0.052 6029
2022-03-26 13:21:58 SI 100.000 1.26 3.8 a0251.fits 9.087 0.050 6636

NGC_4590

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 11:24:55 SG 60.000 1.11 -1.6 a0207.fits Y 3.36 10.423 0.038 1150
2022-03-26 11:26:15 SG 100.000 1.11 -1.6 a0208.fits Y 3.08 9.800 0.034 2243
2022-03-26 11:28:15 SG 100.000 1.11 -1.6 a0209.fits Y 3.70 9.886 0.037 1739
2022-03-26 11:30:14 SG 100.000 1.10 -1.5 a0210.fits Y 3.77 9.903 0.037 1690
2022-03-26 11:32:14 SG 100.000 1.10 -1.5 a0211.fits Y 3.45 9.964 0.044 1830
2022-03-26 11:34:16 SI 100.000 1.10 -1.5 a0212.fits Y 4.02 10.742 0.032 661
2022-03-26 11:36:16 SI 100.000 1.10 -1.4 a0213.fits Y 3.87 10.813 0.032 676
2022-03-26 11:38:16 SI 100.000 1.09 -1.4 a0214.fits Y 3.70 10.778 0.034 707
2022-03-26 11:40:16 SI 100.000 1.09 -1.4 a0215.fits Y 3.08 10.696 0.031 955

NGC_5634

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 16:47:37 SG 60.000 1.43 1.9 a0324.fits Y 3.41 9.818 0.031 3174
2022-03-26 16:48:57 SG 100.000 1.44 2.0 a0325.fits Y 3.61 9.310 0.031 4679
2022-03-26 16:50:57 SG 100.000 1.44 2.0 a0326.fits Y 4.38 9.451 0.039 4120
2022-03-26 16:52:56 SG 100.000 1.45 2.0 a0327.fits Y 4.46 9.470 0.038 3926
2022-03-26 16:54:56 SG 100.000 1.46 2.1 a0328.fits Y 3.70 9.282 0.030 4794
2022-03-26 16:56:55 SG 100.000 1.46 2.1 a0329.fits Y 3.81 9.270 0.030 4462
2022-03-26 16:58:54 SG 100.000 1.47 2.1 a0330.fits Y 3.36 9.383 0.034 5045
2022-03-26 17:00:54 SG 100.000 1.48 2.2 a0331.fits Y 3.84 9.143 0.028 4200
2022-03-26 17:02:56 SI 100.000 1.49 2.2 a0332.fits 11.180 0.053 606
2022-03-26 17:04:55 SI 100.000 1.49 2.2 a0333.fits 11.126 0.057 441
2022-03-26 17:06:53 SI 100.000 1.50 2.3 a0334.fits 11.186 0.053 592
2022-03-26 17:08:54 SI 100.000 1.51 2.3 a0335.fits 11.246 0.054 586
2022-03-26 17:10:52 SI 100.000 1.52 2.3 a0336.fits 11.092 0.046 639
2022-03-26 17:12:49 SI 100.000 1.53 2.4 a0337.fits 11.246 0.054 607
2022-03-26 17:14:46 SI 100.000 1.53 2.4 a0338.fits 11.210 0.053 642

NGC_6362

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 10:59:43 SG 60.000 1.74 -6.9 a0197.fits 12.403 0.168 743
2022-03-26 11:02:02 SG 100.000 1.73 -6.9 a0198.fits 11.633 0.105 10551
2022-03-26 11:05:02 SG 100.000 1.72 -6.8 a0199.fits 11.764 0.146 890
2022-03-26 11:07:00 SG 100.000 1.72 -6.8 a0200.fits 15.910 7.862 655
2022-03-26 11:09:00 SI 100.000 1.71 -6.8 a0201.fits 14.369 0.680 316
2022-03-26 11:11:59 SI 100.000 1.70 -6.7 a0202.fits 10.506 0.019 834
2022-03-26 11:13:56 SI 100.000 1.69 -6.7 a0203.fits 13.782 0.355 1521

PNV_J17291350

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 14:36:41 B 60.000 1.48 -3.2 a0273.fits Y 2.75 12.950 0.109 179
2022-03-26 14:38:12 B 150.000 1.47 -3.2 a0274.fits Y 3.05 12.156 0.066 403
2022-03-26 14:41:12 B 150.000 1.45 -3.2 a0275.fits Y 3.35 13.384 0.185 1362
2022-03-26 14:44:12 B 150.000 1.44 -3.1 a0276.fits Y 2.68 12.599 0.097 337
2022-03-26 14:47:13 V 100.000 1.43 -3.1 a0277.fits Y 3.00 13.329 0.174 203
2022-03-26 14:49:23 V 100.000 1.42 -3.0 a0278.fits Y 3.05 12.938 0.123 217
2022-03-26 14:51:33 V 100.000 1.41 -3.0 a0279.fits Y 3.60

Pal_5

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 17:19:03 SG 60.000 1.53 1.7 a0339.fits Y 3.43 13.248 0.139 170
2022-03-26 17:20:23 SG 100.000 1.54 1.7 a0340.fits Y 3.48
2022-03-26 17:22:22 SG 100.000 1.55 1.7 a0341.fits Y 3.76
2022-03-26 17:24:21 SG 100.000 1.55 1.8 a0342.fits Y 3.56
2022-03-26 17:26:21 SG 100.000 1.56 1.8 a0343.fits Y 3.58 12.604 0.089 228
2022-03-26 17:28:21 SG 100.000 1.57 1.8 a0344.fits Y 3.37 12.603 0.087 311
2022-03-26 17:30:22 SI 100.000 1.57 1.9 a0345.fits
2022-03-26 17:32:38 SI 100.000 1.58 1.9 a0346.fits
2022-03-26 17:34:36 SI 100.000 1.59 1.9 a0347.fits 99.999 9.999 133
2022-03-26 17:36:33 SI 100.000 1.60 2.0 a0348.fits
2022-03-26 17:38:30 SI 100.000 1.61 2.0 a0349.fits 13.103 0.137 777

SY_Cha

AUID 000-BDL-871

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 07:50:30 B 120.000 1.29 -3.5 a0109.fits 9.740 0.008 1877
2022-03-26 07:53:07 B 120.000 1.29 -3.4 a0110.fits 9.731 0.008 1805
2022-03-26 07:55:26 V 60.000 1.29 -3.4 a0111.fits Y 2.84 8.846 0.004 5095
2022-03-26 07:56:46 V 60.000 1.28 -3.4 a0112.fits Y 2.42 8.835 0.004 5048
2022-03-26 07:58:15 SR 60.000 1.28 -3.4 a0113.fits Y 2.73 8.021 0.003 13478
2022-03-26 07:59:34 SR 60.000 1.28 -3.3 a0114.fits Y 2.74 8.019 0.003 12714
2022-03-26 08:00:54 SI 60.000 1.28 -3.3 a0115.fits Y 3.10 8.002 0.003 10990
2022-03-26 08:02:14 SI 60.000 1.28 -3.3 a0116.fits Y 3.15 7.996 0.003 11368

TU_Men

AUID 000-BCW-366

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 08:32:01 SG 60.000 1.28 3.5 a0124.fits 13.404 0.154 91
2022-03-26 08:33:38 SG 60.000 1.29 3.5 a0125.fits 13.107 0.119 117

TW_Hya

AUID 000-BCW-108

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 07:42:15 B 30.000 1.37 -3.7 a0101.fits Y 3.32 8.755 0.004 4711
2022-03-26 07:43:09 B 30.000 1.37 -3.7 a0102.fits Y 3.21 8.754 0.004 5528
2022-03-26 07:44:01 V 15.000 1.36 -3.7 a0103.fits Y 2.85 15.547 1.037 225
2022-03-26 07:44:37 V 15.000 1.36 -3.7 a0104.fits Y 3.01 8.222 0.003 9573
2022-03-26 07:45:15 SR 15.000 1.36 -3.7 a0105.fits Y 3.06 19.444 9.999 254
2022-03-26 07:45:50 SR 15.000 1.36 -3.7 a0106.fits Y 3.10 14.369 0.381 378
2022-03-26 07:46:25 SI 15.000 1.36 -3.6 a0107.fits Y 3.23 7.613 0.002 15383
2022-03-26 07:47:00 SI 15.000 1.35 -3.6 a0108.fits Y 3.00 14.388 0.412 3954

U_Men

AUID 000-BLV-756

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 10:38:34 B 10.000 1.46 6.1 a0176.fits 8.682 0.004 5884
2022-03-26 10:39:15 B 10.000 1.46 6.1 a0177.fits 8.722 0.004 4859
2022-03-26 10:39:50 B 10.000 1.46 6.1 a0178.fits 8.690 0.004 5381
2022-03-26 10:40:26 V 10.000 1.46 6.1 a0179.fits 7.030 0.002 25626
2022-03-26 10:41:21 V 10.000 1.46 6.2 a0180.fits 7.054 0.002 21897
2022-03-26 10:41:57 V 10.000 1.46 6.2 a0181.fits 7.034 0.002 25449
2022-03-26 10:42:34 SI 10.000 1.46 6.2 a0182.fits 9.811 0.010 62650 !OE!
2022-03-26 10:43:21 SI 10.000 1.46 6.2 a0183.fits 6.889 0.001 62650 !OE!
2022-03-26 10:43:55 SI 10.000 1.47 6.2 a0184.fits 5.541 0.001 62596 !OE!

V0725_Sgr

AUID 000-BCB-590

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 13:27:53 B 120.000 1.83 -5.1 a0252.fits 6.888 0.001 39923
2022-03-26 13:31:14 B 120.000 1.80 -5.0 a0253.fits 6.861 0.001 31335
2022-03-26 13:33:34 V 60.000 1.79 -5.0 a0254.fits 7.932 0.003 14178
2022-03-26 13:35:55 V 60.000 1.77 -5.0 a0255.fits 8.024 0.003 9727
2022-03-26 13:37:16 SR 60.000 1.76 -4.9 a0256.fits 6.987 0.002 21678
2022-03-26 13:39:36 SR 60.000 1.74 -4.9 a0257.fits 6.850 0.001 30524
2022-03-26 13:40:55 SI 60.000 1.73 -4.9 a0258.fits 9.568 0.007 2352
2022-03-26 13:43:14 SI 60.000 1.72 -4.8 a0259.fits 9.531 0.006 2748
2022-03-26 14:17:41 B 120.000 1.50 -4.3 a0265.fits 12.136 0.086 33112
2022-03-26 14:21:02 B 120.000 1.48 -4.2 a0266.fits 13.042 0.205 19121
2022-03-26 14:23:22 V 60.000 1.48 -4.2 a0267.fits 7.832 0.002 15719
2022-03-26 14:25:43 V 60.000 1.47 -4.1 a0268.fits 7.852 0.002 13522
2022-03-26 14:27:04 SR 60.000 1.46 -4.1 a0269.fits 6.821 0.001 43284
2022-03-26 14:29:24 SR 60.000 1.45 -4.1 a0270.fits 6.818 0.001 39450
2022-03-26 14:30:42 SI 60.000 1.44 -4.1 a0271.fits 9.589 0.007 1884
2022-03-26 14:33:02 SI 60.000 1.43 -4.0 a0272.fits 9.478 0.006 3026
2022-03-26 15:17:23 B 120.000 1.26 -3.3 a0286.fits 6.795 0.001 27995
2022-03-26 15:20:45 B 120.000 1.25 -3.2 a0287.fits 6.729 0.001 39577
2022-03-26 15:23:04 V 60.000 1.25 -3.2 a0288.fits 7.831 0.002 12877
2022-03-26 15:25:25 V 60.000 1.24 -3.1 a0289.fits 7.828 0.002 14155
2022-03-26 15:26:46 SR 60.000 1.24 -3.1 a0290.fits 7.050 0.002 28687
2022-03-26 15:29:06 SR 60.000 1.23 -3.1 a0291.fits 6.837 0.001 41388
2022-03-26 15:30:25 SI 60.000 1.23 -3.1 a0292.fits 9.453 0.006 3026
2022-03-26 15:32:45 SI 60.000 1.22 -3.0 a0293.fits 9.429 0.006 3154

V0856_Sco

AUID 000-BCX-156

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 10:50:40 B 12.000 2.06 -5.7 a0185.fits
2022-03-26 10:51:24 B 12.000 2.05 -5.7 a0186.fits
2022-03-26 10:51:55 B 12.000 2.05 -5.7 a0187.fits 16.458 2.029 44
2022-03-26 10:52:26 V 5.000 2.04 -5.6 a0188.fits
2022-03-26 10:52:51 V 5.000 2.04 -5.6 a0189.fits 10.459 0.010 1253
2022-03-26 10:53:15 V 5.000 2.03 -5.6 a0190.fits 10.473 0.010 1210
2022-03-26 10:53:40 SR 5.000 2.03 -5.6 a0191.fits 9.979 0.008 1605
2022-03-26 10:54:26 SR 5.000 2.02 -5.6 a0192.fits 9.783 0.007 2146
2022-03-26 10:54:48 SR 5.000 2.02 -5.6 a0193.fits 9.773 0.007 2081
2022-03-26 10:55:11 SI 5.000 2.02 -5.6 a0194.fits 9.978 0.008 2084
2022-03-26 10:56:35 SI 5.000 2.00 -5.6 a0195.fits 9.979 0.008 1684
2022-03-26 10:56:58 SI 5.000 2.00 -5.6 a0196.fits 9.982 0.008 1459

V3890_Sgr

AUID 000-BCC-531

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 14:56:02 V 100.000 1.61 -3.9 a0280.fits 11.225 0.030 619
2022-03-26 14:59:05 V 100.000 1.59 -3.9 a0281.fits 10.980 0.025 904
2022-03-26 15:01:04 V 100.000 1.58 -3.9 a0282.fits 10.924 0.022 1013
2022-03-26 15:03:06 B 200.000 1.55 -3.8 a0283.fits 10.136 0.015 1818
2022-03-26 15:07:49 B 200.000 1.53 -3.7 a0284.fits 10.148 0.015 1884
2022-03-26 15:11:28 B 200.000 1.51 -3.7 a0285.fits 10.154 0.015 1999

V837_Ara

AUID 000-BCT-804

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 11:18:04 B 60.000 1.79 -6.2 a0204.fits Y 3.34 6.852 0.001 26672
2022-03-26 11:19:33 V 40.000 1.78 -6.2 a0205.fits Y 3.45 13.586 0.215 4600
2022-03-26 11:20:44 SR 40.000 1.78 -6.2 a0206.fits Y 3.08 13.425 0.192 4136

V838_Mon

AUID 000-BBM-355

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 08:06:52 SG 30.000 1.33 0.7 a0117.fits Y 3.30 10.091 0.009 1550
2022-03-26 08:07:43 SG 180.000 1.33 0.7 a0118.fits Y 4.60 13.776 0.354 2094
2022-03-26 08:11:03 SG 180.000 1.33 0.7 a0119.fits Y 4.35 8.345 0.003 5635
2022-03-26 08:14:23 SR 180.000 1.34 0.8 a0120.fits Y 4.34 13.508 0.276 1102
2022-03-26 08:17:44 SR 180.000 1.34 0.8 a0121.fits Y 4.30 13.359 0.248 3701
2022-03-26 08:21:08 SI 180.000 1.35 0.9 a0122.fits 13.544 0.246 455
2022-03-26 08:25:26 SI 180.000 1.35 1.0 a0123.fits 12.064 0.064 1485

V841_Oph

AUID 000-BBY-278

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 13:46:57 V 300.000 1.72 -3.6 a0260.fits Y 3.95 9.316 0.008 15558
2022-03-26 13:52:25 V 300.000 1.68 -3.5 a0261.fits Y 3.62 9.735 0.010 20767
2022-03-26 13:57:54 V 300.000 1.64 -3.4 a0262.fits 12.549 0.137 10981
2022-03-26 14:04:21 V 300.000 1.61 -3.3 a0263.fits 7.083 0.002 15598
2022-03-26 14:09:48 V 300.000 1.57 -3.2 a0264.fits 13.114 0.242 10154

V868_Cen

AUID 000-BBV-014

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 10:04:57 B 200.000 1.29 -4.1 a0166.fits Y 4.72 12.662 0.123 505
2022-03-26 10:08:44 B 200.000 1.28 -4.1 a0167.fits Y 3.95 11.887 0.061 507
2022-03-26 10:12:31 B 200.000 1.27 -4.0 a0168.fits Y 3.62 12.294 0.091 488
2022-03-26 10:16:19 B 200.000 1.27 -3.9 a0169.fits Y 3.69 11.714 0.053 478
2022-03-26 10:20:07 B 200.000 1.26 -3.9 a0170.fits Y 3.18 12.316 0.086 561
2022-03-26 10:24:06 V 100.000 1.26 -3.8 a0171.fits Y 3.10 14.366 0.433 83
2022-03-26 10:26:13 V 100.000 1.25 -3.8 a0172.fits Y 3.00 12.461 0.075 150
2022-03-26 10:28:21 V 100.000 1.25 -3.7 a0173.fits Y 3.09 14.578 0.545 72
2022-03-26 10:30:27 V 100.000 1.24 -3.7 a0174.fits Y 2.90 14.342 0.417 105
2022-03-26 10:32:36 V 100.000 1.24 -3.7 a0175.fits Y 3.01 12.586 0.088 133

V992_Sco

AUID 000-BBY-502

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 11:45:20 B 200.000 1.93 -5.7 a0216.fits Y 3.45
2022-03-26 11:49:09 B 200.000 1.90 -5.7 a0217.fits Y 3.31 13.155 0.184 409
2022-03-26 11:52:57 B 200.000 1.87 -5.6 a0218.fits Y 3.49 13.218 0.170 1076
2022-03-26 11:56:45 B 200.000 1.84 -5.6 a0219.fits Y 3.59 12.855 0.123 239
2022-03-26 12:00:33 B 200.000 1.81 -5.5 a0220.fits Y 4.00 13.117 0.169 252
2022-03-26 12:04:23 V 100.000 1.79 -5.4 a0221.fits Y 3.25 13.433 0.191 114
2022-03-26 12:06:31 V 100.000 1.78 -5.4 a0222.fits Y 3.35 16.599 3.347 1868
2022-03-26 12:08:40 V 100.000 1.76 -5.4 a0223.fits Y 3.61
2022-03-26 12:10:48 V 100.000 1.75 -5.3 a0224.fits Y 3.37
2022-03-26 12:12:56 V 100.000 1.73 -5.3 a0225.fits Y 3.10 13.398 0.184 122

XX_Sct

AUID 000-BCX-193

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-03-26 15:47:52 B 120.000 1.79 -3.2 a0302.fits Y 3.39 8.509 0.004 6220
2022-03-26 15:50:18 B 120.000 1.77 -3.2 a0303.fits Y 3.19 8.141 0.003 9202
2022-03-26 15:52:43 V 60.000 1.76 -3.1 a0304.fits Y 3.40 8.920 0.004 4042
2022-03-26 15:54:17 V 60.000 1.75 -3.1 a0305.fits Y 3.30 8.943 0.004 3881
2022-03-26 15:55:43 SR 60.000 1.74 -3.1 a0306.fits Y 2.89 8.809 0.004 5939
2022-03-26 15:57:05 SR 60.000 1.73 -3.1 a0307.fits Y 2.82 8.815 0.004 5924
2022-03-26 15:58:28 SI 60.000 1.72 -3.0 a0308.fits Y 3.07 10.056 0.009 1500
2022-03-26 15:59:49 SI 60.000 1.71 -3.0 a0309.fits Y 3.27 10.102 0.010 1303

Remark-o-matic Image View

images 101 to 150

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:42:15 a0101.fits TW_Hya B 30.000 1.37 -3.7 Y 3.32 8.755 0.004 4711 0.83
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:43:09 a0102.fits TW_Hya B 30.000 1.37 -3.7 Y 3.21 8.754 0.004 5528 0.85
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:44:01 a0103.fits TW_Hya V 15.000 1.36 -3.7 Y 2.85 15.547 1.037 225 0.85
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:44:37 a0104.fits TW_Hya V 15.000 1.36 -3.7 Y 3.01 8.222 0.003 9573 0.86
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:45:15 a0105.fits TW_Hya SR 15.000 1.36 -3.7 Y 3.06 19.444 9.999 254 0.85
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:45:50 a0106.fits TW_Hya SR 15.000 1.36 -3.7 Y 3.10 14.369 0.381 378 0.85
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:46:25 a0107.fits TW_Hya SI 15.000 1.36 -3.6 Y 3.23 7.613 0.002 15383 0.86
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:47:00 a0108.fits TW_Hya SI 15.000 1.35 -3.6 Y 3.00 14.388 0.412 3954 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:50:30 a0109.fits SY_Cha B 120.000 1.29 -3.5 9.74 0.008 1877
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:53:07 a0110.fits SY_Cha B 120.000 1.29 -3.4 9.731 0.008 1805
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:55:26 a0111.fits SY_Cha V 60.000 1.29 -3.4 Y 2.84 8.846 0.004 5095 0.92
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:56:46 a0112.fits SY_Cha V 60.000 1.28 -3.4 Y 2.42 8.835 0.004 5048 0.94
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:58:15 a0113.fits SY_Cha SR 60.000 1.28 -3.4 Y 2.73 8.021 0.003 13478 0.96
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 07:59:34 a0114.fits SY_Cha SR 60.000 1.28 -3.3 Y 2.74 8.019 0.003 12714 0.97
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:00:54 a0115.fits SY_Cha SI 60.000 1.28 -3.3 Y 3.10 8.002 0.003 10990 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:02:14 a0116.fits SY_Cha SI 60.000 1.28 -3.3 Y 3.15 7.996 0.003 11368 1.00
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:06:52 a0117.fits V838_Mon SG 30.000 1.33 0.7 Y 3.30 10.091 0.009 1550 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:07:43 a0118.fits V838_Mon SG 180.000 1.33 0.7 Y 4.60 13.776 0.354 2094 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:11:03 a0119.fits V838_Mon SG 180.000 1.33 0.7 Y 4.35 8.345 0.003 5635 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:14:23 a0120.fits V838_Mon SR 180.000 1.34 0.8 Y 4.34 13.508 0.276 1102 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:17:44 a0121.fits V838_Mon SR 180.000 1.34 0.8 Y 4.30 13.359 0.248 3701 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:21:08 a0122.fits V838_Mon SI 180.000 1.35 0.9 13.544 0.246 455
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:25:26 a0123.fits V838_Mon SI 180.000 1.35 1.0 12.064 0.064 1485
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:32:01 a0124.fits TU_Men SG 60.000 1.28 3.5 13.404 0.154 91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:33:38 a0125.fits TU_Men SG 60.000 1.29 3.5 13.107 0.119 117
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:38:58 a0126.fits ASASSN-20da B 30.000 1.70 -6.6 Y 3.11 8.25 0.003 9122 0.42
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:39:51 a0127.fits ASASSN-20da V 15.000 1.69 -6.6 Y 2.99 9.555 0.006 3113 0.42
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:40:29 a0128.fits ASASSN-20da SR 15.000 1.69 -6.5 Y 2.75 9.369 0.006 3882 0.44
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:41:06 a0129.fits ASASSN-20da SI 15.000 1.69 -6.5 Y 3.01 9.242 0.005 3528 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:41:50 a0130.fits ASASSN-20da B 30.000 1.69 -6.5 Y 2.97 8.242 0.003 9718 0.46
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:42:43 a0131.fits ASASSN-20da V 15.000 1.68 -6.5 Y 3.02 9.573 0.006 2828 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:43:22 a0132.fits ASASSN-20da SR 15.000 1.68 -6.5 Y 3.21 9.372 0.005 2982 0.50
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:43:58 a0133.fits ASASSN-20da SI 15.000 1.68 -6.5 Y 3.12 9.28 0.005 3431 0.49
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:44:43 a0134.fits ASASSN-20da B 30.000 1.67 -6.5 Y 3.00 8.25 0.003 9877 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:45:35 a0135.fits ASASSN-20da V 15.000 1.67 -6.5 Y 3.21 9.59 0.006 2436 0.49
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:46:13 a0136.fits ASASSN-20da SR 15.000 1.67 -6.4 Y 2.91 9.359 0.005 3904 0.51
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:46:50 a0137.fits ASASSN-20da SI 15.000 1.67 -6.4 Y 3.05 9.252 0.005 3549 0.51
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:49:22 a0138.fits DD_Cir B 200.000 1.53 -6.0 Y 3.66 12.243 0.077 398 0.23
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:53:12 a0139.fits DD_Cir B 200.000 1.52 -5.9 Y 3.91 12.159 0.074 385 0.25
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 08:57:00 a0140.fits DD_Cir B 200.000 1.51 -5.8 Y 3.76 12.86 0.135 555 0.27
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:00:49 a0141.fits DD_Cir B 200.000 1.50 -5.8 Y 4.56 12.202 0.075 504 0.30
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:04:37 a0142.fits DD_Cir B 200.000 1.49 -5.7 Y 3.36 12.109 0.067 495 0.35
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:08:25 a0143.fits DD_Cir V 100.000 1.48 -5.6 Y 3.16 12.983 0.128 195 0.37
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:10:33 a0144.fits DD_Cir V 100.000 1.48 -5.6 Y 3.11 13.08 0.136 176 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:12:41 a0145.fits DD_Cir V 100.000 1.47 -5.6 Y 3.17 13.321 0.172 169 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:14:49 a0146.fits DD_Cir V 100.000 1.47 -5.5 Y 2.81 14.168 0.37 158 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:16:56 a0147.fits DD_Cir V 100.000 1.46 -5.5 Y 3.34 13.194 0.153 155 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:21:42 a0148.fits J1407_Cen B 90.000 1.76 -5.2 Y 3.47 11.942 0.054 332 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:23:33 a0149.fits J1407_Cen B 90.000 1.74 -5.1 Y 3.73 11.777 0.046 298 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:25:26 a0150.fits J1407_Cen V 30.000 1.74 -5.1 Y 2.59 13.765 0.225 140 0.14

images 151 to 200

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:26:17 a0151.fits J1407_Cen V 30.000 1.73 -5.1 Y 2.88 13.625 0.193 115 0.16
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:27:13 a0152.fits J1407_Cen SR 30.000 1.72 -5.1 Y 3.33 13.362 0.149 88 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:28:02 a0153.fits J1407_Cen SR 30.000 1.72 -5.0 Y 2.88 13.371 0.15 106 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:28:53 a0154.fits J1407_Cen SI 30.000 1.71 -5.0 Y 3.91 13.48 0.169 69 0.17
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:29:44 a0155.fits J1407_Cen SI 30.000 1.71 -5.0 Y 3.33 13.322 0.148 85 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:33:11 a0156.fits BY_Cir B 200.000 1.51 -5.6 Y 3.54 12.323 0.108 482 0.46
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:36:59 a0157.fits BY_Cir B 200.000 1.50 -5.5 Y 3.05 11.509 0.047 584 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:40:46 a0158.fits BY_Cir B 200.000 1.49 -5.4 Y 2.82 11.991 0.069 748 0.49
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:44:34 a0159.fits BY_Cir B 200.000 1.48 -5.4 Y 3.32 12.011 0.074 678 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:48:21 a0160.fits BY_Cir B 200.000 1.46 -5.3 Y 3.19 11.682 0.058 548 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:52:09 a0161.fits BY_Cir V 100.000 1.46 -5.3 Y 2.99 12.304 0.069 348 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:54:17 a0162.fits BY_Cir V 100.000 1.45 -5.2 Y 2.99 12.588 0.105 236 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:56:24 a0163.fits BY_Cir V 100.000 1.45 -5.2 Y 2.82 12.799 0.126 279 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 09:58:32 a0164.fits BY_Cir V 100.000 1.44 -5.2 Y 3.18 12.635 0.105 248 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:00:40 a0165.fits BY_Cir V 100.000 1.43 -5.1 Y 3.83 14.897 0.848 200 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:04:57 a0166.fits V868_Cen B 200.000 1.29 -4.1 Y 4.72 12.662 0.123 505 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:08:44 a0167.fits V868_Cen B 200.000 1.28 -4.1 Y 3.95 11.887 0.061 507 0.91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:12:31 a0168.fits V868_Cen B 200.000 1.27 -4.0 Y 3.62 12.294 0.091 488 0.96
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:16:19 a0169.fits V868_Cen B 200.000 1.27 -3.9 Y 3.69 11.714 0.053 478 1.00
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:20:07 a0170.fits V868_Cen B 200.000 1.26 -3.9 Y 3.18 12.316 0.086 561 1.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:24:06 a0171.fits V868_Cen V 100.000 1.26 -3.8 Y 3.10 14.366 0.433 83 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:26:13 a0172.fits V868_Cen V 100.000 1.25 -3.8 Y 3.00 12.461 0.075 150 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:28:21 a0173.fits V868_Cen V 100.000 1.25 -3.7 Y 3.09 14.578 0.545 72 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:30:27 a0174.fits V868_Cen V 100.000 1.24 -3.7 Y 2.90 14.342 0.417 105 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:32:36 a0175.fits V868_Cen V 100.000 1.24 -3.7 Y 3.01 12.586 0.088 133 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:38:34 a0176.fits U_Men B 10.000 1.46 6.1 8.682 0.004 5884
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:39:15 a0177.fits U_Men B 10.000 1.46 6.1 8.722 0.004 4859
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:39:50 a0178.fits U_Men B 10.000 1.46 6.1 8.69 0.004 5381
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:40:26 a0179.fits U_Men V 10.000 1.46 6.1 7.03 0.002 25626
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:41:21 a0180.fits U_Men V 10.000 1.46 6.2 7.054 0.002 21897
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:41:57 a0181.fits U_Men V 10.000 1.46 6.2 7.034 0.002 25449
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:42:34 a0182.fits U_Men SI 10.000 1.46 6.2 9.811 0.01 62650
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:43:21 a0183.fits U_Men SI 10.000 1.46 6.2 6.889 0.001 62650
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:43:55 a0184.fits U_Men SI 10.000 1.47 6.2 5.541 0.001 62596
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:50:40 a0185.fits V0856_Sco B 12.000 2.06 -5.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:51:24 a0186.fits V0856_Sco B 12.000 2.05 -5.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:51:55 a0187.fits V0856_Sco B 12.000 2.05 -5.7 16.458 2.029 44
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:52:26 a0188.fits V0856_Sco V 5.000 2.04 -5.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:52:51 a0189.fits V0856_Sco V 5.000 2.04 -5.6 10.459 0.01 1253
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:53:15 a0190.fits V0856_Sco V 5.000 2.03 -5.6 10.473 0.01 1210
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:53:40 a0191.fits V0856_Sco SR 5.000 2.03 -5.6 9.979 0.008 1605
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:54:26 a0192.fits V0856_Sco SR 5.000 2.02 -5.6 9.783 0.007 2146
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:54:48 a0193.fits V0856_Sco SR 5.000 2.02 -5.6 9.773 0.007 2081
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:55:11 a0194.fits V0856_Sco SI 5.000 2.02 -5.6 9.978 0.008 2084
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:56:35 a0195.fits V0856_Sco SI 5.000 2.00 -5.6 9.979 0.008 1684
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:56:58 a0196.fits V0856_Sco SI 5.000 2.00 -5.6 9.982 0.008 1459
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 10:59:43 a0197.fits NGC_6362 SG 60.000 1.74 -6.9 12.403 0.168 743
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:02:02 a0198.fits NGC_6362 SG 100.000 1.73 -6.9 11.633 0.105 10551
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:05:02 a0199.fits NGC_6362 SG 100.000 1.72 -6.8 11.764 0.146 890
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:07:00 a0200.fits NGC_6362 SG 100.000 1.72 -6.8 15.91 7.862 655

images 201 to 250

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:09:00 a0201.fits NGC_6362 SI 100.000 1.71 -6.8 14.369 0.68 316
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:11:59 a0202.fits NGC_6362 SI 100.000 1.70 -6.7 10.506 0.019 834
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:13:56 a0203.fits NGC_6362 SI 100.000 1.69 -6.7 13.782 0.355 1521
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:18:04 a0204.fits V837_Ara B 60.000 1.79 -6.2 Y 3.34 6.852 0.001 26672 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:19:33 a0205.fits V837_Ara V 40.000 1.78 -6.2 Y 3.45 13.586 0.215 4600 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:20:44 a0206.fits V837_Ara SR 40.000 1.78 -6.2 Y 3.08 13.425 0.192 4136 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:24:55 a0207.fits NGC_4590 SG 60.000 1.11 -1.6 Y 3.36 10.423 0.038 1150 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:26:15 a0208.fits NGC_4590 SG 100.000 1.11 -1.6 Y 3.08 9.8 0.034 2243 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:28:15 a0209.fits NGC_4590 SG 100.000 1.11 -1.6 Y 3.70 9.886 0.037 1739 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:30:14 a0210.fits NGC_4590 SG 100.000 1.10 -1.5 Y 3.77 9.903 0.037 1690 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:32:14 a0211.fits NGC_4590 SG 100.000 1.10 -1.5 Y 3.45 9.964 0.044 1830 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:34:16 a0212.fits NGC_4590 SI 100.000 1.10 -1.5 Y 4.02 10.742 0.032 661 0.12
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:36:16 a0213.fits NGC_4590 SI 100.000 1.10 -1.4 Y 3.87 10.813 0.032 676 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:38:16 a0214.fits NGC_4590 SI 100.000 1.09 -1.4 Y 3.70 10.778 0.034 707 0.18
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:40:16 a0215.fits NGC_4590 SI 100.000 1.09 -1.4 Y 3.08 10.696 0.031 955 0.19
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:45:20 a0216.fits V992_Sco B 200.000 1.93 -5.7 Y 3.45 0.74
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:49:09 a0217.fits V992_Sco B 200.000 1.90 -5.7 Y 3.31 13.155 0.184 409 0.75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:52:57 a0218.fits V992_Sco B 200.000 1.87 -5.6 Y 3.49 13.218 0.17 1076 0.76
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 11:56:45 a0219.fits V992_Sco B 200.000 1.84 -5.6 Y 3.59 12.855 0.123 239 0.75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:00:33 a0220.fits V992_Sco B 200.000 1.81 -5.5 Y 4.00 13.117 0.169 252 0.76
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:04:23 a0221.fits V992_Sco V 100.000 1.79 -5.4 Y 3.25 13.433 0.191 114 0.75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:06:31 a0222.fits V992_Sco V 100.000 1.78 -5.4 Y 3.35 16.599 3.347 1868 0.75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:08:40 a0223.fits V992_Sco V 100.000 1.76 -5.4 Y 3.61 0.74
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:10:48 a0224.fits V992_Sco V 100.000 1.75 -5.3 Y 3.37 0.77
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:12:56 a0225.fits V992_Sco V 100.000 1.73 -5.3 Y 3.10 13.398 0.184 122 0.76
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:19:02 a0226.fits NGC_2298 SG 60.000 1.85 5.1 Y 4.23 10.569 0.051 736 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:20:23 a0227.fits NGC_2298 SG 100.000 1.87 5.1 Y 3.52 10.565 0.085 1525 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:22:23 a0228.fits NGC_2298 SG 100.000 1.89 5.2 Y 4.10 11.345 0.13 1141 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:24:23 a0229.fits NGC_2298 SG 100.000 1.91 5.2 Y 3.67 11.492 0.161 1224 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:26:23 a0230.fits NGC_2298 SG 100.000 1.92 5.2 Y 4.20 10.26 0.051 1022 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:28:25 a0231.fits NGC_2298 SI 100.000 1.94 5.3 11.833 0.07 244
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:31:25 a0232.fits NGC_2298 SI 100.000 1.97 5.3 12.802 0.187 231
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:33:21 a0233.fits NGC_2298 SI 100.000 1.99 5.4 13.229 0.243 237
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:35:19 a0234.fits NGC_2298 SI 100.000 2.01 5.4 14.374 0.666 183
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:41:19 a0235.fits KK_Oph B 30.000 1.97 -4.9 Y 3.53 8.306 0.003 6852 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:42:13 a0236.fits KK_Oph B 30.000 1.96 -4.8 8.232 0.003 9080
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:44:06 a0237.fits KK_Oph V 15.000 1.94 -4.8 Y 3.18 8.908 0.004 4304 0.88
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:44:43 a0238.fits KK_Oph V 15.000 1.94 -4.8 8.903 0.004 4725
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:46:22 a0239.fits KK_Oph SR 15.000 1.92 -4.8 Y 3.02 8.665 0.004 5769 0.90
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:47:07 a0240.fits KK_Oph SR 15.000 1.91 -4.8 8.638 0.004 6458
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:48:43 a0241.fits KK_Oph SI 15.000 1.90 -4.7 9.886 0.007 1857
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 12:49:43 a0242.fits KK_Oph SI 15.000 1.89 -4.7 9.871 0.007 2039
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:03:51 a0243.fits NGC_2808 SG 60.000 1.23 3.5 7.575 0.055 21096
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:06:10 a0244.fits NGC_2808 SG 100.000 1.23 3.5 6.903 0.056 45281
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:09:09 a0245.fits NGC_2808 SG 100.000 1.24 3.6 7.251 0.07 36836
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:11:07 a0246.fits NGC_2808 SG 100.000 1.24 3.6 6.885 0.057 47400
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:13:04 a0247.fits NGC_2808 SG 100.000 1.24 3.6 6.846 0.049 51100
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:15:03 a0248.fits NGC_2808 SI 100.000 1.25 3.7 9.128 0.054 4757
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:18:03 a0249.fits NGC_2808 SI 100.000 1.25 3.7 9.119 0.054 4872
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:20:02 a0250.fits NGC_2808 SI 100.000 1.26 3.8 9.121 0.052 6029

images 251 to 300

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:21:58 a0251.fits NGC_2808 SI 100.000 1.26 3.8 9.087 0.05 6636
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:27:53 a0252.fits V0725_Sgr B 120.000 1.83 -5.1 6.888 0.001 39923
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:31:14 a0253.fits V0725_Sgr B 120.000 1.80 -5.0 6.861 0.001 31335
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:33:34 a0254.fits V0725_Sgr V 60.000 1.79 -5.0 7.932 0.003 14178
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:35:55 a0255.fits V0725_Sgr V 60.000 1.77 -5.0 8.024 0.003 9727
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:37:16 a0256.fits V0725_Sgr SR 60.000 1.76 -4.9 6.987 0.002 21678
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:39:36 a0257.fits V0725_Sgr SR 60.000 1.74 -4.9 6.85 0.001 30524
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:40:55 a0258.fits V0725_Sgr SI 60.000 1.73 -4.9 9.568 0.007 2352
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:43:14 a0259.fits V0725_Sgr SI 60.000 1.72 -4.8 9.531 0.006 2748
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:46:57 a0260.fits V841_Oph V 300.000 1.72 -3.6 Y 3.95 9.316 0.008 15558 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:52:25 a0261.fits V841_Oph V 300.000 1.68 -3.5 Y 3.62 9.735 0.01 20767 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 13:57:54 a0262.fits V841_Oph V 300.000 1.64 -3.4 12.549 0.137 10981
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:04:21 a0263.fits V841_Oph V 300.000 1.61 -3.3 7.083 0.002 15598
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:09:48 a0264.fits V841_Oph V 300.000 1.57 -3.2 13.114 0.242 10154
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:17:41 a0265.fits V0725_Sgr B 120.000 1.50 -4.3 12.136 0.086 33112
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:21:02 a0266.fits V0725_Sgr B 120.000 1.48 -4.2 13.042 0.205 19121
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:23:22 a0267.fits V0725_Sgr V 60.000 1.48 -4.2 7.832 0.002 15719
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:25:43 a0268.fits V0725_Sgr V 60.000 1.47 -4.1 7.852 0.002 13522
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:27:04 a0269.fits V0725_Sgr SR 60.000 1.46 -4.1 6.821 0.001 43284
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:29:24 a0270.fits V0725_Sgr SR 60.000 1.45 -4.1 6.818 0.001 39450
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:30:42 a0271.fits V0725_Sgr SI 60.000 1.44 -4.1 9.589 0.007 1884
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:33:02 a0272.fits V0725_Sgr SI 60.000 1.43 -4.0 9.478 0.006 3026
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:36:41 a0273.fits PNV_J17291350 B 60.000 1.48 -3.2 Y 2.75 12.95 0.109 179 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:38:12 a0274.fits PNV_J17291350 B 150.000 1.47 -3.2 Y 3.05 12.156 0.066 403 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:41:12 a0275.fits PNV_J17291350 B 150.000 1.45 -3.2 Y 3.35 13.384 0.185 1362 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:44:12 a0276.fits PNV_J17291350 B 150.000 1.44 -3.1 Y 2.68 12.599 0.097 337 0.23
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:47:13 a0277.fits PNV_J17291350 V 100.000 1.43 -3.1 Y 3.00 13.329 0.174 203 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:49:23 a0278.fits PNV_J17291350 V 100.000 1.42 -3.0 Y 3.05 12.938 0.123 217 0.22
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:51:33 a0279.fits PNV_J17291350 V 100.000 1.41 -3.0 Y 3.60 0.23
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:56:02 a0280.fits V3890_Sgr V 100.000 1.61 -3.9 11.225 0.03 619
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 14:59:05 a0281.fits V3890_Sgr V 100.000 1.59 -3.9 10.98 0.025 904
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:01:04 a0282.fits V3890_Sgr V 100.000 1.58 -3.9 10.924 0.022 1013
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:03:06 a0283.fits V3890_Sgr B 200.000 1.55 -3.8 10.136 0.015 1818
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:07:49 a0284.fits V3890_Sgr B 200.000 1.53 -3.7 10.148 0.015 1884
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:11:28 a0285.fits V3890_Sgr B 200.000 1.51 -3.7 10.154 0.015 1999
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:17:23 a0286.fits V0725_Sgr B 120.000 1.26 -3.3 6.795 0.001 27995
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:20:45 a0287.fits V0725_Sgr B 120.000 1.25 -3.2 6.729 0.001 39577
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:23:04 a0288.fits V0725_Sgr V 60.000 1.25 -3.2 7.831 0.002 12877
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:25:25 a0289.fits V0725_Sgr V 60.000 1.24 -3.1 7.828 0.002 14155
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:26:46 a0290.fits V0725_Sgr SR 60.000 1.24 -3.1 7.05 0.002 28687
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:29:06 a0291.fits V0725_Sgr SR 60.000 1.23 -3.1 6.837 0.001 41388
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:30:25 a0292.fits V0725_Sgr SI 60.000 1.23 -3.1 9.453 0.006 3026
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:32:45 a0293.fits V0725_Sgr SI 60.000 1.22 -3.0 9.429 0.006 3154
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:40:48 a0294.fits GSC_05107_00266 B 30.000 1.84 -3.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:41:38 a0295.fits GSC_05107_00266 B 30.000 1.83 -3.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:42:28 a0296.fits GSC_05107_00266 V 15.000 1.83 -3.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:43:03 a0297.fits GSC_05107_00266 V 15.000 1.82 -3.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:43:39 a0298.fits GSC_05107_00266 SR 15.000 1.82 -3.1 Y 2.49 0.31
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:44:14 a0299.fits GSC_05107_00266 SR 15.000 1.81 -3.1 Y 2.60 0.31
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:44:50 a0300.fits GSC_05107_00266 SI 15.000 1.81 -3.1 17.08 3.725 61

images 301 to 350

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:45:23 a0301.fits GSC_05107_00266 SI 15.000 1.80 -3.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:47:52 a0302.fits XX_Sct B 120.000 1.79 -3.2 Y 3.39 8.509 0.004 6220 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:50:18 a0303.fits XX_Sct B 120.000 1.77 -3.2 Y 3.19 8.141 0.003 9202 0.98
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:52:43 a0304.fits XX_Sct V 60.000 1.76 -3.1 Y 3.40 8.92 0.004 4042 1.00
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:54:17 a0305.fits XX_Sct V 60.000 1.75 -3.1 Y 3.30 8.943 0.004 3881 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:55:43 a0306.fits XX_Sct SR 60.000 1.74 -3.1 Y 2.89 8.809 0.004 5939 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:57:05 a0307.fits XX_Sct SR 60.000 1.73 -3.1 Y 2.82 8.815 0.004 5924 0.07
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:58:28 a0308.fits XX_Sct SI 60.000 1.72 -3.0 Y 3.07 10.056 0.009 1500 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 15:59:49 a0309.fits XX_Sct SI 60.000 1.71 -3.0 Y 3.27 10.102 0.01 1303 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:11:49 a0310.fits CI_Aql V 100.000 1.90 -3.0 Y 3.94 13.451 0.214 204 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:13:51 a0311.fits CI_Aql V 100.000 1.89 -3.0 Y 3.54 13.312 0.189 218 1.00
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:16:03 a0312.fits CI_Aql V 100.000 1.87 -3.0 Y 3.08 13.045 0.14 269 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:18:08 a0313.fits CI_Aql B 200.000 1.84 -2.9 Y 4.60 12.204 0.082 409 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:21:50 a0314.fits CI_Aql B 200.000 1.82 -2.9 Y 4.23 12.094 0.074 439 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:25:31 a0315.fits CI_Aql B 200.000 1.79 -2.8 Y 3.27 12.779 0.132 482 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:31:40 a0316.fits ASASSN-V_J18165406-2021176 B 120.000 1.22 -2.1 Y 2.77 7.275 0.002 24665 0.63
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:34:03 a0317.fits ASASSN-V_J18165406-2021176 B 120.000 1.22 -2.1 Y 3.76 7.375 0.002 15510 0.64
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:36:27 a0318.fits ASASSN-V_J18165406-2021176 V 60.000 1.21 -2.0 Y 3.11 7.904 0.002 11259 0.66
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:37:50 a0319.fits ASASSN-V_J18165406-2021176 V 60.000 1.21 -2.0 Y 3.33 7.905 0.002 10030 0.67
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:39:14 a0320.fits ASASSN-V_J18165406-2021176 SR 60.000 1.21 -2.0 Y 3.67 8.448 0.003 5868 0.69
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:40:36 a0321.fits ASASSN-V_J18165406-2021176 SR 60.000 1.21 -2.0 Y 2.72 8.315 0.003 9310 0.70
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:42:00 a0322.fits ASASSN-V_J18165406-2021176 SI 60.000 1.20 -1.9 Y 3.38 8.922 0.004 4228 0.70
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:43:21 a0323.fits ASASSN-V_J18165406-2021176 SI 60.000 1.20 -1.9 Y 3.61 8.936 0.004 3469 0.71
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:47:37 a0324.fits NGC_5634 SG 60.000 1.43 1.9 Y 3.41 9.818 0.031 3174 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:48:57 a0325.fits NGC_5634 SG 100.000 1.44 2.0 Y 3.61 9.31 0.031 4679 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:50:57 a0326.fits NGC_5634 SG 100.000 1.44 2.0 Y 4.38 9.451 0.039 4120 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:52:56 a0327.fits NGC_5634 SG 100.000 1.45 2.0 Y 4.46 9.47 0.038 3926 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:54:56 a0328.fits NGC_5634 SG 100.000 1.46 2.1 Y 3.70 9.282 0.03 4794 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:56:55 a0329.fits NGC_5634 SG 100.000 1.46 2.1 Y 3.81 9.27 0.03 4462 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 16:58:54 a0330.fits NGC_5634 SG 100.000 1.47 2.1 Y 3.36 9.383 0.034 5045 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:00:54 a0331.fits NGC_5634 SG 100.000 1.48 2.2 Y 3.84 9.143 0.028 4200 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:02:56 a0332.fits NGC_5634 SI 100.000 1.49 2.2 11.18 0.053 606
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:04:55 a0333.fits NGC_5634 SI 100.000 1.49 2.2 11.126 0.057 441
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:06:53 a0334.fits NGC_5634 SI 100.000 1.50 2.3 11.186 0.053 592
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:08:54 a0335.fits NGC_5634 SI 100.000 1.51 2.3 11.246 0.054 586
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:10:52 a0336.fits NGC_5634 SI 100.000 1.52 2.3 11.092 0.046 639
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:12:49 a0337.fits NGC_5634 SI 100.000 1.53 2.4 11.246 0.054 607
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:14:46 a0338.fits NGC_5634 SI 100.000 1.53 2.4 11.21 0.053 642
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:19:03 a0339.fits Pal_5 SG 60.000 1.53 1.7 Y 3.43 13.248 0.139 170 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:20:23 a0340.fits Pal_5 SG 100.000 1.54 1.7 Y 3.48 0.09
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:22:22 a0341.fits Pal_5 SG 100.000 1.55 1.7 Y 3.76 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:24:21 a0342.fits Pal_5 SG 100.000 1.55 1.8 Y 3.56 0.13
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:26:21 a0343.fits Pal_5 SG 100.000 1.56 1.8 Y 3.58 12.604 0.089 228 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:28:21 a0344.fits Pal_5 SG 100.000 1.57 1.8 Y 3.37 12.603 0.087 311 0.15
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:30:22 a0345.fits Pal_5 SI 100.000 1.57 1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:32:38 a0346.fits Pal_5 SI 100.000 1.58 1.9
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:34:36 a0347.fits Pal_5 SI 100.000 1.59 1.9 99.999 9.999 133
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:36:33 a0348.fits Pal_5 SI 100.000 1.60 2.0
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:38:30 a0349.fits Pal_5 SI 100.000 1.61 2.0 13.103 0.137 777
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:43:32 a0350.fits Aql_X_1 SR 120.000 1.58 -1.8 Y 3.72 11.627 0.051 3766 0.98

images 351 to 351

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-03-26 17:46:01 a0351.fits Aql_X_1 SR 120.000 1.57 -1.8 Y 2.95 11.15 0.038 1340 1.02

Image Table

images 101 to 150

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 07:42:15 a0101.fits TW_Hya B 30.0 1.37 -3.7 Y 3.32 8.755 0.004 4711 000-BCW-108 0.825539 9664.82101 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.986379 Y
2022-03-26 07:43:09 a0102.fits TW_Hya B 30.0 1.37 -3.7 Y 3.21 8.754 0.004 5528 000-BCW-108 0.845431 9664.82163 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.004925 Y
2022-03-26 07:44:01 a0103.fits TW_Hya V 15.0 1.36 -3.7 Y 2.85 15.547 1.037 225 000-BCW-108 0.846776 9664.82223 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995678 Y
2022-03-26 07:44:37 a0104.fits TW_Hya V 15.0 1.36 -3.7 Y 3.01 8.222 0.003 9573 000-BCW-108 0.864967 9664.82265 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005790 Y
2022-03-26 07:45:15 a0105.fits TW_Hya SR 15.0 1.36 -3.7 Y 3.06 19.444 9.999 254 000-BCW-108 0.847382 9664.82309 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992977 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 07:45:50 a0106.fits TW_Hya SR 15.0 1.36 -3.7 Y 3.10 14.369 0.381 378 000-BCW-108 0.851434 9664.82350 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995659 Y
2022-03-26 07:46:25 a0107.fits TW_Hya SI 15.0 1.36 -3.6 Y 3.23 7.613 0.002 15383 000-BCW-108 0.858264 9664.82390 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996276 Y
2022-03-26 07:47:00 a0108.fits TW_Hya SI 15.0 1.35 -3.6 Y 3.00 14.388 0.412 3954 000-BCW-108 0.877406 9664.82431 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996773 Y
2022-03-26 07:50:30 a0109.fits SY_Cha B 120.0 1.29 -3.5 9.740 0.008 1877 000-BDL-871 9664.82674 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 07:53:07 a0110.fits SY_Cha B 120.0 1.29 -3.4 9.731 0.008 1805 000-BDL-871 9664.82855 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 07:55:26 a0111.fits SY_Cha V 60.0 1.29 -3.4 Y 2.84 8.846 0.004 5095 000-BDL-871 0.921786 9664.83016 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997310 Y
2022-03-26 07:56:46 a0112.fits SY_Cha V 60.0 1.28 -3.4 Y 2.42 8.835 0.004 5048 000-BDL-871 0.937930 9664.83109 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995054 Y
2022-03-26 07:58:15 a0113.fits SY_Cha SR 60.0 1.28 -3.4 Y 2.73 8.021 0.003 13478 000-BDL-871 0.957141 9664.83212 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998852 Y
2022-03-26 07:59:34 a0114.fits SY_Cha SR 60.0 1.28 -3.3 Y 2.74 8.019 0.003 12714 000-BDL-871 0.972558 9664.83303 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996560 Y
2022-03-26 08:00:54 a0115.fits SY_Cha SI 60.0 1.28 -3.3 Y 3.10 8.002 0.003 10990 000-BDL-871 0.987249 9664.83396 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002719 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 08:02:14 a0116.fits SY_Cha SI 60.0 1.28 -3.3 Y 3.15 7.996 0.003 11368 000-BDL-871 1.000956 9664.83488 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996718 Y
2022-03-26 08:06:52 a0117.fits V838_Mon SG 30.0 1.33 0.7 Y 3.30 10.091 0.009 1550 000-BBM-355 0.084075 9664.83810 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992108 Y
2022-03-26 08:07:43 a0118.fits V838_Mon SG 180.0 1.33 0.7 Y 4.60 13.776 0.354 2094 000-BBM-355 0.071524 9664.83869 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989812 Y
2022-03-26 08:11:03 a0119.fits V838_Mon SG 180.0 1.33 0.7 Y 4.35 8.345 0.003 5635 000-BBM-355 0.057657 9664.84101 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991335 Y
2022-03-26 08:14:23 a0120.fits V838_Mon SR 180.0 1.34 0.8 Y 4.34 13.508 0.276 1102 000-BBM-355 0.082022 9664.84332 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991205 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 08:17:44 a0121.fits V838_Mon SR 180.0 1.34 0.8 Y 4.30 13.359 0.248 3701 000-BBM-355 0.085123 9664.84565 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992386 Y
2022-03-26 08:21:08 a0122.fits V838_Mon SI 180.0 1.35 0.9 13.544 0.246 455 000-BBM-355 9664.84801 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 08:25:26 a0123.fits V838_Mon SI 180.0 1.35 1.0 12.064 0.064 1485 000-BBM-355 9664.85100 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 08:32:01 a0124.fits TU_Men SG 60.0 1.28 3.5 13.404 0.154 91 000-BCW-366 9664.85557 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 08:33:38 a0125.fits TU_Men SG 60.0 1.29 3.5 13.107 0.119 117 000-BCW-366 9664.85669 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 08:38:58 a0126.fits ASASSN-20da B 30.0 1.70 -6.6 Y 3.11 8.250 0.003 9122 000-BNL-373 0.424761 9664.86039 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994732 Y
2022-03-26 08:39:51 a0127.fits ASASSN-20da V 15.0 1.69 -6.6 Y 2.99 9.555 0.006 3113 000-BNL-373 0.424270 9664.86101 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994121 Y
2022-03-26 08:40:29 a0128.fits ASASSN-20da SR 15.0 1.69 -6.5 Y 2.75 9.369 0.006 3882 000-BNL-373 0.443352 9664.86145 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996175 Y
2022-03-26 08:41:06 a0129.fits ASASSN-20da SI 15.0 1.69 -6.5 Y 3.01 9.242 0.005 3528 000-BNL-373 0.465848 9664.86188 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997361 Y
2022-03-26 08:41:50 a0130.fits ASASSN-20da B 30.0 1.69 -6.5 Y 2.97 8.242 0.003 9718 000-BNL-373 0.462296 9664.86238 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996683 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 08:42:43 a0131.fits ASASSN-20da V 15.0 1.68 -6.5 Y 3.02 9.573 0.006 2828 000-BNL-373 0.468071 9664.86300 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997633 Y
2022-03-26 08:43:22 a0132.fits ASASSN-20da SR 15.0 1.68 -6.5 Y 3.21 9.372 0.005 2982 000-BNL-373 0.495457 9664.86345 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996827 Y
2022-03-26 08:43:58 a0133.fits ASASSN-20da SI 15.0 1.68 -6.5 Y 3.12 9.280 0.005 3431 000-BNL-373 0.491627 9664.86387 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997169 Y
2022-03-26 08:44:43 a0134.fits ASASSN-20da B 30.0 1.67 -6.5 Y 3.00 8.250 0.003 9877 000-BNL-373 0.484559 9664.86439 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994481 Y
2022-03-26 08:45:35 a0135.fits ASASSN-20da V 15.0 1.67 -6.5 Y 3.21 9.590 0.006 2436 000-BNL-373 0.485053 9664.86499 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996537 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 08:46:13 a0136.fits ASASSN-20da SR 15.0 1.67 -6.4 Y 2.91 9.359 0.005 3904 000-BNL-373 0.507982 9664.86543 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996218 Y
2022-03-26 08:46:50 a0137.fits ASASSN-20da SI 15.0 1.67 -6.4 Y 3.05 9.252 0.005 3549 000-BNL-373 0.513563 9664.86586 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995596 Y
2022-03-26 08:49:22 a0138.fits DD_Cir B 200.0 1.53 -6.0 Y 3.66 12.243 0.077 398 000-BBV-364 0.227700 9664.86762 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993914 Y
2022-03-26 08:53:12 a0139.fits DD_Cir B 200.0 1.52 -5.9 Y 3.91 12.159 0.074 385 000-BBV-364 0.245322 9664.87028 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993869 Y
2022-03-26 08:57:00 a0140.fits DD_Cir B 200.0 1.51 -5.8 Y 3.76 12.860 0.135 555 000-BBV-364 0.270851 9664.87292 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993311 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 09:00:49 a0141.fits DD_Cir B 200.0 1.50 -5.8 Y 4.56 12.202 0.075 504 000-BBV-364 0.303913 9664.87557 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994383 Y
2022-03-26 09:04:37 a0142.fits DD_Cir B 200.0 1.49 -5.7 Y 3.36 12.109 0.067 495 000-BBV-364 0.350674 9664.87821 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993589 Y
2022-03-26 09:08:25 a0143.fits DD_Cir V 100.0 1.48 -5.6 Y 3.16 12.983 0.128 195 000-BBV-364 0.370394 9664.88084 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993215 Y
2022-03-26 09:10:33 a0144.fits DD_Cir V 100.0 1.48 -5.6 Y 3.11 13.080 0.136 176 000-BBV-364 0.394410 9664.88233 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993697 Y
2022-03-26 09:12:41 a0145.fits DD_Cir V 100.0 1.47 -5.6 Y 3.17 13.321 0.172 169 000-BBV-364 0.413377 9664.88381 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996226 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 09:14:49 a0146.fits DD_Cir V 100.0 1.47 -5.5 Y 2.81 14.168 0.370 158 000-BBV-364 0.430697 9664.88529 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993590 Y
2022-03-26 09:16:56 a0147.fits DD_Cir V 100.0 1.46 -5.5 Y 3.34 13.194 0.153 155 000-BBV-364 0.448691 9664.88676 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992830 Y
2022-03-26 09:21:42 a0148.fits J1407_Cen B 90.0 1.76 -5.2 Y 3.47 11.942 0.054 332 None 0.109978 9664.89007 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996259 Y
2022-03-26 09:23:33 a0149.fits J1407_Cen B 90.0 1.74 -5.1 Y 3.73 11.777 0.046 298 None 0.134034 9664.89135 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000001 Y
2022-03-26 09:25:26 a0150.fits J1407_Cen V 30.0 1.74 -5.1 Y 2.59 13.765 0.225 140 None 0.143764 9664.89266 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995919 Y

images 151 to 200

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 09:26:17 a0151.fits J1407_Cen V 30.0 1.73 -5.1 Y 2.88 13.625 0.193 115 None 0.162161 9664.89325 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996268 Y
2022-03-26 09:27:13 a0152.fits J1407_Cen SR 30.0 1.72 -5.1 Y 3.33 13.362 0.149 88 None 0.145206 9664.89390 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992198 Y
2022-03-26 09:28:02 a0153.fits J1407_Cen SR 30.0 1.72 -5.0 Y 2.88 13.371 0.150 106 None 0.154510 9664.89447 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993693 Y
2022-03-26 09:28:53 a0154.fits J1407_Cen SI 30.0 1.71 -5.0 Y 3.91 13.480 0.169 69 None 0.168282 9664.89506 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996098 Y
2022-03-26 09:29:44 a0155.fits J1407_Cen SI 30.0 1.71 -5.0 Y 3.33 13.322 0.148 85 None 0.175782 9664.89565 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994025 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 09:33:11 a0156.fits BY_Cir B 200.0 1.51 -5.6 Y 3.54 12.323 0.108 482 000-BBV-663 0.464395 9664.89804 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990845 Y
2022-03-26 09:36:59 a0157.fits BY_Cir B 200.0 1.50 -5.5 Y 3.05 11.509 0.047 584 000-BBV-663 0.480403 9664.90068 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993495 Y
2022-03-26 09:40:46 a0158.fits BY_Cir B 200.0 1.49 -5.4 Y 2.82 11.991 0.069 748 000-BBV-663 0.488293 9664.90331 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992749 Y
2022-03-26 09:44:34 a0159.fits BY_Cir B 200.0 1.48 -5.4 Y 3.32 12.011 0.074 678 000-BBV-663 0.472137 9664.90595 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990182 Y
2022-03-26 09:48:21 a0160.fits BY_Cir B 200.0 1.46 -5.3 Y 3.19 11.682 0.058 548 000-BBV-663 0.480005 9664.90858 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991931 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 09:52:09 a0161.fits BY_Cir V 100.0 1.46 -5.3 Y 2.99 12.304 0.069 348 000-BBV-663 0.467487 9664.91122 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991710 Y
2022-03-26 09:54:17 a0162.fits BY_Cir V 100.0 1.45 -5.2 Y 2.99 12.588 0.105 236 000-BBV-663 0.476826 9664.91270 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990230 Y
2022-03-26 09:56:24 a0163.fits BY_Cir V 100.0 1.45 -5.2 Y 2.82 12.799 0.126 279 000-BBV-663 0.470928 9664.91417 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991725 Y
2022-03-26 09:58:32 a0164.fits BY_Cir V 100.0 1.44 -5.2 Y 3.18 12.635 0.105 248 000-BBV-663 0.470050 9664.91565 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991034 Y
2022-03-26 10:00:40 a0165.fits BY_Cir V 100.0 1.43 -5.1 Y 3.83 14.897 0.848 200 000-BBV-663 0.476328 9664.91713 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990904 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 10:04:57 a0166.fits V868_Cen B 200.0 1.29 -4.1 Y 4.72 12.662 0.123 505 000-BBV-014 0.797983 9664.92010 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996550 Y
2022-03-26 10:08:44 a0167.fits V868_Cen B 200.0 1.28 -4.1 Y 3.95 11.887 0.061 507 000-BBV-014 0.913512 9664.92273 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996451 Y
2022-03-26 10:12:31 a0168.fits V868_Cen B 200.0 1.27 -4.0 Y 3.62 12.294 0.091 488 000-BBV-014 0.958775 9664.92536 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997855 Y
2022-03-26 10:16:19 a0169.fits V868_Cen B 200.0 1.27 -3.9 Y 3.69 11.714 0.053 478 000-BBV-014 1.003700 9664.92800 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996710 Y
2022-03-26 10:20:07 a0170.fits V868_Cen B 200.0 1.26 -3.9 Y 3.18 12.316 0.086 561 000-BBV-014 1.091897 9664.93064 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996552 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 10:24:06 a0171.fits V868_Cen V 100.0 1.26 -3.8 Y 3.10 14.366 0.433 83 000-BBV-014 0.015833 9664.93340 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997396 Y
2022-03-26 10:26:13 a0172.fits V868_Cen V 100.0 1.25 -3.8 Y 3.00 12.461 0.075 150 000-BBV-014 0.027981 9664.93487 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996484 Y
2022-03-26 10:28:21 a0173.fits V868_Cen V 100.0 1.25 -3.7 Y 3.09 14.578 0.545 72 000-BBV-014 0.043612 9664.93635 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995765 Y
2022-03-26 10:30:27 a0174.fits V868_Cen V 100.0 1.24 -3.7 Y 2.90 14.342 0.417 105 000-BBV-014 0.057901 9664.93781 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997195 Y
2022-03-26 10:32:36 a0175.fits V868_Cen V 100.0 1.24 -3.7 Y 3.01 12.586 0.088 133 000-BBV-014 0.076632 9664.93931 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996980 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 10:38:34 a0176.fits U_Men B 10.0 1.46 6.1 8.682 0.004 5884 000-BLV-756 9664.94345 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:39:15 a0177.fits U_Men B 10.0 1.46 6.1 8.722 0.004 4859 000-BLV-756 9664.94392 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:39:50 a0178.fits U_Men B 10.0 1.46 6.1 8.690 0.004 5381 000-BLV-756 9664.94433 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:40:26 a0179.fits U_Men V 10.0 1.46 6.1 7.030 0.002 25626 000-BLV-756 9664.94475 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:41:21 a0180.fits U_Men V 10.0 1.46 6.2 7.054 0.002 21897 000-BLV-756 9664.94538 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 10:41:57 a0181.fits U_Men V 10.0 1.46 6.2 7.034 0.002 25449 000-BLV-756 9664.94580 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:42:34 a0182.fits U_Men SI 10.0 1.46 6.2 9.811 0.010 62650 000-BLV-756 9664.94623 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:43:21 a0183.fits U_Men SI 10.0 1.46 6.2 6.889 0.001 62650 000-BLV-756 9664.94677 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:43:55 a0184.fits U_Men SI 10.0 1.47 6.2 5.541 0.001 62596 000-BLV-756 9664.94716 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:50:40 a0185.fits V0856_Sco B 12.0 2.06 -5.7 000-BCX-156 9664.95185 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 10:51:24 a0186.fits V0856_Sco B 12.0 2.05 -5.7 000-BCX-156 9664.95236 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:51:55 a0187.fits V0856_Sco B 12.0 2.05 -5.7 16.458 2.029 44 000-BCX-156 9664.95272 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:52:26 a0188.fits V0856_Sco V 5.0 2.04 -5.6 000-BCX-156 9664.95308 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:52:51 a0189.fits V0856_Sco V 5.0 2.04 -5.6 10.459 0.010 1253 000-BCX-156 9664.95337 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:53:15 a0190.fits V0856_Sco V 5.0 2.03 -5.6 10.473 0.010 1210 000-BCX-156 9664.95365 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 10:53:40 a0191.fits V0856_Sco SR 5.0 2.03 -5.6 9.979 0.008 1605 000-BCX-156 9664.95394 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:54:26 a0192.fits V0856_Sco SR 5.0 2.02 -5.6 9.783 0.007 2146 000-BCX-156 9664.95447 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:54:48 a0193.fits V0856_Sco SR 5.0 2.02 -5.6 9.773 0.007 2081 000-BCX-156 9664.95472 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:55:11 a0194.fits V0856_Sco SI 5.0 2.02 -5.6 9.978 0.008 2084 000-BCX-156 9664.95499 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:56:35 a0195.fits V0856_Sco SI 5.0 2.00 -5.6 9.979 0.008 1684 000-BCX-156 9664.95596 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 10:56:58 a0196.fits V0856_Sco SI 5.0 2.00 -5.6 9.982 0.008 1459 000-BCX-156 9664.95623 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 10:59:43 a0197.fits NGC_6362 SG 60.0 1.74 -6.9 12.403 0.168 743 None 9664.95814 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 11:02:02 a0198.fits NGC_6362 SG 100.0 1.73 -6.9 11.633 0.105 10551 None 9664.95975 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 11:05:02 a0199.fits NGC_6362 SG 100.0 1.72 -6.8 11.764 0.146 890 None 9664.96183 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 11:07:00 a0200.fits NGC_6362 SG 100.0 1.72 -6.8 15.910 7.862 655 None 9664.96319 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 201 to 250

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 11:09:00 a0201.fits NGC_6362 SI 100.0 1.71 -6.8 14.369 0.680 316 None 9664.96458 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 11:11:59 a0202.fits NGC_6362 SI 100.0 1.70 -6.7 10.506 0.019 834 None 9664.96666 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 11:13:56 a0203.fits NGC_6362 SI 100.0 1.69 -6.7 13.782 0.355 1521 None 9664.96801 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 11:18:04 a0204.fits V837_Ara B 60.0 1.79 -6.2 Y 3.34 6.852 0.001 26672 000-BCT-804 0.040548 9664.97088 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995680 Y
2022-03-26 11:19:33 a0205.fits V837_Ara V 40.0 1.78 -6.2 Y 3.45 13.586 0.215 4600 000-BCT-804 0.047105 9664.97191 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996517 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 11:20:44 a0206.fits V837_Ara SR 40.0 1.78 -6.2 Y 3.08 13.425 0.192 4136 000-BCT-804 0.054850 9664.97273 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996188 Y
2022-03-26 11:24:55 a0207.fits NGC_4590 SG 60.0 1.11 -1.6 Y 3.36 10.423 0.038 1150 None 0.041002 9664.97564 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990790 Y
2022-03-26 11:26:15 a0208.fits NGC_4590 SG 100.0 1.11 -1.6 Y 3.08 9.800 0.034 2243 None 0.091628 9664.97656 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994699 Y
2022-03-26 11:28:15 a0209.fits NGC_4590 SG 100.0 1.11 -1.6 Y 3.70 9.886 0.037 1739 None 0.101032 9664.97795 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994005 Y
2022-03-26 11:30:14 a0210.fits NGC_4590 SG 100.0 1.10 -1.5 Y 3.77 9.903 0.037 1690 None 0.111469 9664.97933 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994402 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 11:32:14 a0211.fits NGC_4590 SG 100.0 1.10 -1.5 Y 3.45 9.964 0.044 1830 None 0.108231 9664.98072 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993109 Y
2022-03-26 11:34:16 a0212.fits NGC_4590 SI 100.0 1.10 -1.5 Y 4.02 10.742 0.032 661 None 0.123009 9664.98213 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991754 Y
2022-03-26 11:36:16 a0213.fits NGC_4590 SI 100.0 1.10 -1.4 Y 3.87 10.813 0.032 676 None 0.152836 9664.98352 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.985827 Y
2022-03-26 11:38:16 a0214.fits NGC_4590 SI 100.0 1.09 -1.4 Y 3.70 10.778 0.034 707 None 0.177832 9664.98491 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993933 Y
2022-03-26 11:40:16 a0215.fits NGC_4590 SI 100.0 1.09 -1.4 Y 3.08 10.696 0.031 955 None 0.185670 9664.98630 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989915 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 11:45:20 a0216.fits V992_Sco B 200.0 1.93 -5.7 Y 3.45 000-BBY-502 0.735896 9664.98981 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997686 Y
2022-03-26 11:49:09 a0217.fits V992_Sco B 200.0 1.90 -5.7 Y 3.31 13.155 0.184 409 000-BBY-502 0.749173 9664.99247 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000314 Y
2022-03-26 11:52:57 a0218.fits V992_Sco B 200.0 1.87 -5.6 Y 3.49 13.218 0.170 1076 000-BBY-502 0.758463 9664.99510 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998559 Y
2022-03-26 11:56:45 a0219.fits V992_Sco B 200.0 1.84 -5.6 Y 3.59 12.855 0.123 239 000-BBY-502 0.745109 9664.99774 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999276 Y
2022-03-26 12:00:33 a0220.fits V992_Sco B 200.0 1.81 -5.5 Y 4.00 13.117 0.169 252 000-BBY-502 0.761118 9665.00038 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000358 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 12:04:23 a0221.fits V992_Sco V 100.0 1.79 -5.4 Y 3.25 13.433 0.191 114 000-BBY-502 0.752196 9665.00304 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997748 Y
2022-03-26 12:06:31 a0222.fits V992_Sco V 100.0 1.78 -5.4 Y 3.35 16.599 3.347 1868 000-BBY-502 0.748453 9665.00453 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998549 Y
2022-03-26 12:08:40 a0223.fits V992_Sco V 100.0 1.76 -5.4 Y 3.61 000-BBY-502 0.743038 9665.00602 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995765 Y
2022-03-26 12:10:48 a0224.fits V992_Sco V 100.0 1.75 -5.3 Y 3.37 000-BBY-502 0.766867 9665.00750 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997239 Y
2022-03-26 12:12:56 a0225.fits V992_Sco V 100.0 1.73 -5.3 Y 3.10 13.398 0.184 122 000-BBY-502 0.758798 9665.00898 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998434 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 12:19:02 a0226.fits NGC_2298 SG 60.0 1.85 5.1 Y 4.23 10.569 0.051 736 None 0.064328 9665.01322 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994523 Y
2022-03-26 12:20:23 a0227.fits NGC_2298 SG 100.0 1.87 5.1 Y 3.52 10.565 0.085 1525 None 0.060496 9665.01416 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997426 Y
2022-03-26 12:22:23 a0228.fits NGC_2298 SG 100.0 1.89 5.2 Y 4.10 11.345 0.130 1141 None 0.058565 9665.01554 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997270 Y
2022-03-26 12:24:23 a0229.fits NGC_2298 SG 100.0 1.91 5.2 Y 3.67 11.492 0.161 1224 None 0.087308 9665.01693 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998191 Y
2022-03-26 12:26:23 a0230.fits NGC_2298 SG 100.0 1.92 5.2 Y 4.20 10.260 0.051 1022 None 0.083258 9665.01832 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998159 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 12:28:25 a0231.fits NGC_2298 SI 100.0 1.94 5.3 11.833 0.070 244 None 9665.01973 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 12:31:25 a0232.fits NGC_2298 SI 100.0 1.97 5.3 12.802 0.187 231 None 9665.02182 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 12:33:21 a0233.fits NGC_2298 SI 100.0 1.99 5.4 13.229 0.243 237 None 9665.02316 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 12:35:19 a0234.fits NGC_2298 SI 100.0 2.01 5.4 14.374 0.666 183 None 9665.02453 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 12:41:19 a0235.fits KK_Oph B 30.0 1.97 -4.9 Y 3.53 8.306 0.003 6852 000-BDW-739 0.881453 9665.02869 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.980149 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 12:42:13 a0236.fits KK_Oph B 30.0 1.96 -4.8 8.232 0.003 9080 000-BDW-739 9665.02932 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 12:44:06 a0237.fits KK_Oph V 15.0 1.94 -4.8 Y 3.18 8.908 0.004 4304 000-BDW-739 0.884922 9665.03062 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.988221 Y
2022-03-26 12:44:43 a0238.fits KK_Oph V 15.0 1.94 -4.8 8.903 0.004 4725 000-BDW-739 9665.03105 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 12:46:22 a0239.fits KK_Oph SR 15.0 1.92 -4.8 Y 3.02 8.665 0.004 5769 000-BDW-739 0.900191 9665.03220 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997605 Y
2022-03-26 12:47:07 a0240.fits KK_Oph SR 15.0 1.91 -4.8 8.638 0.004 6458 000-BDW-739 9665.03272 -19.875 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 12:48:43 a0241.fits KK_Oph SI 15.0 1.90 -4.7 9.886 0.007 1857 000-BDW-739 9665.03383 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 12:49:43 a0242.fits KK_Oph SI 15.0 1.89 -4.7 9.871 0.007 2039 000-BDW-739 9665.03453 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:03:51 a0243.fits NGC_2808 SG 60.0 1.23 3.5 7.575 0.055 21096 None 9665.04434 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:06:10 a0244.fits NGC_2808 SG 100.0 1.23 3.5 6.903 0.056 45281 None 9665.04595 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:09:09 a0245.fits NGC_2808 SG 100.0 1.24 3.6 7.251 0.070 36836 None 9665.04802 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 13:11:07 a0246.fits NGC_2808 SG 100.0 1.24 3.6 6.885 0.057 47400 None 9665.04939 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:13:04 a0247.fits NGC_2808 SG 100.0 1.24 3.6 6.846 0.049 51100 None 9665.05074 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:15:03 a0248.fits NGC_2808 SI 100.0 1.25 3.7 9.128 0.054 4757 None 9665.05212 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:18:03 a0249.fits NGC_2808 SI 100.0 1.25 3.7 9.119 0.054 4872 None 9665.05420 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:20:02 a0250.fits NGC_2808 SI 100.0 1.26 3.8 9.121 0.052 6029 None 9665.05558 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 251 to 300

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 13:21:58 a0251.fits NGC_2808 SI 100.0 1.26 3.8 9.087 0.050 6636 None 9665.05692 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:27:53 a0252.fits V0725_Sgr B 120.0 1.83 -5.1 6.888 0.001 39923 000-BCB-590 9665.06103 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:31:14 a0253.fits V0725_Sgr B 120.0 1.80 -5.0 6.861 0.001 31335 000-BCB-590 9665.06336 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:33:34 a0254.fits V0725_Sgr V 60.0 1.79 -5.0 7.932 0.003 14178 000-BCB-590 9665.06498 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:35:55 a0255.fits V0725_Sgr V 60.0 1.77 -5.0 8.024 0.003 9727 000-BCB-590 9665.06661 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 13:37:16 a0256.fits V0725_Sgr SR 60.0 1.76 -4.9 6.987 0.002 21678 000-BCB-590 9665.06755 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:39:36 a0257.fits V0725_Sgr SR 60.0 1.74 -4.9 6.850 0.001 30524 000-BCB-590 9665.06917 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:40:55 a0258.fits V0725_Sgr SI 60.0 1.73 -4.9 9.568 0.007 2352 000-BCB-590 9665.07008 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:43:14 a0259.fits V0725_Sgr SI 60.0 1.72 -4.8 9.531 0.006 2748 000-BCB-590 9665.07169 -19.8750 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 13:46:57 a0260.fits V841_Oph V 300.0 1.72 -3.6 Y 3.95 9.316 0.008 15558 000-BBY-278 0.042614 9665.07427 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994875 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 13:52:25 a0261.fits V841_Oph V 300.0 1.68 -3.5 Y 3.62 9.735 0.010 20767 000-BBY-278 0.04849 9665.07807 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997715 Y
2022-03-26 13:57:54 a0262.fits V841_Oph V 300.0 1.64 -3.4 12.549 0.137 10981 000-BBY-278 9665.08187 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:04:21 a0263.fits V841_Oph V 300.0 1.61 -3.3 7.083 0.002 15598 000-BBY-278 9665.08635 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:09:48 a0264.fits V841_Oph V 300.0 1.57 -3.2 13.114 0.242 10154 000-BBY-278 9665.09014 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:17:41 a0265.fits V0725_Sgr B 120.0 1.50 -4.3 12.136 0.086 33112 000-BCB-590 9665.09561 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 14:21:02 a0266.fits V0725_Sgr B 120.0 1.48 -4.2 13.042 0.205 19121 000-BCB-590 9665.09794 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:23:22 a0267.fits V0725_Sgr V 60.0 1.48 -4.2 7.832 0.002 15719 000-BCB-590 9665.09956 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:25:43 a0268.fits V0725_Sgr V 60.0 1.47 -4.1 7.852 0.002 13522 000-BCB-590 9665.10119 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:27:04 a0269.fits V0725_Sgr SR 60.0 1.46 -4.1 6.821 0.001 43284 000-BCB-590 9665.10213 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:29:24 a0270.fits V0725_Sgr SR 60.0 1.45 -4.1 6.818 0.001 39450 000-BCB-590 9665.10375 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 14:30:42 a0271.fits V0725_Sgr SI 60.0 1.44 -4.1 9.589 0.007 1884 000-BCB-590 9665.10465 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:33:02 a0272.fits V0725_Sgr SI 60.0 1.43 -4.0 9.478 0.006 3026 000-BCB-590 9665.10627 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 14:36:41 a0273.fits PNV_J17291350 B 60.0 1.48 -3.2 Y 2.75 12.950 0.109 179 None 0.093376 9665.10881 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995259 Y
2022-03-26 14:38:12 a0274.fits PNV_J17291350 B 150.0 1.47 -3.2 Y 3.05 12.156 0.066 403 None 0.111044 9665.10986 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992734 Y
2022-03-26 14:41:12 a0275.fits PNV_J17291350 B 150.0 1.45 -3.2 Y 3.35 13.384 0.185 1362 None 0.134036 9665.11194 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994561 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 14:44:12 a0276.fits PNV_J17291350 B 150.0 1.44 -3.1 Y 2.68 12.599 0.097 337 None 0.227230 9665.11403 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993545 Y
2022-03-26 14:47:13 a0277.fits PNV_J17291350 V 100.0 1.43 -3.1 Y 3.00 13.329 0.174 203 None 0.221393 9665.11612 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994975 Y
2022-03-26 14:49:23 a0278.fits PNV_J17291350 V 100.0 1.42 -3.0 Y 3.05 12.938 0.123 217 None 0.217197 9665.11763 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993606 Y
2022-03-26 14:51:33 a0279.fits PNV_J17291350 V 100.0 1.41 -3.0 Y 3.60 None 0.225676 9665.11913 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994550 Y
2022-03-26 14:56:02 a0280.fits V3890_Sgr V 100.0 1.61 -3.9 11.225 0.030 619 000-BCC-531 9665.12225 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 14:59:05 a0281.fits V3890_Sgr V 100.0 1.59 -3.9 10.980 0.025 904 000-BCC-531 9665.12436 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:01:04 a0282.fits V3890_Sgr V 100.0 1.58 -3.9 10.924 0.022 1013 000-BCC-531 9665.12574 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:03:06 a0283.fits V3890_Sgr B 200.0 1.55 -3.8 10.136 0.015 1818 000-BCC-531 9665.12715 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:07:49 a0284.fits V3890_Sgr B 200.0 1.53 -3.7 10.148 0.015 1884 000-BCC-531 9665.13043 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:11:28 a0285.fits V3890_Sgr B 200.0 1.51 -3.7 10.154 0.015 1999 000-BCC-531 9665.13296 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 15:17:23 a0286.fits V0725_Sgr B 120.0 1.26 -3.3 6.795 0.001 27995 000-BCB-590 9665.13707 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:20:45 a0287.fits V0725_Sgr B 120.0 1.25 -3.2 6.729 0.001 39577 000-BCB-590 9665.13941 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:23:04 a0288.fits V0725_Sgr V 60.0 1.25 -3.2 7.831 0.002 12877 000-BCB-590 9665.14102 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:25:25 a0289.fits V0725_Sgr V 60.0 1.24 -3.1 7.828 0.002 14155 000-BCB-590 9665.14265 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:26:46 a0290.fits V0725_Sgr SR 60.0 1.24 -3.1 7.050 0.002 28687 000-BCB-590 9665.14359 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 15:29:06 a0291.fits V0725_Sgr SR 60.0 1.23 -3.1 6.837 0.001 41388 000-BCB-590 9665.14521 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:30:25 a0292.fits V0725_Sgr SI 60.0 1.23 -3.1 9.453 0.006 3026 000-BCB-590 9665.14612 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:32:45 a0293.fits V0725_Sgr SI 60.0 1.22 -3.0 9.429 0.006 3154 000-BCB-590 9665.14774 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:40:48 a0294.fits GSC_05107_00266 B 30.0 1.84 -3.1 000-BJP-383 9665.15333 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:41:38 a0295.fits GSC_05107_00266 B 30.0 1.83 -3.1 000-BJP-383 9665.15391 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 15:42:28 a0296.fits GSC_05107_00266 V 15.0 1.83 -3.1 000-BJP-383 9665.15449 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:43:03 a0297.fits GSC_05107_00266 V 15.0 1.82 -3.1 000-BJP-383 9665.15490 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:43:39 a0298.fits GSC_05107_00266 SR 15.0 1.82 -3.1 Y 2.49 000-BJP-383 0.314606 9665.15531 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998902 Y
2022-03-26 15:44:14 a0299.fits GSC_05107_00266 SR 15.0 1.81 -3.1 Y 2.60 000-BJP-383 0.310257 9665.15572 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996941 Y
2022-03-26 15:44:50 a0300.fits GSC_05107_00266 SI 15.0 1.81 -3.1 17.08 3.725 61 000-BJP-383 9665.15613 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 301 to 350

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 15:45:23 a0301.fits GSC_05107_00266 SI 15.0 1.80 -3.1 000-BJP-383 9665.15652 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 15:47:52 a0302.fits XX_Sct B 120.0 1.79 -3.2 Y 3.39 8.509 0.004 6220 000-BCX-193 0.993447 9665.15824 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996256 Y
2022-03-26 15:50:18 a0303.fits XX_Sct B 120.0 1.77 -3.2 Y 3.19 8.141 0.003 9202 000-BCX-193 0.983971 9665.15993 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992986 Y
2022-03-26 15:52:43 a0304.fits XX_Sct V 60.0 1.76 -3.1 Y 3.40 8.920 0.004 4042 000-BCX-193 0.996446 9665.16161 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996536 Y
2022-03-26 15:54:17 a0305.fits XX_Sct V 60.0 1.75 -3.1 Y 3.30 8.943 0.004 3881 000-BCX-193 0.048532 9665.16270 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990731 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 15:55:43 a0306.fits XX_Sct SR 60.0 1.74 -3.1 Y 2.89 8.809 0.004 5939 000-BCX-193 0.068285 9665.16369 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991183 Y
2022-03-26 15:57:05 a0307.fits XX_Sct SR 60.0 1.73 -3.1 Y 2.82 8.815 0.004 5924 000-BCX-193 0.067874 9665.16464 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992986 Y
2022-03-26 15:58:28 a0308.fits XX_Sct SI 60.0 1.72 -3.0 Y 3.07 10.056 0.009 1500 000-BCX-193 0.052040 9665.16560 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001730 Y
2022-03-26 15:59:49 a0309.fits XX_Sct SI 60.0 1.71 -3.0 Y 3.27 10.102 0.010 1303 000-BCX-193 0.053967 9665.16654 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991749 Y
2022-03-26 16:11:49 a0310.fits CI_Aql V 100.0 1.90 -3.0 Y 3.94 13.451 0.214 204 000-BCD-453 0.987351 9665.17487 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994229 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 16:13:51 a0311.fits CI_Aql V 100.0 1.89 -3.0 Y 3.54 13.312 0.189 218 000-BCD-453 1.002525 9665.17628 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997645 Y
2022-03-26 16:16:03 a0312.fits CI_Aql V 100.0 1.87 -3.0 Y 3.08 13.045 0.140 269 000-BCD-453 0.082701 9665.17781 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996375 Y
2022-03-26 16:18:08 a0313.fits CI_Aql B 200.0 1.84 -2.9 Y 4.60 12.204 0.082 409 000-BCD-453 0.082606 9665.17926 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996499 Y
2022-03-26 16:21:50 a0314.fits CI_Aql B 200.0 1.82 -2.9 Y 4.23 12.094 0.074 439 000-BCD-453 0.093114 9665.18183 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996126 Y
2022-03-26 16:25:31 a0315.fits CI_Aql B 200.0 1.79 -2.8 Y 3.27 12.779 0.132 482 000-BCD-453 0.093032 9665.18439 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997337 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 16:31:40 a0316.fits ASASSN-V_J18165406-2021176 B 120.0 1.22 -2.1 Y 2.77 7.275 0.002 24665 None 0.626403 9665.18866 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002292 Y
2022-03-26 16:34:03 a0317.fits ASASSN-V_J18165406-2021176 B 120.0 1.22 -2.1 Y 3.76 7.375 0.002 15510 None 0.640285 9665.19031 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003983 Y
2022-03-26 16:36:27 a0318.fits ASASSN-V_J18165406-2021176 V 60.0 1.21 -2.0 Y 3.11 7.904 0.002 11259 None 0.655013 9665.19198 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002795 Y
2022-03-26 16:37:50 a0319.fits ASASSN-V_J18165406-2021176 V 60.0 1.21 -2.0 Y 3.33 7.905 0.002 10030 None 0.668403 9665.19294 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003107 Y
2022-03-26 16:39:14 a0320.fits ASASSN-V_J18165406-2021176 SR 60.0 1.21 -2.0 Y 3.67 8.448 0.003 5868 None 0.685716 9665.19391 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001388 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 16:40:36 a0321.fits ASASSN-V_J18165406-2021176 SR 60.0 1.21 -2.0 Y 2.72 8.315 0.003 9310 None 0.697729 9665.19486 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003030 Y
2022-03-26 16:42:00 a0322.fits ASASSN-V_J18165406-2021176 SI 60.0 1.20 -1.9 Y 3.38 8.922 0.004 4228 None 0.703368 9665.19583 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005851 Y
2022-03-26 16:43:21 a0323.fits ASASSN-V_J18165406-2021176 SI 60.0 1.20 -1.9 Y 3.61 8.936 0.004 3469 None 0.713530 9665.19677 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005554 Y
2022-03-26 16:47:37 a0324.fits NGC_5634 SG 60.0 1.43 1.9 Y 3.41 9.818 0.031 3174 None 0.085669 9665.19973 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.981588 Y
2022-03-26 16:48:57 a0325.fits NGC_5634 SG 100.0 1.44 2.0 Y 3.61 9.310 0.031 4679 None 0.063720 9665.20066 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.984252 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 16:50:57 a0326.fits NGC_5634 SG 100.0 1.44 2.0 Y 4.38 9.451 0.039 4120 None 0.078410 9665.20205 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.981810 Y
2022-03-26 16:52:56 a0327.fits NGC_5634 SG 100.0 1.45 2.0 Y 4.46 9.470 0.038 3926 None 0.076783 9665.20343 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.969382 Y
2022-03-26 16:54:56 a0328.fits NGC_5634 SG 100.0 1.46 2.1 Y 3.70 9.282 0.030 4794 None 0.095614 9665.20481 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.982994 Y
2022-03-26 16:56:55 a0329.fits NGC_5634 SG 100.0 1.46 2.1 Y 3.81 9.270 0.030 4462 None 0.086540 9665.20619 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.985013 Y
2022-03-26 16:58:54 a0330.fits NGC_5634 SG 100.0 1.47 2.1 Y 3.36 9.383 0.034 5045 None 0.088953 9665.20757 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.981454 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 17:00:54 a0331.fits NGC_5634 SG 100.0 1.48 2.2 Y 3.84 9.143 0.028 4200 None 0.107982 9665.20896 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.981212 Y
2022-03-26 17:02:56 a0332.fits NGC_5634 SI 100.0 1.49 2.2 11.180 0.053 606 None 9665.21037 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:04:55 a0333.fits NGC_5634 SI 100.0 1.49 2.2 11.126 0.057 441 None 9665.21175 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:06:53 a0334.fits NGC_5634 SI 100.0 1.50 2.3 11.186 0.053 592 None 9665.21311 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:08:54 a0335.fits NGC_5634 SI 100.0 1.51 2.3 11.246 0.054 586 None 9665.21451 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 17:10:52 a0336.fits NGC_5634 SI 100.0 1.52 2.3 11.092 0.046 639 None 9665.21588 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:12:49 a0337.fits NGC_5634 SI 100.0 1.53 2.4 11.246 0.054 607 None 9665.21723 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:14:46 a0338.fits NGC_5634 SI 100.0 1.53 2.4 11.210 0.053 642 None 9665.21859 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:19:03 a0339.fits Pal_5 SG 60.0 1.53 1.7 Y 3.43 13.248 0.139 170 None 0.079286 9665.22156 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992833 Y
2022-03-26 17:20:23 a0340.fits Pal_5 SG 100.0 1.54 1.7 Y 3.48 None 0.091461 9665.22249 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991890 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 17:22:22 a0341.fits Pal_5 SG 100.0 1.55 1.7 Y 3.76 None 0.134473 9665.22387 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992270 Y
2022-03-26 17:24:21 a0342.fits Pal_5 SG 100.0 1.55 1.8 Y 3.56 None 0.129517 9665.22524 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.009513 Y
2022-03-26 17:26:21 a0343.fits Pal_5 SG 100.0 1.56 1.8 Y 3.58 12.604 0.089 228 None 0.144767 9665.22663 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994828 Y
2022-03-26 17:28:21 a0344.fits Pal_5 SG 100.0 1.57 1.8 Y 3.37 12.603 0.087 311 None 0.154483 9665.22802 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993661 Y
2022-03-26 17:30:22 a0345.fits Pal_5 SI 100.0 1.57 1.9 None 9665.22942 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 17:32:38 a0346.fits Pal_5 SI 100.0 1.58 1.9 None 9665.23100 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:34:36 a0347.fits Pal_5 SI 100.0 1.59 1.9 99.999 9.999 133 None 9665.23236 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:36:33 a0348.fits Pal_5 SI 100.0 1.60 2.0 None 9665.23372 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:38:30 a0349.fits Pal_5 SI 100.0 1.61 2.0 13.103 0.137 777 None 9665.23507 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-03-26 17:43:32 a0350.fits Aql_X_1 SR 120.0 1.58 -1.8 Y 3.72 11.627 0.051 3766 000-BDC-003 0.982824 9665.23856 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996631 Y

images 351 to 351

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-03-26 17:46:01 a0351.fits Aql_X_1 SR 120.0 1.57 -1.8 Y 2.95 11.15 0.038 1340 000-BDC-003 1.016789 9665.24029 -19.9375 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996188 Y

Column Definitions

DateTime: UTC timestamp

filename: Image filename in IRAF processing and as JPEG thumbnail

link: Hyperlink to JPEG thumbnail

objid: Target object ID as defined in ACP plan and in FITS header

filter: Photometric filter used

exptime or exp: Exposure time in sec

airmass or am: Airmass during exposure

hr_ang or ha: The hour angle for the images in hours.

has_wcs or wcs: Image was plate solved at observatory and World Coordinate Systems attributes (WCS) attributes were placed in FITS header.

fwhm: Full Width Half Max star images as measured at observatory

instmag: Target object instrumental magnitude as measured by pipeline IRAF photomery subsystem

err: Target object magnitude error as measured by pipeline IRAF photomery subsystem

maxadu: Target object maximum ADU as measured by pipeline IRAF photomery subsystem

auid: AAVSO Unique Identifier for the target object

center2obj: Separation of target object from center of the image in arcmin

JD: Julian date - 2540000

ccd_temp: Camera sensor temperature (C)

set_temp: Camera cooler set point temperatur (C)

img_type: Image type; "Light" is expected; "Flat", "Dark" or "Bias" indicate a mixup in the telescope computer settings

read_mode: Various values, but this should be the same for all images at a given telescope

binning: X and Y binning of sensor pixels; this should be the same for all images at a given telescope

fov_radius_amin: Radius of field of view for the camera sensor across the shorter dimension in arcmin

image_available: This should also be yes(Y) unless a failure in the HQ computer sysem

OE: !OE! indicates over exposed target. The max ADU for the target is more than the linearity liit of the camera.

new_exp: Suggested new exposure for over exposed targets.

nstk: If this is a stacked image, number of images combined.

ChgCSV: The exposure was automatically changed in the Scheduler CSV file.

tnimage: Small image thumbnail that will open the full JPEG thumbnail image in a new tab