Home
last modified time | relevance | path

Searched refs:ImgStartTime (Results 1 – 4 of 4) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dimagelogger.cpp104 wxString t = img->ImgStartTime.Format(_T("%Y-%m-%d_%H%M%S"), wxDateTime::Local); in LogImage()
248 wxString t = img->ImgStartTime.Format(_T("%Y-%m-%d_%H%M%S"), wxDateTime::Local); in LogAutoSelectImage()
H A DusImage.h50 wxDateTime ImgStartTime; variable
H A DusImage.cpp284 ImgStartTime = wxDateTime::UNow(); in InitImgStartTime()
316 hdr.write("DATE-OBS", ImgStartTime, wxDateTime::UTC, "Image capture start time, UTC"); in Save()
H A Dguider_multistar.cpp1300 … hdr.write("DATE-OBS", pImage->ImgStartTime, wxDateTime::UTC, "image capture start time, UTC"); in SaveStarFITS()