<div dir="ltr">Quick update. Managed to fix the annotations using an expression in layout:<div><br></div><div>CASE<br><br>WHEN  @grid_number < 0 AND  @grid_axis ='x'<br>THEN (@grid_number  /-15) <br><br>WHEN  @grid_number = 0<br>THEN  @grid_number = 24<br><br>WHEN  @grid_number > 0 AND  @grid_axis ='x'<br>THEN  (360 - @grid_number)/15<br><br>WHEN  @grid_number > 0 AND @grid_axis ='y'<br>THEN  @grid_number<br><br>WHEN  @grid_number < 0 AND @grid_axis ='y'<br>THEN  @grid_number<br><br>END<br></div><div><br></div><div>Based on the east-west being +/- 180 degrees, so we have O (24) hours as the central meridian. Annotations applied to a 15 degree longitude graticule.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 14 Jun 2022 at 07:20, Lester Anderson <<a href="mailto:arctica1963@gmail.com">arctica1963@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello all,<div><br></div><div>I am interested in how one can generate an astronomical map based on Right Ascension (RA) and Declination (Dec), without converting RA to degrees and reversing (-15 * RA).</div><div><br></div><div>There is the affine transform tool which can be used to scale X and flip, but this then generates the 0-360 degree scale. The main issue is that the IAU standard is for the RA to start at 24 and run east to 0!</div><div><br></div><div>Any ideas would be most welcome.</div><div><br></div><div>Lester</div><div><br></div><div><br></div></div>
</blockquote></div>