commit 4a795dc1047e1ad64a42196d347caef7ed508fd7 Author: Tom Marsh Date: Tue Oct 11 18:14:19 2011 +0100 Fixed bug in molly flux calibration fit For Filippenko type data the log option was failing as it was being applied twice in succession. Now fixed. commit 0cf4e9b0c285320ec60ec3274b0d0dba75aecfa5 Author: Tom Marsh Date: Fri Sep 2 16:44:20 2011 +0100 Added APO into list of sites APO is site for SDSS commit 128ff29ea52ea30d9bb876b328a37dd50137d0de Author: Tom Marsh Date: Fri Aug 13 09:01:06 2010 +0100 Makefile changed as per usual Keep having to change it from one system to another. Need to find a better way at some point but until then, this will happen regularly. commit a670bfd2dadb86a849d500bfd74dfddb92a5c0e4 Author: Tom Marsh Date: Mon Apr 19 22:54:37 2010 +0100 Gemini added by Pierre New site coords commit fb5332d7a7fb3fb9d1cb573c3497f65ee3a2b477 Author: Tom Marsh Date: Mon Apr 19 16:05:58 2010 +0100 Bugfix: no compression of tar file Had commented out a line in which tar file was compressed causing the wrong tar file to be copied into the export directory. commit 895e78972fdf21d069635254c8d68b64761a25fe Author: Tom Marsh Date: Mon Apr 19 16:04:23 2010 +0100 Upgrade for fibre spectra Now reads in 'Fibre' number if present in NDF headers commit 72ffac72be9dffc28256640d1dcf97eb5ec926f8 Author: Tom Marsh Date: Mon Apr 19 16:03:49 2010 +0100 Reduced buffer sizes Trying to reduce memory hogging commit 3b0f4e86eab3b6360f2bdb87ea6c1293b3c31ef0 Author: Tom Marsh Date: Mon Apr 19 16:03:24 2010 +0100 Increased maximum number of free variables To cope with large fitting jobs commit 2eb1f35f68e082abfb3af064963343c0b876a3f5 Author: Tom Marsh Date: Mon Apr 19 16:02:47 2010 +0100 Upgrade for fibre spectra Now looks for an integer header parameter Fibre for arc matching. commit 83042f14b80dae96ab939a4e14934dc327311669 Author: Tom Marsh Date: Mon Jan 4 15:50:01 2010 +0000 Changed write statements to match read statements Writing whole arrays seemed to suffer from the same issue as whole array reads, so I have switched to implicit do driven statements. I think this is a g95 issue, but it is a hard one to pin down. commit fd10675fc28c81ecc6d321aeb44f6ba260852313 Author: Tom Marsh Date: Mon Jan 4 15:48:23 2010 +0000 Raised some array sizes to read unusually large spectrum commit bc5f531e38fc44b0335e2d6df0f5378d3401d527 Author: Tom Marsh Date: Thu Nov 12 17:25:48 2009 +0000 Switched to generating automated version numbers with git Now use git to grab tags and autogenerate version numbers commit 115c72485167d23acec863d6820bfeb2505e246c Author: Tom Marsh Date: Thu Nov 12 16:47:56 2009 +0000 Switched to using a slalib routine to calculate dates from JDs The old version of 'calendar.f' was not working correctly and coming up with some stupid dates. I have therefore switched to a slalib routine. The Makefile required slalib libraries as a result.