[SCHEDULER-1249]  Full Calibration with MaxIm's Cal Wizard
Type Change Request
Priority Medium
Severity Trivial
Component AcquireScheduler Script, Desktop Browser Help Content, Schedule Browser, Web Schedule Browser
Fixed In Version [8.08.0
Versions Affected [3.73.7
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 11/17/2014

Description
See this Comm Center thread by Petri Kehusmaa. Get rid of the three separate cal controls and replace with single "Calibrate", using the same scheme as in ACP. On old databases, if any of the three cal flags are set, do the cal. On new ones, either set all three or better yet change the schema and do a one-time query to set the new cal flag if any of the old 3 flags are set.

Comments
3/28/2015 9:14:21 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 556
Affected files /trunk/AcquireScheduler.vbs (Modified)
Check-in comment Oops, save RAW no matter how autocal was specified. GEM:1249
3/28/2015 9:10:34 AM   Bob Denny
REOPENED OOPS! The RAW images are not being  saved if autocal is being specified at the ACP Preferences level. See this Comm Center thread by Mark Williams.
11/18/2014 8:44:46 AM   Bob Denny
11/18/2014 8:43:44 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 433
Affected files /trunk/Help/ImageCalibration.htm (Modified)
/trunk/Help/RelNotes.htm (Modified)
/trunk/Help/images/ImageSetCal.png (Modified)
Check-in comment Scheduler doc changes for this. GEM:1249
11/17/2014 7:08:23 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 432
Affected files /trunk/ACP Web Content/ACP-WebDocs-sc/seditimg.asp (Modified)
/trunk/AcquireScheduler.vbs (Modified)
/trunk/Browser/BrowserForm.cs (Modified)
/trunk/Browser/BrowserForm.resx (Modified)
/trunk/Help/RelNotes.htm (Modified)
Check-in comment Full calibration, deprecate the old cal flags. Changes in the desktop schedule browser, the web schedule browser, and the AcquireScheduler observing logic. Not a lot of modules, but a lot of time! GEM:1249
11/17/2014 12:16:54 PM   Bob Denny
Further thought... since the individual cal options erase all of the cal setup in MaxIm, they are going away! If any of the options are set in RTML a full cal will be done.
11/17/2014 10:50:16 AM   Bob Denny
I think the way  to do it for now is to preserve the three flags in RTML, and set all three with the web scheduler forms, replacing the three checkboxes with one Auto-Calibrate checkbox like the ACP forms. Then use that to see all three in the RTML. In AcquireScheduler, if all three are set do a MaxIm full cal instead.