Astrophotography Target Planner
Exposure Calculation & Pre-Session Checklist
Total Integration:
0.0 Hours
Deep Sky Observation Plan
Session Date: --- | Location: N/A
Telescope: N/A | Camera: N/A
1. Target List & Integration Time
| ID | Target Name (NGC/M) | RA / Dec (J2000) | Exposure (min) | Total Integration |
|---|---|---|---|---|
| TOTAL PLANNED HOURS | 0.0 Hours | |||
2. Pre-Session Equipment Checklist
- No items checked.
Generated by Astrophotography Target Planner. Next Dark Sky window: N/A
Session Context & Gear Specs
Target Log (Deep Sky Objects)
Total integration time is calculated by: (Number of Subs) x (Exposure Time per Sub).
Current Targets
Pre-Session Checklist
Ensure critical components and procedures are ready for deployment.
Log is empty.
"; return; } apnData.targets.forEach(t => { const totalIntegrationMin = (t.exposureSec * t.subs) / 60; const row = document.createElement('div'); row.className = 'apn-target-row'; row.innerHTML = `
${t.name} (${t.exposureSec}s x ${t.subs} subs)
${totalIntegrationMin.toFixed(0)} min
`;
outputs.targetListEditor.appendChild(row);
});
}
function renderChecklist() {
// Render the list of tasks for the PDF output (Tab 1)
outputs.checklistList.innerHTML = apnData.checklist.map(item => `
